https://bugs.winehq.org/show_bug.cgi?id=35600
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED URL| |store.steampowered.com/app/ | |72850/ CC| |focht@gmx.net Resolution|--- |FIXED Summary|Skyrim (Steam) fails to |The Elder Scrolls V: Skyrim |start |(Steam) crashes on startup
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
I can't reproduce this, works fine here. This seems to match with appdb: the entry contains 'bronze' rated test reports with late Wine version.
Looks like you have a broken 64-bit WINEPREFIX. Some prerequisites can't be properly installed in 64-bit prefix and bug reports resulting from that are likely dupes of existing bugs.
To be safe use a 32-bit Steam prefix for installation (WINEARCH=win32).
Prerequisites from 'installscript.vdf in game folder:
--- snip --- "Run Process" { "dxsetup" { "hasrunkey" "HKEY_lOCAL_MACHINE\Software\Valve\Steam\Apps\72850" "process 1" "%INSTALLDIR%\DirectX10\DXSETUP.exe" "command 1" "/silent" "nocleanup" "1" } "vcredist" { "hasrunkey" "HKEY_lOCAL_MACHINE\Software\Valve\Steam\Apps\72850" "process 1" "%INSTALLDIR%\VCRedist\vcredist_x86.exe" "command 1" "/q /norestart" "nocleanup" "1" } "dotnetfx351" { "hasrunkey" "HKEY_lOCAL_MACHINE\Software\Valve\Steam\Apps\72850" "process 1" "%INSTALLDIR%\DotNetFX\dotnetfx35setup.exe" "command 1" "/q /norestart" "nocleanup" "1" "ignoreexitcode" "1" } } --- snip ---
If you have already installed the prerequisites (shared Steam prefix) and to avoid reinstall:
--- snip --- REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Valve\Steam\Apps\72850] "dotnetfx351"=dword:00000001 "dxsetup"=dword:00000001 "vcredist"=dword:00000001 --- snip ---
Resolving 'fixed'.
Reopen of still a problem with recent Wine 1.7.16+ but make sure you used a fresh 32-bit Steam prefix with .NET Framework 3.5 SP1 (winetricks -q dotnet35sp1).
$ wine --version wine-1.7.16-199-ga6e53ea
Regards