http://bugs.winehq.org/show_bug.cgi?id=33682
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #10 from Dan Kegel dank@kegel.com 2013-06-19 00:29:03 CDT --- A bit of the +msvcrt,+relay log:
0042:Call msvcrt._mbstok(00000000,00d8d17c ".") ret=00d78731 err:msvcrt:MSVCRT__invalid_parameter (null):0 (null): (null) 0 ... 0025:Call user32.MessageBoxA(0008014c,0015b4a0 "An unknown error has caused ACT! to shut down. You will lose any unsaved data.",00177db8 "ACT!",00000030) ret=5f411774
It seems that native leaves ctx non-null from some earlier operation. The attached patch fails with native with string.c:1292: Test failed: something from nothing, 0033FCA4 (and crashes with builtin). If you comment out all tests before test_mbstok, that test crashes with native, too.