https://bugs.winehq.org/show_bug.cgi?id=47421
Bug ID: 47421 Summary: wine-mono 4.9.0 crash when starting APB Reloaded launcher (while parsing x509 certificate) Product: Wine Version: 4.11 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: mscoree Assignee: wine-bugs@winehq.org Reporter: o.dierick@piezo-forte.be Distribution: ---
Created attachment 64767 --> https://bugs.winehq.org/attachment.cgi?id=64767 APB Reloaded launcher crash while parsing x509 certificate (wine-staging 4.11 output)
Hello,
I get a crash when starting APB Reloaded launcher from Steam. It is a .NET application. This is with wine-staging 4.11. wine-mono 4.9.0 shared install. 32-bit wineprefix.
Regards.
https://bugs.winehq.org/show_bug.cgi?id=47421
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=47421
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net URL| |https://web.archive.org/web | |/20170608102756/http://down | |loaders.reloadedtech.com/pr | |od/reloadedgames/r43544/APB | |_Reloaded_Downloader.exe Keywords| |download
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive:
https://web.archive.org/web/20170608102756/http://downloaders.reloadedtech.c...
Confirming, although the crash reporting is quite racy due to bug 24038 ("kernel32.UnhandledExceptionFilter: ensure that registered JIT debugger can attach and collect debugging info before return ("Cannot get info on module while no process is loaded")")
Sometimes it's not possible to get a proper backtrace as the process has already terminated.
--- snip --- ... 0070:fixme:hnetcfg:fw_app_put_ProcessImageFileName 0DE18D70, L"C:\PROGRAM FILES (X86)\GAMERSFIRST\APB RELOADED\Binaries\VivoxVoiceService.exe" 0070:fixme:mpr:WNetGetUniversalNameW (L"C:\PROGRAM FILES (X86)\GAMERSFIRST\APB RELOADED\Binaries\VivoxVoiceService.exe", 0x00000001, 00000000, 0032F4B8): stub wine: Unhandled page fault on read access to 0x00000004 at address 0x6c7cecc1 (thread 007e), starting debugger... 00a8:fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported constant (parameter) "line" in function 00a8:fixme:dbghelp_dwarf:dwarf2_parse_variable Unsupported constant (parameter) "opcode" in function 00a8:fixme:dbghelp_dwarf:dwarf2_parse_const_type Unsupported children 00a8:fixme:dbghelp_dwarf:dwarf2_parse_const_type Unsupported children 00a8:fixme:dbghelp_dwarf:dwarf2_parse_pointer_type Unsupported children couldn't load main module (2) Process of pid=0008 has terminated No process loaded, cannot execute 'echo Modules:' Cannot get info on module while no process is loaded No process loaded, cannot execute 'echo Threads:' process tid prio (all id:s are in hex) --- snip ---
$ sha1sum * cf662be0ef988717c01f7a28b6844c0e663a0e9f APB_Reloaded_Downloader.exe 25feec727d60fcf419ed0521d765ffe7cfca8091 APB_Reloaded_Installer.exe 02f8613290418269f7609ef749063b82b2b50938 Client1.20.0.810463.7z
$ du -sh * 2.8M APB_Reloaded_Downloader.exe 58M APB_Reloaded_Installer.exe 5.6G Client1.20.0.810463.7z
$ wine --version wine-4.11-192-g90a1e5d943
Regards
https://bugs.winehq.org/show_bug.cgi?id=47421
--- Comment #2 from Vincent Povirk madewokherd@gmail.com --- I don't get a crash here with Wine Mono 4.9.0 and the archive.org link. Maybe the root certificates in your particular distribution are different in a way that causes trouble?
https://bugs.winehq.org/show_bug.cgi?id=47421
--- Comment #3 from Vincent Povirk madewokherd@gmail.com --- I do get a crash in the launcher, but the stack trace is different. It seems to happen in the garbage collector as the process is shutting down.
https://bugs.winehq.org/show_bug.cgi?id=47421
--- Comment #4 from Vincent Povirk madewokherd@gmail.com --- Sometimes instead of a crash I get an assertion failure in sgen code.
Since the original reported crash was also in the GC, I think we have a pattern that suggests memory corruption causing GC instability.
https://bugs.winehq.org/show_bug.cgi?id=47421
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gab.pulcio@gmail.com
--- Comment #5 from Esme Povirk madewokherd@gmail.com --- *** Bug 50831 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=47421
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #6 from winetest@luukku.com --- (In reply to Esme Povirk from comment #5)
*** Bug 50831 has been marked as a duplicate of this bug. ***
this duplicate was reported against wine 6.4. So it's quite safe to assume bug still valid till this date. Commented on wrong thread.
https://bugs.winehq.org/show_bug.cgi?id=47421
--- Comment #7 from Gabriele gab.pulcio@gmail.com --- (In reply to winetest from comment #6)
(In reply to Esme Povirk from comment #5)
*** Bug 50831 has been marked as a duplicate of this bug. ***
this duplicate was reported against wine 6.4. So it's quite safe to assume bug still valid till this date. Commented on wrong thread.
Indeed, the bug is still present in wine 6.5 both staging and non-staging