http://bugs.winehq.org/show_bug.cgi?id=30881
Hedgehog nbspjr@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nbspjr@gmail.com
--- Comment #1 from Hedgehog nbspjr@gmail.com 2013-03-07 05:04:49 CST --- (In reply to comment #0)
Created attachment 40465 [details] plain terminal output
I can load the game to the main menu, but when I start a new game (either the tutorial or the campaign) the game quits unexpectedly when the loading bar reaches 100%. There is no crash dialog or backtrace, it is the game's own error reporting application (CrashScreen.exe) which is intended to start there (requires mfc42).
To reproduce the problem with the demo version:
- Install the demo as usual, then start the game with DemoE5.exe. Dismiss the
error message about missing 'Log' directory. 2. In the main menu choose <New game>, <Tutorial>. The game begins to load but it quits suddenly as soon as the loading bar reaches the top.
Fedora 17 Nvidia 250 / driver 295.53 X.Org X Server 1.12.2
It appears that you're missing mfc42 library. Please consider installing it into desired wine prefix. You can do it either manually or using winetricks: winetricks vcrun6
However, even with vcrun6 libraries the game wont load due to another issue related to d3d which looks like missing d3d override (even if I have full dx9 installed). I'll try to post more information today.