https://bugs.winehq.org/show_bug.cgi?id=52286
Bug ID: 52286 Summary: Zombie Army Trilogy launcher crashes on start Product: Wine Version: 6.21 Hardware: x86-64 URL: https://store.steampowered.com/app/301640/Zombie_Army_ Trilogy/ OS: Linux Status: NEW Keywords: regression Severity: normal Priority: P2 Component: mshtml Assignee: wine-bugs@winehq.org Reporter: gyebro69@gmail.com CC: rbernon@codeweavers.com Regression SHA1: 25184137e8fa892a7ee349f6880cf9ceb31cd648 Distribution: ArchLinux
Created attachment 71428 --> https://bugs.winehq.org/attachment.cgi?id=71428 terminal output
ZATLauncher.exe (an html-based launcher for Zombie Army Trilogy on Steam) crashes after starting.
Reverting commit 25184137e8fa892a7ee349f6880cf9ceb31cd648 on top of Wine-7.0-rc3 fixes the crash for me.
That commit was intended to fix bug #46213, yet that bug is still opened.
commit 25184137e8fa892a7ee349f6880cf9ceb31cd648 mshtml: Only treat resource://gre(-resources)/ as special.
Instead of everything starting with resource:, some application use the resource: prefix for their internal resources, and we fail to load them.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46213