https://bugs.winehq.org/show_bug.cgi?id=32108
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED URL| |store.steampowered.com/app/ | |49520/ CC| |focht@gmx.net Version|unspecified |1.5.16 Resolution|--- |FIXED Summary|Borderlands 2 cannot start |Borderlands 2 (Steam) fails |from Steam |to start
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello folks,
the game installs and runs fine.
It requires a load of prerequisites, so make sure all of them got properly installed in Steam prefix:
'installscript.vdf'
--- snip --- "VCRedist2005" { "process 1" "%INSTALLDIR%\Binaries\Redist\vcredist_2005_x86.exe" "command 1" "/q:a" "Description" "Microsoft VC 2005 Redist Package" "NoCleanUp" "1" } "VCRedist2005ATL" { "process 1" "%INSTALLDIR%\Binaries\Redist\vcredist_2005_atl_x86.exe" "command 1" "/q:a" "Description" "Microsoft VC 2005 ATL Redist Package" "NoCleanUp" "1" } "VCRedist2008" { "process 1" "%INSTALLDIR%\Binaries\Redist\vcredist_2008_x86.exe" "command 1" "/q:a" "Description" "Microsoft VC 2008 Redist Package" "NoCleanUp" "1" } "VCRedist2010" { "process 1" "%INSTALLDIR%\Binaries\Redist\vcredist_x86_vs2010sp1.exe" "command 1" "/q:a" "Description" "Microsoft VC 2010 Redist Package" "NoCleanUp" "1" } "DirectXRedist" { "process 1" "%INSTALLDIR%\Binaries\Redist\DXRedistCutdown\DXSETUP.exe" "command 1" "/silent" "Description" "Microsoft DirectX Redist Package" "NoCleanUp" "1" } "NET40Redist" { "process 1" "%INSTALLDIR%\Binaries\Redist\dotNetFx40_Client_x86_x64.exe" "command 1" "/passive /promptrestart /log %tmp%\dotnet_40_setup.log" "Description" "Microsoft .NET Framework 4.0 Redist Package" "NoCleanUp" "1" "IgnoreExitCode" "1" } --- snip ---
If everything is fine the following should appear in registry:
--- snip --- [HKEY_LOCAL_MACHINE\Software\Valve\Steam\Apps\49520] "DirectXRedist"=dword:00000001 "net40redist"=dword:00000001 "vcredist2005"=dword:00000001 "vcredist2005atl"=dword:00000001 "vcredist2008"=dword:00000001 "vcredist2010"=dword:00000001 --- snip ---
$ wine --version wine-1.7.17-28-g5ef5490
Regards