https://bugs.winehq.org/show_bug.cgi?id=30694
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED URL| |http://store.steampowered.c | |om/app/22370/ CC| |focht@gmx.net Resolution|--- |FIXED Summary|Fallout 3 Launcher Crashes |Fallout 3: Game of the Year |Instantly |Edition (Steam): game | |launcher crashes instantly
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello folks,
I can't reproduce this, the launcher works fine here.
Make sure you check appdb HOWTO for proper installation: http://appdb.winehq.org/objectManager.php?sClass=version&iId=14322
If you already have a shared Steam prefix for games you can fake the installation of prerequisites the usual way.
Look at the game 'installscript.vdf' and create the registry keys before starting Steam/game launcher.
--- snip --- "DXSetup" { "HasRunKey" "HKEY_lOCAL_MACHINE\Software\Valve\Steam\Apps\22300" "process 1" "%INSTALLDIR%\Directx9c\DXSETUP.exe" "command 1" "/silent" "NoCleanUp" "1" } "VCRedist" { "HasRunKey" "HKEY_lOCAL_MACHINE\Software\Valve\Steam\Apps\22300" "process 1" "%INSTALLDIR%\VCRedist\vcredist_x86.exe" "command 1" "/q:a" "NoCleanUp" "1" } "GFWLive" { "HasRunKey" "HKEY_lOCAL_MACHINE\Software\Valve\Steam\Apps\22300" "process 1" "%windir%\system32\msiexec.exe" "command 1" "/i "%INSTALLDIR%\GFWLive\xliveredist.msi" /passive" "NoCleanUp" "2" "MinimumHasRunValue" "2" } "DotNetFX" { "HasRunKey" "HKEY_lOCAL_MACHINE\Software\Valve\Steam\Apps\22300" "process 1" "%INSTALLDIR%\DotNetFX\dotnetfx3.exe" "NoCleanUp" "1" "ignoreexitcode" "1" "Requirement_OS" { "Is64BitWindows" "0" } } "DotNetFX" { "HasRunKey" "HKEY_lOCAL_MACHINE\Software\Valve\Steam\Apps\22300" "process 1" "%INSTALLDIR%\DotNetFX\dotnetfx3_x64.exe" "NoCleanUp" "1" "ignoreexitcode" "1" "Requirement_OS" { "Is64BitWindows" "1" } } --- snip ---
$ wine --version wine-1.7.18
Regards