http://bugs.winehq.org/show_bug.cgi?id=35280
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #1 from Piotr Caban piotr.caban@gmail.com --- The backtrace shows that game waits for console input. Wine, when run from console, has always attached input. On windows a call to scanf will fail for non-console application, on wine it will be waiting for console input.
This behavior will be the same with native and builtin msvcr100. So the bug must be somewhere else. Could you please attach a log with msvcrt,relay,seh channels. Probably you will be able to do it by redirecting only stderr to file (2>log).