https://bugs.winehq.org/show_bug.cgi?id=57386
--- Comment #8 from Patrick Hibbs hibbsncc1701@gmail.com --- (In reply to Eric Pouech from comment #7)
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
Still present in Wine-10.2.
Sorry for taking so long to get back to this. Honestly, I forgot about it....
The output you requested is blank. I.e: /Maxis/The Sims$ for i in Sims.exe gimex.dll ijl10.dll; do winedump -x "${i}" | grep -i fpo; done; /Maxis/The Sims$
There is a change however in current behavior. As of Wine-10.2 this bug seems to be intermittent. I've only been able to get it to occur reliably under some older (read: slower) hardware. Not sure if that helps any, but I figured I'd mention it.