https://bugs.winehq.org/show_bug.cgi?id=56197
Bug ID: 56197 Summary: Blur sometimes crashes: 0024:err:virtual:virtual_setup_exception stack overflow Product: Wine Version: 9.0-rc3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: cedric.dewijs@eclipso.eu Distribution: ---
Created attachment 75907 --> https://bugs.winehq.org/attachment.cgi?id=75907 output from the command: journalctl MESSAGE_ID=fc2e22bc6ee647b6b90729ab34a250b1 -o verbose
Blur sometimes crashes. When it does, the following is visible in the console: FIRST : Potentially bad data : 638 DiffPrev :2.460445 DiffNext :1.706726 FIRST : Potentially bad data : 640 DiffPrev :7.508575 DiffNext :7.046486 0130:err:virtual:allocate_virtual_memory out of memory for allocation, base (nil) size 000b0000 0130:err:d3d:wined3d_resource_allocate_sysmem Failed to allocate system memory. 0130:err:d3d:texture_resource_sub_resource_map Failed to prepare location. 0024:err:virtual:virtual_setup_exception stack overflow 1064 bytes addr 0x5b7d4352 stack 0x2070bd8 (0x2070000-0x2071000-0x2570000) Segmentation fault (core dumped)
To reproduce: Download Blur from here: https://www.myabandonware.com/download/y5l-blur $ md5sum ~/Downloads/Blur_Win_EN_Full-Rip.zip 1828b38fbaf4f6590b0d8453a5c0c2ea /home/cedric/Downloads/Blur_Win_EN_Full-Rip.zip unzip the game, and run it. After a various amount of time, the game crashes. Usually after about an hour of playing. [cedric@cedric BLUR]$ wine Blur.exe
I've found the core file here, but it's bigger than I can attach here (424MB): $ ls -lh /var/lib/systemd/coredump/ -rw-r-----+ 1 root root 424M Jan 16 18:14 'core.Game\x20Master.1000.449d77bb791e4c56a3cea8da590fe8d1.4692.1705425290000000.zst'
Information about the crash is recorded in the system journal, I've attached the output of this command: $ journalctl MESSAGE_ID=fc2e22bc6ee647b6b90729ab34a250b1 -o verbose
My system: Arch linux, XFCE on Xorg AMD video card, open source driver $ wine --version wine-9.0-rc3 $ uname -a Linux cedric 6.6.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 14 Dec 2023 03:45:42 +0000 x86_64 GNU/Linux