https://bugs.winehq.org/show_bug.cgi?id=37626
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #4 from Sebastian Lackner sebastian@fds-team.de --- Did you also disable the Steam ingame overlay in the game settings? It is well-known that this can cause crashes. Moreover you should always chdir into the game directory before running an app.
Besides that your log contains the following fixme:
--- snip --- fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 240, std (d/m/y): 27/04/2014, dlt (d/m/y): 7/09/2014 --- snip ---
Which means that wine was unable to properly determine your timezone. Try to set the timezone to something different, for example:
TZ="Europe/London" (... remaining environment variables) wine app.exe
Does that make a difference?