http://bugs.winehq.org/show_bug.cgi?id=5133
------- Additional Comments From saulius.krasuckas@elst.vtu.lt 2006-15-05 18:24 ------- Jon: what I wrote was some prefix for the command line you mention in the first message ("wine RubiesLauncher.exe") so the whole command would be:
WINEDLLOVERRIDES="msvcrtd=b;dinput=n" WINEDEBUG=+msvcrt,+relay wine Rubies.exe Sorry for not noticing you're novice here :) and thanks for a bug reporting.
Louis: well, the game log says exception occures in ntdll:
| [***Unknown exception type***] | in module ntdll.dll at 0073:7ffa711c. | Exception handler called in main thread.
... so IMHO ntdll relays (before err:msvcrt:MSVCRTD_operator_new_dbg) are still interesting to look at. Thanks.