https://bugs.winehq.org/show_bug.cgi?id=34990
NyaMisty misty@misty.moe changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |misty@misty.moe
--- Comment #4 from NyaMisty misty@misty.moe --- Still present in Wine 6.0.1 (Staging)
``` $ wine XXX.exe .... 0024:fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 1129 0024:fixme:dbghelp_msc:dump 00000000: 16 00 29 11 00 00 00 00 ac 0b 00 00 07 00 30 36 ..)...........06 0024:fixme:dbghelp_msc:dump 00000010: 30 30 30 30 34 63 00 00 00004c.. 0024:fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 1129 0024:fixme:dbghelp_msc:dump 00000000: 16 00 29 11 00 00 00 00 04 00 00 00 0c 00 30 36 ..)...........06 0024:fixme:dbghelp_msc:dump 00000010: 30 30 30 30 35 36 00 00 000056.. 0024:fixme:dbghelp_msc:codeview_snarf Unsupported symbol id 112a 0024:fixme:dbghelp_msc:dump 00000000: 2e 00 2a 11 00 00 00 00 9c 01 00 00 00 00 00 00 ..*............. 0024:fixme:dbghelp_msc:dump 00000010: 5a 00 00 00 00 00 00 00 00 00 00 00 01 00 00 06 Z............... 0024:fixme:dbghelp_msc:dump 00000020: 00 00 00 00 01 00 00 00 00 2e 63 74 6f 72 00 00 ..........ctor.. Assertion failed: func, file dlls/dbghelp/symbol.c, line 397
(wine aborted) ```
But deleting *.pdb in directory will allow the program to run normally.