https://bugs.winehq.org/show_bug.cgi?id=42754
fjfrackiewicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |fjfrackiewicz@gmail.com
--- Comment #1 from fjfrackiewicz@gmail.com --- (In reply to Aaron Franke from comment #0)
Created attachment 57766 [details] Full crash info from Wine
Seed of Andromeda 0.2 crashes due to unimplemented function in msvcr120
(At least I think that's what's happening, please correct me if I'm wrong)
Text I think is important: Unhandled exception: page fault on read access to 0x00000010 in 32-bit code (0x7e88830f).
More text that could be important: MSVCRT__fileno+0x4f() in msvcr120 (0x0033fb78)
I have tested overriding this library and related libraries in several dozen ways via winecfg and I wasn't able to get this program to work.
Occurs on Wine 2.4 and many other versions of Wine. Program download link: http://files.seedofandromeda.com/game/17/SoA.zip
The full crash log has been attached below.
Hmmm I am not sure if it's an issue with an unimplemented function. Most msvcrt/msvcp errors with unimplemented functions are pretty clear about which exact function is unimplemented. Also, it would help if you could log the terminal output from when you start the application to the point where it crashes as that terminal output plus the backtrace might be able to help the Wine devs find out what the exact problem actually is in this case.