https://bugs.winehq.org/show_bug.cgi?id=47807
Bug ID: 47807
Summary: Wine Mono fails to install fakedlls
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
When creating a new prefix and installing Wine Mono by downloading the msi,
fakedlls are not installed in c:\windows\Microsoft.NET. For example, fusion.dll
is missing.
I do not believe this was caused by a change in Wine Mono.
This may be relevant:
001c:err:msi:execute_command unable to execute command 2
001c:err:msi:execute_command unable to execute command 2
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48019
Bug ID: 48019
Summary: SSE register MXCSR is wrong for new threads
Product: Wine
Version: 4.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: mterrisse(a)free.fr
Distribution: ---
Created attachment 65554
--> https://bugs.winehq.org/attachment.cgi?id=65554
Command line executable with source code to get MXCSR in a new created thread
Hello,
I am running Wine 4.15 64 bits (PlayOnLinux) on Ubuntu 19.10 (More recent
versions of Wine are not available yet).
On Windows when a new thread is created (CreateThread), the value of the SSE
register MXCSR is initialized to 0x1f80.
But for Wine 4.15 on Ubuntu, it is initialized to 0x1920.
This is fatal for our programs that use libcef.dll (Chromium Embedded
Framework), this library creates new renderer threads, doesn't set the MXCSR
register (so exceptions due to denormalization of floats are not masked), then
there is an unhandled exception and the whole program crashes.
I tested with Wine 4.18 on macOS 10.15.1 Catalina, I get the correct value
0x1f80, and indeed there is no crash on macOS.
So this is specific to Wine on Linux (except is something has changed between
Wine 4.15 and Wine 4.18).
Here attach you can find a command line executable with source code (Delphi)
that displays the value of MXCSR for a new thread.
Thank you for your help.
Regards,
Michel Terrisse
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47349
Bug ID: 47349
Summary: TesModManager require SetFileInformationByHandle with
FileBasicInfo to properly set file timestamps
Product: Wine
Version: 4.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: lorenzofer(a)live.it
Distribution: ---
Hi.
The Application TesModManager 1.6.50(a .NET Mod Manager for Bethesda Games)
require SetFileInformationByHandle with FileBasicInfo to be able to sucessfully
set file timestamp. Setting the timestamp is required for mods load order on
some bethesda games as Tes4 Oblivion.
on the log:
0009:fixme:file:SetFileInformationByHandle 0xd0, 0, 0x34f358, 40
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47885
Bug ID: 47885
Summary: [regression] [bisected] games are now restricted to
resolutions not bigger than the virtual desktop
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: mtmkls(a)gmail.com
Distribution: ---
If wine is set to emulate a virtual desktop of 1024x768 for example, games
cannot set any resolution higher than that. Previously they were able to set
any resolution up to the real resolution of the monitor.
25167fb286822c93582457815bcf069fef040976 is the first bad commit
commit 25167fb286822c93582457815bcf069fef040976
Author: Zhiyi Zhang <zzhang(a)codeweavers.com>
Date: Wed Aug 14 16:23:55 2019 +0800
winex11.drv: Make screen helpers independent of Xinerama.
So that other display device handlers such as XRandR can be introduced
because they might report a virtual screen size with different top-left
corner and the primary screen may be different as well.
Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com>
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/winex11.drv/display.c | 70 +++++++++++++++++++++++++++++++++++++++++++++
dlls/winex11.drv/xinerama.c | 33 ---------------------
2 files changed, 70 insertions(+), 33 deletions(-)
Please revert to the old behavior.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47305
Bug ID: 47305
Summary: Notepad doesn't adjust caret and scroll position
properly
Product: Wine
Version: 4.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
This is just to track the issue here, I'll send in a patch soon. Found on
https://jira.reactos.org/browse/CORE-15780.
Issue description from ReactOS JIRA:
How to reproduce:
Open Notepad
Make sure you disabled word wrapping (it usually disabled by default)
Type in very long string to activate horizontal scroll bar
Make a new string (hit Enter)
Now your caret position would be somewhere at the beginning of line 2, but the
whole text box is not scrolled to the first character position, and horizontal
scroll bar position is not changed (see attached screenshot).
If you move your caret back to line 1 ending, and move with arrow keys to line
2, the bug will appear again (it does not matter whether right or down arrow
key will be used).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47815
Bug ID: 47815
Summary: Virtual desktop is missing window decorations
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
CC: huw(a)codeweavers.com, zzhang(a)codeweavers.com
Regression SHA1: efbbe66669a060dd01b3ae399f5a9e7328312f03
Distribution: ArchLinux
efbbe66669a060dd01b3ae399f5a9e7328312f03 is the first bad commit
commit efbbe66669a060dd01b3ae399f5a9e7328312f03
Author: Zhiyi Zhang <zzhang(a)codeweavers.com>
Date: Fri Sep 20 16:54:31 2019 +0800
winex11.drv: Initialize display devices before getting primary desktop
rectangle.
Otherwise, the retrieved primary desktop might be from the last explorer
instance
if we launch new explorer instances before wine server fully shuts down.
Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com>
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/winex11.drv/desktop.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
This is on KDE 5.16.4.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=47958
Bug ID: 47958
Summary: Mi PC Suite: It won't install
Product: Wine
Version: 4.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: propsys
Assignee: wine-bugs(a)winehq.org
Reporter: txus.mipanas(a)gmail.com
Distribution: ---
Created attachment 65463
--> https://bugs.winehq.org/attachment.cgi?id=65463
Here is the error log
It starts installing and then shows an error with the attachment's log.
Download link: http://bigota.d.miui.com/MiFlash/MiSetup2.2.0.7032_2717.exe
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40442
Bug ID: 40442
Summary: Unexplained new random comctl32:header failure
(cross-compiler issue?)
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
comctl32:header started having regular failures on newtb-wxppro right after the
WineHQ upgrade (2016/03/17).
https://test.winehq.org/data/tests/comctl32:header.html
The failure:
header.c:1148: Test failed: expected 0, got 1
Things that point to a cross-compiling issue:
* Since 2016/03/18 comctl32:header has had an almost systematic failure on
newtb-wxppro (68.7%) and more rarely on newtb-w2003std (12.5%).
* In the 27 runs from 2016/02/09 to 2016/03/17 it had no failure (neither on
these two platforms nor on any other).
* There has been no change to comctl32:header before it started failing.
* The tests that run before comctl32:header don't seem to have undergone
changes that could cause the following tests to fail (see 'git log
62277fb7779f..6bc0ce26a853 dlls/[abc]*/tests').
Unexplained mysteries:
* Cross-compiling the test with i686-w64-mingw32-gcc (GCC) 5.3.1 20160205, the
standard '-g -O2' options and uploading it to the TestBot does not yield the
expected failure (changing that to '-g -O0' does not make a difference either).
* None of the other platforms is affected.
* And even more strange, newtb-xppro is the only Windows XP to be affected by
the new failure.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46683
Bug ID: 46683
Summary: TopoEdit crashes with unimplemented function
mf.dll.MFCreateVideoRendererActivate
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Depends on: 46105
Distribution: ---
Topology -> Add EVR
wine: Call from 0x7b43d59b to unimplemented function
mf.dll.MFCreateVideoRendererActivate
wine-4.2-26-g5e86cc0a8f
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.