https://bugs.winehq.org/show_bug.cgi?id=57386
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #7 from Eric Pouech eric.pouech@gmail.com --- from a cursory look in #3: - loading dbghelp by game to instrospect itself - first bulk made of: + SymInitialize() + SymLoadModule (from process) + StackWalk (produces 10 frames or so) + SymCleanup() - second bulk made of: + SymInitialize() + SymLoadModule (from process) + StackWalk (*** here fails at first frame ***) + SymCleanup() - third bulk made of: + SymInitialize() + SymLoadModule (from process), interrupted by user
hard to get definite answers from that, but the failing StackWalk in second bulk should be the first thing to look at
I'm only aware of an existing issue in i386 unwinding code. Could you post the output of running this command
winedump -x <file> | grep -i fpo
for each <file> as sims.exe, gimexrtz.dll, ijl10.dll if by any luck that's the same issue