https://bugs.winehq.org/show_bug.cgi?id=49297
Bug ID: 49297
Summary: Spark AR studio installer fails to start:Spark AR
Studio is not supported in this version of Windows.
Please upgrade to Windows 10
Product: Wine
Version: 5.9
Hardware: x86
URL: https://sparkar.facebook.com/ar-studio/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Created attachment 67302
--> https://bugs.winehq.org/attachment.cgi?id=67302
bump kernel32 version to win10
Reported by someone on reddit.com,
The installer fails, even if you set windows to win10
Attached patch makes the installer work, but i don`t think it`s wise to
advertise high version resources like win10 in version resources atm (right?)
so opened this bugreport just to track these kind of apps
--
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=48053
Bug ID: 48053
Summary: kernel32:change fails randomly (and rarely) in Wine
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
kernel32:change gets the following failure from time to time in test_ffcn():
change.c:320: Test failed: should be ready
See https://test.winehq.org/data/tests/kernel32:change.html
This impacts all three Wine builds.
Because only the first WaitForSingleObject() fails this indicates a likely race
between it and the previous DeleteFile(). That race may be specific to deletion
since this failure does not seem to happen in the CreateFile(),
CreateDirectory() and RemoveDirectory() cases.
--
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=53429
Bug ID: 53429
Summary: opengl32:opengl fails on Debian 11 + Intel GPU
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
opengl32:opengl fails on Debian 11 + Intel GPU:
opengl.c:386: Test failed: Got unexpected cStencilBits 8.
https://test.winehq.org/data/patterns.html#opengl32:opengl
The failure started with the commit that introduced the test:
commit 83cbcdefa3f55afc449b6be51e215c4f646869f4
Author: Paul Gofman <pgofman(a)codeweavers.com>
AuthorDate: Tue Jun 21 10:29:18 2022 -0500
opengl32/tests: Add more tests for ChoosePixelFormat().
Test extended by Matteo Bruni.
--
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=53131
Bug ID: 53131
Summary: ntdll:threadpool - test_tp_multi_wait() fails (rarely)
in Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
ntdll:threadpool - test_tp_multi_wait() fails (rarely) in Wine:
threadpool.c:1960: Test failed: WaitForSingleObject returned 258
https://test.winehq.org/data/patterns.html#ntdll:threadpool
The failure is pretty rare, about 3.2%, so it can easily be missing from a test
configuration's WineTest runs which results in false positives.
--
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=53909
Bug ID: 53909
Summary: opengl32.dll can't be loaded if win32u.so is not
initialized first
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: jacek(a)codeweavers.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 60eeb92ae0342a13e6e407a44d116b657b7e9ee5
Distribution: ---
Created attachment 73457
--> https://bugs.winehq.org/attachment.cgi?id=73457
test
We load unixlibs when corresponding PE file is mapped (and before its imports
are mapped). For unixlibs that link to win32u.so, we need win32u.so to be
loaded first, because system loader doesn't know where to find it. It's usually
good enough, we needed some workarounds for Vulkan [1], but it doesn't work for
opengl32.so. We may need to change ntdll's unixlib loading strategy or find a
workaround for opengl32. I attached a simple test.
[1] https://gitlab.winehq.org/wine/wine/-/merge_requests/547
--
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=52872
Bug ID: 52872
Summary: vbscript:run fails in Wine in Hindi
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
vbscript:run fails in Wine in Hindi
run.c:1874: Error in line 1813: 0 L"Invalid procedure call or argument"
run.c:1888: Test failed: unexpected call OnScriptError
run.c:2933: Test failed: expected global_success_d
run.c:2934: Test failed: expected global_success_i
run.c:2936: Test failed: parse_script failed: 800a0005
https://test.winehq.org/data/patterns.html#vbscript:run
A bisect shows that these failures started happening with the following commit:
commit e81327358a26b160740b3421a4c7f300b4d2f06f
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Apr 13 15:13:16 2022 +0200
kernelbase: Move codepage initialization to ntdll.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=53967
Bug ID: 53967
Summary: Running anything hangs on start up
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
CC: piotr(a)codeweavers.com
Regression SHA1: 1cf1412a12c6ee6191d387162fecb456f0df2d89
Distribution: ---
$ wine winver
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
003c:err:service:process_send_command service protocol error - failed to write
pipe!
003c:fixme:service:scmdatabase_autostart_services Auto-start service
L"PlugPlay" failed to start: 1053
0108:err:winediag:nodrv_CreateWindow Application tried to create a window, but
no driver could be loaded.
0108:err:winediag:nodrv_CreateWindow L"The explorer process failed to start."
+seh,+dc,+gdi,+winspool shows this as the reason of the hang:
0098:trace:seh:handle_syscall_fault code=c0000005 flags=0 addr=0x7e35fdef
ip=7e35fdef
0098:trace:seh:handle_syscall_fault info[0]=00000000
0098:trace:seh:handle_syscall_fault info[1]=0000000c
0098:trace:seh:handle_syscall_fault eax=00000000 ebx=7e3f4000 ecx=00000000
edx=7d74a1f0 esi=00000000 edi=7e407520
0098:trace:seh:handle_syscall_fault ebp=0031fbf8 esp=0031fbb0 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00010246
0098:trace:seh:handle_syscall_fault returning to user mode ip=7e64c6fc
ret=c0000005
0098:trace:gdi:NtGdiCreatePatternBrushInternal 0xc0000005
NtGdiCreatePatternBrushInternal looks weird, commenting out OpenPrinterW()
and other winspool APIs in CreateDCW() fixes the crashes.
Both clang in msvc mode or ELF build show the same behaviour.
This is a regression:
1cf1412a12c6ee6191d387162fecb456f0df2d89 is the first bad commit
commit 1cf1412a12c6ee6191d387162fecb456f0df2d89
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Mon Nov 21 12:45:33 2022 +0100
gdi32: Get printer output file name in StartDoc.
dlls/gdi32/Makefile.in | 2 +-
dlls/gdi32/dc.c | 57 +++++++++++++++++++++++++++++++++++++++++++-------
include/ntgdi.h | 2 ++
3 files changed, 53 insertions(+), 8 deletions(-)
--
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=53923
Bug ID: 53923
Summary: tools/makedep during wine-7.21 build segfaults
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugzilla(a)uwe-dueffert.de
Distribution: ---
Created attachment 73479
--> https://bugs.winehq.org/attachment.cgi?id=73479
valgrind analysis of segfaulting tools/makedep
While wine-7.20 builds perfectly fine, the build of wine-7.21 reproducibly
fails for me due to the newly generated tools/makedep segfaulting. As makedep.c
was modified since 7.20, I figured you could be interested in what valgrind
says about that segfault (attached).
Let me know if I can provide further details that could help you.
Regards
Uwe
--
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=53130
Bug ID: 53130
Summary: ntdll:threadpool - test_tp_instance() fails (rarely)
on Windows 8+
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ntdll:threadpool - test_tp_instance() fails (rarely) on Windows 8+:
threadpool.c:1170: Test failed: WaitForSingleObject returned 0
threadpool.c:1210: Test failed: WaitForSingleObject returned 258
https://test.winehq.org/data/patterns.html#ntdll:threadpool
These two failures always go together.
The failure is pretty rare, about 4.1%, so it can easily be missing from a test
configuration's WineTest runs which results in false positives.
--
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=41989
Bug ID: 41989
Summary: program will not load and run
Product: Wine
Version: 2.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mark_crn(a)yahoo.com
Distribution: ---
Created attachment 56396
--> https://bugs.winehq.org/attachment.cgi?id=56396
save bug file
Musette encounter a fatal exception
--
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=53954
Bug ID: 53954
Summary: Saints Row 2022 fails with Unimplemented function
KERNEL32.dll.SetProcessInformation
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
Created attachment 73529
--> https://bugs.winehq.org/attachment.cgi?id=73529
Saints Row 2022 wine log
Saints Row 2022 fails with Unimplemented function
KERNEL32.dll.SetProcessInformation and it can't be started at all.
--
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=53741
Bug ID: 53741
Summary: Gothic 2 - Night of the Raven 2.7 - Msdbi.dll failed
to initialize
Product: Wine
Version: 7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: VladimirVSC(a)yandex.ru
Distribution: ---
Created attachment 73183
--> https://bugs.winehq.org/attachment.cgi?id=73183
Gothic 2 msdbi.dll error report
The game doesn't start with "msdbi.dll failed to initialize" error. The same
game copy starts fine in stable 7.0 version.
--
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=53288
Bug ID: 53288
Summary: Application compiled with MSVC 2022 ASan does not
start, needs QueryVirtualMemoryInformation
Product: Wine
Version: 7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
Application compiled with MSVC 2022 ASan does not start in Wine 7.11 as it
needs implementation of QueryVirtualMemoryInformation.
Console output:
==808==AddressSanitizer CHECK failed:
D:\a\_work\1\s\src\vctools\crt\asan\llvm\compiler-rt\lib\sanitizer_common\sanitizer_win.cpp:1108
"((QueryVirtualMemoryInformation &&
"ASan requires the Windows 10-only API, QueryVirtualMemoryInformation")) !=
(0)" (0x0, 0x0)
<empty stack>
--
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=53387
Bug ID: 53387
Summary: Vernier USB sensors are not usable in WINE
Product: Wine
Version: 7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tuomas.nurmi(a)opinsys.fi
Distribution: ---
Created attachment 72775
--> https://bugs.winehq.org/attachment.cgi?id=72775
Logs from various situations described in the bug report
Vernier USB student laboratory sensors (
https://www.vernier.com/products/go-direct/ ) are not usable with WINE. Tested
on Debian 11 Bullseye (equivalent), kernel 5.10, wine 7.13 from
https://wiki.winehq.org/Debian . (Earlier tests with previous wine versions
have also been negatives, however, they haven't been as comprehensive and
well-documented as this)
Tested with an earlier sensor model, a Go! Temp ver 1.53 and a later Go Direct
Sensor (idVendor 08f7, idProducts 0002 and 0010, respectively). They show up in
Linux syslog as shown in attachment section 1.
Udev rules for the devices are in place, as described by (the somewhat
outdated) https://wiki.winehq.org/Hid and Vernier's native library guidelines
at https://github.com/VernierST/godirect-examples/tree/main/python , as
follows:
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", GROUP="plugdev", MODE="0666"
KERNEL=="hiddev*", MODE="0666"
SUBSYSTEM=="usb", ATTRS{idVendor}=="08f7", MODE="0666"
SUBSYSTEM=="usb_device", ATTRS{idVendor}=="08f7", MODE="0666"
resulting into following permissions with plugged devices
crw-rw-rw- 1 root plugdev 242, 0 20. 7. 13:36 /dev/hidraw0
crw-rw-rw- 1 root root 180, 0 20. 7. 13:36 /dev/usb/hiddev0
Resulting in functioning sensors with the native library example software from
Vernier (attachment section 2), as well as with an earlier discontinued Linux
version of LoggerPro, and the Vernier Graphical Analysis Chrome app (
https://chrome.google.com/webstore/detail/vernier-graphical-analysi/dncgedb…
)
The sensors were tested also Windows 10, and were visible/detected by both the
Microsoft hid example application hclient.exe and Vernier LoggerPro3.
However, the devices are not recognized by LoggerPro3 nor hclient.exe run
through wine-7.13. Logs with WINEDEBUG=+hid,+wineusb,+plugplay of these are
shown in attachment sections 3, 4, and 5.
Not a specialist in any of the related fields, but the logs show seemingly
correctly recognized plugging of the device,
00cc:trace:wineusb:add_usb_device Adding new device 0x7f9330001f80, vendor
08f7, product 0010.
00d0:trace:wineusb:add_unix_device Adding new device 00007F934C016ED0, vendor
08f7, product 0010.
...
00c8:trace:plugplay:enumerate_new_device Creating new device
L"USB\\VID_08F7&PID_0010\\0".
but the device is not recognized by LoggerPro, nor listed by hclient.exe.
(I don't know if the plugplay:install_device_driver error following in the logs
is related)
--
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=53268
Bug ID: 53268
Summary: urlmon:protocol - test_protocol_terminate() fails on
Windows and Wine
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
urlmon:protocol - test_protocol_terminate() fails on Windows and Wine:
protocol.c:1188: Test failed: unexpected call ReportResult
protocol.c:1196: Test failed: hrResult = 00000000, expected: 80004004
protocol.c:3334: Test failed: Read failed: 00000001
https://test.winehq.org/data/patterns.html#urlmon:protocol
Where 80004004 == E_ABORT.
These three failures always happen together. The last one is in
test_protocol_terminate() while the first two are in
ProtocolSink_ReportResult().
These failures happen on all Windows versions and in Wine too with varying
frequency (frequent on Windows 7 and less on 21H1, etc.).
--
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=53266
Bug ID: 53266
Summary: Syberia: game crashes frequently
Product: Wine
Version: 7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: memax(a)gmx.fr
Distribution: Ubuntu
Created attachment 72641
--> https://bugs.winehq.org/attachment.cgi?id=72641
terminal output
Ubuntu 20.04.4 LTS 64bit
NVIDIA GeForce 940MX with driver 510.73.05
Wine staging 7.11 (WineHQ binary package) with a clean Wine directory and the
default Wine configuration
Syberia (2002 game) GOG.com french version
syberia_1.0.0_hotfix4_(53936)
39e9e778c755c081f3e4b12dc5f6ef4260cbfb14 Game.exe
Level of detail: high
Screen depth: 32bit
Anti-aliasing: on
The game crashes frequently and randomly, each time at a different point in the
game. This doesn't seem to be triggered by any particular action in the game.
--
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=45233
Bug ID: 45233
Summary: TIDAL installer can't launch installed program in
64bit WINEPREFIX
Product: Wine
Version: 3.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 61462
--> https://bugs.winehq.org/attachment.cgi?id=61462
Wine log in 64bit WINEPREFIX
After installation has finished (you need to use the msi installer due to bug
45232), it offers you to start the program.
This only works in a 32bit WINEPREFIX, it fails with 64bit.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=11531
Summary: Richard Burns Rally - Trees/buildings/fences disappear
after a while
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=5934
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuomo.kohvakka(a)iki.fi
While playing Richard Burns Rally, trees/buildings/other stuff disappear after
a couple of minutes. This still happens with latest wine, 0.9.55 that is.
It would be nice if this wouldn't happen :)
I pretty sure this is regression, however I can't verify this right now.
Judging from appdb comments, problems have continued at least from 0.9.49.
AppDB:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=5934
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=53017
Bug ID: 53017
Summary: user32:monitor killed by X Error on Debian 11 + Intel
GPU
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
user32:monitor gets killed by an X Error while running
test_ChangeDisplaySettingsEx() on my Debian 11 + Intel GPU machine (see
fg-deb64-*). This results in this type of failure:
monitor.c:61: GetProcAddress(user32, DisplayConfigSetDeviceInfo) failed.
user32:monitor:0834 done (0) in 0s
The main process has no test summary line
The lack of a summary line is what indicates that the process was summarily
killed, typically by a Unix library call.
Looking into some more details it is this call which causes the X Error:
res = ChangeDisplaySettingsExA(devices[device].name, &dm3, NULL, CDS_RESET,
NULL);
And adding traces in winex11.drv shows more precisely that the crash happens
because bad physical size values are passed to XRRSetScreenSize():
dmFields=BITSPERPEL,PELSWIDTH,PELSHEIGHT,DISPLAYFLAGS,DISPLAYFREQUENCY,DISPLAYORIENTATION
dmBitsPerPel=8 dmPelsWidth=720 dmPelsHeight=400 dmDisplayFrequency=70
dmDisplayFlags=0 dmDisplayOrientation=0
0024:trace:x11settings:apply_display_settings handler:XRandR 1.4 changing
L"\\\\.\\DISPLAY1" to position:(0,0) resolution:720x400 frequency:70Hz
depth:8bits orientation:0.
0024:warn:xrandr:xrandr14_set_current_mode Cannot change screen color depth
from 32bits to 8bits!
0024:trace:xrandr:set_screen_size mm_width=0 = 720 * 1 / 3840
0024:trace:xrandr:set_screen_size mm_height=0 = 400 * 2 / 2160
0024:trace:xrandr:xrandr14_set_current_mode 1638
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 140 (RANDR)
Minor opcode of failed request: 7 (RRSetScreenSize)
Value in failed request: 0x0
Serial number of failed request: 209
Current serial number in output stream: 210
So there are two questions:
* Should set_screen_size() have defensive code that prevents using 0 as the
physical sizes?
Using 1 instead seems to avoid the crashes.
* Why do DisplayWidthMM() and DisplayHeightMM() return bad values?
Weirder, I just got a bunch of runs with correct Display*MM() values and now
that I removed traces it's bad again.
Memory corruption?
Note that xrandr knows the right physical dimensions for my screen:
$ xrandr
Screen 0: minimum 320 x 200, current 3840 x 2160, maximum 16384 x 16384
VGA-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
DP-1 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis)
698mm x 393mm
3840x2160 60.00*+ 30.00 25.00 24.00 29.97 23.98 29.98
2560x1600 59.94
2560x1440 59.95
1920x1080 60.00 60.00 50.00 59.94 30.00 25.00 24.00
29.97 23.98
1920x1080i 60.00 50.00 59.94
1680x1050 59.95
1600x900 60.00
1280x1024 75.02 60.02
1280x800 59.81
1152x864 75.00
1280x720 60.00 50.00 59.94
1024x768 75.03 60.00
832x624 74.55
800x600 75.00 60.32
720x576 50.00
720x480 60.00 59.94
640x480 75.00 60.00 59.94
720x400 70.08
HDMI-2 disconnected (normal left inverted right x axis y axis)
HDMI-3 disconnected (normal left inverted right x axis y axis)
--
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=39231
Bug ID: 39231
Summary: setupapi:devinst fails if privileges not high enough
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following failures only happen if the test is run in a restricted or
limited user account.
devinst.c:408: Test failed: SetupDiInstallClassA failed: 0000000d
devinst.c:410: Test failed: Couldn't delete classkey
devinst.c:462: Test failed: Expected ERROR_INVALID_PARAMETER, got 00000005
devinst.c:479: Test failed: Expected ERROR_CLASS_MISMATCH, got 00000005
devinst.c:491: Test failed: SetupDiCreateDeviceInfoA failed: 00000005
devinst.c:496: Test failed: Expected ERROR_DEVINST_ALREADY_EXISTS, got 00000005
devinst.c:502: Test failed: Expected ERROR_INVALID_USER_BUFFER, got 00000005
devinst.c:508: Test failed: SetupDiCreateDeviceInfoA failed: 00000005
devinst.c:516: Test failed: Expected 3 devices, got 0
devinst.c:601: Test failed: SetupDiCreateDeviceInfoA failed: 00000005
devinst.c:604: Test failed: Expected ERROR_INSUFFICIENT_BUFFER, got 00000057
devinst.c:608: Test failed: SetupDiGetDeviceInstanceIdA failed: 00000057
devinst.c:609: Test failed: Unexpected instance ID aö|4
devinst.c:613: Test failed: SetupDiCreateDeviceInfoA failed: 00000005
devinst.c:616: Test failed: SetupDiGetDeviceInstanceIdA failed: 00000057
devinst.c:618: Test failed: Unexpected instance ID aö|4
devinst.c:654: Test failed: SetupDiCreateDeviceInfoA failed: 5
devinst.c:721: Test failed: SetupDiCreateDeviceInfoA failed: 00000005
devinst.c:725: Test failed: Expected ERROR_INVALID_USER_BUFFER, got 00000057
devinst.c:729: Test failed: SetupDiCreateDeviceInterfaceA failed: 00000057
devinst.c:733: Test failed: SetupDiCreateDeviceInterfaceA failed: 00000057
devinst.c:736: Test failed: SetupDiCreateDeviceInterfaceA failed: 00000057
devinst.c:739: Test failed: SetupDiEnumDeviceInterfaces failed: 259
devinst.c:744: Test failed: expected 2 interfaces, got 0
devinst.c:247: We are most likely on Windows 2000
devinst.c:810: Test failed: SetupDiCreateDeviceInfoA failed: 00000005
devinst.c:814: Test failed: SetupDiCreateDeviceInterfaceA failed: 00000057
devinst.c:818: Test failed: Expected ERROR_INSUFFICIENT_BUFFER, got 87
devinst.c:828: Test failed: Expected ERROR_INSUFFICIENT_BUFFER, got 87
devinst.c:252: Test failed: Couldn't delete deviceclass key
devinst.c:932: Test failed: SetupDiCreateDeviceInfoA failed: 00000005
devinst.c:934: Test failed: Expected registry key to exist
devinst.c:950: Test failed: Expected ERROR_INVALID_FLAGS, got 87
devinst.c:955: Test failed: Expected ERROR_INVALID_FLAGS, got 87
devinst.c:961: Test failed: Expected ERROR_INVALID_FLAGS, got 87
devinst.c:967: Test failed: Expected ERROR_DEVINFO_NOT_REGISTERED, got 00000057
devinst.c:972: Test failed: SetupDiRegisterDeviceInfo failed: 00000057
devinst.c:977: Test failed: Expected ERROR_KEY_DOES_NOT_EXIST, got 00000057
devinst.c:984: Test failed: Expected ERROR_KEY_DOES_NOT_EXIST, got 00000057
devinst.c:997: Test failed: SetupDiCreateDevRegKey failed: 00000057
devinst.c:144: Test failed: SetupDiEnumDeviceInfo failed: 00000103
devinst.c:152: Test failed: SetupDiCallClassInstaller(DIF_REMOVE...) failed:
00000057
devinst.c:1027: Test failed: Expected the device to be removed: 00000000
devinst.c:1033: We are most likely on Wine
devinst.c:1084: Test failed: SetupDiCreateDeviceInfoA failed: 00000005
devinst.c:1087: Test failed: SetupDiCreateDeviceInterfaceA failed: 00000057
devinst.c:1090: Test failed: SetupDiRegisterDeviceInfo failed: 00000057
devinst.c:1101: Test failed: SetupDiEnumDeviceInterfaces failed: 00000103
devinst.c:1104: Test failed: Expected ERROR_INSUFFICIENT_BUFFER, got 00000057
devinst.c:144: Test failed: SetupDiEnumDeviceInfo failed: 00000103
devinst.c:152: Test failed: SetupDiCallClassInstaller(DIF_REMOVE...) failed:
00000057
devinst.c:1143: Test failed: Expected the device to be removed: 00000000
devinst.c:1149: We are most likely on Wine
devinst.c:1182: Test failed: SetupDiCreateDeviceInfoA failed: 00000005
devinst.c:1194: Test failed: Expected ERROR_INVALID_REG_PROPERTY, got 00000057
devinst.c:1204: Test failed: SetupDiSetDeviceRegistryPropertyA failed: 00000057
devinst.c:1216: Test failed: Expected ERROR_INVALID_REG_PROPERTY, got 00000057
devinst.c:1225: Test failed: Expected ERROR_INSUFFICIENT_BUFFER, got 00000057
devinst.c:1227: Test failed: Unexpected size: 0
devinst.c:1231: Test failed: SetupDiGetDeviceRegistryPropertyA failed: 00000057
devinst.c:1232: Test failed: Unexpected property
devinst.c:1236: Test failed: SetupDiGetDeviceRegistryPropertyA failed: 00000057
devinst.c:1237: Test failed: Unexpected value of property
devinst.c:1238: Test failed: Unexpected type of property: 0
devinst.c:1242: Test failed: SetupDiSetDeviceRegistryPropertyA failed: 00000057
devinst.c:1247: Test failed: Expected ERROR_INVALID_DATA, got 00000057
devinst.c:1288: Test failed: SetupDiCreateDeviceInfoW failed: 00000005
devinst.c:1300: Test failed: Expected ERROR_INVALID_REG_PROPERTY, got 00000057
devinst.c:1310: Test failed: SetupDiSetDeviceRegistryPropertyW failed: 00000057
devinst.c:1322: Test failed: Expected ERROR_INVALID_REG_PROPERTY, got 00000057
devinst.c:1331: Test failed: Expected ERROR_INSUFFICIENT_BUFFER, got 00000057
devinst.c:1333: Test failed: Unexpected size: 0
devinst.c:1337: Test failed: SetupDiGetDeviceRegistryPropertyW failed: 00000057
devinst.c:1338: Test failed: Unexpected property
devinst.c:1342: Test failed: SetupDiGetDeviceRegistryPropertyW failed: 00000057
devinst.c:1343: Test failed: Unexpected value of property
devinst.c:1344: Test failed: Unexpected type of property: 0
devinst.c:1348: Test failed: SetupDiSetDeviceRegistryPropertyW failed: 00000057
devinst.c:1353: Test failed: Expected ERROR_INVALID_DATA, got 00000057
In particular one can notice this bug on the following WineTest boxes:
fg-win2000-rusr: Windows 2000 with a Restricted user account
fg-win2000-susr: Windows 2000 with a Standard (Power) user account.
fg-winxp-lusr: Windows XP with a Limited user account.
Note however that it succeeds in regular user accounts on the following boxes
for instance:
fg-win7u64-1spie9usr: Windows 7 with a regular user account.
See:
https://test.winehq.org/data/tests/setupapi:devinst.html
--
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=39232
Bug ID: 39232
Summary: setupapi:install fails if privileges not high enough
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
This test systematically times out when run in a restricted or limited user
account while it only times out in under 1% of the other runs. Coupled with the
pair of messages saying it's skipping tests because it cannot install a
service, this clearly indicates a permissions problem.
install.c:303: Tests skipped: Not enough rights to install the service
install.c:380: Tests skipped: Not enough rights to install the service
test failed: timed out
In particular one can notice this bug on the following WineTest boxes:
fg-win2000-rusr: Windows 2000 with a Restricted user account
fg-win2000-susr: Windows 2000 with a Standard (Power) user account.
fg-winxp-lusr: Windows XP with a Limited user account.
Note however that it succeeds in non-Restricted/Limited user accounts on the
following boxes for instance:
fg-win7u64-1spie9usr: Windows 7 with a regular user account.
See:
https://test.winehq.org/data/tests/setupapi:install.html
--
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.
http://bugs.winehq.org/show_bug.cgi?id=20604
Summary: dsound tests fail under pulseaudio
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://test.winehq.org/data/tests/dsound:ds3d.html
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=24580)
--> (http://bugs.winehq.org/attachment.cgi?id=24580)
+dsound trace
Ignoring the usual statements about pulesaudio for a bit, there's been a lot of
work (thanks Maarten et al) to make Wine work a bit better with it. When I was
on jaunty, I removed it, but under Karmic, you can't remove pulseaudio without
foobaring gnome. So, I'm stuck with it...and since few people run winetest
daily on wine aside from me, test.winehq.org shows a bunch of failures on
dsound now.
So, let's make it play better:
http://test.winehq.org/data/f222a1654ea8f84bc678c9043ad3265b97207dde/wine_a…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=51315
Bug ID: 51315
Summary: The 64-bit webservices:writer test fails in Wine
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The 64-bit webservices:writer test fails in Wine:
writer.c:371: Test failed: 2272: got 11 expected 10
writer.c:373: Test failed: 2272: got <t>:E-3</t> expected <t>1E-2</t>
writer.c:371: Test failed: 2272: got 12 expected 11
writer.c:373: Test failed: 2272: got <t>-:E-3</t> expected <t>-1E-2</t>
writer.c:373: Test failed: 2272: got <t>1.7976931348623156E+308</t> expected
<t>1.7976931348623157E+308</t>
writer.c:373: Test failed: 2272: got <t>-1.7976931348623156E+308</t> expected
<t>-1.7976931348623157E+308</t>
Note that these failures are systematic and only happen when running the 64-bit
test in Wine. Also most of these failures also happen on armv7l (but armv7l
has/had two more, see bug 49197).
--
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=38060
Bug ID: 38060
Summary: Apps can't load custom fonts during runtime
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: masterofquebec(a)rocksplash.com
Distribution: Debian
Created attachment 50700
--> https://bugs.winehq.org/attachment.cgi?id=50700
WINEDEBUG=warn+all,fixme+all MTASA
Calls to AddFontResourceEx seems to fails in various games.
San Andreas Multiplayer:
warn:font:new_ft_face Unable to load font
"/home/samuel/.wine/dosdevices/c:/Program Files/Rockstar Games/GTA San
Andreas/gtaweap3.ttf"/(nil) err = 2
Multi Theft Auto:
warn:font:new_ft_face Unable to load font
"/home/samuel/.wine/dosdevices/c:/Program Files/MTA San Andreas
1.4/MTA/cgui/pricedown.ttf"/(nil) err = 2
In both cases the fonts exist and seems to be valid.
What is error 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.
http://bugs.winehq.org/show_bug.cgi?id=14867
Summary: TrackMouseEvent thinko / valgrind warning?
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
An app I'm looking at is doing
TRACKMOUSEEVENT tme;
tme.cbSize = sizeof(TRACKMOUSEEVENT);
tme.dwFlags = TME_LEAVE;
tme.hwndTrack = my_hWnd;
TrackMouseEvent(&tme);
which causes the following valgrind complaint:
Conditional jump or move depends on uninitialised value(s)
at TrackMouseEvent (input.c:1043)
by MyTrackMouseLeave (in app)
...
Uninitialised value was created by a stack allocation
at MyTrackMouseLeave (in app)
Looking at git blame user32/input.c, I see line 1043 is the if:
hover_time = ptme->dwHoverTime;
if (hover_time == HOVER_DEFAULT || hover_time == 0 ||
!(ptme->dwHoverTime&TME_HOVER))
Squinting at that a bit, it get the feeling the bitmask check is a typo;
shouldn't that be dwFlags, not dwHoverTime?
Also, if TME_HOVER is not set, we probably shouldn't
be looking at dwHoverTime, right?
FWIW, that bitmask check was added by
http://www.winehq.org/pipermail/wine-patches/2006-October/031794.html
Incidentally, while playing around, I noticed that the test
crashes if you get too many events. I'll attach a little patch to
fail more gracefully.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=34342
Bug #: 34342
Summary: Chronic crash of Guild Wars 2(out of memory)
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nob.dir.info(a)gmail.com
Classification: Unclassified
Created attachment 45715
--> http://bugs.winehq.org/attachment.cgi?id=45715
ArenaNet log when crashing
Hello,
Since I'm playing Guild Wars 2 quite often, I have chronic crashes with an Out
of Memory report, although there are still 4+Gb of free RAM(total 8Gb) and 1Gb
of free VRAM(total 2Gb).
As I'm using Wine in 64-bit mode on a 64-bit system, I thought that there
shouldn't be any memory problem, but it doesn't seem to be true. I also tried
out the 4Gb patcher, still no effect.
I think it comes from Wine/the system, because I played sometimes on
Windows(with also 8 Gb of total RAM), and I never crashed.
Cordially.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=47382
Bug ID: 47382
Summary: Nero CoverDesigner doesn't install - hangs at
"checking for the latest version"
Product: Wine
Version: 4.9
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Follow up to bug 47371.
The installer just stalls and doesn't seem to continue, even after I waited
~15min.
"winetricks -q ie8 win7" helps.
--
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=48852
Bug ID: 48852
Summary: quartz crashes with Magic The Gathering: Online
Product: Wine
Version: 4.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: panard(a)inzenet.org
Distribution: ---
Created attachment 66776
--> https://bugs.winehq.org/attachment.cgi?id=66776
WINEDEBUG=+quartz,+wmp
Since the March 25, 2020 update of Magic Online client, quartz regularly
crashes in PullPin_Disconnect, whereas the following configuration is used:
winetricks sound=disabled winegstreamer=disabled
Attached is the backtrace, a +quartz,+wmp trace, and the wav file it was
playing. Relevant errors seem to be around:
0073:err:quartz:BaseMemAllocator_Commit fnAlloc failed with error 0x8004020e
0073:warn:quartz:FilterGraph2_Render Unable to connect L"Wave Parser" to
renderer (80040207)
Then the crash occurs within PullPin_Disconnect because This->pAlloc is NULL.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=25284
Summary: kernel32: process tests fail on Ubuntu 10.04
Product: Wine
Version: 1.3.7
Platform: x86-64
URL: http://test.winehq.org/data/9867c39133f260eead2e7a041e
ae1d1fd775dcf1/wine_ae-ub1004/kernel32:process.html
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
These tests fail every time on my machine:
wine: configuration in '/home/austin/.wine' has been updated.
wine: cannot find L"C:\\windows\\system32\\doesnotexist.exe"
wine: cannot find L"C:\\windows\\system32\\does.exe"
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\austin\\wine-git\\dlls\\kernel32\\tests\\kernel32_test.exe" failed,
status c0000022
process.c:1276: Test failed: StartupInfoA:cb expected 68, but got 0
process.c:1277: Test failed: StartupInfoA:lpDesktop expected '', got '(null)'
process.c:1279: Test failed: expected
'Z:\home\austin\wine-git\dlls\kernel32\tests\kernel32_test.exe.so' or null, got
'(null)'
process.c:1281: Test failed: StartupInfoA:dwX expected 0, but got 1
process.c:1282: Test failed: StartupInfoA:dwY expected 0, but got 1
process.c:1283: Test failed: StartupInfoA:dwXSize expected 0, but got 1
process.c:1284: Test failed: StartupInfoA:dwYSize expected 0, but got 1
process.c:1285: Test failed: StartupInfoA:dwXCountChars expected 0, but got 1
process.c:1286: Test failed: StartupInfoA:dwYCountChars expected 0, but got 1
process.c:1287: Test failed: StartupInfoA:dwFillAttribute expected 0, but got 1
process.c:1288: Test failed: StartupInfoA:dwFlags expected 1, but got 0
process.c:1289: Test failed: StartupInfoA:wShowWindow expected 1, but got 0
process.c:1543: Test failed: ReadProcessMemory error -559038737
process.c:1545: Test failed: wrong read bytes 0
process.c:1623: Test failed: GetProcessVersion error 5
make: *** [process.ok] Error 15
I've tried going back to 1.2, fail there as well, and in gcc-4.4 and gcc from
svn.
austin@midna:~/wine-git/dlls/kernel32/tests$ uname -a
Linux midna 2.6.35-22-generic #34~lucid1-Ubuntu SMP Mon Oct 11 14:34:26 UTC
2010 x86_64 GNU/Linux
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=53959
Bug ID: 53959
Summary: OpenGL32 fails to initialize
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: reserv0(a)yahoo.com
Distribution: Other
When trying to start a 32 bits program with Wine v7.21, OpenGL32 fails to
initialize, and "unixlib" fails to load.
E.g. starting Poser 7:
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0024:err:wgl:DllMain Failed to load unixlib, status 0xc0000135
0024:err:module:LdrInitializeThunk "opengl32.dll" failed to initialize,
aborting
0024:err:module:LdrInitializeThunk Initializing dlls for L"C:\\Program
Files\\Poser 7\\Poser.exe" failed, status c0000142
Everything worked fine in this respect up to Wine v7.20...
--
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=53949
Bug ID: 53949
Summary: "OPENGL32.dll" failed to initialize message in
"classic" Dolphin release 4.0-154
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: kle(a)bluewin.ch
Distribution: ---
Hi all!
It looks that there exist a bug with the opengL32.dll file in Wine 7.21.
When I start the "final" D3D9 build 4.0-154 (32bit or 64bit) of the Dolphin
emulator then I get at the CLI an error message:
010c:err:wgl:DllMain Failed to load unixlib, status 0xc0000135
010c:err:module:LdrInitializeThunk "OPENGL32.dll" failed to initialize,
aborting
010c:err:module:LdrInitializeThunk Initializing dlls for
L"Z:\\home\\test\\Downloads\\Dolphin\\Dolphin-x64\\Dolphin.exe" failed, status
c0000142
This may or may not be related to the PE migration of the opengl32 library
which happened recently. Unfortunately I am not able to confirm that this
worked on earlier Wine releases. Will look into that when I find the time.
The corresponding DX9-Final-4.0-154 builds of Dolphin can be found here:
https://de.dolphin-emu.org/download/dev/5d7d8be58e1a71b3fcbb2ed3be78d6a014d…
Check "Dolphin.exe --help" or "Dolphin.exe --h" for the available command line
arguments.
Note, this error doesn't occur on latest Dolphin releases. It seems to affect
only older ones.
I have tested this also with the unofficial Ishiiruka-Dolphin fork (build
1136). Also this variant seems to starts-up fine. But it crashes when the D3D9
renderer is selected. At the CLI I get:
010c:fixme:d3d:debug_d3dformat Unrecognized 0x5a574152 (as fourcc: RAWZ)
WINED3DFORMAT!
010c:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x5a574152)
in the format lookup table.
But this seems to be a different issue. ;-)
--
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=53630
Bug ID: 53630
Summary: FoxPro for Windows 21.6a crashes at start with
"insufficient memory" error
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: JSladek(a)juno.com
Distribution: ---
Created attachment 73029
--> https://bugs.winehq.org/attachment.cgi?id=73029
Startup attempt via Konsole
On startup, FPW crashes with "insufficient memory" error regardless how the app
is started, e.g. Konsole with ./FOXPROW.EXE, or FOXPROW.EXE open with Wine
Windows Program Loader or by Application Menu command
/home/jim_pcl/.wine/drive_c/FPW26/FOXPROW.EXE.
This application worked (with the exception of previously reported bug) with
the last installed wine version 7.13 - problem appeared with the update to
version 7.16
--
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=53078
Bug ID: 53078
Summary: Star Stable Online: GameGuard execute error 114 when
launching the game
Product: Wine
Version: 7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dominik(a)greysector.net
Distribution: ---
Created attachment 72498
--> https://bugs.winehq.org/attachment.cgi?id=72498
wine terminal output
Star Stable Online has been working fine for quite some time under Wine. The
only minor annoyance was the
The game did not start properly
Do you want to repair it?
Yes No
dialog box after clicking Play. Despite that, the game worked fine. Also,
clicking "Yes" above would reinstall the game but not make the dialog go away.
However, in the latest update (May 25th, 2.12.2 as far as I can tell), the
developer added GameGuard anti-cheating solution and the game stopped
launching. I can start the launcher, log in (free account required), but after
clicking "Play", in addition to the "did not start properly" dialog box I get
another:
GameGuard execute error 114
GameGuard initialization error. Try rebooting and executing the game again or
close the program considered a cause of collision.
OS: Fedora 36 x86_64
Wine: 7.9 (distribution packages)
Game download link: https://www.starstable.com/en/myaccount/download (needs
User-Agent set to Windows)
--
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=51698
Bug ID: 51698
Summary: ucrt stdio's stdout does not flush
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: euloanty(a)live.com
Distribution: ---
Not msvcrt. UCRT does not correctly flush. why?
--
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=53936
Bug ID: 53936
Summary: Wrong background colour
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)jonass.user.lysator.liu.se
Distribution: ---
Created attachment 73494
--> https://bugs.winehq.org/attachment.cgi?id=73494
Screenshots of Pegasus Mail and Hogia Hemekonomi
Wrong background colour for menubar in applications Pegasus Mail and Hogia
Hemekonomi. The background for menu bar is white and should be grey. Compare
attached screenshot to screenshots at Wine AppDB:
https://appdb.winehq.org/appview.php?iAppId=284https://appdb.winehq.org/objectManager.php?sClass=application&iId=4366
I noticed this when upgrading from Wine 7.0 to 7.20.
--
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=53866
Bug ID: 53866
Summary: vbscript fails to handle SAFEARRAY in for...each
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: jsm174(a)gmail.com
Distribution: ---
The following vbscript fails:
dim allBalls = getballs
for each b in allballs
if b.id >= HighestID then highestID = b.id
Next
getballs returns a SAFEARRAY
In interp_newenum, I was able to get SAFEARRAY to work by adding the additional
case:
case VT_SAFEARRAY:
case VT_VARIANT|VT_ARRAY:
case VT_VARIANT|VT_ARRAY|VT_BYREF: {
IEnumVARIANT *iter;
hres = create_safearray_iter(V_ISBYREF(v.v) ? *V_ARRAYREF(v.v) :
V_ARRAY(v.v), &iter);
.
.
.
--
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=53836
Bug ID: 53836
Summary: HireTrack NX - Language fails to load with server,
causing program not to open
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jake(a)signature.tech
Distribution: ---
The folks over at NavigatorSystems and my internal IT seem to thing this is a
language problem with a recent version of CrossOver. The problem was originally
noticed in a september build. I am not a programer...
--
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=53766
Bug ID: 53766
Summary: vbscript fails to handle SAFEARRAY assignment, access,
UBounds, LBounds
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: jsm174(a)gmail.com
Distribution: ---
While working on leveraging the vbscript engine of Wine for a macos/linux port
of Visual Pinball, I finally have the example table working and am starting to
work through the runtime errors.
The table script requests an array of balls on the table and uses that array to
drop ball shadows and generate rolling sounds.
Take the following code:
Const tnob = 5
Dim rolling()
ReDim rolling(tnob)
Sub RollingTimer_Timer()
Dim BOT, b
BOT = GetBalls
For b = 0 to UBound(BOT)
If BOT(b).z < 30 Then
rolling(b) = True
End If
Next
End Sub
GetBalls is in the application code and returns a SAFEARRAY of IDispatch
pointers:
STDMETHODIMP ScriptGlobalTable::GetBalls(LPSAFEARRAY *pVal)
Currently this will fail at BOT assign_value because VariantCopyInd calls
VariantCopy which calls VARIANT_ValidateType which then returns
DISP_E_BADVARTYPE
I believe I have this now working but I'm not sure if it would impact anything
else for an official patch:
inc/wine/dlls/oleaut32/variant.c:
HRESULT WINAPI VariantCopy(VARIANTARG* pvargDest, const VARIANTARG* pvargSrc)
{
HRESULT hres = S_OK;
TRACE("(%s,%s)\n", debugstr_variant(pvargDest), debugstr_variant(pvargSrc));
#ifndef __SAFEARRAYFIX__
if (V_TYPE(pvargSrc) == VT_CLSID || /* VT_CLSID is a special case */
FAILED(VARIANT_ValidateType(V_VT(pvargSrc))))
return DISP_E_BADVARTYPE;
#else
if (V_TYPE(pvargSrc) != VT_SAFEARRAY && (V_TYPE(pvargSrc) == VT_CLSID || /*
VT_CLSID is a special case */
FAILED(VARIANT_ValidateType(V_VT(pvargSrc)))))
return DISP_E_BADVARTYPE;
#endif
if (pvargSrc != pvargDest &&
SUCCEEDED(hres = VariantClear(pvargDest)))
{
*pvargDest = *pvargSrc; /* Shallow copy the value */
if (!V_ISBYREF(pvargSrc))
{
switch (V_VT(pvargSrc))
{
case VT_BSTR:
V_BSTR(pvargDest) = SysAllocStringByteLen((char*)V_BSTR(pvargSrc),
SysStringByteLen(V_BSTR(pvargSrc)));
if (!V_BSTR(pvargDest))
hres = E_OUTOFMEMORY;
break;
case VT_RECORD:
hres = VARIANT_CopyIRecordInfo(pvargDest, pvargSrc);
break;
case VT_DISPATCH:
case VT_UNKNOWN:
V_UNKNOWN(pvargDest) = V_UNKNOWN(pvargSrc);
if (V_UNKNOWN(pvargSrc))
IUnknown_AddRef(V_UNKNOWN(pvargSrc));
break;
#ifdef __SAFEARRAYFIX__
case VT_SAFEARRAY:
hres = SafeArrayCopy(V_ARRAY(pvargSrc), &V_ARRAY(pvargDest));
break;
#endif
default:
if (V_ISARRAY(pvargSrc))
hres = SafeArrayCopy(V_ARRAY(pvargSrc), &V_ARRAY(pvargDest));
}
}
}
return hres;
}
inc/wine/dlls/vbscript/interp.c:
static HRESULT variant_call(exec_ctx_t *ctx, VARIANT *v, unsigned arg_cnt,
VARIANT *res)
{
SAFEARRAY *array = NULL;
DISPPARAMS dp;
HRESULT hres;
TRACE("%s\n", debugstr_variant(v));
if(V_VT(v) == (VT_VARIANT|VT_BYREF))
v = V_VARIANTREF(v);
switch(V_VT(v)) {
case VT_ARRAY|VT_BYREF|VT_VARIANT:
array = *V_ARRAYREF(v);
break;
case VT_ARRAY|VT_VARIANT:
array = V_ARRAY(v);
break;
#ifdef __SAFEARRAYFIX__
case VT_SAFEARRAY:
array = V_ARRAY(v);
break;
#endif
case VT_DISPATCH:
vbstack_to_dp(ctx, arg_cnt, FALSE, &dp);
hres = disp_call(ctx->script, V_DISPATCH(v), DISPID_VALUE, &dp, res);
break;
default:
FIXME("unsupported on %s\n", debugstr_variant(v));
return E_NOTIMPL;
}
if(array) {
if(!res) {
FIXME("no res\n");
return E_NOTIMPL;
}
vbstack_to_dp(ctx, arg_cnt, FALSE, &dp);
hres = array_access(ctx, array, &dp, &v);
if(FAILED(hres))
return hres;
V_VT(res) = VT_BYREF|VT_VARIANT;
V_BYREF(res) = v;
}
stack_popn(ctx, arg_cnt);
return S_OK;
}
inc/wine/dlls/vbscript/global.c:
static HRESULT Global_UBound(BuiltinDisp *This, VARIANT *arg, unsigned
args_cnt, VARIANT *res)
{
SAFEARRAY *sa;
HRESULT hres;
LONG ubound;
int dim;
assert(args_cnt == 1 || args_cnt == 2);
TRACE("%s %s\n", debugstr_variant(arg), args_cnt == 2 ?
debugstr_variant(arg + 1) : "1");
switch(V_VT(arg)) {
case VT_VARIANT|VT_ARRAY:
sa = V_ARRAY(arg);
break;
case VT_VARIANT|VT_ARRAY|VT_BYREF:
sa = *V_ARRAYREF(arg);
break;
#ifdef __SAFEARRAYFIX__
case VT_SAFEARRAY:
sa = V_ARRAY(arg);
break;
#endif
default:
FIXME("arg %s not supported\n", debugstr_variant(arg));
return E_NOTIMPL;
}
static HRESULT Global_LBound(BuiltinDisp *This, VARIANT *arg, unsigned
args_cnt, VARIANT *res)
{
SAFEARRAY *sa;
HRESULT hres;
LONG ubound;
int dim;
assert(args_cnt == 1 || args_cnt == 2);
TRACE("%s %s\n", debugstr_variant(arg), args_cnt == 2 ?
debugstr_variant(arg + 1) : "1");
switch(V_VT(arg)) {
case VT_VARIANT|VT_ARRAY:
sa = V_ARRAY(arg);
break;
case VT_VARIANT|VT_ARRAY|VT_BYREF:
sa = *V_ARRAYREF(arg);
break;
#ifdef __SAFEARRAYFIX__
case VT_SAFEARRAY:
sa = V_ARRAY(arg);
break;
#endif
default:
FIXME("arg %s not supported\n", debugstr_variant(arg));
return E_NOTIMPL;
}
--
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=49520
Bug ID: 49520
Summary: WIng Commander 4 DVD edition not scaling/displaying
Videos correctly
Product: Wine
Version: 5.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: jcarthew(a)gmail.com
Distribution: ---
Created attachment 67651
--> https://bugs.winehq.org/attachment.cgi?id=67651
DVD Resize/Rendering error.
Video/Audio decode/playback works, however The video is being rendered as a
square/being clipped off, and is not being scaled correctly. I have also tried
to force the screen resolution into 640x480 which fixed the scale, but did not
fix the square image/cropping problem.
--
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=53876
Bug ID: 53876
Summary: joneslevi
Product: WineHQ.org
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joneslevit2000(a)gmail.com
Distribution: ---
KatMovie is not among these hurdles, as they have mentioned explicitly in a
separate disclaimer stating that the website does not mount any unauthorized or
unsupervised content into their servers, preventing themselves and the website
not to falling for any copyright claims or whatsoever to the content that is
available or accessible via their content.
To know more :
https://www.thetechspree.com/katmovie-download-your-desired-content-in-diff…
--
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=53848
Bug ID: 53848
Summary: wine: Bad CPU type in executable (Apple Silicon M1)
Product: Wine-staging
Version: 7.19
Hardware: aarch64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: b1779506(a)trbvn.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
user@users-Apple-M1 ~ % brew tap homebrew/cask-versions
Running `brew update --auto-update`...
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/core and homebrew/cask).
==> New Casks
anytype
==> Tapping homebrew/cask-versions
Cloning into '/opt/homebrew/Library/Taps/homebrew/homebrew-cask-versions'...
remote: Enumerating objects: 250611, done.
remote: Counting objects: 100% (250611/250611), done.
remote: Compressing objects: 100% (76523/76523), done.
remote: Total 250611 (delta 173598), reused 250577 (delta 173577), pack-reused
Receiving objects: 100% (250611/250611), 64.00 MiB | 3.71 MiB/s, done.
Resolving deltas: 100% (173598/173598), done.
Tapped 230 casks (261 files, 71MB).
user@users-Apple-M1 ~ % brew install --cask --no-quarantine wine-staging
==> Caveats
wine-staging supports both 32-bit and 64-bit. It is compatible with an existing
32-bit wine prefix, but it will now default to 64-bit when you create a new
wine prefix. The architecture can be selected using the WINEARCH environment
variable which can be set to either win32 or win64.
To create a new pure 32-bit prefix, you can run:
$ WINEARCH=win32 WINEPREFIX=~/.wine32 winecfg
See the Wine FAQ for details: https://wiki.winehq.org/FAQ#Wineprefixes
==> Downloading
https://github.com/Gcenx/macOS_Wine_builds/releases/download/7.1
==> Downloading from
https://objects.githubusercontent.com/github-production-rel
######################################################################## 100.0%
==> Installing Cask wine-staging
Warning: macOS's Gatekeeper has been disabled for this Cask
==> Moving App 'Wine Staging.app' to '/Applications/Wine Staging.app'
==> Linking Binary 'appdb' to '/opt/homebrew/bin/appdb'
==> Linking Binary 'winehelp' to '/opt/homebrew/bin/winehelp'
==> Linking Binary 'msiexec' to '/opt/homebrew/bin/msiexec'
==> Linking Binary 'notepad' to '/opt/homebrew/bin/notepad'
==> Linking Binary 'regedit' to '/opt/homebrew/bin/regedit'
==> Linking Binary 'regsvr32' to '/opt/homebrew/bin/regsvr32'
==> Linking Binary 'wine' to '/opt/homebrew/bin/wine'
==> Linking Binary 'wine64' to '/opt/homebrew/bin/wine64'
==> Linking Binary 'wineboot' to '/opt/homebrew/bin/wineboot'
==> Linking Binary 'winecfg' to '/opt/homebrew/bin/winecfg'
==> Linking Binary 'wineconsole' to '/opt/homebrew/bin/wineconsole'
==> Linking Binary 'winedbg' to '/opt/homebrew/bin/winedbg'
==> Linking Binary 'winefile' to '/opt/homebrew/bin/winefile'
==> Linking Binary 'winemine' to '/opt/homebrew/bin/winemine'
==> Linking Binary 'winepath' to '/opt/homebrew/bin/winepath'
==> Linking Binary 'wineserver' to '/opt/homebrew/bin/wineserver'
???? wine-staging was successfully installed!
user@users-Apple-M1 ~ % winecfg
/opt/homebrew/bin/winecfg: line 46: /opt/homebrew/bin/wine: Bad CPU type in
executable
/opt/homebrew/bin/winecfg: line 46: /opt/homebrew/bin/wine: Undefined error: 0
user@users-Apple-M1 ~ % wine --version
zsh: bad CPU type in executable: wine
user@users-Apple-M1 ~ % wine
zsh: bad CPU type in executable: wine
user@users-Apple-M1 ~ % brew list --versions|grep wine
wine-staging 7.19
--
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=53957
Bug ID: 53957
Summary: The Binding Of Isaac Repentance (GOG) : program
crashes at start
Product: Wine
Version: 5.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: monstrosdobem(a)gmail.com
Distribution: ---
Created attachment 73539
--> https://bugs.winehq.org/attachment.cgi?id=73539
WINEDBG log when trying to open the game
Hey, newbie problem here, im new at linux and wine
I've been testing running a few versions of The binding of isaac at wine (GOG),
the Rebirth version works fine (just a minor audio problem) but when testing
with an Repentance version The game just crashes with winedbg listing the log
that follows:
the log at terminal is attached ahead also:
repentance is a DLC for the rebirth version
--
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=53565
Bug ID: 53565
Summary: postgresql installer 9.3 needs support for default
style argument in WshShell.Run
Product: Wine
Version: 7.11
Hardware: x86
URL: https://www.enterprisedb.com/downloads/postgres-postgr
esql-downloads
OS: Linux
Status: NEW
Keywords: download, Installer, source
Severity: minor
Priority: P2
Component: wshom.ocx
Assignee: wine-bugs(a)winehq.org
Reporter: sloper42(a)yahoo.com
CC: austinenglish(a)gmail.com, sloper42(a)yahoo.com
Depends on: 46083
Distribution: Fedora
This is followup to Bug #46083
Noticed in postgresql 9.3.25-1 installer. When starting the installer, a script
called prerun_checks is executed. There is failure executing following line
canExecute = WshShell.Run("Temp_Path")
Terminal shows:
0124:err:wshom:WshShell3_Run failed to convert style argument, 0x80020005
We need to add support for default "style" arg in wshom::WshShell3_Run.
This failure is hidden and script works accidentally because of a "On Error
Resume Next" line before the WshShell.Run.
--
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=46083
Bug ID: 46083
Summary: postgresql: "Unable to write inside TEMP environment
variable path"
Product: Wine
Version: 3.19
Hardware: x86
URL: http://www.postgresql.org/download/windows/
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Gentoo
Noticed in 9.3.4-3 and 9.3.24 installers. When starting the installer, there's
an immediate error dialog:
Error
There has been an error.
Unable to write inside TEMP environment variable path.
Terminal shows:
0048:fixme:wscript:set_host_properties ignored L"nologo" switch
0048:fixme:vbscript:VBScript_SetScriptState unimplemented
SCRIPTSTATE_INITIALIZED
0048:fixme:wshom:WshShell3_get_Environment (0x144008 {VT_BSTR: L"PROCESS"}
0x33f748): semi-stub
0048:fixme:wshom:WshEnvironment_QueryInterface Unknown iface
{a6ef9860-c720-11d0-9337-00a0c90dcaa9}
0048:fixme:wscript:Host_Quit (1) semi-stub: no script engine clean up
winetricks -q wsh57 works around it.
--
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=45168
Bug ID: 45168
Summary: Visual Novel "The Fruit of Grisaia" has flickering
glitches
Product: Wine
Version: 3.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 61370
--> https://bugs.winehq.org/attachment.cgi?id=61370
Error log
The game works fine so far, but the graphics is often glitchy and doesn't seem
to update properly.
It spams the output
> fixme:d3d:wined3d_texture_add_dirty_region Ignoring dirty_region (
I guess this is the problem.
The game uses d3d9 AFAIK, although I couldn't get it to output an apitrace
trace.
I hope this is not a dupe, but I didn't find the issue.
--
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=53874
Bug ID: 53874
Summary: Invalid SPIR-V created for World of Warcraft
(Dragonflight)
Product: vkd3d
Version: 1.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: rankincj(a)yahoo.com
Distribution: ---
Created attachment 73400
--> https://bugs.winehq.org/attachment.cgi?id=73400
SPIR-V dump of compute shader
Fedora 36 updated to Wine 7.19 and libvkd3d-1.5, and now World of Warcraft
crashes before even rendering the login scree, complaining about an invalid
COMPUTE shader:
```
NIR validation failed after spirv_to_nir
2 errors:
shader: MESA_SHADER_COMPUTE
source_sha1: {0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000}
workgroup-size: 64, 1, 1
shared-size: 0
inputs: 0
outputs: 0
uniforms: 32
ubos: 1
shared: 0
ray queries: 0
```
I am using Mesa's RADV driver, so managed to obtain a dump of the SPIR-V shader
via `RADV_DEBUG=spirv`.
See this [Mesa bug
report](https://gitlab.freedesktop.org/mesa/mesa/-/issues/7618) for more
details.
--
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=53962
Bug ID: 53962
Summary: vbscript does not Eval implemented
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: jsm174(a)gmail.com
Distribution: ---
Some of the scripts I'm running into uses eval.
I'm sure this is not complete, but this seems to work:
static HRESULT Global_Eval(BuiltinDisp *This, VARIANT *arg, unsigned args_cnt,
VARIANT *res)
{
vbscode_t *code;
HRESULT hres = compile_script(This->ctx, V_BSTR(arg), 0, 0, 0, 0,
SCRIPTTEXT_ISEXPRESSION, &code);
if (SUCCEEDED(hres))
hres = exec_global_code(This->ctx, code, res);
return hres;
}
Should I work on a MR?
FWIW, an alternate version works for ExecuteGlobal:
static HRESULT Global_ExecuteGlobal(BuiltinDisp *This, VARIANT *arg, unsigned
args_cnt, VARIANT *res)
{
vbscode_t *code;
HRESULT hres = compile_script(This->ctx, V_BSTR(arg), 0, 0, 0, 0,
SCRIPTTEXT_ISVISIBLE, &code);
if (SUCCEEDED(hres))
hres = exec_global_code(This->ctx, code, res);
return hres;
}
--
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=3952
Dominik Mierzejewski <dominik(a)greysector.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dominik(a)greysector.net
--- Comment #81 from Dominik Mierzejewski <dominik(a)greysector.net> ---
*** Bug 53078 has been marked as a duplicate of this bug. ***
--
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=53958
Bug ID: 53958
Summary: X11DRV_InitKeyboard() assigns wrong scancodes on
uncommon X11 keyboard layouts
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: doucha(a)swarmtech.cz
Distribution: ---
Created attachment 73541
--> https://bugs.winehq.org/attachment.cgi?id=73541
Patch with fallback scancode mapping
I use a custom X11 keyboard layout which maps non-ASCII characters to the top
row of alphanumeric keys. This causes the X11DRV_InitKeyboard() heuristics to
fail and the number keys get high scancodes (0x60+) which are generally
unsupported by Windows software. This causes issues mainly in games.
For example in Gothic 1, the number keys are used to switch between melee
weapon, bow and magic. In one of the main quests, you need to cast a spell. But
on my machine the keys for selecting spells have wrong scancodes in WINE and
Gothic doesn't allow them to be remapped. This means that the game cannot be
completed.
Here's a patch that'll fix the wrong scancodes by mapping X11 keysyms to US
QWERTY layout.
--
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=53410
Bug ID: 53410
Summary: Control panel Regional setting does not stick
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)jonass.user.lysator.liu.se
Distribution: ---
Created attachment 72802
--> https://bugs.winehq.org/attachment.cgi?id=72802
Before running Hemekonomi
Upon start of Hogia Hemekonomi it checks regional settings and offer to change
them. However the change does not stick and has to be done on every start.
See attachments pre.png/post.png for before and after running Hemekonomi in
Windows XP.
--
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=51417
Bug ID: 51417
Summary: msftedit.dll v8.5 for Windows 10 requires
SbSelectProcedure from NTDLL
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: sergey.bychkow(a)gmail.com
Wine NTDLL implementation is missing SbSelectProcedure, at least stub.
msftedit.dll v8.5 for Windows 10 imports SbSelectProcedure from NTDLL. This
version is required because of new features implemented - embedded PNG/JPEG
support. Wine implementation of msftedit and riched20, as I can see, has no
embedded PNG/JPEG support nor TOM interfaces, but this is a scope of another
issue.
I have found that function SbSelectProcedure is not well documented, but, may
be, at least some stub can be added to Wine?
--
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=53116
Bug ID: 53116
Summary: Eureka crashes due to odbc error
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: odbc
Assignee: wine-bugs(a)winehq.org
Reporter: rich.rath(a)gmail.com
Distribution: ---
Created attachment 72570
--> https://bugs.winehq.org/attachment.cgi?id=72570
backtrace output from crash
I am trying to run a 2000-era program called Eureka. You can download a demo
version from archive.org by searching for "Inxight" and "Eureka". Originally
it loaded into a win 2000 container, but would give an odbc error saying that
odbc was not found. It is installed and in the usual place. Then I onstalled
office 2003, which provided a bunch more drivers and now it crashes with the
attached backtrace when I try to load data.
--
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=46381
Bug ID: 46381
Summary: Sysinternals Bginfo 4.21: Text manipulation
(tabulation) does not work - EM_SETPARAFORMAT
Product: Wine
Version: 4.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: zcooger(a)gmail.com
Distribution: ---
Created attachment 63136
--> https://bugs.winehq.org/attachment.cgi?id=63136
System info, debug log, executable, 2 screenshots for comparison
Linux: 4.15.0-20-generic x86_64 bits: 64 gcc: 7.3.0
Desktop: Cinnamon 3.8.8 (Gtk 3.22.30-1ubuntu1) dm: lightdm Distro: Linux Mint
19 Tara
Software site: sysinternals.com
sha1sum Bginfo.exe: 687efce8fa372a64b8292aa5293d6128c0d796bb
After running Bginfo in Wine it displays no tabulation for rows regardless of
slider value.
Second startup breaks the saved text formatting.
Similar ReactOS Issue: https://jira.reactos.org/browse/CORE-15510
--
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=42231
Bug ID: 42231
Summary: Bengal hangs upon startup
Product: Wine
Version: 2.0-rc5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rebe(a)gmx.net
Distribution: ---
The game Bengal hangs on startup. It shows a split splash screen, then halts.
The game engine is Gplayer.exe by OXXOMedia.
--
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=4713
Fabian Maurer <dark.shadow4(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dark.shadow4(a)web.de
--
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=43989
Bug ID: 43989
Summary: MSI: error for object: pointer being freed was not
allocated
Product: Wine
Version: 2.0.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: kenorb(a)gmail.com
Distribution: ---
The following MSI installer doesn't run properly.
$ wine msiexec /i scalarizr_5.11.5.msi
fixme:wer:WerSetFlags (2) stub!
fixme:heap:RtlSetHeapInformation 0x0 1 0x0 0 stub
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:service:QueryServiceConfig2W Level 6 not implemented
---
winedevice.exe(27561,0xb0004000) malloc: *** error for object 0x401c5308:
pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
File URL: http://repo.scalr.net/win/latest/scalarizr_5.11.5.msi
--
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.
http://bugs.winehq.org/show_bug.cgi?id=10502
Summary: Zoundry Blogwriter crashes on startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.zoundry.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://justanystuff.blogspot.com/2007/11/running-zoundry-blog-editor-under-…
says that Zoundry BlogWriter runs ok in Wine iff you have IE6
installed, crashes otherwise. I verified that it crashes on vanilla wine
without IE6.
The +relay log looks like it's checking gecko
for a bunch of properties, e.g. browser.visited_color,
image.animation_mode, bidi., unloads gecko when
it can't find them, and then crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46610
Bug ID: 46610
Summary: pdfelement 6 failing to start with error:
typelib_ps_CreateStub Failed to create stub
Product: Wine
Version: 4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: tinywrkbee(a)gmail.com
Distribution: ---
Created attachment 63510
--> https://bugs.winehq.org/attachment.cgi?id=63510
pdfelement output
App: Wondershare PDFElement Pro 6, latest trial version, can be downloaded
freely from https://pdf.wondershare.com/
Wine: version 4.1, WINARCH=win32, Window 7, no change except winetrick
riched20.
Behavior:
Installation finished successfully, application's window failing to load after
installation and the application crashes.
With winetricks dotnet40 the application work (though has other issues).
See full output in the attachment.
003a:fixme:ole:get_param_info unhandled kind 0x4
003a:fixme:ole:write_type_tfs unhandled kind 4
003a:err:ole:typelib_ps_CreateStub Failed to create stub, hr 0x80004001.
003a:err:ole:marshal_object Failed to create an IRpcStubBuffer from IPSFactory
for {4d3609d2-1d8a-4e9f-884b-438afddecb86} with error 0x80004001
003a:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80004001
003a:err:ole:CoMarshalInterface Failed to marshal the interface
{4d3609d2-1d8a-4e9f-884b-438afddecb86}, 80004001
0045:err:rpc:I_RpcReceive we got fault packet with status 0x80004001
--
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=53945
Bug ID: 53945
Summary: Program doesn't start
Product: Wine
Version: 7.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cdlevin(a)bellsouth.net
Distribution: ---
Created attachment 73521
--> https://bugs.winehq.org/attachment.cgi?id=73521
five by five backtrace file
I am trying to run 5 by 5 from Dauntless software. It doesn't open. I ran pilot
morse, and it opened no problem.
--
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=53906
Bug ID: 53906
Summary: World of Warcraft: Dragonflight Keep getting
VoiceError 17
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jpaulofarias(a)gmail.com
Distribution: ---
Since the update of World of Warcraft: Dragronflight prepatch I keep getting a
VoiceError: 17. It appears the Wow client can't connect to their voice chat
servers.
I am running Wine 7.20 with Lutris on EndeavorOS with Gnome.
Other than this error coming up every few seconds the game seems to run fine on
my system.
I have a Radeon 6900XT gpu and a Ryzen 7 5800X cpu. This probably don't matter
though since I think the message is network related.
Also once the game is started it takes about a minute on connection screen
before it either fails to connect or completes the connection and goes to
character screen selection. When it fails to connect pressing the "reconnect"
button does complete the connection and the games continues on to the character
selection screen. I believe both the VoiceError messages and the login
connection issues are related to some (maybe the same) network issue.
--
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=53944
Bug ID: 53944
Summary: Browser.exe error when starting Wegame
Product: Wine
Version: 7.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 2775919(a)qq.com
Distribution: ---
Created attachment 73517
--> https://bugs.winehq.org/attachment.cgi?id=73517
backtrace.txt = error logs, 1.png & 2.png = screenshot
after starting WeGame, the error message keeps appearing, saying broeser.exe
error (backtrace.txt)
the content of WeGame main windows is not displayed correctly.(1.png)
When click download POE game, I get another error(2.png)
ps: WeGame is a game platform like Steam.
OS: Limux Mint
Wine Version: 7.0.1
--
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.
http://bugs.winehq.org/show_bug.cgi?id=32967
Bug #: 32967
Summary: jscript: selectors api test does not run
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Classification: Unclassified
Created attachment 43545
--> http://bugs.winehq.org/attachment.cgi?id=43545
Full jscript log
This Selectors API test does not run
wine iexplore http://ejohn.org/apps/selectortest/
0030:fixme:mshtml:HTMLLocation_put_hash (0x1443f00)->(L"#target")
0030:trace:jscript:enter_bytecode EXCEPTION 80004001
0030:trace:jscript:prop_put L"arguments" = undefined
0030:trace:jscript:jsdisp_free (0x2673e70)
--
By by ... Detlef
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=10000
Summary: The original win32 api is still more popular then wine.
Product: Wine
Version: 0.9.46.
Platform: Other
URL: http://www.winehq.org
OS/Version: other
Status: NEW
Severity: critical
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: M.B.Lankhorst(a)gmail.com
Microsoft has a majority market share in the new desktop PC marketplace. A lot
of software depends on the win32 api, so wine should eventually have to be the
most popular implementation of it.
This idea came from https://bugs.launchpad.net/ubuntu/+bug/1 ;-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44885
Bug ID: 44885
Summary: IAR Embedded Workbench 7.11 (7.10 also) for MSP430 -
installer crash.
Product: Wine
Version: 3.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sm(a)venus.ru
Distribution: ---
Created attachment 60954
--> https://bugs.winehq.org/attachment.cgi?id=60954
backtrace from wine
IAR Embedded Workbench 7.11 (7.10 also) - installer crashes after decompressing
of some temporary files.
Wine version 3.5 on Linux (CentOS 7) with on new ".wine" directory.
Wine's backtace attached.
Link to this installer:
http://netstorage.iar.com/SuppDB/Protected/PRODUPD/012890/EW430-7113-Autoru…
Log from console:
#wine EW430-7113-Autorun.exe
001b:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
001b:fixme:process:SetProcessDEPPolicy (1): stub
001b:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0009:fixme:exec:SHELL_execute flags ignored: 0x00000180
0073:fixme:nls:GetThreadPreferredUILanguages 00000038, 0x33f8fc, 0x33f90c
0x33f900
0073:fixme:nls:get_dummy_preferred_ui_language (0x38 0x33f8fc 0x33f90c
0x33f900) returning a dummy value (current locale)
0073:fixme:shell:InitNetworkAddressControl stub
0073:fixme:ieframe:PersistStreamInit_InitNew (0x15c3c0)
0073:fixme:ieframe:navigate_url Unsupported args (Flags 0x33f0ec {VT_I4: 0};
TargetFrameName 0x33f0dc {VT_BSTR: (null)})
0073:err:ole:start_rpcss failed to open RpcSs service
0073:fixme:ieframe:handle_navigation_error Navigate to error page
0073:fixme:ieframe:bind_to_object BindToObject failed: 80070715
0073:fixme:ieframe:navigate_url Unsupported args (Flags 0x33f144 {VT_I4: 2};
TargetFrameName 0x33f134 {VT_BSTR: (null)})
0073:err:ole:start_rpcss failed to open RpcSs service
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
0073:fixme:seh:_abnormal_termination (void)stub
wine: Unhandled page fault on write access to 0x00000000 at address 0x6a5c2d04
(thread 0073), starting debugger...
0089:err:dbghelp:pe_load_msc_debug_info -Debug info stripped, but no .DBG file
in module L"xul"
--
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=53943
Bug ID: 53943
Summary: Mafia II: Director's Cut (GOG version) crashes after
some time of playing
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t6zm3v62fkp7fe5(a)yandex.ru
Distribution: ---
Created attachment 73515
--> https://bugs.winehq.org/attachment.cgi?id=73515
Terminal output
Mafia II: Director's Cut (GOG version) crashes after some time of playing and
shows the message: "A program on your system has crashed, but WineDbg was
unable to attach to the process and obtain the backtrace". The time is random,
it may be in 1st or 2nd mission, I can't go through further.
Lubuntu 22.04.1, Wine 7.21 from official PPA.
--
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=45441
Bug ID: 45441
Summary: DYO does not unlock next level
Product: Wine
Version: 3.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fritz-stuhr(a)web.de
Distribution: ---
Created attachment 61772
--> https://bugs.winehq.org/attachment.cgi?id=61772
Output of "wine DYO.exe 2>&1 | uniq -c"
After finishing the first level the second level is not unlocked.
--
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=53942
Bug ID: 53942
Summary: griefsyndrome has graphical glitches
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 73514
--> https://bugs.winehq.org/attachment.cgi?id=73514
screenshot
Those happen when switching between fullscreen and windowed mode by pressing
ALT-Enter.
The game is still usable, you can get into game by repeatedly pressing 'y' (or
'z' on other layouts?) and the glitches will be partly gone when it loads the
level. Unless you switch fullscreen mode again.
--
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=40425
Bug ID: 40425
Summary: Page fault in PsList from sysinternals
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexchandel(a)gmail.com
Distribution: ---
Created attachment 54168
--> https://bugs.winehq.org/attachment.cgi?id=54168
Backtrace of page fault on 1.9.7
Running PsList with no arguments triggers an immediate page fault. Tested on
wine-1.9.7, OS X 10.11.
--
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=40902
Bug ID: 40902
Summary: Simple 3D Text screen saver does not show expected
graphics
Product: Wine
Version: 1.9.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
Distribution: ---
I tried to run some screensavers with WINE and I have seen an unexpected result
with ReactOS 3D Text screensaver.
This screensaver should show a text in a 3D format and rotating over the axis,
see the attached screenshot "Run on Windows.png". WINE is able to execute it,
but it shows a 2D text instead, see the attached screenshot "Run on WINE.png".
I tried to debug a bit the source code of the wglUseFontOutlines() function and
in my opinion there is at least a brutal memory leak here. If you look into:
https://github.com/wine-mirror/wine/blob/master/dlls/opengl32/wgl.c#L1638
there is an HeapAlloc() for allocating the vertices, but later it seems to me
that this pointer is lost because it is changed in some places, see for
example:
https://github.com/wine-mirror/wine/blob/master/dlls/opengl32/wgl.c#L1662
so the next HeapFree() is also directed to a wrong address.
I did a quick fix but, as I expected, this is not the cause of the original
problem, there is something else which causes the text to not be 3D.
--
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=42193
Bug ID: 42193
Summary: Closing content library freezes Anime Studio Pro 8.2.1
Product: Wine-staging
Version: 2.0-rc4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lanfrda1(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 56826
--> https://bugs.winehq.org/attachment.cgi?id=56826
Terminal Log
If you open the content library, and then close it, Anime Studio Pro 8.2.1 will
freeze and the process would have to be killed.
--
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=4405
Fabian Maurer <dark.shadow4(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dark.shadow4(a)web.de
--- Comment #18 from Fabian Maurer <dark.shadow4(a)web.de> ---
Still present as of wine-7.20
--
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=42044
Bug ID: 42044
Summary: AOE III regression on lenovo G570
Product: Wine
Version: 1.9.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vladimir.potapov(a)rosalab.ru
Distribution: ---
Created attachment 56525
--> https://bugs.winehq.org/attachment.cgi?id=56525
ScrrenShot
I have regression on update wine 1.9.12 to 1.19.18 or high (I tested 1.9.20,
1.9.23)
I see the image (attachment) after update on Intel or Radeon (I have switchable
graphic)
If I back to wine 1.9.12, I have right screen.
My hardware https://linux-hardware.org/index.php?probe=76d14da5ef
(on Nvidia 650gtx and Intel HD3500 the bug is not present)
--
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=53929
Bug ID: 53929
Summary: ExttextOut does not support output surrogate
pair(ex:U+1F34A -> 0xd83c,0xDF4A)
Product: Wine
Version: 7.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: 399989567(a)qq.com
Distribution: ---
Wine will treat a four-byte unicode as two two-byte unicode output, resulting
in the inability to display characters correctly.
At the same time, wine will treat four-byte unicode as two two-byte unicode to
calculate the width.
The latest version of wine does not work too.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=33236
Bug #: 33236
Summary: Bible Converter Project fails to convert anything
Product: Wine
Version: 1.5.26
Platform: x86-64
URL: http://www.churchsw.org/bible-converter-project
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Classification: Unclassified
This program is freeware with source code. You can confirm it is not working by
simply pressing Convert. It immediately says "Conversion completed
successfully" even though no action was taken and no files are exported.
Errors in terminal:
fixme:exec:SHELL_execute flags ignored: 0x00004100
fixme:ntdll:NtRaiseHardError : stub. Errorstatus was 40000015
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.
http://bugs.winehq.org/show_bug.cgi?id=22912
Summary: Half Life 2 and Portal subtitles unreadable
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_winehq(a)selador.com.au
After installing Steam in a new profile and then using it to download and
install Portal, the game runs perfectly except for unreadable dialog captions.
(see attachment Portal-glitch02.png)
The screenshot illustrates how the sound effects captions in white are fine,
only the dialog captions in red with italics are affected.
I've tried reducing all graphics options and resolutions, to no avail. It looks
like something specific to font rendering - the bounding box for the characters
is not taking into account their italicization, so the rightmost pixels are
being truncated.
The exact same problem was described more than 2 years ago against Half Life 2
(which uses the same core engine) here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=2890 (post titled
'Font rendering oddness' by John Flatness on Thursday November 1st 2007)
It's also been reported downstream in the Crossover bugtracker and they've
confirmed the bug but have been unable to take it any further for nearly a
year: www.codeweavers.com/support/tickets/browse/?ticket_id=742458;
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=53937
Bug ID: 53937
Summary: ShellExecute doesn't support expandable App Paths
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 73495
--> https://bugs.winehq.org/attachment.cgi?id=73495
Registry information for "patest.exe" -> "notepad.exe" redirect
When adding an "App Path" under
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths" that
usually works, but expandable paths are not supported.
See attached reg file, this works on windows.
Just something I noticed ROS fixing, so I tested on Wine. Probably not really
important until we find a program that depends on that behavior, but
documenting nevertheless.
--
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=48317
Bug ID: 48317
Summary: Notepad is missing size gripper
Product: Wine
Version: 4.21
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 66027
--> https://bugs.winehq.org/attachment.cgi?id=66027
Screenshot wine
When running (wine) notepad, and disabling "Edit->Wrap long lines", in the
bottom right corner there should be a size gripper to resize the window.
On wine this is missing, see screenshots.
--
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=53931
Bug ID: 53931
Summary: error report after logging into Wegame
Product: Wine
Version: 6.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 2775919(a)qq.com
Distribution: ---
Created attachment 73489
--> https://bugs.winehq.org/attachment.cgi?id=73489
error report after logging into Wegame. said that browser has encountered a
critical error.
error report after logging into Wegame. said that browser has encountered a
critical error.
Wegame is Tencent's games platform like Steam.
--
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=51689
Bug ID: 51689
Summary: Sai2 mouse/tablet input not working
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alastair.trackermail(a)gmx.com
Distribution: ---
Created attachment 70556
--> https://bugs.winehq.org/attachment.cgi?id=70556
log
Left and right clicking in sai2 results in nothing getting selected. Looking in
the log it might have something to do with.
"0140:fixme:win:EnableMouseInPointer (0x1) stub". Sai2 was working in previous
versions maybe regression.
https://appdb.winehq.org/objectManager.php?sClass=version&iId=39906
--
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=44112
Bug ID: 44112
Summary: LightShot: Mouse doesn't work in save dialog
Product: Wine
Version: 2.22
Hardware: x86
URL: https://app.prntscr.com/build/setup-lightshot.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Depends on: 44110
Distribution: ---
After installing the program, you have a tray icon where you can click "Take
Screenshot". Then you can select and area, right-click and click Save.
The save-dialog can't be used by mouse, only the keyboard works.
Also present in wine-staging-2.21
--
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.
http://bugs.winehq.org/show_bug.cgi?id=32091
Bug #: 32091
Summary: Mathcad 14 doesn't start
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)uukgoblin.net
Classification: Unclassified
Created attachment 42307
--> http://bugs.winehq.org/attachment.cgi?id=42307
output from the terminal (stdout and stderr combined)
Using an "Academic Version" that I got from Open University.
Installed fine, registered license fine.
When I start it, it's stuck for a veery long time on the splash screen. When it
finally disappears, it displays a very unhelpful error and then dies,
regardless of whether I choose OK or Cancel.
Will attach the splash screen that it's stuck on (it's there for something like
10 minutes), the error dialog and output from the terminal.
Output from the terminal appears to be an endless loop, but it's not really
endless - you just have to be patient.
I'm on wine 1.5.16. I've installed all the mentioned things via winetricks
(allfonts dotnet20 mdac27 mdac28 msxml4 vcrun2005 vcrun2008 wsh56)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=53922
Bug ID: 53922
Summary: FoxPro for Windows 2.6a doesn't start when compiled
with -O0
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
This is how I compile wine for debugging purposes:
ALLFLAGS="-g -O0"
PKG_CONFIG_PATH=/usr/lib32/pkgconfig CC="ccache gcc" CFLAGS="$ALLFLAGS"
CROSSCC="ccache i686-w64-mingw32-gcc" CROSSCFLAGS="$ALLFLAGS"
../wine-git/configure --enable-silent-rules
But when I run FoxPro with that, I get the following output:
> 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
> 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
> 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
> 007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
> 00d4:err:seh:KiUserCallbackDispatcher ignoring exception
> 00d4:err:seh:KiUserCallbackDispatcher ignoring exception
Using -O2 instead of -O0 works around that issue.
--
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=53921
Bug ID: 53921
Summary: Lords of the Fallen GOTY has glitchy objects rendering
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 73475
--> https://bugs.winehq.org/attachment.cgi?id=73475
example
This can be easily solved by disabling the occlusion culling thread in
'C:\users\<USERNAME>\Documents\Lords of the Fallen\settings.ini'
--
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=53920
Bug ID: 53920
Summary: bstone (Blake Stone source port) crashes from main
menu on Wine 7.21
Product: Wine
Version: 7.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mr.matt.eastwood(a)gmx.de
Distribution: ---
Created attachment 73474
--> https://bugs.winehq.org/attachment.cgi?id=73474
bstone (Blake Stone source port) terminal output
Steps to Reproduce:
1. Get bstone from here: https://github.com/bibendovsky/bstone/releases
2. Get shareware version of Blake Stone from here:
https://www.dosgamesarchive.com/download/blake-stone-aliens-of-gold
2. Launch bstone v1.2.12-1 on Linux using Wine 7.21
3. Proceed to main menu
4. Select any option
Current Results:
The game runs without any sound and then crashes from the main menu when
attempting to select an option.
Notes:
Terminal output attached.
Everything worked fine on Wine 7.20.
This is the line where the terminal output stays right before selecting an
option from the main menu, e.g., "Load game":
0118:fixme:imm:ImmReleaseContext (0000000000080068, 0000000000010066): stub
Does the terminal output provide any clues as to what's going on? Why is sound
no longer working, and why does the game crash?
--
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=51750
Bug ID: 51750
Summary: FoxPro for Windows 2.6a crashes on some systems with
"Divide by Zero" exception
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 70641
--> https://bugs.winehq.org/attachment.cgi?id=70641
Crash log
Split off from bug 50618.
Instructions:
1) Download from
https://winworldpc.com/download/c3a23335-4f6f-c2a3-11c3-a4c2b14b5404
(https://winworldpc.com/product/foxpro/26)
2) Extract
3) Unpack *.img:
> find -iname "*.img" -exec 7z x {} \;
4) run setup.exe
5) go to c:\fpw26, run FOXPROW.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=53904
Bug ID: 53904
Summary: NTFS Error 'Propogation Flags'
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: drew.ridley03(a)gmail.com
Distribution: ---
When running a program to install addons into my Flight Simulator 2020 wine
prefix, I get the following error on installation.
'Error Propogation flags need inheritance flags'
'Parameter name: propogationFlags trying to create package folder'
I have reason to believe this is an error related to some component of wine's
NTFS emulation. Perhaps someone could shed some light on the issue?
--
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=53917
Bug ID: 53917
Summary: Myst 3 leaves last image on screen when closing
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugzilla.kyoo(a)xoxy.net
Distribution: ---
When closing the GOG version of Myst III: Exile normally (ex: clicking Quit in
the menu), the last image remains on the screen even after all wine-related
processes have closed. The user can still interact "through" the image, such
as clicking in a terminal which has a known location and typing, but can't see
anything except the last image from Myst III and the mouse cursor.
I can get rid of this image by running `xrandr --output LVDS-1 --off; xrandr
--output LVDS-1 --auto` on my laptop.
Arch Linux 64-bit
32-bit prefix
Intel integrated graphics (i7 2nd gen)
wine 7.20 from Arch Linux repos
--
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=48962
Bug ID: 48962
Summary: Save file dialog doesn't show full label text for some
locales
Product: Wine
Version: 5.4
Hardware: x86
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 66937
--> https://bugs.winehq.org/attachment.cgi?id=66937
Win7 screenshot
See screenshots.
Affected locales are for example fr_FR and de_DE.
--
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=53916
Bug ID: 53916
Summary: makedep crashes on FreeBSD since b1f59bc679
"makefiles: Add support for multiple PE architectures"
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joel(a)airwebreathe.org.uk
Distribution: ---
Since the patch b1f59bc679 "makefiles: Add support for multiple PE
architectures", makedep now crashes due to a null pointer derference on FreeBSD
13.1:
Program received signal SIGSEGV, Segmentation fault.
Address not mapped to object.
0x2823e24d in strlen () from /usr/lib32/libc.so.7
(gdb) bt
#0 0x2823e24d in strlen () from /usr/lib32/libc.so.7
#1 0x0804a2af in output_filename (name=0x0) at tools/makedep.c:389
#2 0x0804c533 in output_filenames (array=..., array=...) at
tools/makedep.c:406
#3 output_winegcc_command (arch=arch@entry=1, make=0x28275300) at
tools/makedep.c:2425
#4 0x08056438 in output_module (make=make@entry=0x28275300, arch=arch@entry=1)
at tools/makedep.c:3335
#5 0x08057649 in output_sources (make=0x28275300) at tools/makedep.c:3847
#6 0x08059de0 in output_top_makefile (make=make@entry=0x28275000) at
tools/makedep.c:4195
#7 0x0805a7cc in output_dependencies (make=0x28275000) at tools/makedep.c:4215
#8 0x08049864 in main (argc=<optimized out>, argv=0xffffda40) at
tools/makedep.c:4547
--
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=44802
Bug ID: 44802
Summary: Corel WinDVD installer directory dropdown not complete
Product: Wine
Version: 3.4
Hardware: x86
URL: http://www.corel.com/akdlm/6763/downloads/WinDVD/2010P
ro/TBYB/WinDVDPro2010-TBYB.exe
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 60835
--> https://bugs.winehq.org/attachment.cgi?id=60835
Screenshot on wine
Found this while testing bug 22545.
When changing the install path, the program has a dropdown to seleect which
folder to install to. But it doesn't display the complete folder tree there,
while it should.
--
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=45446
Bug ID: 45446
Summary: 1C:Enterprise 8 platform installer gives error
"Windows Error: Function failed"
Product: Wine
Version: 3.12
Hardware: x86
URL: https://1c-dn.com/developer_tools/1c_enterprise_8_plat
form_training_version/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
When at the window where it asks you to select the default interface language,
clicking "Back" takes you back to the previous screen as expected.
But when you click "Next" again, it shows a messagebox with "Windows Error:
Function failed".
Download available, but free registration is required.
--
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=45824
Bug ID: 45824
Summary: Pivot animator installer crashes
Product: Wine
Version: 3.15
Hardware: x86
URL: http://www.yeherserup.com/y7k6nbh/pivot_v4-2.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
> 003f:fixme:process:SetProcessDEPPolicy (1): stub
> 003f:err:seh:setup_exception_record stack overflow 1360 bytes in thread 003f eip 7bc492c9 esp 00240de0 stack 0x240000-0x241000-0x340000
Running the program with WINEDEBUG=+relay makes it work for some reason.
--
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=43587
Bug ID: 43587
Summary: SCP Containment Breach 1.3.8 crashes most of the time
Product: Wine
Version: 2.15
Hardware: x86
URL: http://undertowgames.com/file/scp/SCP%20-%20Containmen
t%20Breach%20v1.3.8.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The game often displays graphical errors, crashes with "Memory access
violation" or "Failed to load Texture XYZ".
All this seems to be caused by a single issue, looks like a memory leak.
Download link attached.
A few error messages get repeated in the log:
> err:d3d:resource_init Failed to allocate system memory.
> err:d3d:wined3d_debug_callback 0x17d718: "GL_OUT_OF_MEMORY in glTexSubImage".
--
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=47195
Bug ID: 47195
Summary: Safrosoft RoX is rendered wrong in HiDPI
Product: Wine
Version: 4.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 64447
--> https://bugs.winehq.org/attachment.cgi?id=64447
RoX with DPI 192
When using winecfg to set the screen resolution to bigger than the default
96DPI, the gui of the program doesn't scale properly. See screenshots. Not 100%
sure this is a wine issue though.
--
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=47196
Bug ID: 47196
Summary: Safrosoft RoX doesn't appear in the taskbar
Product: Wine
Version: 4.8
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The game can be started and played, but it doesn't appear in the taskbar.
I'm using KDE5 Plasma, if that is relevant.
--
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=43180
Bug ID: 43180
Summary: KnightOfKnights crashes without native d3dxof
Product: Wine
Version: 2.10
Hardware: x86
URL: http://ftp.vector.co.jp/34/19/1946/Knight050.lzh
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dxof
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 58451
--> https://bugs.winehq.org/attachment.cgi?id=58451
Logfile
This is an old freeware game that seems to use DirectX7. It has a lot of
issues, black textures are addressed in Bug 43159.
Without native d3dxof, when starting the game, the game crashes.
When testing the game, it's advised to check "emulate a virtual desktop" in
winecfg, since it only supports low-resolution fullscreen mode and is prone to
crashes.
Also, when you have a gamepad plugged in it might not accept keyboard input,
keep that in mind when testing.
To work around other issues that crash the game, please run "winetricks gmdls
directmusic".
How to test:
To select an option, press x. Just click through your way through.
When in "Stage Select", move left with the arrow keys, then press x.
Press x again to start the game.
It then crashes.
Logfile attached, but it's pretty useless I think.
Download link attached.
There is a way to make it start without crashes, by patching the executable.
If you turn the conditional branch at 0x00424474 into an unconditional jump,
the game will load.
Please note that this hack makes the game start, but the character models are
visibly broken. If the same change is applied while the native d3dxof is used,
it still renders fine.
I'm trying to find the cause, but I'm not yet very good at this, and don't
really know how to go about it, so help is appreciated.
--
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=53102
Bug ID: 53102
Summary: UbisoftConnect: Initialization fails with 7.10
(dlls/cryptnet)
Product: Wine
Version: 7.10
Hardware: x86-64
URL: https://ubistatic3-a.akamaihd.net/orbit/launcher_insta
ller/UbisoftConnectInstaller.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
CC: hans(a)meelstraat.net
Regression SHA1: f74271648776969cc8d4b914ac8d409c4f37f6d5
Distribution: Debian
Created attachment 72536
--> https://bugs.winehq.org/attachment.cgi?id=72536
Initialization step
Hi,
This commit breaks UbisoftConnect in a fresh install or clean wineprefix when
the application initializes for the 1st time.
If the application was installed and launched once with wine 7.9, it possible
to launch it with wine 7.10.
I attach 2 screenshots :
- The initialize step
- The error message about connection lost
Revert the bad commit allow to pass the initialization step.
How to reproduce :
- install corefonts in a clean prefix
- install UbisoftConnect
- Log in to your Ubi account
- Initialization step fails.
--
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=9127
aho.ka(a)zoho.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|aho.ka(a)zoho.com |
--
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=46718
Bug ID: 46718
Summary: IDispatch.Invoke cause 80020005 error on out IUnknown
Param
Product: Wine-staging
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexeev(a)krista.ru
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 63688
--> https://bugs.winehq.org/attachment.cgi?id=63688
AutoObjectCmd.exe test with required lib
IDispatch.Invoke cause 80020005 error on out IUnknown param, when call argument
is IDispatch. Sounds like right result, but Windows try to cast out parameter
to argument type. Attached application with library should fail in Wine on such
call - simple run AutoObjectCmd.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=9127
Dominik Reichardt <winehq-bugzilla(a)reichardt.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |winehq-bugzilla(a)reichardt.d
| |e
--- Comment #107 from Dominik Reichardt <winehq-bugzilla(a)reichardt.de> ---
A friend fixed the Ultima IX video playback issues by installing
gstreamer1.0-plugins-ugly:i386.
Maybe this is a good starting point?
--
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.
http://bugs.winehq.org/show_bug.cgi?id=29974
Bug #: 29974
Summary: StarBurn crashes on disabling skins
Product: Wine
Version: 1.4-rc4
Platform: x86-64
URL: http://www.starburnsoftware.com/products/starburn/down
load/download-starburn-free
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Created attachment 39020
--> http://bugs.winehq.org/attachment.cgi?id=39020
Terminal output
StarBurn crashes a moment after disabling skins within the program. This option
is at view -> skin -> disable.
Workaround: native uxtheme.dll
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=53893
Bug ID: 53893
Summary: ws2_32:sock - test_WSASocket() gets an unexpected raw
protocol name in French on Windows
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
ws2_32:sock - test_WSASocket() gets an unexpected raw protocol name in French
on Windows:
sock.c:2952: Test failed: got szProtocol L"TCP/IP MSAFD [RAW/IP]".
See: https://test.winehq.org/data/patterns.html#ws2_32:sock
The test only gets this protocol name when running in a French local which
means it may actually be translated (though it's not obvious looking at it).
Could this mean that the "Some Win7 machines" case is also because of
translations?
This failure started with the commit below:
commit 4c67e0fb7917025646725d2b6133e0778802afe1
Author: Paul Gofman <pgofman(a)codeweavers.com>
Date: Tue Jul 5 11:33:51 2022 -0500
ws2_32: Add ipv4 raw socket protocol info.
Signed-off-by: Paul Gofman <pgofman(a)codeweavers.com>
--
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=53768
Bug ID: 53768
Summary: Winfile crashes due to unimplemented
user32.dll.DragObject
Product: Wine
Version: 7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: magiblot(a)hotmail.com
Distribution: ---
Attempting to drag a file in Winfile results in the application crashing with
the following error:
> wine: Call from 000000007B013B3E to unimplemented function user32.dll.DragObject, aborting
To reproduce:
1. Get Winfile from https://github.com/microsoft/winfile and run it.
2. Navigate to a directory containing files or folders.
3. In the right panel, click on a file or directory to select it. Then attempt
to click and drag it.
Thank you.
--
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=53484
Bug ID: 53484
Summary: dxgi:dxgi times out on the debiant VM
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
dxgi:dxgi times out on the debiant VM:
dxgi:dxgi:04b4 done (258) in 120s
https://test.winehq.org/data/patterns.html#dxgi:dxgi
The timeouts started on 2022-07-27 and have been systematic since. Yet neither
the VM configuration nor the test have changed around that date. So the
timeouts are most likely caused by some change in Wine.
Also when adding timing information (WINETEST_TIME) I did not see any place
where the test would get stuck for several seconds. The discrepancy between
debian11 and debiant is just that the test was already slower on debiant:
Up to 2022-07-26 debian11 took 16 s and debiant 70 s
Since 2022-07-27 debian11 takes 96 s and debiant times out
So on 2022-07-27 something caused a 5x slowdown and because debiant was already
4x slower than debian11 it now times out.
--
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=52467
Bug ID: 52467
Summary: Regression from 6.0.2 to 7.0 with Kaseya Live Connect
9.5.0.28 management software
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mike(a)papersolve.com
Distribution: ---
Created attachment 71755
--> https://bugs.winehq.org/attachment.cgi?id=71755
backtrace of crash of kaseya live connect management software
Hi, I am reporting a regression from wine 6.0.2 to wine 7.0. Unfortunately it's
with an app that will be rather hard for you to test (it's the technician
software for the Kaseya remote management and monitoring software that allows
techs to connect to computers remotely and manage them... yeah that Kaseya that
got hacked last year!). Works great for me in wine 6.0.2 but not in 7.0, where
one of its components crashes. I will attach the logs and backtrace below, but
I was able to do a bisect and came up with this:
root@ossy:/usr/src/wine-git# git bisect good
5c009c17b3a212c3f5b0034c465077c0c593daae is the first bad commit
commit 5c009c17b3a212c3f5b0034c465077c0c593daae
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Tue Jun 15 23:13:32 2021 -0500
ws2_32: Reimplement bind() and getsockname() on top of IOCTL_AFD_BIND and
IOCTL_AFD_GETSOCKNAME respectively.
Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/ws2_32/socket.c | 344 ++++++-------------------------------------
dlls/ws2_32/tests/afd.c | 8 +-
dlls/ws2_32/tests/sock.c | 2 +-
dlls/ws2_32/ws2_32_private.h | 4 -
4 files changed, 54 insertions(+), 304 deletions(-)
While this is likely related to #47412 and #51464 I'm hoping that my additional
work doing the backtrace will link this up with other bug reports for any other
software that may be affected.
--
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=51779
Bug ID: 51779
Summary: Visual Studio msvsmon fails to bind server socket in
child processes
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: jacek(a)codeweavers.com
Distribution: ---
Created attachment 70679
--> https://bugs.winehq.org/attachment.cgi?id=70679
hack
When a connection to msvsmon.exe [1] is established, msvsmon spawns a new child
process to listen for more incoming connections. Unix is less permissive in its
SO_REUSEPORT handling than Windows, we may need to be more to handle more of
that ourselves.
The attached hack may be used to work around the problem.
[1] https://wiki.winehq.org/Wine_Developer%27s_Guide/VS_Remote_Debugging
--
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=53879
Bug ID: 53879
Summary: Gothic 1 stopped working (doesn't even launch) since
several Wine versions
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: phd(a)phd.re
Distribution: ---
Created attachment 73406
--> https://bugs.winehq.org/attachment.cgi?id=73406
gothic-1-log.txt
Gothic 1 stopped working (doesn't even launch) since several Wine versions:
0110:err:module:LdrInitializeThunk "msdbi.dll" failed to initialize, aborting
0110:err:module:LdrInitializeThunk Initializing dlls for L"C:\\Program Files
(x86)\\Piranha Bytes\\Gothic\\System\\GOTHIC.EXE" failed, status c0000005
It was working perfectly fine before (probably in Wine 6.x).
--
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=53798
Bug ID: 53798
Summary: Port Royale 2: incomplete text rendering
Product: Wine
Version: 7.19
Hardware: x86-64
URL: https://web.archive.org/web/20210718180607/http://download.fileplanet.com/ftp1/082004/pr2_english_demo.exe?s
t=mosNWaEYCEe6WZeTJGnPow&e=1626642309
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: ec6b6f38be970fc6af67f4f0710fc74e1ce0964b
Distribution: ---
There are several places in the game where text is rendered incompletely.
Can be reproduced in the demo.
Reverting commit ec6b6f38be970fc6af67f4f0710fc74e1ce0964b
fixes the problem for me.
To reproduce the problem in the demo:
Choose <Scenarios> in the main menu, select any scenarios.
After the game is loaded a welcome window appears. The title "Welcome to Port
Royale 2" is missing most of the letters.
Press <Esc> to bring up the menus: text in the menu is either completely
missing or incompletely rendered.
Name of the goods you can trade with doesn't appear correctly.
pr2_english_demo.exe (235M)
md5sum: 08f951316e286ae4be627a25e3dba4ac
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 470.141.03
OpenGL core profile shading language version string: 4.60 NVIDIA
Wine-7.19
--
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=53738
Bug ID: 53738
Summary: Cherry MIDI sequencer cannot read files with a path
including CJK characters
Product: Wine
Version: 7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shinichi.tanaka45(a)gmail.com
Distribution: ---
Created attachment 73180
--> https://bugs.winehq.org/attachment.cgi?id=73180
files can be opened (bgm_02.CHY) and cannot be opened (音楽_02.CHY). these files
are same except its filename.
A MIDI sequencer application "Cherry"
(http://hp.vector.co.jp/authors/VA010012/, its UI is in Japanese because of
Japanese developer) cannot open some files with a path including CKJ
characters.
When trying to open a file with CJK path, the app Cherry shows a dialog "File
reading error or a malformed file format" (in Japanese). When launch in
terminal with like "wine cherry.exe" then reproduce that behavior, but this app
does ntnot output any logs about that.
Detailed situations are like this:
- files with a name only with ASCII characters can be opened
- files with a name including CJK characters cannot be opened
- files with a name only with ASCII but in a directory with CJK characters
cannot be opened
These behaviors are reproduced in all published versions of Cherry in that
website :
- v1.4.3
- v1.5.2 (alpha)
- v1.5.3 (alpha)
And the locale info in my machine is here:
```
locale
LANG=ja_JP.UTF-8
LANGUAGE=ja:en_US:en
LC_CTYPE="ja_JP.UTF-8"
LC_NUMERIC=ja_JP.UTF-8
LC_TIME=ja_JP.UTF-8
LC_COLLATE=en_US.UTF-8
LC_MONETARY=ja_JP.UTF-8
LC_MESSAGES="ja_JP.UTF-8"
LC_PAPER=ja_JP.UTF-8
LC_NAME=ja_JP.UTF-8
LC_ADDRESS=ja_JP.UTF-8
LC_TELEPHONE=ja_JP.UTF-8
LC_MEASUREMENT=ja_JP.UTF-8
LC_IDENTIFICATION=ja_JP.UTF-8
LC_ALL=
```
I tried some launching way below with specifying locale but these behaviors are
reproduced:
- `LC_ALL=ja_JP.UTF-8 wine cherry.exe` and open CJK path files
- `LANG=ja_JP.UTF-8 wine cherry.exe` and open CJK path files
I feel this may not be a problem about WineHQ, may be simply a problem about my
locale settings, but I cannot resolve this so report as a bug.
--
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=53676
Bug ID: 53676
Summary: vbscript can not exec_script - invalid number of
arguments for Randomize
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: jsm174(a)gmail.com
Distribution: ---
While working on leveraging the vbscript engine of Wine for a macos port of
Visual Pinball, I've been testing several user made scripts.
I know Global_Randomize is not yet implemented (E_NOTIMPL), but I just came
across a script error with "invalid number of arguments":
Option Explicit
Randomize
On Error Resume Next
==
Randomize [number]
Randomize uses number to initialize the Rnd function's random-number generator,
giving it a new seed value. If you omit number, the value returned by the
system timer is used as the new seed value.
===
In global.c, I think the entry should be:
{L"Randomize", Global_Randomize, 0, 0, 1},
instead of
{L"Randomize", Global_Randomize, 0, 1},
--
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=53081
Bug ID: 53081
Summary: Retina Mode broken since
7f7f9fa22c5cbe629e79a54257d5bd21403e80db
Product: Wine
Version: 7.9
Hardware: x86-64
OS: Mac OS X
Status: NEW
Severity: normal
Priority: P2
Component: winemac.drv
Assignee: wine-bugs(a)winehq.org
Reporter: stefan(a)codeweavers.com
Setting HKCU\Software\Wine\Mac Driver\RetinaMode="1" no longer has any effect
on high DPI Macs. The windows Wine creates are DPI-Scaled by the operating
system.
This is a regression caused by the following patch:
7f7f9fa22c5cbe629e79a54257d5bd21403e80db is the first bad commit
commit 7f7f9fa22c5cbe629e79a54257d5bd21403e80db
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Sun May 15 20:27:37 2022 +0200
winemac: Directly use ntdll for registry access in
create_original_display_mode_descriptor.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
A quick check suggests that the registry key itself is picked up OK, so the
problem is probably that the retina code doesn't see the original display mode
correctly and thinks the mode has been changed.
--
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=53856
Bug ID: 53856
Summary: Wine 7.20 doesn't come with a number of files
Product: Wine
Version: 7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aros(a)gmx.com
Distribution: ---
I've just installed Wine 7.20 from sources and I've noticed that it doesn't
install to $PREFIX/lib/wine/i386-windows a number of files which were available
part of 7.19:
activeds.tlb
apisetschema.dll
icmp.dll
light.msstyles
lz32.dll
mferror.dll
mshtml.tlb
msimsg.dll
normaliz.dll
security.dll
sfc.dll
shdoclc.dll
stdole2.tlb
stdole32.tlb
tzres.dll
usp10.dll
wmi.dll
Is this intentional? Is this OK?
--
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=53749
Bug ID: 53749
Summary: Hotel Giant 2: black screen after changing resolution
or enabling anti-aliasing
Product: Wine
Version: 7.18
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: 5f1cbb1b85e7d92b6c783a32ae85ca2902296481
Distribution: ---
Created attachment 73211
--> https://bugs.winehq.org/attachment.cgi?id=73211
terminal output
Everything looks fine visually in the game until I try to change screen
resolution (GOG version offers only 1024x768 and 1280x1024) or enable
anti-aliasing in the game video options.
The dynamic scenery in the main menu turns black so that only some objects
(cars) can be seen.
I have to remove the 'VCONFIG.DAT' file from the game's configuration directory
(which resets the game video preferences) in order to restore the game to a
working state.
Reverting commit 5f1cbb1b85e7d92b6c783a32ae85ca2902296481
fixes the problem for me.
Demo version does exist but it is unusable, see bug #36944, comment #8 why.
wine-7.18-120-g001665d7354
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 470.141.03
OpenGL core profile shading language version string: 4.60 NVIDIA
--
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=53631
Bug ID: 53631
Summary: File dialogs partially blacked out and unusable
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dom(a)thinkrad.io
Distribution: ---
After Ubuntu 22.04.1 LTS automatically updates from Wine 7.15 to 7.16, Windows
*** File *** dialog boxes have become unusable within the DipTrace app (PCB CAD
app).
Everything (apart from the file list itself) is blacked out and
buttons/controls are inoperable.
Other dialog boxes, without file lists, appear to be OK - although I have only
had a superficial look so far.
This was definitely working perfectly prior to last night's update, under Wine
7.15
I've also found this report - with screenshots - that is describing exactly the
same issue as I'm having:
https://forum.winehq.org/viewtopic.php?f=2&p=138174
--
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=53590
Bug ID: 53590
Summary: GetFileInformationByHandleEx() not fully implemented
causing boost::directory_iterator failures with boost
v1.79 and newer
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: reserv0(a)yahoo.com
Distribution: ---
Created attachment 72974
--> https://bugs.winehq.org/attachment.cgi?id=72974
Repro test
Greetings,
I am using boost::directory_iterator in a project of mine, and noticed that
stating with boost v1.79 (which implementation changed to use
GetFileInformationByHandleEx), Wine (currently using v7.15, but it happens with
former versions) is causing "not implemented" boost errors on directory
iterator creation.
This can easily be reproduced by running 'tut4.exe C:' (example program from
boost/filesystem).
I am attaching a pre-built tut4.exe here with the log I get from it.
--
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=53153
Bug ID: 53153
Summary: SetWindowPos() incorrectly computes exposure region of
parent window with WS_EX_COMPOSITED
Product: Wine
Version: 7.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
Distribution: ---
If a window is composited (i.e. has WS_EX_COMPOSITED set and is not using
parent DC) and repaint is triggered by calling SetWindowPos() on its child
window, the parent window's exposed region shall be the union of the old and
new visible region, *not* the difference.
Affected applications:
- KakaoTalk banner ad window is not re-painted correctly on ad rollover,
causing text artifacts from remains of the previous ad.
--
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=51418
Bug ID: 51418
Summary: fotoBiz X - Fatal error on startup
Product: Wine
Version: 6.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 70272
--> https://bugs.winehq.org/attachment.cgi?id=70272
Backtrace (6.11)
Hello everyone,
I am revisting an old application where the installer has been fixed and now
works but unfortunately I am running into a different problem. Backtrace is
attached.
--
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=53861
Bug ID: 53861
Summary: Non-PE builds fail after "makefiles: Add support for
multiple PE architectures."
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: martin(a)martin.st
CC: julliard(a)winehq.org
Regression SHA1: b1f59bc679a8c2dea18a6789a5b9b1a1ae825129
Distribution: ---
This is kinda similar to bug 53838; after "makefiles: Add support for multiple
PE architectures." (b1f59bc679a8c2dea18a6789a5b9b1a1ae825129) a non-PE build
doesn't install the stub .dll/.exe files into <prefix>/lib/wine/<arch>-windows.
(In the previous regression, those files were installed into <arch>-unix, now
they're not installed/generated at all.)
Now running such a build simply fails with this error:
wine: could not load kernel32.dll, status c0000135
wine: could not load kernel32.dll, status c0000135
--
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=53859
Bug ID: 53859
Summary: Hades shows black screen at Vulkan mode
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dron2065(a)rambler.ru
Distribution: ---
The EGS version of game "Hades" (released at 2020) does not show image, only
black screen at Vulkan mode. Game works fine at DX11 mode with DXVK. There was
not such problem at Wine 7.18
--
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=53849
Bug ID: 53849
Summary: Apiset DLLs broken in non-PE builds
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: martin(a)martin.st
CC: julliard(a)winehq.org
Regression SHA1: 9795a01918185435f7d9a34806327ef9bf109e6a
Distribution: ---
Since the recent refactorings in makedep, non-PE (--without-mingw) builds fail
to load API set DLLs.
When trying to run an executable that links against UCRT in the API set form, I
get the following errors:
0024:err:module:load_apiset_dll failed to load apiset: c000000f
0024:err:module:import_dll Library api-ms-win-crt-heap-l1-1-0.dll (which is
needed by L"Z:\\home\\martin\\hello.exe") not found
0024:err:module:import_dll Library api-ms-win-crt-private-l1-1-0.dll (which is
needed by L"Z:\\home\\martin\\hello.exe") not found
0024:err:module:import_dll Library api-ms-win-crt-runtime-l1-1-0.dll (which is
needed by L"Z:\\home\\martin\\hello.exe") not found
0024:err:module:import_dll Library api-ms-win-crt-stdio-l1-1-0.dll (which is
needed by L"Z:\\home\\martin\\hello.exe") not found
0024:err:module:import_dll Library api-ms-win-crt-string-l1-1-0.dll (which is
needed by L"Z:\\home\\martin\\hello.exe") not found
0024:err:module:import_dll Library api-ms-win-crt-environment-l1-1-0.dll (which
is needed by L"Z:\\home\\martin\\hello.exe") not found
0024:err:module:import_dll Library api-ms-win-crt-time-l1-1-0.dll (which is
needed by L"Z:\\home\\martin\\hello.exe") not found
0024:err:module:import_dll Library api-ms-win-crt-math-l1-1-0.dll (which is
needed by L"Z:\\home\\martin\\hello.exe") not found
0024:err:module:LdrInitializeThunk Importing dlls for
L"Z:\\home\\martin\\hello.exe" failed, status c0000135
--
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=53617
Bug ID: 53617
Summary: Imaris fails at exit with error, and keeps a process
running.
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alois.schloegl(a)gmail.com
Distribution: ---
Created attachment 73017
--> https://bugs.winehq.org/attachment.cgi?id=73017
log file when imaris is started and closed (WINEDEBUG=fixme-all)
Imaris https://imaris.oxinst.com/ can be installed and seems to run fine.
However when exiting Imaris, it fails with an error, and it keeps the process
"ImarisArenaFileMonitor.exe" running, which takes about 80% of a cpu core on my
machine.
Attached is the short log with WINEDEBUG=fixme-all. I plan to add the full log
in the next posting.
--
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=53606
Bug ID: 53606
Summary: First intro stops on last frame in multiple games
(Darksiders Genesis, The Medium)
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: mfplat
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 2be95875c0f773f6b393783b061ec0ca8caa6ce8
Distribution: ---
Looks like play queue is broken.
--
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=53858
Bug ID: 53858
Summary: The 64bit installer of foobar2000 does not start
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: matthias.grobarek(a)posteo.de
Distribution: ---
Created attachment 73388
--> https://bugs.winehq.org/attachment.cgi?id=73388
Wine backtrace
When trying to run the 64bit installer of foobar2000 2.0 (beta 12 is the
current one), Wine crashes immediately and outputs a backtrace. The 32bit
version of the installer starts fine though.
32bit installer: https://www.foobar2000.org/getfile/foobar2000_v2.0_beta_12.exe
64bit installer:
https://www.foobar2000.org/getfile/foobar2000-x64_v2.0_beta_12.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=51464
Bug ID: 51464
Summary: Pagefault error caused by qt5webenginecore
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: shadowbranch(a)gmail.com
Distribution: ---
Created attachment 70305
--> https://bugs.winehq.org/attachment.cgi?id=70305
Backtrace from Pagefault
Running the latest Kaseya Live Connect 9.5.0.24. When connecting to server
program crashes with pagefault error.
--
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=47412
Bug ID: 47412
Summary: Kaseya Live Connect: crashes on first run after
install
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: registry
Assignee: wine-bugs(a)winehq.org
Reporter: alero5752(a)hotmail.com
Distribution: ---
Created attachment 64760
--> https://bugs.winehq.org/attachment.cgi?id=64760
Progam Error details
Hello,
Linux noob here. My company recently upgraded our Kaseya VSA version to 9.5.0.2
and ever since this was completed it broke my Kaseya Live Connect app
compatibility within Wine. I've attached the log to review and also a link to
the EXE file for the application below. This is the very latest version of
Kaseya. When attempting to launch the program, it stops and displays an error,
(The program QtWebEngineProcess.exe has encountered a serious problem and needs
to close. We are sorry for the inconvenience).
https://drive.google.com/file/d/1StEVxsaQFKTVX8pb6htmo8r_4R14btJz/view?usp=…
--
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=53834
Bug ID: 53834
Summary: Corel Paint Shop Pro X6 - Installer crashes
Product: Wine
Version: 7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 73366
--> https://bugs.winehq.org/attachment.cgi?id=73366
Console output (wine-7.19 on Slackware64/Multilib)
Hello everyone,
Revisting my old Corel-installer problems: Downloaded
https://www.corel.com/akdlm/6763/downloads/PaintShopProPhoto/X3/TBYB/PSPP_X…
which turned out to be a Paint Shop Pro X6 installer when I ran it.
sha256sum PSPP_X3_TBYB.exe
b69a2ac8e0c48e6baaffa47a0ffbdc3e1256af4c0b1cd9f5fcd1218e4114d7f0
PSPP_X3_TBYB.exe
For X6 there is no entry in the AppDB. Please note this is separate from a 2016
edition.
I am attaching my console output and crash from the installer.
--
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=53825
Bug ID: 53825
Summary: Monty Python's The Meaning of Life causes a fault when
running SETUP.EXE
Product: Wine
Version: 7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: motleyjester13(a)yahoo.com
Distribution: ---
Created attachment 73351
--> https://bugs.winehq.org/attachment.cgi?id=73351
Backtrace provided by Wine
When trying to install Monty Python's Meaning of Life game from CD, Wine throws
an exception when trying to run SETUP.EXE making installation impossible.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=34377
Bug #: 34377
Summary: Paint Shop Pro X5 Installer fails
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Classification: Unclassified
Created attachment 45757
--> http://bugs.winehq.org/attachment.cgi?id=45757
Backtrace
Hello everyone,
I have been testing "Paint Shop Pro X5" from Corel but I am having problems to
get it to install correctly. Please find my backtrace attached and please let
me know should you require further information.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=53883
Bug ID: 53883
Summary: fixme:wineusb:query_id Unhandled ID query type 0x5
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usb
Assignee: wine-bugs(a)winehq.org
Reporter: alois.schloegl(a)gmail.com
Distribution: ---
Created attachment 73414
--> https://bugs.winehq.org/attachment.cgi?id=73414
more detailed information about unsupported BUS_QUERY_ID_TYPE 0x05 (i.e.
BusQueryContainerID)
USB container ID are currently (wine 7.20) not supported. This is indicated by
Debug log entries like these:
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:wineusb:query_id Unhandled ID query type 0x5.
[1]
https://microchipsupport.force.com/s/article/What-is-a-USB-Container-ID-UUID
--
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=53862
Bug ID: 53862
Summary: System Shock 2 2.3 installer broken after 0d0f2067f89
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: dkk089(a)gmail.com
Distribution: ---
Created attachment 73392
--> https://bugs.winehq.org/attachment.cgi?id=73392
Backtrace when running installer with Wine g156aa87c57a
System Shock 2 2.3 (Retail CD version) installer crashes in winevdm.exe in Wine
7.20. It works correctly with Wine 7.0.
Bisecting leads to commit 0d0f2067f89545539ab3ae0ccd802239a2dce98e as the
culprit.
Please see the attachment for a backtrace collected when running revision
156aa87c57a.
--
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=53345
Bug ID: 53345
Summary: finder claims WINE needs to be updated, no updates
available
Product: Wine
Version: 0.9.3.
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: boxylid(a)gmail.com
Created attachment 72730
--> https://bugs.winehq.org/attachment.cgi?id=72730
WINE inaccessible
After installing WINE it cannot be opened, finder reports that it needs to be
updated to run yet there is no update currently available on the website.
--
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=53626
Bug ID: 53626
Summary: Wine crash due to long filename when saving file in
Framemaker
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
When saving a file with a long filename (more than 28 chars) in Framemaker wine
crashes (not the application, wine itself including wineserver).
A bisect shows this commit as cause
commit 0ad2db66a109b4c0a46d04ff8231706fff540941
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Sun Aug 14 20:49:53 2022 +0200
win32u: Pack messages sent directly from win32u.
Instead of leaking kernel pointers.
dlls/win32u/message.c | 216 +++++++++++++++++++++++++++++++++++++++++--
dlls/win32u/ntuser_private.h | 9 --
2 files changed, 208 insertions(+), 17 deletions(-)
Reverting this commit in top of current git solves the problem.
It seems to be a memory corruption. If you give me a hint how
to further debug this I will do.
--
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=52562
Bug ID: 52562
Summary: advapi32:registry fails in Wine because some French
timezone name translations are too long
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
advapi32:registry fails in the timezone tests in a French locale:
registry.c:4413: Test failed: L"Aleutian Standard Time": expected L"Heure
d'\00e9t\00e9 des \00celes Al\00e9outiennes", got L"Aleutian Daylight Time"
registry.c:4395: Test failed: L"Dateline Standard Time": expected L"Heure de la
ligne de changement de date", got L"Dateline Standard Time"
registry.c:4413: Test failed: L"Dateline Standard Time": expected L"Heure
d'\00e9t\00e9 de la ligne de changement de date", got L"Dateline Daylight Time"
registry.c:4395: Test failed: L"Turks And Caicos Standard Time": expected
L"Heure des \00celes Turques-et-Ca\00efques", got L"Turks And Caicos Standard
Time"
registry.c:4413: Test failed: L"Turks And Caicos Standard Time": expected
L"Heure d'\00e9t\00e9 des \00celes Turques-et-Ca\00efques", got L"Turks And
Caicos Daylight Time"
http://winetest.dolphin/data/patterns.html#advapi32:registry
This issue is already happening in German also because the timezone name
translation is too long. See bug 51619 for more details.
The new translations were introduced by the following commits:
commit a38ced9354aa7d74f396fb91372dbbb7dccd2e2e
Author: Eric Pouech <eric.pouech(a)gmail.com>
Date: Sun Jan 2 15:49:09 2022 +0100
po: Some more French translations.
Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
commit 39f77b25aacf248e18e747bf31c2055a9cfbc89a
Author: Eric Pouech <eric.pouech(a)gmail.com>
Date: Mon Jan 3 15:43:21 2022 +0100
po: Some more French translations.
Signed-off-by: Eric Pouech <eric.pouech(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=53430
Bug ID: 53430
Summary: urlmon:url fails due to unexpected redirection
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
urlmon:url fails due to unexpected redirection:
url.c:4093: asynchronous https test (invalid CN, accept)
url.c:1796: Test failed: unexpected code 64
url.c:1466: Test failed: progress 64: status = 302
url.c:1662: Test failed: unexpected call OnProgress_REDIRECTING
url.c:1663: Test failed: unexpected status text
L"https://www.winehq.org/robots.txt"
url.c:1466: Test failed: progress 3: status = 302
url.c:1492: Test failed: wrong thread 8148
url.c:1642: Test failed: unexpected call OnProgress_FINDINGRESOURCE
url.c:1675: Test failed: unexpected call OnProgress_SENDINGREQUEST
url.c:1706: Test failed: wrong szStatusText
L"https://www.winehq.org/robots.txt"
url.c:1743: Test failed: wrong szStatusText
L"https://www.winehq.org/robots.txt"
url.c:4097: asynchronous https test (invalid CN, dialog 2)
url.c:1492: Test failed: wrong thread 8148
url.c:1796: Test failed: unexpected code 64
url.c:1662: Test failed: unexpected call OnProgress_REDIRECTING
url.c:1663: Test failed: unexpected status text
L"https://www.winehq.org/robots.txt"
url.c:1466: Test failed: progress 3: status = 200
url.c:1706: Test failed: wrong szStatusText
L"https://www.winehq.org/robots.txt"
url.c:1743: Test failed: wrong szStatusText
L"https://www.winehq.org/robots.txt"
url.c:4102: asynchronous https test...
https://test.winehq.org/data/patterns.html#urlmon:url
The failures happen on all Windows versions and in Wine too.
Furthermore they started on 2022-07-06 and are reproducible even with older
Wine builds. So something changed that day, probably on winehq.org, and broke
the tests.
--
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=52953
Bug ID: 52953
Summary: GuiPy will not start because of unimplemented function
unimplemented function
xmllite.dll.CreateXmlReaderInputWithEncodingCodePage
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
Distribution: ---
Created attachment 72323
--> https://bugs.winehq.org/attachment.cgi?id=72323
Console log file during start of "guipy.exe"
The application GuiPy.exe will not start. The function "unimplemented function
xmllite.dll.CreateXmlReaderInputWithEncodingCodePage" is missing.
To install GuiPy.exe please download the installer "GuiPy-1.0.5-x64-Setup.exe"
on the listed URL above.
--
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=52626
Bug ID: 52626
Summary: unimplement of combase.dll.RoSetErrorReportingFlags
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436(a)yahoo.com.tw
Distribution: ---
Some game need this function implemented to work
Relative game: MahjongSoul on steam
LOG
wine: Call from 7B0113E6 to unimplemented function
combase.dll.RoSetErrorReportingFlags, aborting
wine: Unimplemented function combase.dll.RoSetErrorReportingFlags called at
address 7B0113E6 (thread 0024), starting debugger...
--
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=52618
Bug ID: 52618
Summary: 32-bit EXEs do not launch from build dir on macOS
10.14 in WOW64
Product: Wine
Version: 7.3
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
Assignee: wine-bugs(a)winehq.org
Reporter: bshanks(a)codeweavers.com
Created attachment 71943
--> https://bugs.winehq.org/attachment.cgi?id=71943
patch to use @rpath
On macOS 10.14, when running Wine built for WOW64 from the build dir, 32-bit
EXEs do not launch correctly (including rundll32 on prefix creation to set up
syswow64).
64-bit EXEs launch correctly, and a standalone 32-bit build also works
correctly.
I'm building the 64-bit side with Xcode 10, and the 32-bit side with Xcode 9.
The problem is a crash on the first NtUser* call, since the
__wine_syscall_dispatcher was never set in win32u. The root cause is that
dlopen() on the unixlibs is failing because ntdll.so cannot be loaded. Here's
the dlerror():
177158.077:00ac:00b0:trace:virtual:load_builtin_unixlib loading
/Users/pip/wine/build32/dlls/win32u/win32u.so failed dlerror
dlopen(/Users/pip/wine/build32/dlls/win32u/win32u.so, 2): Library not loaded:
@loader_path/ntdll.so
Referenced from: /Users/pip/wine/build32/dlls/win32u/win32u.so
Reason: no suitable image found. Did find:
/Users/pip/wine/build64/dlls/ntdll/ntdll.so: mach-o, but wrong
architecture
/Users/pip/wine/build64/dlls/ntdll/ntdll.so: mach-o, but wrong
architecture
This doesn't make sense, it almost seems like @loader_path is still set to the
64-bit dlls/ntdll, which it obviously shouldn't be.
Changing the install name to '@rpath/(lib).so' and adding an rpath of
'@loader_path/' seems to fix the issue, even though that should be equivalent
to the current approach.
Can anyone else reproduce this problem? If so, does the attached patch help?
--
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=52510
Bug ID: 52510
Summary: Procedure entry point
_Byte_reverse_table@details@Concurrency@@3QBEB not
found in CONCRT140.dll
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lolzaldi(a)gmail.com
Distribution: ---
Created attachment 71811
--> https://bugs.winehq.org/attachment.cgi?id=71811
Screenshot of the mentioned error message.
Trying to run a GTA V modification (https://altv.mp) results in the following
error message:
The procedure entry point ?
_Byte_reverse_table@details@Concurrency@@3QBEB
could not be located in the dynamic link library
CONCRT140.dll
Tried every combination of dll overrides for CONCRT140.dll (native only, only
builtin, no override at all etc.) with no luck.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=12732
Summary: Nota Bene crashes on install
Product: Wine
Version: CVS/GIT
Platform: PC
URL: https://www.notabene.com/download/demos/nbdemo80.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer, win16
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Testing for bug 11023 I found that nota bene will no longer install. I'll start
the regression test...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=52704
Bug ID: 52704
Summary: Open File dialog doesn't work on FreeHand 9 demo
Product: Wine
Version: 7.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bugs.drew(a)yahoo.com
Distribution: ---
Created attachment 72061
--> https://bugs.winehq.org/attachment.cgi?id=72061
FreeHand9 log
After installing the demo, when you click on the "Open" icon on the "Welcome to
FreeHand 9" wizard window, nothing happens visually but the
err:module:DelayLoadFailureHook message appears in the log.
This bug looks very similar to bug 45938 which AF analyzed. I'm not sure what
was meant by "try GetModuleHandleExA() first before LoadLibraryA()" so I wasn't
able to verify that it resolves this bug.
--
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=52679
Bug ID: 52679
Summary: Anno 1602 / 1602 A.D. graphics too dark / black
Product: Wine
Version: 6.11
Hardware: x86-64
URL: https://archive.org/details/1602ADdemo
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: marc.pluhar+winehq(a)gmail.com
Distribution: ArchLinux
Created attachment 72012
--> https://bugs.winehq.org/attachment.cgi?id=72012
Screenshot of the game with black graphics
When starting the game "Anno 1602" an intro video plays fine, but when arriving
at the menu, everything is very dark (see 1602_ad_wine_6.11.png).
I remember playing this game a while ago, so I tried different versions and it
starts failing like this in version 6.11.
When compiling the current master (8a52d3e93f5690fd0833c228d54a996a784afad7)
directly from source, the problem also persists.
Version 6.10 works fine.
The demo of the game exhibits the same behaviour, so I added a download link
for it.
I also attached the console log, but I don't see anything different between the
two starts.
--
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=52667
Bug ID: 52667
Summary: DTS Master Audio Suite Encoder - can not select a save
to file location so will not encode
Product: Wine
Version: 7.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
This is a change from 7.3. At the bottom right of the GUI there is an area to
enter the location of the file you are about to create, normally you click the
"Save To" button to enter the location of the file you wish to save (name is
stored by the program), alternatively I think you can type the location
directly into the space next to the button.
With the release of 7.4 it is no longer possible to either click the "Save To"
button or enter the address into the space provided. As a result it is not
possible to create a file.
--
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=52494
Bug ID: 52494
Summary: shell32 progman_dde tests crash if run immediately
after prefix creation
Product: Wine
Version: 7.1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 71789
--> https://bugs.winehq.org/attachment.cgi?id=71789
Backtrace
Steps to reproduce:
1. Delete ~/.wine or move it to another location
2. Compile Wine and run `./wine dlls/shell32/tests/shell32_test.exe
progman_dde`
An example backtrace is attached.
--
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=52436
Bug ID: 52436
Summary: In Light Blue theme, checkable toggle buttons
(BS_AUTOCHECKBOX) look unchecked when hovered
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: nyanpasu64(a)tuta.io
Distribution: ---
Created attachment 71706
--> https://bugs.winehq.org/attachment.cgi?id=71706
Screenshot of the "checked and hovered" button state in Dn-FamiTracker (which
looks unchecked)
- In winecfg -> Desktop Integration tab, set Theme to Light (Color defaults to
Blue) and Apply. This bug does not occur on Light -> Classic Blue.
- Download, extract, and run Dn-FamiTracker
(https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/releases/d…).
The toolbar should contain a "Follow-mode" checkable button, checked (blue) by
default. This is implemented as BS_AUTOCHECKBOX | BS_PUSHLIKE
(https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/blob/f1d2f…).
As I mentioned in Bug 52434, I don't like how checked toggle buttons are bright
blue.
- Hover the "Follow-mode" button.
The color changes to white with a blue border. If you move your mouse onto the
button and immediately stop moving the mouse, the color will fail to change
until you move your mouse further. I think this inconsistency is a bug (either
in wine or in FamiTracker's redraw handling).
Note that the same "white with a blue border" color scheme appears if you hover
the adjacent "Compact view" toggle button (unchecked by default).
- Click the "Follow-mode" button to uncheck it.
It turns blue while clicked, and white with a blue border when released.
- Click it again to check it.
It turns blue while clicked, and white with a blue border when released. The
problem is that the "checked and hovered" color scheme looks like it's
unchecked (because the button is white), and is indistinguishable from
"unchecked and hovered". Only when you move your mouse away from the button
does it turn blue again, indicating it's checked.
This behavior is not specific to Dn-FamiTracker. If you download and
extract/install and run OpenMPT
(https://openmpt.org/download_file.php?file=OpenMPT-1.30.01.00-Setup.exe), then
click Help -> Example Modules and click any song, the Mute and Surround buttons
at the bottom of the page
(https://github.com/OpenMPT/openmpt/blob/062b6264fb9325a8c407908ecfdc6f9fb95…)
also have "checked and hovered" indistinguishable from "unchecked and hovered".
However, OpenMPT's toggle buttons reliably turn "white with a blue border",
without randomly waiting for mouse movement.
I suspect that the "Light Blue" theme only highlights buttons after your mouse
spends a small amount of time lingering over the button (so both regular and
toggle buttons don't change color if you rapidly move your mouse over it). But
in OpenMPT, the hover timer expiring reliably redraws the button in hovered
state, whereas in FamiTracker it doesn't.
--
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=52298
Bug ID: 52298
Summary: Presenter.exe from Freeoffice crashes trying to open
ppt: unimplemented function
ole32.dll.OleConvertIStorageToOLESTREAMEx
Product: Wine
Version: 7.0-rc3
Hardware: x86-64
URL: https://www.frehttps://www.softmaker.net/down/freeoffi
ce2021.msi
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Debian
As it says in the title. The very moment you click in the opened file-dialog on
a ppt-file you get the crash.
A simple stub implementation (returning E_NOTMPL) is enough to get around the
crash.
But maybe someone with more knowledge can build something on top of existing
OleConvertIStorageToOLESTREAM ?
If not, I`ll send a stub implementation after code freeze.
sha1sum freeoffice2021.msi
ae1738aaf5122e75d9b4d0f6d8d1c77221821571 freeoffice2021.msi
--
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=50433
Bug ID: 50433
Summary: 'MsiBreak' custom action debugging aid should use
custom action's name from 'CustomAction' table
(currently uses 'Target' field)
Product: Wine
Version: 6.0-rc4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
I always have to remember that Wine uses 'Target' field/name from the
'CustomAction' table instead of the custom action's name when debugging custom
actions. Fooled me quite a number of times in these 13 years.
I'm aware that very few people might be concerned/affected with this
inconsistency but still.
https://docs.microsoft.com/en-us/windows/win32/msi/debugging-custom-actions
I requested the installer debugging aid in 2007 in bug 8243 ("Feature: Add
MsiBreak to aid debugging custom actions"):
https://source.winehq.org/git/wine.git/commitdiff/60e95ee6e8ea4a4f43a6c170c…
("msi: Add handling for MsiBreak.")
My follow-up comment https://bugs.winehq.org/show_bug.cgi?id=8243#c7 was
ignored. Maybe because I didn't bother to create a follow-up bug and/or didn't
complain loud enough ;-)
--- quote ---
Please fix the evaluation to use "action" msi_custom_action_info member instead
of "target" to make it feature compatible with Windows MSI server.
--- quote ---
Some example (from bug 21987):
--- snip ---
...
01b0:trace:msi:ACTION_CustomAction Handling custom action
L"CreateAdobePDFPrinter" (c41 L"AdobeIsf" L"SetupAdobePDFPrinter")
...
01b0:trace:msi:HANDLE_CustomType1 Calling function L"SetupAdobePDFPrinter" from
L"C:\\users\\focht\\Temp\\msi48b7.tmp"
...
02f8:Ret PE DLL (proc=0160618A,module=01600000
L"msi48b7.tmp",reason=PROCESS_ATTACH,res=00000000) retval=1
...
02f8:Ret KERNEL32.LoadLibraryW() retval=01600000 ret=100210f6
02f8:Call KERNEL32.GetProcAddress(01600000,0016df28 "SetupAdobePDFPrinter")
ret=1002110a
02f8:Ret KERNEL32.GetProcAddress() retval=01602bea ret=1002110a
...
--- snip ---
To have this work for Wine 'MsiBreak=SetupAdobePDFPrinter' is needed but
'MsiBreak=CreateAdobePDFPrinter' would be correct.
$ wine --version
wine-6.0-rc4
Regards
--
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=52476
Bug ID: 52476
Summary: QuickLOAD: wine 7 causes VB5 application to change
input value by factor 10
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andreasnagel(a)gmx.net
Distribution: ---
Created attachment 71764
--> https://bugs.winehq.org/attachment.cgi?id=71764
Terminal output and partial screenshot
QuickLOAD is a ballistics software. After entering all data and clicking the
button to calculate results, an error message appears:
"Warning: Input of effective cross section area of bore is essentially larger
than caliber!"
This bug renders the application unusable. As user 'jkfloris' from WineHQ forum
confirms, Wine 6.14 was the last working version for QuickLOAD.
https://forum.winehq.org/viewtopic.php?f=8&t=36143#p135918
OS: Linux Mint Cinnamon 20.3 (64-bit)
Tested with latest winehq-devel 7.0.0~focal-2 from official WineHQ repo.
A demo version can be downloaded here:
https://quickload.software.informer.com/download/
Installation:
- install winehq-devel + winetricks + ttf-mscorefonts-installer
- install vb5run via winetricks
- install demo software: wine qldemo.exe
- during setup wizard provide install path without spaces (e.g. c:\quickload)
- during installation, cancel search for QuickDESIGN ini-file
- after setup finishes, run 'wine QLOADDEMO.EXE' from install path
- dismiss security/welcome dialogs to reach main application window
- select bullet/cartridge from combo boxes; see values of 'Cross sectional bore
area'
- click both 'Apply&Calc' buttons => error message as stated above
- dismiss error message and compare values of 'Cross sectional bore area' =>
factor 10 now.
--
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=52434
Bug ID: 52434
Summary: Light Blue theme has rendering errors in tree views
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: nyanpasu64(a)tuta.io
Distribution: ---
Created attachment 71705
--> https://bugs.winehq.org/attachment.cgi?id=71705
Screenshot of foobar2000 in Light Blue color scheme
When I enable the new Light Blue theme in Wine 7.0, tree views (eg. OpenMPT and
foobar2000) render incorrectly. The background is light gray #F5F5F5 (and
changes if you change Controls Background in winecfg and apply, then restart
foobar2000), but every line of text has a white #FFFFFF background. I think
this is a rendering bug.
Additionally in foobar2000, if you add a Selection Properties element, the
Metadata/Location text is light gray on a white background. The text color
changes if you change Hot Tracked Element in winecfg and apply, then restart
foobar2000. This may be a poor choice of colors. I forgot Wine's old default
color for Hot Tracked Element, but the new default when I switch to (No Theme)
is #0000C8, which makes foobar2000 look more saturated than I remember. On
Windows 7+, foobar2000 renders text in light blue-cyan rather than saturated
dark blue (see https://www.foobar2000.org/images/img/main.png), and I'm not
sure if this matches Hot Tracked Element or not (you can't list/change colors
manually in Windows 10 like you can in XP/7 and winecfg, and I don't have a
test app to check Windows's color scheme on Windows 10).
As a more subjective comment, I don't like how checked toggle buttons are
bright blue #2979FF (eg. download and run Dn-FamiTracker, and look at
"Follow-mode" in the toolbar). This doesn't match any color in winecfg I can
find, and the closest winecfg color is #3296FA which is less saturated and more
greenish.
As another subjective comment, I dislike how clicking a dropdown list (eg.
winecfg's Theme: dropdown) makes the [v] button turn blue until the mouse is
released, but clicking a second time doesn't make it turn blue while the mouse
is held. But this matches the (No Theme) behavior, so it may be working as
intended.
--
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=50869
Bug ID: 50869
Summary: Regressions caused by new start.exe behaviour in Wine
6.5 (stdout redirect, killing inferior, wine start
/unix)
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: mail(a)robbertvanderhelm.nl
Distribution: ---
I noticed a few regressions and new weird behaviours after updating to Wine 6.5
with regards to launching applications now that everything gets launched
through
start.exe:
1. When launching Winelib applications all STDOUT output gets lost. I tested
this with a simple C++ file compiled with wineg++ that tries to print some
text using both `printf()` and `std::cout`. Printing to STDERR using
`std::cerr` still works fine.
2. When spawning a Wine child process from another application, you can no
longer kill that child process by raising SIGINT or SIGKILL for the pid of
the child. In Wine 6.5 this now kills the start.exe process, but it leaves
the inferior process running in the background. To reproduce this, run `wine
notepad&` in `fish` (bash seems to kill the child process by itself), use
`ps -aux | grep notepad` or `jobs` to find the pid of the process just named
`notepad`, and then run `kill -SIGKINT <pid>` (or with SIGKILL). Even though
the process launched using `wine notepad&` has exited, Notepad is still
running in the background.
3. (duplicate of bug 50867, but I still wanted to mention it here for
completeness' sake) Launching binaries with Wine from the GUI by clicking on
them (using the bundled wine.desktop) no longer works. This uses
`wine start /unix`, which was already reported to no longer work as of Wine
6.5 in the other issue because `ShellExecuteEx` cannot find the file.
4. And lastly, as discovered by @stefand, `wine https://google.com` now
launches
the regular system browser. This is probably not really a bug as much as a
consequence of the start.exe change, but I just wanted to mention it.
Please let me know if I should split this up into separate tickets.
--
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=50352
Bug ID: 50352
Summary: Maximum sockets per process is set very low
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: skreech(a)skree.ch
Distribution: ---
Created attachment 68942
--> https://bugs.winehq.org/attachment.cgi?id=68942
TWGS warning at startup
Within wine-5.22/dlls/ws2_32/socket.c, the maximum number of sockets per
process is set and used like so:
> #define WS_MAX_SOCKETS_PER_PROCESS 128 /* reasonable guess */
and:
> lpWSAData->iMaxSockets = WS_MAX_SOCKETS_PER_PROCESS;
This became relevant when I ran the TradeWars 2002 game server (TWGS) under a
maximum license allowing 100 simultaneous players. On startup, it logs a
message warning that the OS's number of sockets per process is limited to 128,
therefore no more than 63 players will be able to connect. This makes sense,
since two sockets are required per player connection, and one SysOp connection
is reserved.
Changing WS_MAX_SOCKETS_PER_PROCESS to 1024 and recompiling WINE results in
TWGS not experiencing this limit and not giving the warning.
Also, I tested TWGS under ReactOS and did not experience limit nor warning.
Peeking into their socket.c, I notice that their limit is set to 32767, or 0,
depending:
https://github.com/reactos/reactos/search?q=iMaxSockets
It seems likely that WS_MAX_SOCKETS_PER_PROCESS should be set to 32767 here if
any value is being set, given that the underlying OS should be the one imposing
its own limits or lack of limit.
--
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=44202
Bug ID: 44202
Summary: undname.c fails to parse symbols with rvalue-reference
semantics '&&'
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shulgaaa(a)gmail.com
Distribution: ---
For example, the symbol
??4QDnsDomainNameRecord@@QAEAAV0@$$QAV0@@Z
should be de-mangled as:
public: class QDnsDomainNameRecord & __thiscall
QDnsDomainNameRecord::operator=(class QDnsDomainNameRecord &&)
undname returns NULL
--
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=52616
Bug ID: 52616
Summary: SteelSeries GG Fails to install properly and refuses
to open.
Product: Wine-staging
Version: 7.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: upton.upton.joseph(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Different processes seem to fail during the installation. Random each time.
On the first boot I'm met with a black screen, using bottles I can make it show
up but I need to reset the PC to get the device to show.
This is normal but after that the program will NOT boot for any reason.
--
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=52583
Bug ID: 52583
Summary: ApiSetView does not display export ordinals correctly
Product: Wine
Version: 7.2
Hardware: x86-64
URL: https://web.archive.org/web/20210726071744/https://github.com/zodiacon/ApiSetView/releases/download/v0.8/Api
SetView.exe
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Depends on: 44658
Distribution: ---
For some api sets marked with a green arrow, which I think means api-set dll
with an actual file, export ordinal column is filled with export name. On
Windows it's empty. I suspect this happens because LVN_GETDISPINFO does not
initialize output text string, and it old buffer is reused.
--
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=51900
Bug ID: 51900
Summary: regression: REAPER scrollbars flash between themed and
non-themed
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: s_chriscollins(a)hotmail.com
Distribution: ---
Created attachment 70847
--> https://bugs.winehq.org/attachment.cgi?id=70847
video showing the bug
Starting with Wine 6.13, scrollbars in REAPER will flash between themed and
non-themed graphics when the mouse cursor passes over or interacts with them.
The attached video shows the behavior in Wine 6.12 (correct) followed by Wine
6.13 (glitchy).
A regression test pinpoints the following commit as the culprit:
-------------------------------------------------------------------
commit 883878e550d263fd9caedd4ba5ee8c142407c010
Author: Zhiyi Zhang <zzhang(a)codeweavers.com>
Date: Tue Jul 20 21:12:15 2021 +0800
uxtheme: Support scroll bar state tracking in non-client areas.
Signed-off-by: Zhiyi Zhang <zzhang(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
dlls/user32/controls.h | 3 +++
dlls/user32/defwnd.c | 11 +++++++++++
dlls/user32/nonclient.c | 33 +++++++++++++++++++++++++++++++++
dlls/user32/scroll.c | 37 ++++++++++++++++++++++++++++++++++---
4 files changed, 81 insertions(+), 3 deletions(-)
-------------------------------------------------------------------
This bug is still present in master as of today (10/18/21) and can be
reproduced in a VirtualBox VM. REAPER can be downloaded for free from:
http://reaper.fm/
--
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=50370
Bug ID: 50370
Summary: Gothic 1 doesn't start correctly when screen
resolution of the game matches display resolution
Product: Wine
Version: 5.13
Hardware: x86-64
URL: https://www.fileplanet.com/archive/p-5260/Gothic-Demo-
English
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: f90d607c67768f19e36d9d74b498594252faa3fd
Distribution: ---
I'm starting Gothic 1 v1.08k using in-game resolution 1440x900 which matches my
native display resolution.
The game does start up because I can hear the sound of the intro movie, but no
visible window is created (the screen is black).
This used to work up until
commit f90d607c67768f19e36d9d74b498594252faa3fd
ddraw: Use the WINED3D_SWAPCHAIN_NO_WINDOW_CHANGES flag.
Reverting that commit on top of 6.0-rc3 fixes the problem for me.
To reproduce the problem in the demo:
1. Before starting the game modify GOTHIC.INI located in the Program
Files/Piranha Bytes/Gothic 1 Demo/system directory.
Look for the section [Video] and change in-game screen resolution there so that
it matches your display resolution:
zVidResFullscreenX=
zVidResFullscreenY=
You also need to set 32-bit color depth (the problem doesn't occur with
16-bit):
zVidResFullscreenBPP=32
2. run gothic.exe
setupg1demo-en.exe
md5sum: 2932bcb79118abadca0d394a7a86c096
wine-6.0-rc3
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: GeForce GT 730/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 455.46.04
--
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=52787
Bug ID: 52787
Summary: Invalid function prototype for "RegisterUserApiHook"
when compiling for C++
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tayarani(a)google.com
Distribution: ---
This change added a function prototype which does not compile in C++:
https://source.winehq.org/git/wine.git/blobdiff/e02a7e579cc48079d70f2ef0095…
This is invalid C++ syntax as "new" is a reserved keyword:
WINUSERAPI BOOL WINAPI RegisterUserApiHook(const struct user_api_hook *new,
struct user_api_hook *old);
This is what the compiler generates:
"error: invalid parameter name: 'new' is a keyword"
This means any C++ code trying to include "windows.h" will fail with that
error.
The fix is fairly simple. That line should be changed to this to fix it:
WINUSERAPI BOOL WINAPI RegisterUserApiHook(const struct user_api_hook
*new_hook, struct user_api_hook *old_hook);
(i.e., rename the variable).
--
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=52581
Bug ID: 52581
Summary: unhandled exception in Internet MIDI with Light Blue
theme
Product: Wine
Version: 7.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: s_chriscollins(a)hotmail.com
Distribution: ---
Created attachment 71906
--> https://bugs.winehq.org/attachment.cgi?id=71906
debug output
When starting the application "Internet MIDI" by Timewarp Technologies
(http://timewarptech.com/shop/music-software-apps/software/internet-midi/) with
Wine's new Light Blue theme enabled, I get the following unhandled exception
error: "Given combination of Class, Part, and State is not defined by the
current visual style."
I've reproduced this error using wine-staging, wine-devel, and using a fresh
~/.wine profile. Debug output attached.
OS: KDE Neon 5.24 User Edition (Plasma Desktop 5.24.1, KDE Frameworks 5.91.0,
Qt 5.15.3)
--
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=52426
Bug ID: 52426
Summary: BCryptSignHash mishandles empty arguments
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: janisozaur+wine(a)gmail.com
Distribution: ---
Created attachment 71684
--> https://bugs.winehq.org/attachment.cgi?id=71684
BCrypt test program
BCryptSignHash should provide count of bytes required for signature when
provided with NULL value for pbOutput, but mishandles this parameter. Sample
application is provided
--
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=51619
Bug ID: 51619
Summary: advapi32:registry fails in Wine because a German
timezone name translation is too long
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
advapi32:registry fails in the timezone tests in a German locale:
registry.c:4339: Test failed: L"Aus Central W. Standard Time": expected
L"West-Zentralaustralische Normalzeit", got L"Aus Central W. Standard Time"
registry.c:4357: Test failed: L"Aus Central W. Standard Time": expected
L"West-Zentralaustralische Sommerzeit", got L"Aus Central W. Daylight Time"
https://test.winehq.org/data/patterns.html#advapi32:registry
The reason is that the test compares the localized obtained through the
registry with the one obtained through EnumDynamicTimeZoneInformation(). But
the latter translation must fit into a 32 character buffer: WCHAR
StandardName[32].
However Wine's German translation is too long (36 character including the
trailing '\0'), causing EnumDynamicTimeZoneInformation() to return the
untranslated string instead.
Potential fixes
---------------
1. Only compare the values if they fit in the {Daylight,Standard}Name buffer.
- That means Windows applications will not get a translated timezone name
which is bad.
- This prevents detecting further issues.
- It's unclear if returning an untranslated string is the right thing for
EnumDynamicTimeZoneInformation() to do: I did not find a case (at least
in German where a translation did not fit).
2. Modify EnumDynamicTimeZoneInformation() to return a truncated translation
instead of an untranslated string.
- Windows applications will get a not quite correct timezone name.
- Also we would need evidence that this matches the Windows behavior.
3. Modify the German translation.
- This side-steps the issue and may be the best solution.
- But I doubt one can find a shorter translation that fits, short of
using ellipses which is not great.
Detecting / Preventing recurrences
----------------------------------
1. It would be nice to be able to include a translator warning about this
issue. I'm not sure how to do so in dlls/tzres/tzres.rc.
2. The current tests are insufficient to detect further issues
- To detect every issue they would have to be run in every locale.
- Or going forward, whenever a PO file is modified they would need to be
run in that locale.
- Maybe issues could be detected by calling RegLoadMUIStringW() for every
timezone and locale combination. However it does not take an LCID which
makes this complicated.
3. Write a script checking the PO files.
- This seems like the simplest option to detect issues.
- When to run it? Manually? Automatically from the makefiles?
--
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=51163
Bug ID: 51163
Summary: WinOffice Pro 5.3 stops after splashscreen
Product: Wine
Version: 6.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 70031
--> https://bugs.winehq.org/attachment.cgi?id=70031
Console Output (wine 6.8)
Hello everyone,
I came across a forum question where somebody asked how to get the German
accounting application WinOffice Pro 5.3 to run. There is a 60 day trial
version available and I noticed that the application requires mdac27 and jet40
in a 32-Bit prefix to perform a successful installation.
Starting the application works until the splashscreen but then the application
terminates. Console output is attached.
--
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=53034
Bug ID: 53034
Summary: Lazarus: menu text disappears under mouse if light
theme is enabled
Product: Wine
Version: 7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
Created attachment 72402
--> https://bugs.winehq.org/attachment.cgi?id=72402
Screenshot
Menu text disappears under mouse if light theme is enabled in Lazarus. This
does not happen with theming disabled.
--
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=45916
Bug ID: 45916
Summary: x64dbg does not open executables, nothing happens
Product: Wine
Version: 3.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: jimbo1qaz(a)gmail.com
Distribution: ---
When I File/Open or drag a .exe file into x32dbg (x64dbg 32-bit), the exe does
not load onto the graphs, and Ctrl+G doesn't work. I think the EXE is not
loaded by the debugger at all.
Fixed by ~/bin/winetricks vcrun2013 .
Wine 3.16 on Debian on Virtualbox.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=25257
Summary: Enabling Virtual desktop by default cannot be turned
off for specific applications
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zzarko(a)gmail.com
My system is Ubuntu 10.10 and Wine is installed from Ubuntu Wine team's PPA.
Steps to reproduce the problem:
1. Select Default settings in Configure Wine/Applications tab and check
Graphics/Enable virtual desktop
2. Add an application (in my case, Subtitle Workshop) to Applications tab and
uncheck the same option for this application
3. Start the application -> application is started in virtual desktop, despite
the different setting for that application
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=53755
Bug ID: 53755
Summary: Missing setx.exe
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)thecybershadow.net
Distribution: ---
The Wwise installer tries to invoke setx.exe to configure a persistent
environment variable. The installer fails with the error message:
Installation failed. Error installing prerequisites: "Error: Can't set
enviromnent variables: Command failed: %windir%/system32/setx "WWISEROOT"
"C:\Program Files (x86)\Audiokinetic\Wwise 2021.1.0.7575" Can't recognize
'C:\windows/system32/setx "WWISEROOT" "C:\Program Files
(x86)\Audiokinetic\Wwise 2021.1.0.7575"' as an internal or external command, or
batch script. "
setx.exe seems to be a standard utility for configuring environment variables
to be set by default.
An online reference: https://ss64.com/nt/setx.html
--
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=52118
Bug ID: 52118
Summary: The 64-bit crypt32:store test crashes due to heap
corruption
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The 64-bit crypt32:store crashes due to heap corruption:
crypt32:store:0224 done (-1073740940) in 0s
Test failed: crash (c0000374)
https://test.winehq.org/data/patterns.html#crypt32:store
The crashes only happen with the 64-bit build. They happen almost
systematically on the TestBot's w864 VM and cw-rx460. It looks like the same
crash happens on the TestBot's Windows 10 1507, 1607 and 2009 VMs.
At least on cw-rx460 the crash happens around the last CertCloseStore(store,
0); call in testRegStoreSavedCerts(). Adding traces changes the crash location
a bit.
Also the test tends to crash every other time. That suggest there is some
cleanup issue.
--
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=53273
Bug ID: 53273
Summary: user32:msg - test_PeekMessage2() sometimes fails on
Windows 10 1709+
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
user32:msg - test_PeekMessage2() sometimes fails on Windows 10 1709+:
msg.c:12835: 1st move event: 0200 1292b3 99 100
msg.c:12855: 2nd move event: 0200 1292b3 99 100
msg.c:12861: Test failed: message time not advanced: 1292b3 1292b3
msg.c:12862: Test failed: coords not changed: (99 100) (99 100)
msg.c:12873: 3rd move event: 0200 1292b3 99 100
msg.c:12879: Test failed: message time not advanced: 1292b3 1292b3
msg.c:12880: Test failed: coords not changed: (99 100) (99 100)
https://test.winehq.org/data/patterns.html#user32:msg
--
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=1398
hjlinq(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hjlinq(a)gmail.com
--
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=50936
Bug ID: 50936
Summary: Several games (The suicide of Rachel Foster, Far lone
sails & Virginia) crashes after some times with vulkan
rendeder
Product: Wine
Version: 6.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: titan.costa(a)gmail.com
Distribution: ---
The suicide of Rachel Foster & Virginia just crashes. For Far lone sails it
becomes very slow before crashing.
No backtrace. The console output is pretty silent.
With the GL renderer, Virginia & Far lone sails just works fine and can be
finished from start to end without interruption.
I can't test GL renderer with The suicide of Rachel Foster due to bug
https://bugs.winehq.org/show_bug.cgi?id=50764 which makes the game unplayable.
Setup is wine-6.5-156-g2fcc1d0ecde + Ubuntu 20.10 + GTX1070 + nvidia driver
460.39.
--
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=53886
Bug ID: 53886
Summary: SendMessage(WM_GETTEXT) is implemented as Unicode
instead of Ansi.
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vcc_02(a)yahoo.com
Distribution: ---
SendMessage, with WM_GETTEXT returns Unicode, instead of ANSI when targeting
other applications. This leads to unusable content, for applications expecting
ANSI.
The Windows compatibility can be anything from Win7 to Win10. The behavior is
the same on Wine's virtual desktop vs. native Linux desktop.
Also, tested on Kubuntu 32-bit and 64-bit.
Test applications (source code available):
https://github.com/VCC02/CodeExamples/blob/main/SendMessage_WM_GETTEXT/FP/G…https://github.com/VCC02/CodeExamples/blob/main/SendMessage_WM_GETTEXT/FP/G…https://github.com/VCC02/CodeExamples/blob/main/SendMessage_WM_GETTEXT/Delp…
Looking at the provided applications..
The "Control Text" editbox should properly display the received text, but its
content is truncated by ASCII 0.
The "Control Text [no ASCII 0]" editbox is set to display the same text, but it
removes the ASCII 0 characters before displaying, so we can see the expected
content.
Below the "Control Text [no ASCII 0]" editbox, there is a hex representation of
the received string, which shows the ASCII 0 characters after every other
character, indicating UTF-16.
Targeting the same window as the app calling SendMessage(WM_GETTEXT), results
in the expecting content. It seems, that the Unicode content is for other
windows/controls, from other applications, not the one making the call.
There are three provided executables, all seem to behave the same (FreePascal
(CodeTyphon 7.9): 32-bit and 64-bit, and Delphi 2006: 32-bit). All of the three
are compiled with no Unicode support (i.e., they call the "A" versions of the
Windows API functions, e.g. SendMessageA).
On Wine 7.16 the app may crash after a few seconds. Newer versions of Wine are
stable (7.20).
Thank you
--
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=53864
Bug ID: 53864
Summary: MIR4 launcher not open in Windows Vista or early
Product: Wine
Version: 7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: dwmapi
Assignee: wine-bugs(a)winehq.org
Reporter: blogmrcs(a)gmail.com
Distribution: ---
Created attachment 73395
--> https://bugs.winehq.org/attachment.cgi?id=73395
log generated while runing the game launcher
The launcher will not open if wine mode is Windows Vista and later like Win 7
and Win 10.
The launcher work fine in Windows XP mode, the main game run too, but the CEF3
component used for authentication will not.
In Windows vista mode and later, the launcher not work.
The main problem is between the game launcher only and dwm (dwmapi) at Windows
Vista mode and later.
--
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=53593
Bug ID: 53593
Summary: PriceSquawk will not connect to DTC server using
SierraChart
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rtgriggs(a)gmail.com
Distribution: ---
Created attachment 72981
--> https://bugs.winehq.org/attachment.cgi?id=72981
Session Error Messages
PriceSquawk is an application that connects to a DTC server running from
SierraChart. PriceSquawk takes data from the DTC server and creates sounds
rather than visual price charts. PriceSquawk connect to the DTC server via
SierraChart.
The problem is that PriceSquawk does not properly connect to the DTC server.
With MS Windows, PriceSquawk is able to properly pull the username and pw but
on Wine, there are errors and no connection is made. The errors are in the
following attached files.
Attachment 1: This file contain what appears in the session window when trying
to connect to the DTC server.
Attachment 2: This file contains the error log information from Pricesquawk.
https://pricesquawk.com/https://www.sierrachart.com/
-------------------------------------------
--
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=53647
Bug ID: 53647
Summary: Bloomberg Terminal – New Installation (Terminal
Software Only) fails during running
Product: Wine-staging
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: per.nordlow(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 73050
--> https://bugs.winehq.org/attachment.cgi?id=73050
Backtrace
Installation and startup and login into Bloomberg Terminal works.
Used the file sotr99_4_80_lite.exe downloaded from
https://bdn-ak-ssl.bloomberg.com/software/trv/sotr99_4_80_lite.exe
1. Set Windows version to 10 via
winecfg
2. Install via
wine sotr99_4_80_lite.exe
3. Run
wine start 'C:\blp\Wintrv\wintrv.exe'
. After a while when trying to access the DAPI socket a message dialog entitled
"Program Error" containing the error "The program bplus.wtk2.exe" has
encountered a serious problem and needs to close. Inside this dialog, when
clicking on "Show Details" another message dialog opens up containing the
backtrace that is passed as an attachment to this issue.
The backtrace starts with the line
Unhandled exception: unimplemented function dbghelp.dll.SymSrvGetFileIndexInfo
called in 32-bit code (0x7b012306).
--
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=53162
Bug ID: 53162
Summary: Enter the Gungeon may crash within 3 minutes
Product: Wine
Version: 7.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: abacadacaba(a)gmail.com
Distribution: ---
sha256sum EtG.exe
220e76c1263559bb38da6c1ed8b0f473f2ff67e5234a6ccc93ecab98725b5b61 EtG.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=53681
Bug ID: 53681
Summary: DCS World Error Shader "/shaders/deferred/Compose.fx"
failed to compile
Product: Wine
Version: 7.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: skielbowicz(a)gmail.com
Distribution: ---
Created attachment 73091
--> https://bugs.winehq.org/attachment.cgi?id=73091
Log file
Installed DCS World (non-steam), plus vcrun2019, corefonts, xact,
d3dcompiler_43, d3dcompiler_47. DLL overrides of wbemprox and msdmo
Based on https://github.com/TheZoq2/dcs_on_linux
Got Error: DX11 Renderer - Error Shader "/shaders/deferred/Compose.fx" failed
to compile. Reason: /shaders/deferred/Compose.fx:33:1: E5000: syntax error,
unexpected KW_DEPTHSTENCILSTATE
Software information
Name of the game, settings used etc.
DCS World
System information
GPU: AMD Radeon RX 6800 XT (navi21, LLVM 14.0.0, DRM 3.42,
5.15.0-47-generic)
Driver: 4.6 (Compatibility Profile) Mesa 22.2.0-rc3
Wine version: 7.2, Crossover 22.0
DXVK version: 1.10.3, Crossover 22.0
--
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=53880
Bug ID: 53880
Summary: Unable to open radar.exe application which works in
Windows 8
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: activeds
Assignee: wine-bugs(a)winehq.org
Reporter: zahir.k7(a)gmail.com
Distribution: ---
Created attachment 73407
--> https://bugs.winehq.org/attachment.cgi?id=73407
backtrace.txt
Unable to open radar.exe application which works in Windows 8
--
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=53882
Bug ID: 53882
Summary: World of Warcraft (Dragonflight) fails with broken
COMPUTE shader
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winevulkan
Assignee: wine-bugs(a)winehq.org
Reporter: rankincj(a)yahoo.com
Distribution: ---
NIR validation failed after spirv_to_nir
2 errors:
shader: MESA_SHADER_COMPUTE
source_sha1: {0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000}
workgroup-size: 64, 1, 1
shared-size: 0
inputs: 0
outputs: 0
uniforms: 32
ubos: 1
shared: 0
ray queries: 0
See also https://bugs.winehq.org/show_bug.cgi?id=53874
The World of Warcraft client works with Wine 7.2 and 7.18.
Broken with 7.19 and 7.20 (from updates-testing).
--
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=51990
Bug ID: 51990
Summary: Far Cry - New Dawn, won't open: unimplemented function
ntdll.dll.RtlGetCurrentUmsThread
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: gab.pulcio(a)gmail.com
Distribution: ---
Created attachment 70979
--> https://bugs.winehq.org/attachment.cgi?id=70979
Reason of the bug
Title
--
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=53823
Bug ID: 53823
Summary: Rayman Control Panel does not boot
Product: Wine
Version: 7.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: upton.upton.joseph(a)gmail.com
Distribution: ---
https://pastebin.com/raw/Zwx7eujm
I have tested different wine versions. All error in the same exact way.
--
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=625
Bryan Kirk <Zero3K(a)teknik.io> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Zero3K(a)teknik.io
--- Comment #34 from Bryan Kirk <Zero3K(a)teknik.io> ---
I am also experiencing this issue under newer WINE (such as 7.0).
--
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=53817
Bug ID: 53817
Summary: Cookie Clicker
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sasunkevicevgenij(a)gmail.com
Distribution: ---
Created attachment 73342
--> https://bugs.winehq.org/attachment.cgi?id=73342
This log from him
I try start cookie clicker, but he not start.
--
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=53286
Bug ID: 53286
Summary: Fusion360.exe hangs after window being closed
Product: Wine
Version: 7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bond711(a)gmail.com
Distribution: ---
Created attachment 72653
--> https://bugs.winehq.org/attachment.cgi?id=72653
debug log
Distro: Arch Linux 5.18.6-arch1-1 x86_64
wine-7.11 (Staging)
Fusion360 in snap (https://github.com/Thermionix/fusion360)
Also occurs in a normal wineprefix on my system
Fault: After hitting the window close button fusion360 doesn't exit
If I continue to hit the exit button eventually the window title changes to
(Not Responding) and I'm able to Force Close (SIGTERM)
Debugging with +message shows it's receiving WM_CLOSE;
0638:trace:message:spy_enter_message (0x130056) L"Autodesk Fusion"
[0010] WM_CLOSE sent from self wp=00000000 lp=00000000
0638:trace:message:spy_exit_message (0x130056) L"Autodesk Fusion"
[0010] WM_CLOSE returned 00000000
--
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=53122
Bug ID: 53122
Summary: Unhandled exception: assertion failed in 64-bit code
(0x007f0947d87868)
Product: Wine
Version: 7.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ozan.turkyilmaz(a)gmail.com
Distribution: ---
Created attachment 72577
--> https://bugs.winehq.org/attachment.cgi?id=72577
backtrace
PC Building Simulator 2 open beta started and I decided to give it try. It
installed and starts but when I click on new game it crashed with below error:
Unhandled exception: assertion failed in 64-bit code (0x007f0947d87868).
I am attaching the full backtrace.
System information:
Linux ozan 5.15.38 #1 SMP PREEMPT Mon May 9 15:36:07 CDT 2022 x86_64 Intel(R)
Core(TM) i7-8550U CPU @ 1.80GHz GenuineIntel GNU/Linux
Slackware 15.0 Multilib.
::::::: ozan(a)ozan.turkyilmaz.com
::::::::::::::::::: ------------------------
::::::::::::::::::::::::: OS: Slackware 15.0 x86_64 x86_64
::::::::cllcccccllllllll:::::: Host: LENOVO 20L5000AMH
:::::::::lc dc::::::: Kernel: 5.15.38
::::::::cl clllccllll oc::::::::: Uptime: 3 hours, 33 mins
:::::::::o lc::::::::co oc:::::::::: Packages: 2090 (pkgtool), 9
(flatpak)
::::::::::o cccclc:::::clcc:::::::::::: Shell: bash 5.1.16
:::::::::::lc cclccclc::::::::::::: Resolution: 1920x1080
::::::::::::::lcclcc lc:::::::::::: DE: Plasma 5.23.5
::::::::::cclcc:::::lccclc oc::::::::::: WM: KWin
::::::::::o l::::::::::l lc::::::::::: Theme: Breeze Light [Plasma],
Breeze [GTK3]
:::::cll:o clcllcccll o::::::::::: Icons: [Plasma], breeze [GTK2/3]
:::::occ:o clc::::::::::: Terminal: xfce4-terminal
::::ocl:ccslclccclclccclclc::::::::::::: Terminal Font: Monospace 12
:::oclcccccccccccccllllllllllllll::::: CPU: Intel i7-8550U (8) @
4.000GHz
::lcc1lcccccccccccccccccccccccco:::: GPU: Intel UHD Graphics 620
:::::::::::::::::::::::::::::::: Memory: 4124MiB / 15889MiB
::::::::::::::::::::::::::::
::::::::::::::::::::::
::::::::::::
--
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=53611
Bug ID: 53611
Summary: QQ 9.6.3: The program freezes when the mouse is placed
on the link in the chat interface
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rainbow_funny(a)outlook.com
Distribution: ---
Created attachment 73005
--> https://bugs.winehq.org/attachment.cgi?id=73005
Wrong mouse icon. Now the program is frozen
as in the summary
and some bugs:
Sending files in QQ's private chat will also cause the program to freeze
Wine's "riched20" library cannot paste pictures in QQ
--
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=53628
Bug ID: 53628
Summary: DirectX 9.0c install fails in fresh wine64 prefix
Product: Wine
Version: 7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: marc.pluhar+winehq(a)gmail.com
Distribution: ---
Created attachment 73026
--> https://bugs.winehq.org/attachment.cgi?id=73026
DirectX.log of failed attempt
I noticed that when I install Anno 1404 in a new prefix, the screen stays black
after installation.
The problem seems to be, that the "DirectX End-User Runtimes" are not installed
during the setup correctly.
This does *not* happen, if the prefix was created by an older wine version and
then updated.
After some trial and error it seems to me, that a "wineboot -u" fixes the
problem.
This also only happens with a 64-bit prefix.
$ WINEARCH=win64 WINEPREFIX=/new/prefix wine DXSETUP.exe
-> fails
$ WINEARCH=win64 WINEPREFIX=/new/prefix wineboot -i && wineboot -u &&
wineserver -w && wine DXSETUP.exe
-> works correctly
--
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=53698
Bug ID: 53698
Summary: winemenubuilder "could not be started"
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: hi-angel(a)yandex.ru
Distribution: ---
Wiki claims one can create a menu entry for an .lnk file by running
winemenubuilder https://wiki.winehq.org/Winemenubuilder
However, running winemenubuilder with any arguments (whether it's the ones from
the wiki or just a simple `--help`) results in same errors "ShellExecuteEx
failed: File not found."
It is worth noting that the exact same text is printed if you execute a `wine
foo`, which means that wine apparently somehow doesn't see winemenubuilder.
Same thing happens if you execute explicitly `wine
~/.wine/drive_c/windows/system32/winemenubuilder.exe --help`
# Steps to reproduce
wine winemenubuilder --help
# Expected
Either a help message or an error about invalid argument
# Actual
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: File not found.
# Additional information
OS: Fedora 36
Wine repository is used the official one by winehq
--
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=53701
Bug ID: 53701
Summary: x32dbg crashes when debugging some executables
Product: Wine
Version: 7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: loic.taleb02(a)gmail.com
Distribution: ArchLinux
Created attachment 73109
--> https://bugs.winehq.org/attachment.cgi?id=73109
LunaDll
Tested on Wine 7.15 and 7.17. I've managed to get the same crash for multiple
executables.
Reproduction steps for SMBXLauncher.exe:
1. Download SMBX2 from:
https://wohlsoft.ru/docs/SMBX2/SMBX2b4.4.1%20Installer.exe (SHA-256:
4cd2047e01df7e9a4155e7ebed890f29a38b424ef12ebcc77030bfacbaf9399c) and install
it in any Wine prefix
2. Create a new 64 bit Wine prefix
3. If Wine >= 7.16, install Visual C++ 2013 Redistributable (winetricks
vcrun2013) (workaround for https://bugs.winehq.org/show_bug.cgi?id=53672)
4. Download x64dbg from
https://github.com/x64dbg/x64dbg/releases/download/snapshot/snapshot_2022-0…
(SHA-256: dcd3b74faa6e845a533756f778a2c7eb020f130239bf3e7cbb881acd91d3e76b) and
extract the release folder
5. Run x32/x32dbg.exe
6. File>Open then choose SMBX2/data/SMBXLauncher.exe
7. Click on Run (Right arrow button next to the pause button) multiple times
8. x32dbg should crash
Reproduction steps for LunaLoader.exe:
1. Download SMBX2 from:
https://wohlsoft.ru/docs/SMBX2/SMBX2b4.4.1%20Installer.exe (SHA-256:
4cd2047e01df7e9a4155e7ebed890f29a38b424ef12ebcc77030bfacbaf9399c) and install
it in any Wine prefix
2. (Facultative) Replace SMBX2/data/LunaDll.dll by the one attached to this bug
report. Both versions of LunaDll produce the same crash but at different times.
3. Create a new 64 bit Wine prefix
4. If Wine >= 7.16, install Visual C++ 2013 Redistributable (winetricks
vcrun2013) (workaround for https://bugs.winehq.org/show_bug.cgi?id=53672)
5. Install Direct3D 10.1 Extensions (winetricks d3dx10_43), DirectSound
(winetricks dsound) and the Visual Basic 6 runtime (winetricks vb6run). These
are required by SMBX2.
6. Download x64dbg from
https://github.com/x64dbg/x64dbg/releases/download/snapshot/snapshot_2022-0…
(SHA-256: dcd3b74faa6e845a533756f778a2c7eb020f130239bf3e7cbb881acd91d3e76b) and
extract the release folder
7. Download DbgChild from
https://github.com/therealdreg/DbgChild/releases/download/beta10/DbgChild.B…
(SHA-256: f17f588795d8f5f94d71335a8acfa58946bb03a94a5637be7f3e804c652ea2b4) and
extract the contents of the release folder in the release folder of x64dbg
8. Download DbgChild patched executables from
https://bugs.winehq.org/attachment.cgi?id=73108 (SHA-256:
69e34736c0ab844b675cfac7bd3cf547204cdfb43799e312e4bb14c96c9a9c5c) and extract
the contents of the release folder in the release folder of x64dbg (workaround
for https://bugs.winehq.org/show_bug.cgi?id=53700)
9. Run x32/x32dbg.exe
10. Plugins>dbgchild then check Auto from x32dbg/x64dbg Hook process creation,
Auto from x32dbg/x64dbg Unpatch NTDLL entry and Launch from x32dbg/x64dbg
NewProcessWatcher without ask
11. File>Open then choose SMBX2/data/LunaLoader.exe
12. Click on Run (Right arrow button next to the pause button) multiple times,
if a new x32dbg window opens, do the same thing in it.
13. x32dbg should crash
--
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=53566
Bug ID: 53566
Summary: Wine uninstaller fails to launch
Product: Wine
Version: 7.15
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: 0d0f2067f89545539ab3ae0ccd802239a2dce98e
Distribution: ---
Created attachment 72938
--> https://bugs.winehq.org/attachment.cgi?id=72938
backtrace
Checked with fresh prefix.
--
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=3817
sehe <sgheeren(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|sgheeren(a)hotmail.com |
--
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.