https://bugs.winehq.org/show_bug.cgi?id=57050
Bug ID: 57050
Summary: BLUR (racing game) crashes
Product: Wine
Version: 9.14
Hardware: x86-64
URL: https://abandonwaregames.net/file/247521/blur
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cedric.dewijs(a)eclipso.eu
Distribution: ArchLinux
Created attachment 76905
--> https://bugs.winehq.org/attachment.cgi?id=76905
the backtrace after the crash
BLUR (racing game) crashes
To reproduce:
Download BLUR from here. This results in the file blur.zip
https://abandonwaregames.net/file/247521/blur
$ rm -rf ~/wine-tmp/
$ mkdir ~/wine-tmp
$ export WINEPREFIX=~/wine-tmp
Make a temp dir and copy blur to it
$ mkdir ~/wine-blur-tmp
$ cd ~/wine-blur-tmp
$ cp ~/Downloads/blur.zip .
$ unzip blur.zip
$ mkdir loop
# mount -o loop Blur.iso loop/
$ cd loop
$ wine setup.exe Now the installer start. Accept the defaults.
$ cd ..
$ unzip Patch-1.2.zip
$ wine BizUpdaterPack.exe
$ unzip NoCD_1.2.zip
$ cd ~/wine-tmp/drive_c/Program\ Files\ \(x86\)/Activision/Blur\(TM\)/
$ $ cp ~/wine-blur-tmp/Blur.exe .
$ wine Blur.exe
Set Blur to run in aa window instead of fullscreen. Windowed is needed to be
able to obtain the backtrace from the debugger.
Play the game. After a while the game crashes.
--
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=52442
Bug ID: 52442
Summary: WM_SIZING not handled correctly
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: hjkl(a)quantentunnel.de
Distribution: ---
Created attachment 71714
--> https://bugs.winehq.org/attachment.cgi?id=71714
Example to reproduce the issue
In case of using the WM_SIZING message to create a "raster" when resizing a
window, resizing is completely prevented.
I attached an example to reproduce the issue. The .zip file contains a Visual
C++ 2019 solution. When running the EXE (x64\Release\Example.exe), it creates a
parent and a child window. The child window has the WS_THICKFRAME style to be
resizable.
Furthermore, it overwrites the WM_SIZING message and manipulates the right
border of the passed RECT to have a raster for the resizing (window width can
only be a multiple of 16 pixels). The example only does this when dragging the
bottom right corner of the child window with the mouse.
In Windows it works fine. In Wine resizing the window doesn't work correctly.
This is the critical code part:
case WM_SIZING:
if(wParam==WMSZ_BOTTOMRIGHT) //dragging bottom right corner?
{
//create a raster of 16 pixels in X direction by manipulating
RECT::right
RECT* pRect=(RECT*)lParam;
pRect->right=pRect->left + ((pRect->right - pRect->left) &
0xfffffff0);
return TRUE;
}
--
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=57023
Bug ID: 57023
Summary: Sony Dualshock not present in HID devices in wine 9.14
but works in 9.0
Product: Wine
Version: 9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: xinput
Assignee: wine-bugs(a)winehq.org
Reporter: anode.dev(a)gmail.com
Distribution: ---
The gamepad works fine in clean wine-9.0.
OS - Arch linux with latest updates
The wine version 9.14 doesn't list gamepad under registry
9.0 version creates 3 keys
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\HID\VID_054C&PID_09CC&XI_00
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\HID\VID_054C&PID_09CC&MI_03
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Enum\HID\VID_054C&PID_09CC&XI_00
9.14 - none of above neither controller connected via USB nor Bluetooth
lsusb:
Bus 003 Device 009: ID 054c:09cc Sony Corp. DualShock 4 [CUH-ZCT2x]
ls -l /dev/hid*
crw------- 1 root root 240, 0 Aug 1 09:45 /dev/hidraw0
crw------- 1 root root 240, 1 Aug 1 14:05 /dev/hidraw1 <-- gamepad
cat /sys/class/hidraw/hidraw1/device/uevent
DRIVER=playstation
HID_ID=0003:0000054C:000009CC
HID_NAME=Sony Interactive Entertainment Wireless Controller
HID_PHYS=usb-0000:00:14.0-1/input3
HID_UNIQ=84:30:95:1b:af:a6
MODALIAS=hid:b0003g0000v0000054Cp000009CC
as result "wine control joy.cpl" show nothing in "xinput devices" because it
reads HID devices from registry
--
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=48496
Bug ID: 48496
Summary: TimeShift demo crashes on startup with builtin
d3dcompiler_47 or d3dx9_34
Product: Wine
Version: 5.0
Hardware: x86-64
URL: https://www.fileplanet.com/archive/p-56060/TimeShift-D
emo
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 66291
--> https://bugs.winehq.org/attachment.cgi?id=66291
d3dcompiler+d3dx
Demo launches when libraries set to 'native,builtin'. Anyway when shaders
building done it hangs pointing to bug 46301.
--
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=30237
Bug #: 30237
Summary: Nuclear Strike fails to start
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maquis196(a)yahoo.co.uk
Classification: Unclassified
Game fails to start. Will post console output and +all log. Game is an old 98
application and I can see a VXD in the game directory it must be trying to load
(been a while since Ive seen one of those).
--
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=45868
Bug ID: 45868
Summary: Windower 5 beta (FF XI tool) crash:
System.ArgumentNullException: Value cannot be null.
Parameter name: icon at
System.Windows.Interop.Imaging.CreateBitmapSourceFromH
Icon() at Windower.UI.StockIcons.GetStockIcon()
Product: Wine
Version: 3.16
Hardware: x86
URL: http://files.windower.net/5/core/test/windower.portabl
e.zip
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Ubuntu
Created attachment 62366
--> https://bugs.winehq.org/attachment.cgi?id=62366
crashlog
Steps:
- winetricks -q dotnet45
- winetricks win7
unzip ~/Downloads/windower.portable.zip
WINEDLLOVERRIDES=dwmapi,dbghelp=d wine windower.exe
(disable dwmapi to workaround 45832, disable dbghelp to get clear crash,
otherwise crashhandler is invoked that hides the real problem)
sha1sum windower.portable.zip
96e8492fd229175557b376e030a96f9d50641ded windower.portable.zip
Hack to get around this bug (showing the problem is in SHGetStockIconInfo most
likely):
diff --git a/dlls/shell32/shell32.spec b/dlls/shell32/shell32.spec
index 837abd3fec..dc7ed03d7c 100644
--- a/dlls/shell32/shell32.spec
+++ b/dlls/shell32/shell32.spec
@@ -400,7 +400,7 @@
@ stdcall SHGetSpecialFolderLocation(long long ptr)
@ stdcall SHGetSpecialFolderPathA(long ptr long long)
@ stdcall SHGetSpecialFolderPathW(long ptr long long)
-@ stdcall SHGetStockIconInfo(long long ptr)
+#@ stdcall SHGetStockIconInfo(long long ptr)
@ stdcall SHHelpShortcuts_RunDLL(long long long long) SHHelpShortcuts_RunDLLA
@ stdcall SHHelpShortcuts_RunDLLA(long long long long)
@ stdcall SHHelpShortcuts_RunDLLW(long long long long)
--
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=56508
Bug ID: 56508
Summary: Wine 9.1-9.5 - vkd3d component fails to compile.
Product: vkd3d
Version: 1.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: jonfarr87(a)gmail.com
Distribution: ---
Attempting to compile Wine 9.1 up to 9.5 fails during vkd3d component. The
error is present regardless if staging patches are applied or not.
The issue wasn't up to Wine 9.0
I've tried GCC compilers 8.x up to 11.x but issue persists.
--
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=57069
Bug ID: 57069
Summary: Command & Conquer 3: Tiberium Wars (Retail 1.9) - font
regression since Wine 9.14
Product: Wine
Version: 9.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: i.r.e.c.c.a.k.u.n+bugs.winehq.org(a)gmail.com
Distribution: ---
Since Wine 9.14, the game uses system fonts instead of ingame fonts.
If I remove one used font from the system, it simply fallbacks to another
random font.
Tested Wine versions:
9.10 - ok.
9.11 - ok.
9.12 - ok.
9.13 - ok.
9.14 - affected.
9.15 - 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=57035
Bug ID: 57035
Summary: syscalls taking absolute timeouts may resume
prematurely
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: lh_mouse(a)126.com
Distribution: ---
testcase:
```c
// x86_64-w64-mingw32-gcc test.c -Wall -Wextra -O2 -lntdll
#include <windows.h>
#include <winternl.h>
#include <stdio.h>
int
main(void)
{
LARGE_INTEGER t1, t2;
// Get current time and round up to a one-second boundary.
GetSystemTimeAsFileTime((FILETIME*) &t1);
t1.QuadPart /= 10000000;
t1.QuadPart *= 10000000;
t1.QuadPart += 20000000;
// Wait for the current process itself (effectively sleep).
printf("sleep until %lld\n", t1.QuadPart);
NtWaitForSingleObject((HANDLE) -1, FALSE, &t1);
// Check current time.
GetSystemTimeAsFileTime((FILETIME*) &t2);
printf("current time %lld\n", t2.QuadPart);
}
```
On Wine 9.0 the `NtWaitForSingleObject` syscall may resume before the timeout:
```
$ wine ./a.exe
sleep until 133673207280000000
current time 133673207279998808
$ wine --version
wine-9.0 (Ubuntu 9.0~repack-4build3)
```
This behavior was not observed on Wine 6.0 (Ubuntu "Jammy" 22.04 LTS), and is
not observed on any physical installation of Windows 10 on x86-64, nor on
Windows 11 on x86-64 or ARM64.
--
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=57054
Bug ID: 57054
Summary: Colin McRae : DiRT crashes on startup
Product: Wine
Version: 9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: utilisateur01gunner(a)gmail.com
Distribution: ---
Created attachment 76910
--> https://bugs.winehq.org/attachment.cgi?id=76910
backtrace when running with a 64 bit wineprefix
when launching DiRT trough wine (64 or 32 bit, no change) the game crashes
imediately.
CPU : Intel Core 2 Duo E7400
RAM : 4GB DDR2-1066
GPU : Nvidia GTX 750 Ti (official driver version 550.107.02)
Distribution : Linux mint 21.3 (kernel 5.15.0-91)
--
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=57060
Bug ID: 57060
Summary: Crashes when trying to access options in World of
Warships
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jose_ernesto_ruiz(a)live.com.ar
Distribution: ---
Created attachment 76925
--> https://bugs.winehq.org/attachment.cgi?id=76925
This is what it shows when the error occurs
The program crashes when trying to access options such as "armory" or "news"
--
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=39900
Bug ID: 39900
Summary: Flash Player 20 control panel applet does not load
Product: Wine
Version: 1.8
Hardware: x86
URL: https://get.adobe.com/flashplayer/otherversions/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Xubuntu 14.04 x86_64
Adobe Flash (NPAPI) 20.0.0.235
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0
Steps to reproduce:
1. Install Adobe Flash Player 20 NPAPI
(https://get.adobe.com/flashplayer/otherversions/)
2. Attempt to load the control panel applet via "wine control" or directly
with:
wine rundll32 shell32.dll,Control_RunDLL
…/drive_c/windows/system32/FlashPlayerCPLApp.cpl
3. Result: Exits silently. No Wine messages.
There is a "Settings Manager" (…/drive_c/windows/system32/FlashPlayerApp.exe)
that works normally. I don't know how its feature set compares to the applet.
--
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=57063
Bug ID: 57063
Summary: Programs in Wine do not trust self-signed Root CA in
system trust store
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asicosilomu(a)protonmail.com
Distribution: ---
Created attachment 76926
--> https://bugs.winehq.org/attachment.cgi?id=76926
Output of curl https://rfdext.net under Linux and Wine.
I will keep this introduction short as it does not serve much of a purpose.
I am trying to get some old Roblox clients to work on my local server, and they
insist on using HTTPS for the web APIs. I had modified them to use rfdext.net
as the domain name, it and all relevant subdomains redirected to 127.0.0.1 in
/etc/hosts.
I had issued a Root CA (with 274 years validity) to serve this purpose. Then, I
used this Root CA to sign the webserver certificate (valid for just as long).
The web certificate has rfdext.net, *.rfdext.net, localhost, *.localhost,
127.0.0.1 as the alternate names.
My setup consists of a PHP server on localhost:80, and socat listening on
localhost:443 (using the web cert) redirecting all requests to localhost:80. I
have also tried openssl s_server for testing the connection.
The actual issue is with getting the client to trust my CA.
I add the Root CA (rootca.crt, DER format) to the system trust store as you
would on Fedora. Drop into /etc/pki/ca-trust/source/anchors and run
update-ca-trust as root.
After a reboot, I can confirm it is trusted by the system. I can visit
https://rfdext.net (as well as localhost) in Firefox without any security
warnings. cURL on the command line does not complain either.
Trying the clients and... nothing. It appears as they are all unable to access
the required endpoints. Downloading curl for Windows from curl.se and doing the
same, and it complains about the Root CA being self-signed (see attachment 1).
It appears as if programs running under Wine do not trust my CA. No amount of
reboots fixed that.
The Root CA is listed in Control Panel > Internet Settings > Content >
Certificates... > Trusted Root Certification Authorities (under Wine).
Re-importing the certificate from that menu appears to succeed but is
completely useless. Under Linux, the certificate exists in the standard
location /etc/ssl/certs, as well as in /etc/ssl/certs/ca-certificates.crt and
/etc/ssl/certs/ca-bundle.crt.
I am using Fedora 40 and Wine 9.5 (staging), which might be worth mentioning.
--
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=57068
Bug ID: 57068
Summary: Application in wine only sees loopback interface
Product: Wine
Version: 9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)vongaisberg.de
Distribution: ---
Created attachment 76935
--> https://bugs.winehq.org/attachment.cgi?id=76935
trace of DMX-Workshop with +winsock
When running DMX-Workshop by Singularity, only the loopback device is
discovered.
ipconfig and other programs see all devices.
Attached is a trace with +winsock
--
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=57066
Bug ID: 57066
Summary: wine fail to find symlink correctly for termux android
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: euloanty(a)live.com
https://github.com/trcrsired/wine-release/releaseshttps://github.com/trcrsired/llvm-releases/releases/tag/llvm20-20240811
if the llvm being put not in the .wine/drive_c but a normal path, it won't find
such file. The symlink handling is wrong for android
--
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=57065
Bug ID: 57065
Summary: Windows Live Messenger - Shell32 MenuBand
Product: Wine
Version: 9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: walter.verkerk(a)gmail.com
Distribution: ---
When I attempt to start Escargot Windows Live Messenger 14
https://escargot.chat/services/messenger/forums/110002000195640/installing-…
Following this guide, the application installs succesfully, it even goes to the
system tray, but will not open in Wine throwing out the following errors:
supayoshi@hostname:~$ env WINEPREFIX="/home/supayoshi/.wine-wlm" WINEARCH=win32
wine msnmsgr
002c:fixme:winediag:loader_init wine-staging 9.14 is a testing version
containing experimental patches.
002c:fixme:winediag:loader_init Please mention your exact version when filing
bug reports on winehq.org.
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{56cf9745-8639-4fe0-96b2-5a913ee8b3c7}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{56cf9745-8639-4fe0-96b2-5a913ee8b3c7}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{56cf9745-8639-4fe0-96b2-5a913ee8b3c7}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5b89be75-200f-4f51-8cfe-30b7c816f54b}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5b89be75-200f-4f51-8cfe-30b7c816f54b}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5b89be75-200f-4f51-8cfe-30b7c816f54b}
0120:fixme:ole:CoInitializeSecurity 009BFE54, -1, 00000000, 00000000, 6, 3,
00000000, 0, 00000000 stub
0120:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5b89be75-200f-4f51-8cfe-30b7c816f54b}
0120:fixme:msvcrt:_set_abort_behavior _WRITE_CALL_REPORTFAULT unhandled
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e2821408-c59d-418f-ad3f-aa4e792aeb79}
0120:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0128:fixme:iphlpapi:NotifyRouteChange (Handle 01EEFEF8, overlapped 01EEFED4):
stub
0120:fixme:wtsapi:WTSQuerySessionInformationW returning 0 protocol type
0120:fixme:wtsapi:WTSRegisterSessionNotification Stub 00010082 0x00000000
0090:fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS,
hwnd=00000000): stub
0120:err:ole:com_get_class_object class {4e14fba2-2e22-11d1-9964-00c04fbbb345}
not registered
0120:err:ole:com_get_class_object class {4e14fba2-2e22-11d1-9964-00c04fbbb345}
not registered
0120:err:ole:create_server class {4e14fba2-2e22-11d1-9964-00c04fbbb345} not
registered
0120:fixme:ole:com_get_class_object CLSCTX_REMOTE_SERVER not supported
0120:err:ole:com_get_class_object no class object
{4e14fba2-2e22-11d1-9964-00c04fbbb345} could be created for context 0x17
0120:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType
1.3.6.1.4.1.311.2.1.4
0120:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType
1.3.6.1.4.1.311.2.1.4
0120:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType
1.3.6.1.4.1.311.2.1.4
0120:fixme:cryptasn:CryptDecodeObjectEx Unsupported decoder for lpszStructType
1.3.6.1.4.1.311.2.1.4
0120:fixme:advapi:SetNamedSecurityInfoW Object type 6 is not currently
supported.
0120:fixme:advapi:SetNamedSecurityInfoW Object type 6 is not currently
supported.
0058:fixme:mountmgr:enumerate_credentials not supported
0120:fixme:wininet:InternetSetOptionW Option 28 STUB
0120:fixme:wininet:InternetSetOptionW Option 29 STUB
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5b89be75-200f-4f51-8cfe-30b7c816f54b}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{c91abddb-a15e-4c67-b7c8-7cc416c5e623}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{f6a53b97-7372-4297-8609-6b74d4811585}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{6208136c-bd35-47b0-923f-3c5b88199877}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{7d107a23-2cc2-4c61-b845-cb9b91035fa0}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{0b82e670-d75c-4f80-b673-5c9ccf161a8b}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{98a01ded-68a4-436d-9118-e55ee227e83b}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{56aaa547-c2cc-4eef-9186-53399995ca15}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{ea2427e4-f413-4363-befc-f5ba666530f8}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{ae7d1ef7-d882-4f44-8435-c6335ac2f6cf}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{5f6ec26b-93fb-4691-a71a-e7e0792b1d26}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{beef92b0-c562-4dcd-a6a1-338d8704ff28}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{ec404aec-1435-41c9-9fa1-3ac9209bffa9}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{d6e54d2e-8869-45df-bae8-6aeb31369574}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{72749788-3603-4b28-88b9-c556c15cce35}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{31b304c3-bdaf-4154-ad2b-495236b67b83}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{a862040a-893b-48dc-be26-518547d9b951}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{1a900155-8f69-4961-ab43-30aecb8eeab5}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{de4ccc69-8c26-491f-b7e4-d71c1c7418ec}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{8e820782-d7e8-40b9-a73d-2006c7762a9f}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{6bb42248-83c7-415e-999e-f442f4f607a6}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e765dd4a-2c95-4467-9fb3-ff3352371ad6}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{d8cd678c-47ca-4ff2-a448-87c47fadff8c}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e5f76777-af8b-41af-8f02-9f5d1c3c8d26}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{c94c080c-04e0-438a-b41f-eaaaa8960b3f}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{fefcda53-3a1c-4a63-8c73-e5f70b5d974a}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{29278a8a-c4b8-49b0-b160-a90e4fb00706}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{2bcf658d-91b4-4794-8a96-3603d1e4597f}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e4975c9f-6b71-46d1-88b1-46e696e871b0}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{8077c604-4957-4345-aa33-61fbabf5cb63}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{dc40325d-1916-48c1-8488-856aac950384}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e4975c9f-6b71-46d1-88b1-46e696e871b1}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{4d0ab3c5-9412-45e0-af0d-6741c4cf58b9}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{1fed1b7d-8df3-4a5b-bb5a-139c4a1856d1}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{1f947c47-4b05-4cfa-bbff-6aa47562343c}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{96d9f6c5-1793-4338-92ba-0d576f68febd}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{282989a0-298f-429e-a32f-54dd7c11c54c}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{eada29c6-9c4f-4fc9-bebc-355810898a85}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{f61f5b05-2853-4540-bd89-3dde7385fc54}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{3e90bd0e-68e1-4a81-a255-312aecdc4254}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{e4975c9f-6b71-46d1-88b1-46e696e871b2}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{816422cc-217d-4481-bed4-8da423c06bc9}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{816422cd-217d-4481-bed4-8da423c06bc9}
0120:fixme:ntdll:EtwRegisterTraceGuidsW register trace class
{913483fb-23a2-41d4-aa91-c8f1fe5974ff}
0120:fixme:msvcrt:type_info_name_internal_method type_info_node parameter
ignored
0120:fixme:heap:RtlSetHeapInformation HEAP_INFORMATION_CLASS 1 not implemented!
014c:fixme:wtsapi:WTSRegisterSessionNotification Stub 0001009E 0x00000001
014c:fixme:d3d:wined3d_guess_card No card selector available for card vendor
0000 (using GL_RENDERER "llvmpipe (LLVM 15.0.6, 256 bits)").
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:d3d:debug_d3dformat Unrecognized 0x55595659 (as fourcc: YVYU)
WINED3DFORMAT!
014c:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x55595659)
in the format lookup table.
014c:fixme:d3d:debug_d3dformat Unrecognized 0x55595659 (as fourcc: YVYU)
WINED3DFORMAT!
014c:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x55595659)
in the format lookup table.
014c:fixme:d3d:debug_d3dformat Unrecognized 0x55595659 (as fourcc: YVYU)
WINED3DFORMAT!
014c:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x55595659)
in the format lookup table.
014c:fixme:d3d:debug_d3dformat Unrecognized 0x55595659 (as fourcc: YVYU)
WINED3DFORMAT!
014c:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x55595659)
in the format lookup table.
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:quartz:surface_allocator_AllocateSurface Unhandled bit depth 24.
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:quartz:filter_config_SetRenderingPrefs iface 001C3E40, flags 0x1,
stub!
014c:fixme:d3d:wined3d_guess_card No card selector available for card vendor
0000 (using GL_RENDERER "llvmpipe (LLVM 15.0.6, 256 bits)").
014c:fixme:d3d:debug_d3dformat Unrecognized 0x55595659 (as fourcc: YVYU)
WINED3DFORMAT!
014c:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x55595659)
in the format lookup table.
014c:fixme:d3d:debug_d3dformat Unrecognized 0x55595659 (as fourcc: YVYU)
WINED3DFORMAT!
014c:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x55595659)
in the format lookup table.
014c:fixme:d3d:debug_d3dformat Unrecognized 0x55595659 (as fourcc: YVYU)
WINED3DFORMAT!
014c:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x55595659)
in the format lookup table.
014c:fixme:d3d:debug_d3dformat Unrecognized 0x55595659 (as fourcc: YVYU)
WINED3DFORMAT!
014c:fixme:d3d:wined3d_get_format Can't find format unrecognized (0x55595659)
in the format lookup table.
014c:fixme:quartz:surface_allocator_AllocateSurface Unhandled bit depth 24.
0120:fixme:advapi:RegisterEventSourceW ((null),L"WindowsLiveMessenger"): stub
0120:fixme:ras:RasEnumConnectionsA (009BF4AC,009BF498,009BF4A0),stub!
0120:fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure
program to use LAN connection/winsock instead!
0120:err:ole:com_get_class_object class {5b4dae26-b807-11d0-9815-00c04fd91972}
not registered
0120:err:ole:com_get_class_object no class object
{5b4dae26-b807-11d0-9815-00c04fd91972} could be created for context 0x1
0120:fixme:ras:RasEnumConnectionsA (009BF074,009BF060,009BF068),stub!
0120:fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure
program to use LAN connection/winsock instead!
This happens when attempting to open msnmsgr (wlm14) Setting compatibility to
Windows7 or Higher or lower does not 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=49031
Bug ID: 49031
Summary: Photoshop Elements 2020 - Installer hangs with blank
screen
Product: Wine
Version: 5.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 67008
--> https://bugs.winehq.org/attachment.cgi?id=67008
Console Output (gzipped - wine 5.6)
Hello everyone,
I tried "Photoshop Elements 2020" (German installer) with wine 5.6:
The installer window opens up, presents a blank white window and that's pretty
much it.
Console output is attached in gzip-Format as it got quite huge.
sha256sum PhotoshopElements_2020_LS30_win64.exe
a1a0fe081daa133547f9db5cd4a69a942e72efef0dc798cac75b044990855c5c
PhotoshopElements_2020_LS30_win64.exe
Download URL I got the package from is at:
https://helpx.adobe.com/de/download-install/using/download-install-photosho…
--
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=45858
Bug ID: 45858
Summary: Setup program for leaked Winamp 5.8 beta crashes after
first screen.
Product: Wine
Version: 3.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ryan.farmer.android(a)gmail.com
Distribution: ---
Created attachment 62346
--> https://bugs.winehq.org/attachment.cgi?id=62346
Backtrace of setup program crash
Setup program for leaked Winamp 5.8 beta crashes after first screen.
1. Download leaked Winamp 5.8 beta.
https://anonfile.com/c4Wf2eh3b4/winamp58_3653_beta_full_en-us_exe
2. Open with Wine.
3. Click Next on the setup program.
4. Setup program crashes.
Tested on Wine 3.16 as provided by Fedora 29.
--
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=48537
Bug ID: 48537
Summary: Prezzie Hunt fails to launch
Product: Wine
Version: 5.0
Hardware: x86
URL: http://www.skylinesoftware.co.uk/PHDL/PH8.zip
OS: Linux
Status: NEW
Keywords: download, patch
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
When clicking "Game" -> "Start New Game" from the menu, a message box is
displayed saying "Go failed, seterrorcode oldest: 71 newest: 87, DDERR:
D3DERR_TEXTURE_LOAD_FAILED". The linked Staging patch fixes 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=57053
Bug ID: 57053
Summary: Photoshop CS6: Toggling Fullscreen breaks the UI
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: monovar(a)protonmail.com
Distribution: ---
Starting from wine-staging 9.12 onwards, toggling fullscreen in Photoshop CS6
causes the UI to break and become invisible and unresponsive. It works fine in
9.9, 9.10, 9.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=53900
Bug ID: 53900
Summary: MLM Easy Money halted at Step 29 (MSGHOO32.OCX
Component or dependency missing) MFC40
Product: Wine
Version: 7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mfc
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 73444
--> https://bugs.winehq.org/attachment.cgi?id=73444
Console output (wine-7.20 on Slackware64/Multilib)
I am trying a very old program demo which is no longer being offered for sale
but archive.org has a copy of the demo:
https://web.archive.org/web/20060528111217/http://www.mlmeasymoney.com/down…
bash-5.1$ sha1sum emv9demo.exe
a202b1304452cde6f78bfbaba3a7bc02b8f28f52 emv9demo.exe
At first glance this might be the relevant part of console output. I have
attached the full log.
0024:err:module:import_dll Library MFC40.DLL (which is needed by
L"C:\\windows\\system32\\MSGHOO32.OCX") not found
bash-5.1$ wine --version
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=57043
Bug ID: 57043
Summary: support for Control Panel applets CPL in NE 16bits
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: guillere(a)adinet.com.uy
Distribution: ---
Windows 3.1x support CPL in NE format (16bits)
Windows 98 support CPL in NE format (16bits) [also support CPL in PE32]
Support for NE CPL is drop in Windows XP
Some old old software (win3.1) include Control Panel items in CPL NE format
--
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=43218
Bug ID: 43218
Summary: Paint Shop Pro X9 Installer doesn't download anything
Product: Wine
Version: 2.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 58505
--> https://bugs.winehq.org/attachment.cgi?id=58505
Console output wine 2.10 (non-staging)
Hello everyone,
in the past I already submitted some bug reports for the Corel installation
routine of Paint Shop Pro and there has been some progress.
It is now possible to accept the EULA and the installation window also shows up
but the downloader doesn't download anything.
I am attaching my console output for further information.
--
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=57052
Bug ID: 57052
Summary: Corel Paint Shop Pro X7 installer shows up strange
error message with PAPP PVENDOR and PGUID
Product: Wine
Version: 9.14
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 76908
--> https://bugs.winehq.org/attachment.cgi?id=76908
wine 9.14 (non staging) console output
Hello everyone,
when revisiting one of my previously reported bugs with a later wine version I
tried reinstalling the "Paint Shop Pro X7" installation routine.
I had a copy of the installer on my Network Drive with the following specs:
bash-5.1$ sha256sum PSPX7_TBYB30.exe
507b11367b9d6e1393f182b0d7af87e9eb0c0e8c143042e2c20addea2a032ba3
PSPX7_TBYB30.exe
This time a different Windows message:
>SetupNew/setup.cpp (143)
PAPP:
PVENDOR:
PGUID:
$
@Windows Vista Service Pack 0 (9600)
IE Version: 9.11.9600.18746
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=57051
Bug ID: 57051
Summary: Opera Neon installs fine but installer itself doesn't
show up
Product: Wine
Version: 9.14
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 76907
--> https://bugs.winehq.org/attachment.cgi?id=76907
wine 9.14 (non staging) console output
Hello everyone,
I am not sure if this is a bug or not but the application "Opera Neon" installs
fine but doesn't display anything.
The installed can be downloaded from the following site:
https://www.opera.com/computer/thanks?ni=stable_neon&os=windows
The neon.exe file gets installed in:
/home/mwagner/WineApps/OperaNeon/drive_c/users/mwagner/AppData/Local/Opera
Software/Opera Neon/Application
bash-5.1$ sha256sum OperaNeonSetup.exe
76d998a47c34e89447eb6ca177ea3d563abbf3c1153184f7c47923d0249abd00
OperaNeonSetup.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=57033
Bug ID: 57033
Summary: ChessBase 17 crashes after splash screen again
Product: Wine
Version: 9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)brobston.com
CC: rbernon(a)codeweavers.com
Regression SHA1: c2d46eaa1ef07a2921e5711212e9c5c354f58112
Distribution: Ubuntu
Created attachment 76881
--> https://bugs.winehq.org/attachment.cgi?id=76881
Log from launching ChessBase 17 at the first bad commit
ChessBase 17 once again crashes after its splash screen.
https://bugs.winehq.org/show_bug.cgi?id=56958 was fixed, but the problem has
returned. Log (with WINEDEBUG=warn+all) from the first bad revision 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=56811
Bug ID: 56811
Summary: Jade Empire configuration tool fails to show up
(either in fullscreen or virtual desktop mode)
Product: Wine
Version: 9.6
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 4573910acc2783a3f678a428aa313377b09a04e8
Distribution: ArchLinux
Created attachment 76614
--> https://bugs.winehq.org/attachment.cgi?id=76614
WINEDEBUG=+vulkan,+system,+driver,+explorer
The configuration tool for Jade Empire: Special Edition doesn't show up, I can
only see the empty background of the virtual desktop.
JadeEmpireConfig.exe and wineserver are both using 50-50% CPU, but nothing
happens.
First this occurred after
commit 4573910acc2783a3f678a428aa313377b09a04e8
win32u: Move D3DKMT vulkan implementation out of winex11.
Beginning with that commit only virtual desktop mode was affected, the
application still worked in Wine's full screen mode.
Then came commit 6b8cdda502a5fd726529af0cdb14c57467cde14b (which fixed bug
#56764). Since then the application doesn't work either in full screen or
virtual desktop mode.
AFAIK no demo version exists. I tested with the GOG.com version of the game.
wine-9.10-164-g7eb72b7bb3d
X.Org X Server 1.21.1.13
Nvidia binary drivers 550.40.63.
XFCE 4.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=56989
Bug ID: 56989
Summary: Doom 3: BFG Edition fails to start in virtual desktop
Product: Wine
Version: 9.8
Hardware: x86-64
URL: https://store.steampowered.com/app/208200/DOOM_3/
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 17c6ac1f7be3f546d1c3aa274fc31b1f8062fa62
Distribution: ArchLinux
Created attachment 76822
--> https://bugs.winehq.org/attachment.cgi?id=76822
terminal output
Doom 3: BFG Edition doesn't start in virtual desktop mode.
The Steam version crashes and generates a backtrace, the GOG version shows the
game startup console with flashing 'Unable to initialize OpenGL' message.
This is a regression introduced by
commit 17c6ac1f7be3f546d1c3aa274fc31b1f8062fa62
winex11: Report all sources as detached in virtual desktop mode.
wine-9.13-116-g6d6451fd6ce
X.Org X Server 1.21.1.13
XFCE 4.18
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 550.40.65
--
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=56140
Bug ID: 56140
Summary: ListView with a custom column sorter produces wrong
resuls
Product: Wine
Version: 9.0-rc3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
Distribution: ---
Steps to reproduce:
1. Run 'wine rundll32.exe inetcpl.cpl,LaunchSiteCertDialog'
2. Go to the "Trusted Root Certification Authorities" tab
3. Click several times on "Issued to" or "Issued by" columns, observe that
sorting takes multimple attemps to actually settle down and stop changing the
items order
This probably indicates a problem with DPA_Sort().
--
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=56984
Bug ID: 56984
Summary: Star Wars: Knights of the Old Republic (Steam, GOG):
broken rendering when soft shadows enabled
Product: Wine
Version: 9.13
Hardware: x86-64
URL: https://store.steampowered.com/app/32370/STAR_WARS_Kni
ghts_of_the_Old_Republic/
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: alexandros.frantzis(a)collabora.com
Regression SHA1: 272c55ac257315ef8393df357a79aac4e0d6cd76
Distribution: ArchLinux
Created attachment 76814
--> https://bugs.winehq.org/attachment.cgi?id=76814
plain terminal output
The game used to work fine with all graphical options enabled/maxed out.
Since Wine-9.13 most of the textures are missing in-game when soft shadows
option is enabled. The menus and the intro/in-game videos are not affected.
The problem is present since
commit 272c55ac257315ef8393df357a79aac4e0d6cd76
opengl32: Add default implementation for wglChoosePixelFormatARB.
The default implementation will be used automatically if the driver
populates the wgl_pixel_format ARB fields.
Reproduced with both the Steam and GOG versions. No mods or unofficial patches
were installed.
wine-9.13-90-gca938c795c0
X.Org X Server 1.21.1.13
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 550.40.65
--
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=56494
Bug ID: 56494
Summary: Splashtop RMM v3.6.6.0 crashes
Product: Wine
Version: 9.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: patm(a)ait.cx
Distribution: ---
Created attachment 76259
--> https://bugs.winehq.org/attachment.cgi?id=76259
Wine 9.0 backtrace
The new Splashtop RMM client (v 3.6.6.0) crashes with a page fault on Wine 9.0.
On Wine 9.5, when I attempt to run it, a spinning cursor appears for a few
seconds but the program never loads. No error message appears. The previous
version, 3.5.8.2, runs with no problem.
Attached is a backtrace from Wine 9.0.
The program installer can be downloaded from:
https://my.splashtop.com/rmm/win
--
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=51704
Bug ID: 51704
Summary: Final Fantasy XI Online: Short Freezes / Stutters
Every Second
Product: Wine
Version: 6.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: escomk3(a)hotmail.com
Distribution: ---
With commit e91b19bf38e [1] and beyond, very tiny freezes/stutters can be
observed in Final Fantasy XI Online.
They happen more or less exactly every second, and are quite noticeable while
moving around in the game, even though they are indeed very short-lived.
1.
https://source.winehq.org/git/wine.git/commit/e91b19bf38e13c7a31d553a559308…
--
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=57008
Bug ID: 57008
Summary: _fdopen(0) does not return stdin after it was closed
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: pipcet(a)protonmail.com
Distribution: ---
GNU Emacs contains the following code (abbreviated slightly):
HANDLE stdin_save = INVALID_HANDLE_VALUE;
DuplicateHandle (parent,
GetStdHandle (STD_INPUT_HANDLE),
parent,
&stdin_save,
0,
FALSE,
DUPLICATE_SAME_ACCESS);
fclose (stdin);
if (stdin_save != INVALID_HANDLE_VALUE)
_open_osfhandle ((intptr_t) stdin_save, O_TEXT);
else
_open ("nul", O_TEXT | O_NOINHERIT | O_RDONLY);
_fdopen (0, "r");
The idea is that the last call to _fdopen will return stdin, so we can continue
using stdin after this code runs, but its HANDLE will have become
non-inheritable.
This doesn't work on wine, which allocates a new FILE * in msvcrt_alloc_fp:
for (i = 3; i < MSVCRT_max_streams; i++)
{
file = msvcrt_get_file(i);
if (!file)
return NULL;
if (file->_flag == 0)
{
...
return file;
}
}
The loop starts at index 3, not 0, so the stdin/stdout/stderr handles are never
reused.
Of course, what Emacs does is highly dodgy and not documented to work;
apparently, it doesn't work with UCRT on native Windows either. However, there
is interest in keeping Emacs usable on very old Windows systems, so it's
possible that changing the Emacs code would break things subtly.
Is there any possibility or interest in changing wine so it emulates MSVCRT
behavior for this application? Changing "i = 3" to "i = 0" would probably
suffice...
--
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=53531
Bug ID: 53531
Summary: FTDI Vinculum II IDE gets "Out of memory" error on
startup
Product: Wine
Version: 7.14
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msxml3
Assignee: wine-bugs(a)winehq.org
Reporter: damjan.jov(a)gmail.com
Distribution: ---
While investigating bug 38350, users noticed how after upgrading Wine (some
time ago), the error message on startup changed from "OLE error 8002006" to
"Out of memory".
Using WINEDEBUG='+relay,+msxml' and looking at the last msxml call prior to the
"Out of memory" string appearing, I found it comes from domelem_get_item() line
1837:
---snip---
1834 curr = xmlNewNsProp(NULL, xmlns, ns->prefix, ns->href);
1835 if (!curr) {
1836 xmlFreeNs(xmlns);
1837 return E_OUTOFMEMORY;
1838 }
---snip---
and xmlNewNsProp() fails because ns->prefix is NULL.
However that code wasn't always there. Looking through the Git history and
testing past Wine versions, I isolated it to this commit, before which it got
further during startup:
---snip---
commit 4460cb3377a045de8cde82d846e8e0d3592d5252 (HEAD)
Author: Daniel Lehman <dlehman25(a)gmail.com>
Date: Mon Oct 15 21:14:34 2018 -0700
msxml3: Treat namespaces as floating attributes.
Signed-off-by: Daniel Lehman <dlehman25(a)gmail.com>
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---snip---
--
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=57042
Bug ID: 57042
Summary: rsaenh RSAENH_CPDecrypt crashes when an application
tries to decrypt an empty string
Product: Wine
Version: 9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rsaenh
Assignee: wine-bugs(a)winehq.org
Reporter: kubapet(a)gmail.com
Distribution: ---
BizAgi Modeler v 3.9.0.015 won't start because (for some strange reason) it
tries to decrypt http proxy password even when it is not set (it is an empty
string). The current implementation of RSAENH_CPDecrypt fails on segfault when
Final = true, pbData = "" and apdwDataLen = 0.
Unhandled Exception: System.AccessViolationException: Attempted to read or
write protected memory. This is often an indication that other memory is
corrupt.
at
System.Security.Cryptography.CapiNative.UnsafeNativeMethods.CryptDecrypt(SafeCapiKeyHandle
hKey, SafeCapiHashHandle hHash, Boolean Final, Int32 dwFlags, IntPtr pbData,
Int32& pdwDataLen)
at System.Security.Cryptography.CapiSymmetricAlgorithm.Reset()
at
System.Security.Cryptography.CapiSymmetricAlgorithm.TransformFinalBlock(Byte[]
inputBuffer, Int32 inputOffset, Int32 inputCount)
at
Bizagi.ProcessModeler.BusinessEntities.Proxy.ProxyConnectionHelper.DecryptPassword_Aes(String
encryptedPassword)
at
Bizagi.ProcessModeler.BusinessLogic.Cloud.HttpRequestUtil.SetProxyConfiguration()
at lambda_method(Closure )
at
SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistration`1.CreateInstanceWithNullCheck()
at
SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistration`1.GetInterceptedInstance()
at
SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistration`1.BuildExpression()
at SimpleInjector.InstanceProducer.BuildExpressionInternal()
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at SimpleInjector.InstanceProducer.BuildExpression()
at SimpleInjector.Registration.BuildConstructorParameters(ConstructorInfo
constructor)
at SimpleInjector.Registration.BuildNewExpression()
at SimpleInjector.Registration.BuildTransientExpression()
at
SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistration`1.CreateInstanceWithNullCheck()
at
SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistration`1.GetInterceptedInstance()
at
SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistration`1.BuildExpression()
at SimpleInjector.InstanceProducer.BuildExpressionInternal()
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at SimpleInjector.InstanceProducer.BuildExpression()
at SimpleInjector.Registration.BuildConstructorParameters(ConstructorInfo
constructor)
at SimpleInjector.Registration.BuildNewExpression()
at SimpleInjector.Registration.BuildTransientExpression()
at
SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistration`1.CreateInstanceWithNullCheck()
at
SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistration`1.GetInterceptedInstance()
at
SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistration`1.BuildExpression()
at SimpleInjector.InstanceProducer.BuildExpressionInternal()
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at SimpleInjector.InstanceProducer.BuildExpression()
at SimpleInjector.Registration.BuildConstructorParameters(ConstructorInfo
constructor)
at SimpleInjector.Registration.BuildNewExpression()
at SimpleInjector.Registration.BuildTransientExpression()
at
SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistration`1.CreateInstanceWithNullCheck()
at
SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistration`1.GetInterceptedInstance()
at
SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistration`1.BuildExpression()
at SimpleInjector.InstanceProducer.BuildExpressionInternal()
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at SimpleInjector.InstanceProducer.BuildExpression()
at SimpleInjector.Registration.BuildConstructorParameters(ConstructorInfo
constructor)
at SimpleInjector.Registration.BuildNewExpression()
at SimpleInjector.Registration.BuildTransientExpression()
at
SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistration`1.CreateInstanceWithNullCheck()
at
SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistration`1.GetInterceptedInstance()
at
SimpleInjector.Lifestyles.SingletonLifestyle.SingletonLifestyleRegistration`1.BuildExpression()
at SimpleInjector.InstanceProducer.BuildExpressionInternal()
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at SimpleInjector.InstanceProducer.BuildExpression()
at SimpleInjector.Registration.BuildConstructorParameters(ConstructorInfo
constructor)
at SimpleInjector.Registration.BuildNewExpression()
at SimpleInjector.Registration.BuildTransientExpression()
at SimpleInjector.InstanceProducer.BuildExpressionInternal()
at System.Lazy`1.CreateValue()
at System.Lazy`1.LazyInitValue()
at SimpleInjector.InstanceProducer.BuildInstanceCreator()
at
SimpleInjector.InstanceProducer.BuildAndReplaceInstanceCreatorAndCreateFirstInstance()
at SimpleInjector.InstanceProducer.GetInstance()
at SimpleInjector.Container.GetInstance(Type serviceType)
at Bizagi.DependencyInjector.InjectorBase.Resolve[T]()
at
Bizagi.DependencyInjector.ApplicationFactory.BuildApplication[TApplication](IApplicationBuilder`1
applicationBuilder, Boolean verify)
at BizagiProcessModeler.Program.Main()
--
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=54861
Bug ID: 54861
Summary: UK's Kalender: Crashes when adding or changing event
category - comctl32 related
Product: Wine
Version: 8.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: wineuser101(a)mailbox.org
Distribution: ---
Created attachment 74359
--> https://bugs.winehq.org/attachment.cgi?id=74359
Backtrace crash creating new category
The program crashes when a new event category is added or when the category of
an existing event is changed. To reproduce the crash on a clean program
installation, follow these steps: go to Extras, Categories, and click the
button with a blank paper icon next to the "Event" box. Enter the name of the
new category and click "OK" to induce the crash. I've attached a screenshot
with the cursor on top of the button in question and the backtrace log of the
crash.
I discovered a workaround that solves the crashes by bruteforce-installing
different winetrick DLLs until it got resolved. The specific DLL that solves
the crashes is comctl32. However, after adding this DLL you cannot export
HTML/CSV files from the calendar anymore or do a backup/restore. This seems to
be due to a known bug related to the file open dialog;
https://bugs.winehq.org/show_bug.cgi?id=43188
The setup file for UK's Kalender can be downloaded here;
https://www.ukrebs-software.de/download/kalender/Kalender_Setup.exe
I used UK's Kalender version 2.5.6 (the latest as of writing)
sha1sum Kalender_Setup.exe
c88d6184e8b8bb51a37f10cf3fe1411783e270be
--
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=35991
Bug ID: 35991
Summary: Communication via COM1 crashes the app
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: sh.yaron(a)gmail.com
Created attachment 48115
--> http://bugs.winehq.org/attachment.cgi?id=48115
Backtrace from after the crash.
I was trying to load the project with PLC online communication but apparently
when I tried to check the connection the app crashed, backtrace attached.
The PC is connected to COM1 of the PC.
--
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=57028
Bug ID: 57028
Summary: LTSpice will not print with WINE 9.xx on Ubuntu 24.04
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: spooler
Assignee: wine-bugs(a)winehq.org
Reporter: dpalmer035(a)gmail.com
Distribution: ---
I had been using Ubuntu 22.04 with wine version 6 and LTspice would run and
print without issue.
I recently upgraded to the new Ubuntu 24.04 and in doing so wine had been
upgraded to version 9.0
LTspice will run without issue but printing no longer works.
The printout is marked as stopped in the print manager and can not be restarted
so it must be deleted.
In addition, if I use the CUPS pdf driver, the only thing that is generated is
a blank page.
To troubleshoot further and make sure that I could figure out exactly what is
causing the issue, I went back and loaded up a new copy of Ubuntu 22.04 into a
virtual machine and then installed the default version of wine-6.0.3 that is
part of that releases repro. Installed LTspice 17 and 24 both ran/printed
without issue.
I then removed the stock wine-6.0.3 release repro version, added the WineHQ
repository and installed winehq-stable 9.0.
Now both LTspice 17 or 24 both ran but neither would print.
I then removed winehq-stable and installed winehq-dev 9.14. Same result in that
both LTspice 17 or 24 both ran but neither would print.
Next I installed Ubuntu 24.04 in a virtual machine. I then installed the
default repository version of wine-9.0, LTspice 24 and again it would not
print.
I added the WineHQ repository and installed winehq-devel 9.14 and again it
would not print.
--
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=56993
Bug ID: 56993
Summary: Can not change desktop window resolution (pixel size)
Product: Wine
Version: 9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: fanwj(a)mail.ustc.edu.cn
Distribution: ---
desktop only can set to default resolution successful.
for example, run
wine explorer.exe /desktop=test,800x600
It set explorer.exe resolution incorrect.
I found that handler of message WM_DISPLAYCHANGE incorrectly.
It use size by NtGetVirtualScreenRect instead of lparam(resolution size)
--
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=57012
Bug ID: 57012
Summary: Astra 2 needs kernel32.SetFirmwareEnvironmentVariableA
Product: Wine
Version: 9.13
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Just run Astra2Patcher.exe and it will show a messagebox complaining about the
missing function.
--
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=39513
Bug ID: 39513
Summary: Desperados: input lag after resuming from pause
Product: Wine
Version: 1.7.53
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: alessandro.pezzoni(a)runbox.com
Distribution: ---
Created attachment 52652
--> https://bugs.winehq.org/attachment.cgi?id=52652
Sample savegame (to avoid cutscenes)
While playing "Desperados: Dead or Alive" all input will lag for a few seconds
after loading a saved game or resuming the game from the pause menu. It looks
like all input is cached during that time and then executed all at once.
The issue can be reproduced with the demo, obtainable from the Internet Archive
[1]:
1. Install the demo in a clean prefix;
2. (Optional) Copy the attached savegame folder to "Desperados Demo/Game/Data";
3. Start the demo;
4. Load the savegame from 2. or start a new game;
5. Press "Esc" and click "Continue";
6. Moving the mouse or pressing a keyboard shortcut will have no effect for a
few seconds.
I've tested this issue on Arch Linux with wine stable 1.7.53 and with the
current git head, wine-1.7.53-183-g12111d8.
[1]: https://archive.org/download/desperadosDemo/desperadosDemo.rar
sha1: 3c07da95cdc6807b9c08ff3d17de64790c08ec07
--
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=57049
Bug ID: 57049
Summary: Periodic stutter when playing A Plague Tale: Requiem
(GOG version)
Product: Wine
Version: 8.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: f0rump1x5r7(a)yahoo.com
Distribution: ---
Created attachment 76904
--> https://bugs.winehq.org/attachment.cgi?id=76904
Output with +timestamp,+loaddll
When playing the GOG version of A Plague Tale: Requiem (version 20230706_1126),
the game stutters exactly every 15 seconds. Earliest wine version tested is
8.21, bug still present in 9.14.
Steps to reproduce:
- Launch the game
- Press a button to start the dialog of loading a save file
- Notice a FPS stutter every 15 seconds when in a GPU bound scenario
Notes:
- The stutter occurs only after inducing the savegame loading dialog. Staying
on the start screen without pressing a button then all is well
- The save files are encrypted and stored in a GOG specific folder
(drive_c/users/<username>/AppData/Local/GOG.com/Galaxy/Applications/55243620139303375/Storage/Shared/Files/),
presumably created by the Galaxy64.dll in the main game folder (deleting it
crashes the game on startup).
- Replacing secur32.dll and sspicli.dll with their native Windows version,
fixes the stutters (only replacing one or the other does not).
- There are no reports about this for the Steam/Proton version (AFAIK)
Console output created with +loaddll,+timestamp, otherwise nothing would show
up at the moments of stutter.
--
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=56284
Bug ID: 56284
Summary: SYNCED installer download stuck on initialization
Product: Wine
Version: 9.1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 76003
--> https://bugs.winehq.org/attachment.cgi?id=76003
SYNCED installer terminal output on Wine 9.1
Hello,
The stand-alone mini-downloader from [1] doesn't start downloading.
It stays stuck on 0% at the download initialization step.
[1] https://www.syncedthegame.com/
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=53696
Bug ID: 53696
Summary: Multiple games need d3d11_swapchain_GetFrameStatistics
(Days Gone, Mafia III: Definitive Edition, Monument
Valley, The Inheritance of Crimson Manor)
Product: Wine
Version: 7.17
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: ---
This is most noticeable in Days Gone (1-3 FPS).
wine-7.17-165-gf5b92137257
--
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=56176
Bug ID: 56176
Summary: Persona 4 Golden needs
d3dx11_43.dll.D3DX11CreateThreadPump
Product: Wine
Version: 9.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
Starting Persona 4 Golden on a fresh wine prefix in wine 9.0-rc5 crashes with
the following message:
wine: Call from 7B692617 to unimplemented function
d3dx11_43.dll.D3DX11CreateThreadPump, aborting
--
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=57048
Bug ID: 57048
Summary: services.exe crashes on first wine prefix start after
every host system reboot
Product: Wine
Version: 9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
Created attachment 76901
--> https://bugs.winehq.org/attachment.cgi?id=76901
Console log of crash in wine-9.14
When starting a wine prefix for the first time after host boot (i.e. after
Linux's kernel and it's window manager has started) services.exe crashes after
stalling due to a critical section timeout in the loader.
This only happens once per host boot. Subsequent runs of any wine prefix during
the same host session, including the one that failed initially, will work just
fine without crashing.
Console log attached.
Speculation: Due to the loader timeout message, I think this may be an issue
involving delays from the host system trying to load wine's binaries from disk.
This system has a mechanical hard disk, which means that there is a delay when
it cache misses and needs to fetch data from disk for the first time. Wine may
just not be waiting long enough for it to work in this case, but subsequent
loads of wine hit the kernel cache instead. Which will respond in time.
(Although if that's the case, shouldn't wine have some sort of event call back
that handles this?)
--
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=57047
Bug ID: 57047
Summary: Rockstar launcher not working
Product: Wine
Version: 9.13
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windows.gaming.input
Assignee: wine-bugs(a)winehq.org
Reporter: menoski0725(a)gmail.com
Rockstar launcher not working stuck on preparing installation
--
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=57044
Bug ID: 57044
Summary: Cannot open ZFS mounted directories if in root "/"
Product: Wine
Version: 8.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jklaas(a)klaashome.org
Distribution: ---
I was checking on the status of using Lotus WordPro and was quite happy with
the progress. I did find an oddity.
I have my "/home" directory mounted from a ZFS mount. When I browse for files
and go to root "/", I cannot see "/home". However any subdirectories with a ZFS
mount can be seen. Additionally, if I create a link to "/home" (ln -s /home
/newhome/home), I can see "/newhome/home" and easily browse the files from
there. I also cannot see direct links at the root level.
I noticed this in WordPro, but I also found this behavior running "Program
Files (x86)/Windows NT/Accessories/wordpad.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=48552
Bug ID: 48552
Summary: Wine crashes when running SMath (unless +relay)
Product: Wine
Version: 5.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rmm(a)cantrip.org
Distribution: ---
Created attachment 66364
--> https://bugs.winehq.org/attachment.cgi?id=66364
WINEDEBUG=+seh,+DllOverrides wine SMathStudio_Desktop.exe >>
/tmp/output_tid.txt 2>&1
wine-5.0 (Staging), Fedora 31 release on x86_64 machine.
Smath (https://en.smath.com/view/SMathStudio/summary), a very useful free
MathCAD-like program crashes at startup.
Installation of
SMathStudioDesktop.0_99_7251.Setup.msi
completes, and the program runs fine if started as such:
WINEDEBUG=+relay wine SMathStudio_Desktop.exe
However, if started as:
wine SMathStudio_Desktop.exe
WINEDEBUG=+seh,+DllOverrides wine SMathStudio_Desktop.exe
WINEDEBUG=+tid,+DllOverrides wine SMathStudio_Desktop.exe
I get a Segmentation fault (core dumped).
sha1sum SMathStudio_Desktop.exe
308f78119a35e2b41ab121af1d06a4e16a70002d SMathStudio_Desktop.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=56990
Bug ID: 56990
Summary: Implement "getdfDIJoystick"
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: EpicTux123(a)proton.me
Distribution: ---
Created attachment 76823
--> https://bugs.winehq.org/attachment.cgi?id=76823
"getdfDIJoystick" message
Hello.
I am using Wine from GloriousEggroll's Proton version 9.10.
Playing L.A. Noire (Rockstar Games game) with V-Patch modification. When the
game launches, a message box with "getdfDIJoystick" appears. Clicking OK makes
the game launch as normal.
I don't know what this is for, but I believe a dummy "getdfDIJoystick" could be
implemented so it "passes" the check.
This only happens via Wine/Proton, and does not happen in native Windows
(according to other users). I don't have a Windows machine to test.
I did not test this with "pure" Wine, but I believe this is a Wine issue rather
than a Proton issue.
I'll leave a screenshot attached.
INFORMATION/LINKS
OS: Fedora Linux 40
Game: https://store.steampowered.com/app/110800/LA_Noire/
Proton used:
https://github.com/GloriousEggroll/proton-ge-custom/releases/tag/GE-Proton9…
V-Patch modification: https://github.com/VaanaCZ/LANVP
ADDITIONAL CONTEXT
The author of V-Patch is currently remaking the mod to use Ultimate ASI Loader
(see https://github.com/VaanaCZ/LANVP/issues/26), so the problem of
"getdfDIJoystick" should go away, but I think it would be nice to implement
this in Wine anyway (even if it is a dummy check).
WINEDLLOVERRIDES="dinput8=n,b" is necessary to make the patch work.
Thanks for your attention.
--
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=57029
Bug ID: 57029
Summary: Installing Publisher Rocket was not successful and the
bug report file is attached
Product: Wine
Version: 4.0.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vkkerji(a)gmail.com
Distribution: ---
Created attachment 76878
--> https://bugs.winehq.org/attachment.cgi?id=76878
The attached file is saved from the bug pop up window of wine
I tried installing Publisher Rocker on my Linux system
System information:
Wine build: wine-4.0 (Debian 4.0-2)
Platform: i386
Version: Windows 10
Host system: Linux
Host version: 4.19.0-27-amd64
It creates an application icon in the Application list. But pops up an error
dialogue window with the details which is attached herewith.
Please let me know if there is a workaround for this problem.
Regards,
Vijay Kerji
--
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=52774
Bug ID: 52774
Summary: Martha is Dead crashes on launch with a black screen
Product: Wine
Version: 7.5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 72151
--> https://bugs.winehq.org/attachment.cgi?id=72151
output
=== Critical error: ===
Assertion failed: CanFormatBeDisplayed(this, CandidateFormat)
[File:C:/Users/LKA/Desktop/UnrealEngine-release/Engine/Source/Runtime/Windows/D3D11RHI/Private/D3D11Device.cpp]
[Line: 677]
wine-7.5-200-g1765c4594f6
--
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=57018
Bug ID: 57018
Summary: Japanese adult Pixel Game Maker game has white screen
Product: Wine
Version: 9.13
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: ---
The game can be downloaded from dlsite (NSFW):
https://trial.dlsite.com/doujin/RJ364000/RJ363962_trial.zip
Just download and extract the demo. Make sure the folder and exe don't have
garbage characters - just rename them to anything, if necessary. Or extract
them with japanese locale to begin with.
Run the game, in the main menu you can navigate with arrow keys and confirm
with "Z". On German keyboard that is the "Y" key though.
Select new game. You get a white screen, you can press the arrow keys to
navigate up and down though, so it's not frozen but doesn't render.
--
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=57017
Bug ID: 57017
Summary: .bat script won't work (fixme:console:write_console
beep error)
Product: Wine
Version: 9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: brandowlucas(a)gmail.com
Distribution: ---
Created attachment 76861
--> https://bugs.winehq.org/attachment.cgi?id=76861
.bat script
Trying to interact with the menu will output "fixme:console:write_console beep"
to the terminal and nothing happens. Prior to wine-9.14, it would just spam
"fixme:cmd:WCMD_choice bad parameter L" WSADVQE /n" for /C" and nothing would
happen too. I attached the .bat with the full script code.
--
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=57009
Bug ID: 57009
Summary: Wine Staging
Product: Wine
Version: 9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aranpasupathy(a)yahoo.com
Distribution: ---
Created attachment 76848
--> https://bugs.winehq.org/attachment.cgi?id=76848
This attachment shows the error that occurs when I attempt to configure Wine.
Hello, I'm encountering an issue when I attempt to configure Wine upon opening
it by typing the command 'winecfg'. I keep getting the following error. I
believe that this issue might not allow me to open any .exe files. I'd be very
grateful if anyone could help me out with this, please.
Yours sincerely,
Aran
--
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=52791
Bug ID: 52791
Summary: SpardaSecureApp bringt einen Fehler ohne Protkoll
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: mydlifous(a)email.cz
Distribution: ---
Hallo, SpardaSecureApp 2.x.x unter Wine bringt einen Fehler, Version 1.x.x
erscheint gar nicht, es lässt sich kein Protokoll erstellen... ich habe es
probiert nach dem Umstieg auf ZORIN zu installieren...
Danke für Hilfe
--
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=57034
Bug ID: 57034
Summary: sp153483.exe
Product: Wine
Version: 9.0-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: khaidenis10(a)gmail.com
Distribution: ---
Created attachment 76885
--> https://bugs.winehq.org/attachment.cgi?id=76885
This is the attachment to the bug.
I was trying to update HP hardware Diagnostics UEFI on wine 9.0 repack 4build3
and everytime I press install I keep getting unhandled page fault on read
error. I'm on Ubuntu 24.04 version and I need to boot my HP Laptop back to
Windows and fix the boot loop. Does anyone know how to fix the unhandled page
fault 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=56382
Bug ID: 56382
Summary: Window transparency issue
Product: Wine
Version: 9.3
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joxemav139(a)artgulin.com
Windows that have a transparent background, aren't transparent in wine. They
are called via SetLayeredWindowAttributes with the alpha channel.
--
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=56934
Bug ID: 56934
Summary: Gas Guzzlers: Combat Carnage needs
ThreadScheduler_ScheduleTask(_loc) implementation
Product: Wine
Version: 9.12
Hardware: x86-64
URL: https://www.indiedb.com/games/gas-guzzlers-combat-carn
age/downloads/demo51
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Stuck after a while with
fixme:msvcrt:ThreadScheduler_ScheduleTask (33BBD190 76F3FED0 00000000) stub
fixme:msvcrt:ThreadScheduler_ScheduleTask_loc (33BBD190 76F3FED0 00000000
00000000) stub
9.12-113-g797df8df394
--
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=57022
Bug ID: 57022
Summary: Graphical and color distortions in The Witcher
[d3dx9_35.dll]
Product: Wine
Version: 9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: shtetldik(a)gmail.com
Distribution: ---
In some scenes in the Witcher there are glitches when using Wine + dxvk.
See a small video example in the linked dxvk issue (see Shani's hair and some
general flickering and light anomalies especially around that candle on the
table):
https://github.com/doitsujin/dxvk/issues/4178
Set up:
* Game: The Witcher Enhanced Edition, latest GOG release.
* Wine: 9.14 + esync
* dxvk: git 1077d6a
* GPU: AMD Sapphire Nitro+ RX 7900 XTX
* Kernel/amdgpu: 6.10.2
* Mesa/radv: git deb1d1f9c3
dxvk developers helped narrowing it down to Wine's side, since installing
native d3dx9_35.dll works around it so it must be some issue with built-in
d3dx9_35 implementation.
--
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=57031
Bug ID: 57031
Summary: Mouse "tremble" in Robin Hood: The Legend of Sherwood
(GoG).
Product: Wine-staging
Version: 9.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: flaubertSt(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Installed GoG version of Robin Hood: The Legend of Sherwood. All works, but
mouse tremble when in game (it DOESN'T with menu screens). Tried "mouse warp
override -all options-but it didnt solve. Strangely, I changed from
WINE-9.1-staging to 9.0 stable version and it doesn't tremble anymore, but now
it has some lag when exit from pause: see Bug 39513).
--
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=57014
Bug ID: 57014
Summary: WINE may have turned into a system killer
Product: Wine
Version: 9.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine_bugzilla(a)sctb.ch
Distribution: ---
1. I use a WIN32 text editor, PFE, which I run under WINE.
2. There has always been a bug in that after closing the laptop lid and then
opening it again (which does not even send the laptop to sleep, but will turn
the screen off), all PFE windows are now almost complete off-screen, with only
the very bottom-right corner of the PFE window being visible in the very
top-left corner of the screen.
3. To get out of this, I go to the running-applications bar (Debian, XFCE),
right click on PFE, select "move" and then I can drag the window, and I put it
back where I can see it.
4. I also play Vanilla WoW, 32 bit client. Recently, last month or so, a new
bug has turned up, in that at busy times, occasionally, the client will freeze
up *graphically*. Closing the laptop lid, and opening it again, fixes the
freeze up.
5. For WoW, unlike PFE, closing the lid simply makes the WoW client minimize,
so I can return to the game by clicking on its icon in the running-applications
bar.
6. Now the kicker - PFE sometimes opens up a Yes/No dialog. It's modal. PFE
had just opened such a dialog when the screen froze up, as it does with WoW. I
closed the lid and opened it again - now PFE is as usual off-screen way up to
the top-left.
7. Only problem now is all mouse clicks and key presses no longer have any
effect. My guess is the modal dialog is absorbing them - but I can't see it to
operate it correctly, and I can't right click on "Move" to drag PFE back on
screen, and the dialog has no icon of its own in the running-applications bar,
so I can't reach it.
In the end, I had to hard reboot via the power button.
--
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=57030
Bug ID: 57030
Summary: VKBDevCfg-C detects device but no application
functions available
Product: Wine
Version: 9.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usb
Assignee: wine-bugs(a)winehq.org
Reporter: kai(a)kaishome.de
Distribution: ---
Created attachment 76879
--> https://bugs.winehq.org/attachment.cgi?id=76879
wine output starting VKBDevCfg-C.exe
This is probably due to wine not implementing all USB IOCTLs, see attachment.
--
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=56306
Bug ID: 56306
Summary: Dualshock 4 stopped working entirely since Wine 9.0
Product: Wine
Version: 9.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dinput
Assignee: wine-bugs(a)winehq.org
Reporter: barrosleo10(a)gmail.com
Distribution: ---
It used to work mostly fine in version 8.XX, but something changed in 9.00 that
now not a single game or wine itself detects it anymore, be it on Bluetooth or
USB. The only way I can make it work again is by using a tool like SC
controller to fake it as an xbox controller.
--
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=57027
Bug ID: 57027
Summary: GetFinalPathNameByHandleW does not handle paths
exceeding MAX_PATH (260 chars)
Product: Wine
Version: 9.0
Hardware: aarch64
OS: MacOS
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: wine(a)purisa.me
Hello,
I am writing a Rust program that calls canonicalize() on a path that is over
260 characters long. The Windows implementation of this function calls
GetFinalPathNameByHandleW.
On Windows, this works just fine and returns a valid path. With Wine on macOS,
the call returns a win32 error code ERROR_MORE_DATA (234, 0xEA). I re-ran the
binary with WINEDEBUG=+relay and there is an NtStatus code
STATUS_BUFFER_OVERFLOW (0x80000005) coming from NtQueryObject.
I believe this is because the buffer allocated in Wine's implementation of
GetFinalPathNameByHandleW is not large enough for the ObjectInformation
NtQueryObject is trying to return. Should GetFinalPathNameByHandleW fall back
to a dynamically allocated buffer in this situation?
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=56447
Bug ID: 56447
Summary: PlayOnline Viewer: The "splash screen" is blank/grey
without its image.
Product: Wine
Version: 9.4
Hardware: x86-64
URL: https://web.archive.org/web/20210810150839/http://www.
playonline.com/ff11eu/download/media/install_win.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chiitoo(a)gentoo.org
Distribution: Gentoo
This is a very old one, but as far as I can tell, not reported until now (aside
from some side-mentions).
PlayOnline Viewer, which is used to launch Final Fantasy XI Online, has a
blank/grey window for its "splash screen".
It has been working in Wine Staging for some time.
Not sure if related, but comparing the logging between runs, each of these show
up twice with Vanilla but only once with Staging:
err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command fence
with id 0x1, ret 0x4.
err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command fence
with id 0x2, ret 0x4.
--
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=38350
Bug ID: 38350
Summary: FTDI Vinculum II IDE V2.0.2-SP2 gets OLE Error
80020006 on startup and exits
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: skenton(a)ou.edu
Distribution: ---
The FTDI Vinculum II IDE for firmware development pops up an OLE error dialog
and exits immediately after the splash screen is loaded at startup.
Works fine on WindowsXP-SP3. Below is everything I thought might help.
VinIDE (current version as of 2015Apr03)
Download Vinculum II Toolchain V2.0.2-SP2
http://www.ftdichip.com/Firmware/vnc2toolchain/Vinculum%20II%20Installer%20…
(popup)
Vinculum II IDE
OLE error 80020006
OK
$ wine --version
wine-1.7.38
$ wineconsole
fixme:wincodecs:PngDecoder_Block_GetCount stub
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
fixme:msxml:domelem_setAttributeNode (0x14aaf0)->(0x14ac98 0x33f774): semi-stub
$ uname -a
Linux Cube 3.16.0-33-generic #44-Ubuntu SMP Thu Mar 12 12:19:35 UTC 2015 x86_64
x86_64 x86_64 GNU/Linux
--
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=27439
Summary: Age of Pirates - City of Abandoned Ships crashes while
entering the sea
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kitmaxter(a)gmail.com
Created an attachment (id=35091)
--> (http://bugs.winehq.org/attachment.cgi?id=35091)
wine log while trying to enter the sea
Mostly every time, while trying to enter the sea from landing, game crashes.
Some times it is possible to enter the sea, then go into the map mode and go to
other island, but the game will crash on next try to enter the sea mode
(encounters like storm or pirates, or harbor of other island).
--
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=55763
Bug ID: 55763
Summary: Electron projects using sudo-prompt think that
permission was not granted
Product: Wine
Version: 8.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: skecthysites(a)gmail.com
Distribution: ---
Electron projects using sudo-prompt think that permission was not granted and
behave as if the prompt was closed without granting permission.
To reproduce:
1. Install wine-bug-demo from here:
https://github.com/zurgeg/Wine-Bug/releases/tag/1.0.0
2. Extract linux-unpacked.tar.gz
3. Run wine-bug-demo
4. Note that it asks you for your user password
5. It will execute just fine once you enter your user password, then you can
interrupt it
6. Install wine-bug-demo.Setup.1.0.0.exe
7. After installing, it will attempt to run, at which point it will crash with
the error "User did not grant permission"
--
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=54753
Bug ID: 54753
Summary: stdout/cout do not respect console code page in apps
compiled with mingw-w64
Product: Wine
Version: 8.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: rjtulloh(a)gmail.com
Distribution: ---
Created attachment 74247
--> https://bugs.winehq.org/attachment.cgi?id=74247
Test program which outputs to the console in different ways.
I noticed some cases recently where Wine seemed to ignore the console code page
when apps were writing to stdout. Upon further investigation, I found it seems
to be specific to apps compiled via mingw64.
I've attached a simple test program which demonstrated the issue. It switching
the code page to UTF8 and then outputs some Japanese glyphs in different ways.
On Windows, this program behaves as expected - the same string is printed for
times.The output does not differ based on the compiler used.
In Wine, if the program is compiled with mingw-w64, it will output gibberish 3
times, and the correct string is only produced by calling the WriteConsoleA
function.
This seems to be specific to the way mingw implements stdout, as if the
application is compiled with clang in MSVC compatibility mode, there is no
issue with the output. It does not seem to be a mingw bug, since the output is
correct on 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=56861
Bug ID: 56861
Summary: Background color of selected items in ListView(or
ListCtrl) is white
Product: Wine
Version: 9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: axis6404(a)proton.me
CC: zzhang(a)codeweavers.com
Regression SHA1: ccc2c6c613264aa228bd6b113dffebc7bcf2c1f3
Distribution: Debian
Created attachment 76661
--> https://bugs.winehq.org/attachment.cgi?id=76661
a comparison image
When I apply wine's default theme (Light.msstyles), the background color of the
item does not change when I select BeckyInternetMail's mail. (white, not blue).
The attached image is a comparison image. The top half is a screenshot taken
with Light.msstyles applied. (wine's Default setting)
The bottom half is a screenshot taken after removing
".wine/drive_c/windows/resources/themes/light/light.msstyles".
The background color of the tree view on the left side of the screen is also
gray (originally white).
--
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=56997
Bug ID: 56997
Summary: AOL (America Online) Desktop Beta fails when clicking
on a menu icon
Product: Wine
Version: 9.13
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 76831
--> https://bugs.winehq.org/attachment.cgi?id=76831
wine 9.13 (non staging) console output
Hello from Germany,
the latest "June" update of AOL (America Online) is available at:
https://beta.aol.com/projects/desktop/windows
with the checksum (I am assuming it is the June! and not July update) being
sha256sum Install_AOL_Desktop.exe
3123f8968457ab0981e16c534c139c9619d9d8ac38bfd13e2311e8cc44fa4939
Install_AOL_Desktop.exe
I managed to install the software in a fresh prefix and run it.
It starts up okay
export WINEPREFIX=/home/mwagner/WineApps/AOLDesktopBeta/
wine AolDesktop.exe 2&>/home/mwagner/Desktop/AOLCrashOutput.txt
AolDesktop.exe file is in
~/WineApps/AOLDesktopBeta/drive_c/users/mwagner/AppData/Local/AOLDesktop/
but crashes when I click on an icon in the menu bar.
Please let me know should you need further details
Maik
--
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=56995
Bug ID: 56995
Summary: Missing video in Nobody wants to die
Product: Wine
Version: 9.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Created attachment 76824
--> https://bugs.winehq.org/attachment.cgi?id=76824
Video on Windows
Hi,
There is a missing video when the player launch a new game.
On Windows, there is a small video because the character is in a drive-in when
the game begin (see attachment #1).
Instead of in Wine, there is a grey video and only the sound (see attachment
#2)
Same issue with Proton 9 + Proton Experimental + Bleeding Edge.
The attachment #3 is the console output log.
--
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=57013
Bug ID: 57013
Summary: Unable to install metastock 19 on m2 studio, however I
was able to install notepad++
Product: Wine
Version: 9.0
Hardware: Other
OS: MacOS
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: d3d
Assignee: wine-bugs(a)winehq.org
Reporter: bprakg(a)hotmail.com
Created attachment 76857
--> https://bugs.winehq.org/attachment.cgi?id=76857
log of the error
Hi,
I am unable to install metastock 19 on m2 studio, however I was able to install
notepad++
I get this error; "0128:err:d3d:wined3d_check_gl_call >>>>>>>
GL_INVALID_FRAMEBUFFER_OPERATION (0x506) from glClear @
/private/tmp/wine-9.0/dlls/wined3d/context_gl.c / 2339"
I installed wine-stable running 9.0
I am using Mac m2 studio running sonoma 14.5. Full log of the error 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=53297
Bug ID: 53297
Summary: Issue when launching DX11 game (FFXIV) on FreeBSD
Product: Wine
Version: 7.4
Hardware: x86-64
OS: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: skyliegirl33(a)protonmail.com
Created attachment 72663
--> https://bugs.winehq.org/attachment.cgi?id=72663
Log when attempting to launch the game
When attempting to launch this game on FreeBSD, there's an unlocalized error
saying there was an unexpected issue. This doesn't happen with 6.0.3. It
doesn't matter if I use DXVK, WineD3D or software rendering; the same issue
persists. I assume something in A_SHAFinal is failing but not sure why this is
specific to FreeBSD.
--
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=56694
Bug ID: 56694
Summary: Heroes of Might and Magic 3 HD launcher doesn't start
the game
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: germanapps(a)gmail.com
Distribution: ---
Created attachment 76477
--> https://bugs.winehq.org/attachment.cgi?id=76477
Wine output
Wine cannot start Heroes 3. When you press "Play" nothing happens. It doesn't
matter which game exe i choose to run.
Running from terminal reveals that "_hd3_.dll" fails to initialize, preventing
game from starting.
This problem affects versions 9.6 - 9.9. Version 9.5 is the latest version that
works.
OS: Debian 12.5
Desktop environment: KDE Plasma
Window system: X11
Video card: Nvidia GeForce GT 740M (proprietary drivers)
--
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=51836
Bug ID: 51836
Summary: d3d: Disable CSMT by default if using llvmpipe OpenGL
renderer backend
Product: Wine
Version: 6.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: jinoh.kang.kr(a)gmail.com
Distribution: ---
llvmpipe is a software-only OpenGL implementation. It compiles GLSL shaders
into native CPU code using LLVM, offering reasonable graphics performance on
systems where hardware graphics acceleration is otherwise not available.
The problem is that llvmpipe does not play nicely with Wine's CSMT feature.
CSMT assumes the OpenGL backend to be a proxy that submits rendering commands
to GPU, rather than a full-blown computation engine itself. The source and sink
of the comman stream is the CPU itself, and llvmpipe supports direct
multithreading -- making CSMT redundant.
For testing/benchmark, llvmpipe can be activated on Linux with the environment
variable `LIBGL_ALWAYS_SOFTWARE=1`. With CSMT, perf shows
`wined3d_cs_mt_finish` to be the major overhead; without CSMT, the bottleneck
is absent and the app exhibits noticeable performance improvement.
Example glxinfo output on system with llvmpipe enabled:
OpenGL vendor string: Mesa/X.org
OpenGL renderer string: llvmpipe (LLVM 11.0.0, 256 bits)
...
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa/X.org (0xffffffff)
Device: llvmpipe (LLVM 11.0.0, 256 bits) (0xffffffff)
--
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=44315
Bug ID: 44315
Summary: Guild Wars 2 - Slow Performance since Wine 2.1
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonfarr87(a)gmail.com
Distribution: Mint
Created attachment 60162
--> https://bugs.winehq.org/attachment.cgi?id=60162
Screenshot showing performance between old and newer Wine versions.
Wine 2.0 (with Staging patches) was the last version to run this game at a good
performance, From 2.1 up to 3.0rc5 it results in a major framerate loss in
every aspect of the game. The staging versions (up to 2.21) perform the same as
"non staging" Wine.
While no other of my tested games were affected, it looks as if something in
CSMT was changed and affected this particular title. I've tested this across
multiple system configurations and the results are always the same.
Considering how much this game struggles to maintain a playable framerate, a
loss of 15-25 frames (depending on the situation) is a bit excessive.
Screenshot attached, showing the frames difference in an instanced area of game
where the performance can easily be used as a "benchmark".
Tests have been performed on 3 systems:
Ryzen 1700X
16GB DDR4 2800MHZ Ram
Nvidia GTX 1060 / v384.98 Drivers
-------------------------------------------
i5-4590
8GB DDR3 Ram
Nvidia GTX 960 / 384.98 Drivers
-------------------------------------------
i5-2400
8GB DDR3 Ram
Nvidia GTX 760 / 375.66 Drivers
--
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=57004
Bug ID: 57004
Summary: Ufo Afterlight shows an assertion when loading a
mission: wglChoosePixelFormatARB() failed!
Product: Wine
Version: 9.13
Hardware: x86-64
URL: https://www.moddb.com/games/ufo-afterlight/downloads/u
fo-afterlight-demo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: alexandros.frantzis(a)collabora.com
Regression SHA1: 272c55ac257315ef8393df357a79aac4e0d6cd76
Distribution: ArchLinux
I have a couple games that refuse to start since Wine-9.13: either they simple
won't start or they show some error messages and quit.
They used to work until Wine-9.12.
Such games are
Ufo: Aftershock
Ufo: Afterlight
Eador: Masters of the Broken World ("Your video card doesn't support hardware
acceleration")
XIII Century: Death or Glory ("Format not supported for pbuffer operation")
The commit that caused the problem is
commit 272c55ac257315ef8393df357a79aac4e0d6cd76
opengl32: Add default implementation for wglChoosePixelFormatARB.
The default implementation will be used automatically if the driver
populates the wgl_pixel_format ARB fields.
The problem can be reproduced in Ufo Afterlight demo: the demo loads to the
main menu but errors out when you start a new game.
wine-9.13-200-g8ad8c50e8f5
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 550.40.65
X.Org X Server 1.21.1.13
--
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=50728
Bug ID: 50728
Summary: % CPU Utilization monitor/gauge/indicator not
functioning in VARA.exe (ham radio software)
Product: Wine
Version: 6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eric.wheez(a)gmail.com
Distribution: ---
Created attachment 69485
--> https://bugs.winehq.org/attachment.cgi?id=69485
Terminal output from running VARA (seeing CPU monitor bug) and then closing it.
When I run a ham radio program, called VARA, through Wine I'm noticing that the
program doesn't properly display CPU usage in its "CPU Gauge". It instead just
says "%CPU not available". (See this thread for an image:
https://groups.io/g/VARA-MODEM/message/1311) I'm assuming it might be an
unimplemented function or missing library in Wine, but I don't know how to
track down what is missing.
This is with a fresh installation of wine-staging 6.2 and a fresh wineprefix.
The bug doesn't occur when VARA is run on a Windows computer. I've attached
terminal output of the program running (and then being closed). I'm wondering
if this may be similar to bug 26785, though that one was fixed in 2016.
I'm wondering if the bug might be related to one of these warnings:
0024:fixme:advapi:RegisterEventSourceW ((null),L"PDH"): stub
0024:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:winspool:PerfOpen (null): stub
0024:fixme:winspool:PerfCollect L"Global", 0x31ea48, 0x31ea3c, 0x31ea40: stub
0024:fixme:winspool:PerfClose stub
0024:err:seh:dispatch_exception Fatal EXCEPTION_FLT_INEXACT_RESULT exception
(code=c000008f) raised
0024:err:seh:dispatch_exception Fatal EXCEPTION_FLT_INEXACT_RESULT exception
(code=c000008f) raised
00e4:fixme:service:QueryServiceConfig2W Level 6 not implemented
00e4:fixme:service:QueryServiceConfig2W Level 6 not implemented
0024:err:ole:TLB_ReadTypeLib Loading of typelib L"msdatsrc.tlb" failed with
error 2
I'm very new to debugging though and assume that this will take more than just
dropping in dll's and doing winecfg dll overrides (especially if ntdll is at
fault here). Does anybody have any insight into Wine's ability to query system
resources - or some ideas for commands I could try to track this bug down and
report it to the Wine team for possible request for implementation? There's a
whole community of hams who would love to have this program 100% operational
(even though this is a minor bug).
To reproduce this behavior, you can install VARA with these commands:
#### Configure our wineprefix
winetricks -q corefonts dotnet35sp1 vb6run win7 sound=alsa vcrun2015 pdh # run
pdh here just for the winecfg dll override
# Install an older pdh.dll (the pdh.dll from "winetricks pdh" is too new for
VARA)
sudo apt-get install zip -y
cd ~/Downloads && mkdir pdhNT40 && cd pdhNT40
wget
http://download.microsoft.com/download/winntsrv40/update/5.0.2195.2668/nt4/…
unzip -o nt4pdhdll.exe
cp pdh.dll ~/.wine/drive_c/windows/system32
#### Download/extract/install VARA HF (or newer)
[https://rosmodem.wordpress.com/]
sudo apt-get install p7zip-full -y
sudo apt-get install megatools -y
cd ~/Downloads
VARALINK=$(curl -s https://rosmodem.wordpress.com/ | grep -oP '(?<=<a
href=").*?(?=" target="_blank" rel="noopener noreferrer">VARA HF v)') # Find
the mega.nz link from the rosmodem website no matter its version, then store it
as a variable
megadl ${VARALINK}
7z x VARA*.zip -o"VARAInstaller" -y
wine ~/Downloads/VARAInstaller/VARA\ setup*.exe /SILENT
#### Configure VARA
# In winecfg, go to the Audio tab to set up your default in/out soundcards
wine winecfg
# In VARA, set up your soundcard input and output (go to Settings ...
Soundcard)
wine ~/.wine/drive_c/VARA/VARA.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=54788
Bug ID: 54788
Summary: AOL 5.0 Installation fails
Product: Wine
Version: 8.5
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 74281
--> https://bugs.winehq.org/attachment.cgi?id=74281
Backtrace (wine 8.5 on Slackware64/Multilib)
Download is at:
http://www.oldversion.com/windows/download/america-online-5-0
bash-5.1$ sha1sum aol50.exe
cacd3d5b93e7f2d6004812707148364a47db6db6 aol50.exe
Backtrace is attached. Console output to follow shortly.
--
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=50231
Bug ID: 50231
Summary: Ys: Origin shows black screen during video playback
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kq3thih(a)mailnesia.com
Distribution: Debian
Created attachment 68738
--> https://bugs.winehq.org/attachment.cgi?id=68738
+quartz,+strmbase,+gstreamer,+qedit,+devenum log
The videos are showing only a black screen during playback. Audio works.
Disabling winegstreamer and using native quartz works around it for proper
playback.
Nothing seems to be all that interesting in the default terminal output:
--- snip ---
00d0:fixme:qedit:SampleGrabber_IMemInputPin_GetAllocatorRequirements
(01101130)->(0031E6F0): semi-stub
00d0:err:quartz:MediaFilter_GetState Filter 01101D90 reported incorrect state 2
(expected 1).
00d0:err:quartz:MediaFilter_GetState Filter 01101130 reported incorrect state 2
(expected 1).
00d0:err:quartz:MediaFilter_GetState Filter 0EA5F9C0 reported incorrect state 2
(expected 1).
00d0:err:quartz:MediaFilter_GetState Filter 01101608 reported incorrect state 2
(expected 1).
0120:fixme:d3d:state_linepattern_w Setting line patterns is not supported in
OpenGL core contexts.
--- snip ---
Attached is a +quartz,+strmbase,+gstreamer,+qedit,+devenum log.
--
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=56956
Bug ID: 56956
Summary: MSVC cl.exe 19.* fails to flush intermediate file
Product: Wine
Version: 9.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: loothelion(a)nvidia.com
Distribution: ---
Created attachment 76772
--> https://bugs.winehq.org/attachment.cgi?id=76772
a trivial C program to reproduce the issue
When using any MSVC 19.* version (I've tested several) compilation of an object
now fails with the following message:
c1: fatal error C1088: Cannot flush compiler intermediate file:
'C:\users\lmiddlebrook\Temp\_CL_c8f4abecex': Bad file descriptor
I used git-bisect and found that the regression commit is:
commit 1163e399376ab74eb38a6068daba69497b6b14be (HEAD)
Author: Shengdun Wang <uwgghhbcad(a)gmail.com>
Date: Wed Jun 12 13:01:31 2024 +0200
ucrtbase: Fix FILE _flag values.
dlls/msvcrt/msvcrt.h | 8 ++++++++
dlls/ucrtbase/tests/file.c | 2 +-
include/msvcrt/stdio.h | 2 ++
3 files changed, 11 insertions(+), 1 deletion(-)
I've attached my example C program (a basic hello world). I use the following
command-line to repro:
cl.exe -c z:/tmp/test.c
--
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=54735
Bug ID: 54735
Summary: AOL (America Online) Desktop Beta fails when
installing .net 2.8
Product: Wine
Version: 8.4
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 74239
--> https://bugs.winehq.org/attachment.cgi?id=74239
Backtrace (wine 8.4 on Slackware64/Multilib)
https://beta.aol.com/projects/desktop/windows
sha256sum Install_AOL_Desktop.exe
13cd19996e183e927ce0710f367d586474dcca308f593e2551b67334a0315b4d
Install_AOL_Desktop.exe
Installer starts up okay but eventually crashes when installing .net 4.8 which
is required for AOL Desktop Gold Beta.
--
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=56751
Bug ID: 56751
Summary: Regression: unable to build due to initializer element
is not constant error
Product: Wine
Version: 9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dofficialgman(a)gmail.com
Distribution: ---
Created attachment 76536
--> https://bugs.winehq.org/attachment.cgi?id=76536
full wine configure and build log
See the full log attached. A snippet from the end is also pasted for ease of
use. The last version of wine I have personally built under the same
environment and configuration settings is wine 9.3, versions between 9.3 and
9.9 I have not attempted to build.
../wine-9.9/dlls/mf/tests/transform.c: In function
'test_video_processor_with_dxgi_manager':
../wine-9.9/dlls/mf/tests/transform.c:9134:49: error: initializer element is
not constant
static const MFVideoArea aperture = {.Area={set_width, set_height}};
^~~~~~~~~
../wine-9.9/dlls/mf/tests/transform.c:9134:49: note: (near initialization for
'aperture.Area.cx')
../wine-9.9/dlls/mf/tests/transform.c:9134:60: error: initializer element is
not constant
static const MFVideoArea aperture = {.Area={set_width, set_height}};
^~~~~~~~~~
../wine-9.9/dlls/mf/tests/transform.c:9134:60: note: (near initialization for
'aperture.Area.cy')
i686-w64-mingw32-gcc -c -o dlls/mfplat/i386-windows/sample.o
../wine-9.9/dlls/mfplat/sample.c -Idlls/mfplat -I../wine-9.9/dlls/mfplat \
-Iinclude -I../wine-9.9/include -I../wine-9.9/include/msvcrt -D_UCRT
-D__WINESRC__ \
-D__WINE_PE_BUILD -Wall -fno-strict-aliasing -Wdeclaration-after-statement
-Wempty-body \
-Wignored-qualifiers -Winit-self -Wshift-overflow=2 -Wstrict-prototypes
-Wtype-limits \
-Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op
\
-fno-omit-frame-pointer -mpreferred-stack-boundary=2 -gdwarf-4 -g -O2
Makefile:132024: recipe for target 'dlls/mf/tests/i386-windows/transform.o'
failed
make: *** [dlls/mf/tests/i386-windows/transform.o] Error 1
make: *** Waiting for unfinished jobs....
../wine-9.9/dlls/mf/tests/transform.c: In function
'test_video_processor_with_dxgi_manager':
../wine-9.9/dlls/mf/tests/transform.c:9134:49: error: initializer element is
not constant
static const MFVideoArea aperture = {.Area={set_width, set_height}};
^~~~~~~~~
../wine-9.9/dlls/mf/tests/transform.c:9134:49: note: (near initialization for
'aperture.Area.cx')
../wine-9.9/dlls/mf/tests/transform.c:9134:60: error: initializer element is
not constant
static const MFVideoArea aperture = {.Area={set_width, set_height}};
^~~~~~~~~~
../wine-9.9/dlls/mf/tests/transform.c:9134:60: note: (near initialization for
'aperture.Area.cy')
Makefile:132033: recipe for target 'dlls/mf/tests/x86_64-windows/transform.o'
failed
make: *** [dlls/mf/tests/x86_64-windows/transform.o] Error 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=11268
Summary: Civilization I for Windows (16-bt) incorrectly displays
some dialogues
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Some dialogue windows in the game have non-rendered areas near window border
which display garbage/previous windows existed in this place.
--
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=48167
Bug ID: 48167
Summary: 1000 Mots V4.0.2 freeze when 3 words are pronounced -
Underrun of data
Product: Wine
Version: 4.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: sevmek(a)free.fr
Distribution: ---
Created attachment 65798
--> https://bugs.winehq.org/attachment.cgi?id=65798
wine 4.20 staging output
The software used is "1000 mots pour apprendre à lire" a french software
(shareware) for educational purpose (the title translate as "1000 words to
learn how to read").
One can download the software here:
https://app.educampa.fr/mil4_setup.exe
Version is 4.0.2
SHA1:
3213166282a8dc0fad236952f2dcb0650db199b3 mil4_setup.exe
It was tested against wine 4.20 (staging) on Fedora 31 and tested against wine
3.0 on ubuntu 18.04.
To install it require winetricks and gstreamer1-plugins-good.i686 (in fedora)
or gstreamer1.0-plugins-good:i386 (in ubuntu)
To install this software I use (in a clean and fresh ~/.wine directory):
$ env WINEARCH=win32 winetricks vb6run
$ wget https://app.educampa.fr/mil4_setup.exe
$ wine mil4_setup.exe
then I run using:
$ wine "c:\\educampa\\1000Mots_V4\\1000Mots_V4.exe"
Installation is OK.
when I use the software there is one activity that repeatedly freeze the
software whith an error like this:
00db:fixme:quartz:DSoundRender_UpdatePositions Underrun of data occurred!
(see attachment for full log)
In this activity, the software pronunce 3 following words. I suspect the issue
is there.
--
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=49944
Bug ID: 49944
Summary: Tom Clancy's Splinter Cell: Conviction fails to detect
audio device
Product: Wine
Version: 5.18
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 68335
--> https://bugs.winehq.org/attachment.cgi?id=68335
wbemprox
Stops launching with 'No audio device detected' message.
Workaround is rename systemdetection.dll in 'src/system' or disable wbemprox.
wine-5.18-161-gcce4f36e21
--
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=55662
Bug ID: 55662
Summary: Different behaviour of "set" command
Product: Wine
Version: 8.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: ch.panel(a)free.fr
Distribution: ---
behavior of these commands are different in wine and windows in a batch file
set test=A
set /P test="type A or B (%test%) :"
echo "%test%"
pause
if the user type nothing the result is :
"A" on windows
"" on 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.
http://bugs.winehq.org/show_bug.cgi?id=32679
Bug #: 32679
Summary: cmd.exe Add support for || and &&
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: us(a)edmeades.me.uk
Classification: Unclassified
Add support to cmd.exe for the && and || functionality - They are currently
parsed and handled ok, but not correctly processed
--
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=56972
Bug ID: 56972
Summary: Warlords III: Darklords Rising shows empty screen in
virtual desktop
Product: Wine
Version: 9.13
Hardware: x86-64
URL: https://store.steampowered.com/app/2916220/Warlords_II
I_Darklords_Rising/
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: win32u
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 03e43434c2bcf6424d60ee9dc1f595aa18714eef
Distribution: ArchLinux
I bumped into this bug while checking whether bug #53716 still occurs in recent
Wine (yes it does).
Reproduced with the Steam and GOG.com versions.
When initiating a single-player game from the launcher, the sounds of the intro
video can be heard but only the empty virtual desktop can be seen. The screen
remains empty when the game enters the main menu.
Nether in fullscreen mode the game starts properly: switches the desktop to low
resolution, the game icon is present in the taskbar but can't be activated.
The problem is present since
commit 03e43434c2bcf6424d60ee9dc1f595aa18714eef
(win32u: Introduce a new window surface helper to set window shape.)
X.Org X Server 1.21.1.13 on Arch Linux
XFCE 4.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=55798
Bug ID: 55798
Summary: Unreal Engine 5.2: Wine minidumps take hours to load
into a debugger
Product: Wine
Version: 8.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: dbghelp
Assignee: wine-bugs(a)winehq.org
Reporter: aiden.deloryn(a)tensorworks.com.au
Distribution: ---
=== Overview ===
When attempting to load a Wine generated minidump from an Unreal Engine
application using a debugger (such as Visual Studio or VS Code), it takes a
number of hours for the file to load. If left uninterrupted during this time,
the process does eventually complete and all of the expected debug data becomes
visible within the IDE. This behaviour has only been observed for minidumps of
type MiniDumpNormal. When working with a Wine generated minidump of type
MiniDumpWithFullMemory, the debugger is able to load the file within a few
seconds.
=== Steps to Reproduce ===
1. Build this minimal sample application
https://github.com/TensorWorks/BuggyFirstPersonDemo.git on a Windows machine
with Unreal Engine 5.2.1 using the following command:
C:\<UE_INSTALL_DIR>\Engine\Build\BatchFiles\RunUAT.bat BuildCookRun -utf8output
-clientconfig=DebugGame
-project="C:\<PATH_TO_PROJECT_DIR>\BuggyFirstPersonDemo.uproject" -noP4 -cook
-build -stage -prereqs -pak -archive
-archivedirectory="C:\<PATH_TO_PROJECT_DIR>\GameBuilds" -platform=Win64
2. Copy the build directory (C:\<PATH_TO_PROJECT_DIR>\GameBuilds) to a Linux
machine and run the application using Wine (DXVK required):
wine
./GameBuilds/Windows/BuggyFirstPersonDemo/Binaries/Win64/BuggyFirstPersonDemo-Win64-DebugGame.exe
-windowed -ResX=800 -ResY=600
3. Trigger a crash by picking up the gun and shooting the large white cube.
Note: hold down the right mouse button to aim/look, and press the left mouse
button to shoot.
4. Copy the crash dump from
./GameBuilds/Windows/BuggyFirstPersonDemo/Saved/Crashes/<CRASH_ID>/UEMinidump.dmp
to a Windows machine and attempt to load it using Visual Studio or VS Code (for
VS Code you will need the C/C++ extension from Microsoft installed).
=== Actual Results ===
The minidump takes hours to load into Visual Studio and VS Code.
MemoryListStream contains over 950,000 memory ranges (see additional
information below).
=== Expected Results ===
The minidump takes less than a minute to load into Visual Studio and VS Code,
which is true for full memory minidumps generated under Wine and any minidump
generated under Windows.
=== Build Date & Hardware ===
wine-8.14 on Ubuntu 22.04.3 LTS x86-64
=== Additional Builds and Platforms ===
Also reproducible on wine-8.17 and wine-8.0.2
=== Additional Information ===
When analysing and comparing minidumps generated under Wine versus those
generated under Windows using the Microsoft Crash Dump File Checker tool
“DumpChk”
(https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/dumpchk),
a significant discrepancy can be observed in the normal minidump generated
under Wine. In particular, the number of memory ranges in MemoryListStream is
substantially higher, as can be seen in the excerpts below. Note that full
memory minidumps have also been included from both Windows and Wine for
additional context and comparison.
Windows - MiniDumpNormal:
Stream 3: type MemoryListStream (5), size 00000804, RVA 0006FF09
128 memory ranges
[OMITTED]
Total memory: 463cc
Wine - MiniDumpNormal:
Stream 4: type MemoryListStream (5), size 00EA0FF4, RVA 0002986B
958719 memory ranges
[OMITTED]
Total memory: 15bd62e
Windows - MiniDumpWithFullMemory:
Stream 5: type Memory64ListStream (9), size 0000EAC0, RVA 000C8D45
3755 memory ranges
[OMITTED]
Total memory: a74c1000
Wine - MiniDumpWithFullMemory:
Stream 7: type Memory64ListStream (9), size 0000E260, RVA 0006ADFB
3621 memory ranges
[OMITTED]
Total memory: 7ab14000
Note: You can generate a full memory minidump using the provided sample
application by specifying the -fullcrashdumpalways flag. For example:
wine
./GameBuilds/Windows/BuggyFirstPersonDemo/Binaries/Win64/BuggyFirstPersonDemo-Win64-DebugGame.exe
-windowed -ResX=800 -ResY=600 -fullcrashdumpalways
--
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=56977
Bug ID: 56977
Summary: accept()-ed socket fds are never marked as cacheable
Product: Wine
Version: 9.13
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
CC: ishitatsuyuki(a)gmail.com, z.figura12(a)gmail.com
Regression SHA1: 89f77a93a6c96896d90c943bc3e82139114cf58c
Distribution: ---
allow_fd_caching() is not called for accept()-ed sockets, causing severe
performance degradation due to extra server_get_unix_fd() call overhead per
every socket I/O operation.
Affected applications:
- DJMAX RESPECT V creates a loopback TCP socket pair. The "server" side
ESTABLISHED socket is 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=56954
Bug ID: 56954
Summary: after commit 3f87436670d8a9c87e00825b71ed6995afd870a1
wine will generate ntlm_auth <defunct> process.
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.tw(a)gmail.com
Distribution: ---
Created attachment 76771
--> https://bugs.winehq.org/attachment.cgi?id=76771
ntlm_auth defunct process
After commit 3f87436670d8a9c87e00825b71ed6995afd870a1 wine will generate lots
of ntlm defunct process.
before this commit, it will return to normal.
--
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=56969
Bug ID: 56969
Summary: Act of War (Direct Action, High Treason) crashes in
wined3d when loading the mission
Product: Wine
Version: unspecified
Hardware: x86-64
URL: https://store.steampowered.com/app/2710/Act_of_War_Dir
ect_Action/
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: 65165cf8520f85ac327115536749cda1aabef77b
Distribution: ---
Created attachment 76792
--> https://bugs.winehq.org/attachment.cgi?id=76792
terminal output
The game works properly in Wine-9.12, the issue is present in the current git
version of Wine.
The intro videos are playing fine, the menu works correctly. However the game
crashes when loading a mission.
I can't get a proper backtrace because the game's own debugger/exception
handler kicks in as soon as the game crashes.
The original demo version is not affected, I reproduced the problem with both
the GOG and the Steam versions.
Reverting commit 65165cf8520f85ac327115536749cda1aabef77b
fixes the crash for me.
(wined3d: Feed the FFP color key through a push constant buffer.)
wine-9.12-332-g34b16060199
OpenGL vendor string: NVIDIA Corporation
OpenGL renderer string: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2
OpenGL core profile version string: 4.6.0 NVIDIA 550.40.65
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=56994
Bug ID: 56994
Summary: mbstowcs for UTF8, with an exact (not overallocated)
output buffer size fails
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: martin(a)martin.st
CC: piotr(a)codeweavers.com
Distribution: ---
This issue can be illustrated with the following test snippet:
#include <stdio.h>
#include <locale.h>
#include <stdlib.h>
#include <wchar.h>
int main() {
const char *locname = "en_US.UTF-8";
if (!setlocale(LC_ALL, locname)) {
fprintf(stderr, "locale %s failed\n", locname);
return 1;
}
wchar_t wcsbuf[10] = { 0xe9, 0 }; // LATIN SMALL LETTER E WITH ACUTE
char mbsbuf[10] = { 0 };
size_t ret;
ret = wcstombs(NULL, wcsbuf, 0);
printf("initial wcstombs returned %d bytes\n", (int) ret);
ret = wcstombs(mbsbuf, wcsbuf, ret);
printf("wcstombs returned %d bytes\n", (int) ret);
if (ret == -1)
return 1;
for (size_t i = 0; i < ret; i++)
printf("%02x ", (unsigned char)mbsbuf[i]);
printf("\n");
ret = mbstowcs(NULL, mbsbuf, 0);
printf("initial mbstowcs returned %d wchars\n", (int) ret);
if (ret > sizeof(wcsbuf)/sizeof(wcsbuf[0]))
return 1;
ret = mbstowcs(wcsbuf, mbsbuf, ret);
printf("mbstowcs returned %d wchars\n", (int) ret);
if (ret == -1)
return 1;
for (size_t i = 0; i < ret; i++)
printf("%02x ", (unsigned int)wcsbuf[i]);
printf("\n");
return 0;
}
Compiled with mingw tools targeting UCRT.
On native Windows, this outputs:
initial wcstombs returned 2 bytes
wcstombs returned 2 bytes
c3 a9
initial mbstowcs returned 1 wchars
mbstowcs returned 1 wchars
e9
With Wine, it outputs:
initial wcstombs returned 2 bytes
wcstombs returned 2 bytes
c3 a9
initial mbstowcs returned 1 wchars
mbstowcs returned -1 wchars
Thus, the actual mbstowcs conversion fails, whereas it succeds on native
Windows.
The problem here is that the output buffer size, given to mbstowcs, is a
tightly allocated 1.
When scanning the (null terminated) input buffer, to calculate the input size,
at
https://gitlab.winehq.org/wine/wine/-/blob/wine-9.13/dlls/msvcrt/mbcs.c?ref…,
we limit the loop to "i<count". As we've passed count=1, as we know the output
is going to be 1 wchar, this loop terminates after one iteration.
The check "_isleadbyte_l((unsigned char)mbstr[size], locale)" seems to fail for
the leading UTF8 byte, which probably is a bug in itself. But if mbstowcs is
given an overallocated output size (passing a larger count parameter), that
issue isn't visible here.
--
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=56958
Bug ID: 56958
Summary: ChessBase 17 crashes after splash screen
Product: Wine
Version: 9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)brobston.com
CC: rbernon(a)codeweavers.com
Regression SHA1: 27f63ff1cd7daeb47b0c396b5c842e73a3a34584
Distribution: Ubuntu
Created attachment 76774
--> https://bugs.winehq.org/attachment.cgi?id=76774
Log from launching ChessBase 17 at the first bad commit
This is a recent regression in which ChessBase 17 crashes after its splash
screen. I ran a regression test. Log (with WINEDEBUG=warn+all) from the first
bad revision 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.