Code: Select all
Initial process has exited (return code: 256)
Monitored process exited.
Exit with return code 256
Code: Select all
Initial process has exited (return code: 256)
Monitored process exited.
Exit with return code 256
Code: Select all
Fortunately the solution is simple - just delete ".wine" folder in your Home; it will be recreated and then it will proceed without errors.
Doesn't really matter, both contain pre-loaded data to get you rolling.
Code: Select all
lutris -d
That sounds like GPU driver issue. Intel IGP?MisterViktor wrote: ↑Wed Nov 02, 2022 6:45 am Tell me how to solve the problem with incorrect rendering of the launcher, it is either filled with gray or artifacts?
I think you need at least 515.xx drivers for latest DXVK to work. Does the game work without DXVK at least?MisterViktor wrote: ↑Wed Nov 02, 2022 8:44 am I have an Nvidia GT 1030, the game was running well before, but there were some problems with the launcher when rendering, after updating the video card drivers and switching to the new Debian, the launcher stopped rendering at all, although it starts.
Code: Select all
[RoRLauncher.exe]
d3d9.shaderModel = 1
Thank you very much, it works on older DXVK.xpander wrote: ↑Wed Nov 02, 2022 8:14 amThat sounds like GPU driver issue. Intel IGP?MisterViktor wrote: ↑Wed Nov 02, 2022 6:45 am Tell me how to solve the problem with incorrect rendering of the launcher, it is either filled with gray or artifacts?
Turn off DXVK then or try Older version of DXVK. Intel Drivers Vulkan support is pretty bad.
Code: Select all
# Doesn't compile without remove these flags as of 4.10
export CFLAGS="${CFLAGS/-fno-plt/}"
export CXXFLAGS="${CXXFLAGS/-fno-plt/}"
export LDFLAGS="${LDFLAGS/,-z,now/}"
# MingW Wine builds fail with relro
export LDFLAGS="${LDFLAGS/,-z,relro/}"
export CFLAGS="-O2 -march=native -pipe"
export CXXFLAGS="-O2 -march=native -pipe"
export LDFLAGS="-Wl,-O1,--sort-common,--as-needed"
export CFLAGS+=" -mno-avx2 -mfpmath=sse -fwrapv -fno-strict-aliasing -gdwarf-2 -gstrict-dwarf"
export CXXFLAGS+=" -mno-avx2 -mfpmath=sse -fwrapv -fno-strict-aliasing -gdwarf-2 -gstrict-dwarf -std=c++17"
export CROSSCFLAGS="$CFLAGS"
export CROSSCXXFLAGS="$CXXFLAGS"
export CROSSLDFLAGS="$LDFLAGS -Wl,--file-alignment,4096"
Code: Select all
WINEDEBUG=-all AMD_VULKAN_ICD=radv WINE_FULLSCREEN_FSR=1 WINE_FULLSCREEN_FSR_STRENGTH=3 WINE_LARGE_ADDRESS_AWARE=1 WINEFSYNC=0 WINEESYNC=1 WINEFSYNC_FUTEX2=0 DXVK_ASYNC=1 RADV_PERFTEST=nggc,sam,dccmsaa firejail --ignore=seccomp wine RoRLauncher.exe
Users browsing this forum: Bing [Bot] and 4 guests