http://bugs.winehq.org/show_bug.cgi?id=25384
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download CC| |dank@kegel.com Component|-unknown |msvcrt
--- Comment #1 from Dan Kegel dank@kegel.com 2010-12-01 18:23:26 CST ---
From the log:
err:msvcrt:MSVCRT__invalid_parameter (null):0 (null): (null) 0 wine: Unhandled exception 0xc0000417 at address 0x7b838ba2 (thread 001c), Backtrace: =>0 0x7b838ba2 in kernel32 (+0x28ba2) (0x01caf63c) 1 0x68649755 MSVCRT__invalid_parameter+0x84() in msvcrt (0x01caf69c) 2 0x6865a0b4 _controlfp_s+0x53() in msvcrt (0x01caf6cc)
Looks like wine's _controlfp_s has overly strict parameter checking?
But hang on, your backtrace is lacking line numbers. Ideally, you should be running a wine you built yourself from git, and you should run it from the build directory without installing. Then you should get good filenames and line numbers in the backtrace.