http://bugs.winehq.org/show_bug.cgi?id=35600
Bug ID: 35600 Summary: Skyrim (Steam) fails to start Product: Wine Version: 1.7.12 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: phoriwan@myrax.net Classification: Unclassified
Created attachment 47548 --> http://bugs.winehq.org/attachment.cgi?id=47548 error log
Skyrim (Steam) fails to start.
http://bugs.winehq.org/show_bug.cgi?id=35600
Rosanne DiMesio dimesio@earthlink.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal
--- Comment #1 from Rosanne DiMesio dimesio@earthlink.net --- Not a blocker. http://bugs.winehq.org/page.cgi?id=fields.html#importance
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
https://bugs.winehq.org/show_bug.cgi?id=35600
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.17.
https://bugs.winehq.org/show_bug.cgi?id=35600
abanwait1@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |abanwait1@gmail.com