https://bugs.winehq.org/show_bug.cgi?id=36896
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://store.steampowered.c | |om/app/12900/ CC| |focht@gmx.net Summary|Audiosurf Quest 3D error |Audiosurf Quest 3D (Steam) | |fails to start
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello folks,
you're likely operating with a broken wineprefix or share the prefix with other steam apps which influence the overall load dependencies.
Don't install winetricks recipes or set overrides unless you know what those imply. Don't share the prefix with other games which use different recipes (overrides).
The terminal logs are not useful, there is not output from the actual game start. Create a trace log as follows:
--- snip --- # ensure no processes running $ wineserver -k
# "cd" to Steam folder "C:/Program Files/Steam"
# start the game with launcher $ WINEDEBUG=+tid,+seh,+relay wine ./steam.exe -applaunch 12900 >>log.txt 2>&1
# CTRL+C or wineserver -k when the message box appears --- snip ---
Compress and attach log file with recent Wine version.
Regards