Black screen on launch (Skyrim SE)

Questions about Wine on Linux
Locked
protondonor
Level 2
Level 2
Posts: 10
Joined: Mon Sep 12, 2016 9:34 pm

Black screen on launch (Skyrim SE)

Post by protondonor »

When starting Skyrim Special Edition (installed through Steam), I get a completely black screen. I've seen other people with this issue but they were on a much older version of Wine. My Wine installation and setup is clean, with no winetricks or DLL overrides.

Here's my wine and system information:

Code: Select all

rowan@rowan-oryx2:~$ wine --version
wine-2.18 (Staging)
rowan@rowan-oryx2:~$ uname -r
4.10.0-35-generic
rowan@rowan-oryx2:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 16.04.3 LTS
Release:	16.04
Codename:	xenial
Logs from running via the command line:

Code: Select all

err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
fixme:vcruntime:__telemetry_main_invoke_trigger ((nil))
fixme:module:find_dll_file skipping L"C:\\Program Files (x86)\\Steam\\dbghelp.dll" because of wrong architecture
fixme:ntdll:EtwEventRegister ({47a9201e-73b0-42ce-9821-7e134361bc6f}, 0x3f0070a0, 0x3f0524c0, 0x3f0524b8) stub.
fixme:ntdll:EtwEventRegister ({58a9201e-73b0-42ce-9821-7e134361bc70}, 0x3f0070a0, 0x3f0524f8, 0x3f0524f0) stub.
fixme:ntdll:EtwEventRegister ({3fa9201e-73b0-43fe-9821-7e145359bc6f}, 0x3f0070a0, 0x3f052488, 0x3f052480) stub.
fixme:ntdll:EtwEventRegister ({1432afee-73b0-42ce-9821-7e134361b433}, 0x3f0070a0, 0x3f052530, 0x3f052528) stub.
fixme:ntdll:EtwEventRegister ({4372afee-73b0-42ce-9821-7e134361b519}, 0x3f0070a0, 0x3f052568, 0x3f052560) stub.
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:vcruntime:__telemetry_main_return_trigger ((nil))
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
fixme:heap:RtlSetHeapInformation 0x690000 0 0x23ed20 4 stub
fixme:module:find_dll_file skipping L"C:\\Program Files (x86)\\Steam\\dbghelp.dll" because of wrong architecture
fixme:ntdll:EtwEventRegister ({47a9201e-73b0-42ce-9821-7e134361bc6f}, 0x3f0070a0, 0x3f0524c0, 0x3f0524b8) stub.
fixme:ntdll:EtwEventRegister ({58a9201e-73b0-42ce-9821-7e134361bc70}, 0x3f0070a0, 0x3f0524f8, 0x3f0524f0) stub.
fixme:ntdll:EtwEventRegister ({3fa9201e-73b0-43fe-9821-7e145359bc6f}, 0x3f0070a0, 0x3f052488, 0x3f052480) stub.
fixme:ntdll:EtwEventRegister ({1432afee-73b0-42ce-9821-7e134361b433}, 0x3f0070a0, 0x3f052530, 0x3f052528) stub.
fixme:ntdll:EtwEventRegister ({4372afee-73b0-42ce-9821-7e134361b519}, 0x3f0070a0, 0x3f052568, 0x3f052560) stub.
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead.
fixme:ver:GetCurrentPackageId (0x33e470 (nil)): stub
fixme:process:ProcessIdToSessionId Unsupported for other processes.
I've seen the "Broken NVIDIA RandR" issue in the logs on another machine, which is able to run Skyrim just fine despite the log message. I don't know enough about Wine to interpret the other log messages though. Does anyone know what steps I should try next? Thanks!
Locked