http://bugs.winehq.org/show_bug.cgi?id=28546
Bug #: 28546 Summary: Torchlight demo fails with err:seh:setup_exception_record stack overflow Product: Wine Version: 1.3.29 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: haleykd@users.sf.net Classification: Unclassified
I've installed the gamersgate torchlight demo into a new prefix. When I run the game it crashes with:
err:seh:setup_exception_record stack overflow 1332 bytes in thread 0009 eip 7bc403bb esp 00240dfc stack 0x240000-0x241000-0x340000
I suspect there is a timing problem since
WINEDEBUG=fixme-all,relay WINEPREFIX=~/.wine-tl wine 'Torchlight.exe' 2>&1 | cat - >/dev/null
works, with the obvious slowdown due to the extra output, but
WINEDEBUG=fixme-all,relay WINEPREFIX=~/.wine-tl wine 'Torchlight.exe' 2>/dev/null
does not.
I've also tried the runic installer, with and without a virtual desktop. Also the initial splash screen that allows for entering the product key does not work but that should be a separate bug.