https://bugs.winehq.org/show_bug.cgi?id=50588
Bug ID: 50588 Summary: Magic the gathering Arena: Game crashes after a game finished Product: Wine Version: 6.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: litimetal@gmail.com Distribution: ---
Created attachment 69266 --> https://bugs.winehq.org/attachment.cgi?id=69266 backtrace.txt
1. Install the game (I copied the whole MTGA directory to ~/Downloads) 2. cd ~/Downloads/MTGA && wine MTGA.exe 3. Login, play a game 4. When the game finished, there was an MTGA error dialog related to Unity 5. Game crashed
--snip-- 02a8:fixme:win:FlashWindowEx 000000000020EDB0 - semi-stub 0318:fixme:dbghelp_dwarf:dwarf2_parse_subprogram Unhandled Tag type 0x15 at ctx(0000000063D1A850,L"ntdll.so"), for debug_info(abbrev:00007FAB0A373B38,symt:00007FAB07C3678C) 0318:fixme:dbghelp_dwarf:dwarf2_parse_const_type Unsupported children 02b8:fixme:dbghelp_dwarf:dwarf2_parse_subprogram Unhandled Tag type 0x15 at ctx(000000000021A500,L"ntdll.so"), for debug_info(abbrev:0000000001851868,symt:00000000018C7B9C) 02b8:fixme:dbghelp_dwarf:dwarf2_parse_const_type Unsupported children 02b8:fixme:dbghelp:SymRegisterFunctionEntryCallback64 (0000000000000090 0000000140035A80 bda00): stub! 02b8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION wine: Unhandled page fault on read access to 0000000000000128 at address 00007FAC91E9B552 (thread 0318), starting debugger... 02b8:fixme:file:CancelSynchronousIo (0000000000000088): stub
----
https://bugs.winehq.org/show_bug.cgi?id=50588
--- Comment #1 from lizhenbo litimetal@gmail.com --- If I win instead of concede, the game will not crash I'll try to find a stable way to reproduce it (or close it if I can't reproduce it)
https://bugs.winehq.org/show_bug.cgi?id=50588
--- Comment #2 from lizhenbo litimetal@gmail.com --- I met it several times. Seems that it relates to wgl
--snip-- 00c0:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 00c0:fixme:imm:ImmReleaseContext (0000000000010050, 00000000625ABC10): stub 00c0:trace:wgl:X11DRV_WineGL_InitOpenglInfo GL version : 4.6 (Compatibility Profile) Mesa 20.3.3. 00c0:trace:wgl:X11DRV_WineGL_InitOpenglInfo GL renderer : Mesa Intel(R) HD Graphics 630 (KBL GT2). 00c0:trace:wgl:X11DRV_WineGL_InitOpenglInfo GLX version : 1.4. 00c0:trace:wgl:X11DRV_WineGL_InitOpenglInfo Server GLX version : 1.4. 00c0:trace:wgl:X11DRV_WineGL_InitOpenglInfo Server GLX vendor: : SGI. 00c0:trace:wgl:X11DRV_WineGL_InitOpenglInfo Client GLX version : 1.4. 00c0:trace:wgl:X11DRV_WineGL_InitOpenglInfo Client GLX vendor: : Mesa Project and SGI. 00c0:trace:wgl:X11DRV_WineGL_InitOpenglInfo Direct rendering enabled: True
----
https://bugs.winehq.org/show_bug.cgi?id=50588
--- Comment #3 from lizhenbo litimetal@gmail.com --- Created attachment 69267 --> https://bugs.winehq.org/attachment.cgi?id=69267 +wgl terminal log
https://bugs.winehq.org/show_bug.cgi?id=50588
--- Comment #4 from lizhenbo litimetal@gmail.com --- Created attachment 69268 --> https://bugs.winehq.org/attachment.cgi?id=69268 screenshot_unity_error
https://bugs.winehq.org/show_bug.cgi?id=50588
--- Comment #5 from lizhenbo litimetal@gmail.com --- I switched to NVIDIA GPU following https://docs.fedoraproject.org/en-US/quick-docs/how-to-set-nvidia-as-primary...
After that, this issue no longer exists
Seems that this is a bug in Intel driver instead of wine