HGL
rising-crimson

Rocket league not starting

It was running before, I changed some heroic settings and it stopped running but now I've tried all settings but couldn't get it to work. Have all dependencies installed.
27 Replies
conscious-sapphire
conscious-sapphire2y ago
what i would do is turn on esync and fsync, then turn off the dedicated graphics card, one at a time testing to see if it opens after each change
rising-crimson
rising-crimsonOP2y ago
using intel integrated gpu worked but the fps was very low so it was unplayable, switched to nvidia gpu and same issue again here is some more info if that helps - vkcube detects nvidia gpu and runs well - when i click winecfg in the game details menu nothing happens, not sure if this is relevant - to use an external monitor i recently updated xorg.conf based on https://wiki.archlinux.org/title/NVIDIA#Overriding_monitor_detection, i was able to run RL after that but then to revert back to using laptop display i had to remove the xorg.conf and maybe that somehow broke it (currently i don't have a xorg.conf)
conscious-sapphire
conscious-sapphire2y ago
if the dedicated gpu worked but the frame rate was low, troubleshoot from there, don't turn it back off
deep-jade
deep-jade2y ago
are you playing other games on heroic and if so do those games work using the same configuration? also if you're on an Optimus laptop you can set xorg.conf to allow you to use both gpus displays while still having a fully configured Nvidia gpu but it breaks turning off the GPU to save battery until the configuration is removed you can try that if you want, I have the config file youd need however even if a xorg.conf does work you shouldn't need one so there has to be another cause to the issue
rising-crimson
rising-crimsonOP2y ago
not the dedicated gpu, it worked with the integrated one, but that's gonna be slow because the gpu is not that good nah, only rl i don't mind using only the nvidia gpu, i've been doing that till now ok lets try to analyze the errors one by one if that helps 0160:err:winediag:nodrv_CreateWindow L"Make sure that your X server is running and that $DISPLAY is set correctly." what should $DISPLAY be? currently it's
$ echo $DISPLAY
:0
$ echo $DISPLAY
:0
output of xrandr
$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 340mm x 190mm
1920x1080 59.98*+ 59.93
# several other resolution options
640x360 59.84 59.32 60.00
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 32767 x 32767
eDP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 340mm x 190mm
1920x1080 59.98*+ 59.93
# several other resolution options
640x360 59.84 59.32 60.00
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
$ lspci -k | grep -A 2 -E "(VGA|3D)"
00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630]
Subsystem: Lenovo CoffeeLake-H GT2 [UHD Graphics 630]
Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation TU117M [GeForce GTX 1650 Mobile / Max-Q] (rev a1)
Subsystem: Lenovo TU117M [GeForce GTX 1650 Mobile / Max-Q]
Kernel driver in use: nvidia
$ lspci -k | grep -A 2 -E "(VGA|3D)"
00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630]
Subsystem: Lenovo CoffeeLake-H GT2 [UHD Graphics 630]
Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation TU117M [GeForce GTX 1650 Mobile / Max-Q] (rev a1)
Subsystem: Lenovo TU117M [GeForce GTX 1650 Mobile / Max-Q]
Kernel driver in use: nvidia
should i only use the nvidia drivers? and remove intel
deep-jade
deep-jade2y ago
are you using the Intel driver package If so try deleting it it can mess things up depending on hardware especially on x11 wine seems to think an x server isn't running but given that you're using an x server that's doubtful I've never seen it act like that personally unfortunately so I'm not sure what exactly would be causing it
rising-crimson
rising-crimsonOP2y ago
removed these vulkan-intel xf86-video-intel lib32-vulkan-intel anything else i should remove?
deep-jade
deep-jade2y ago
you should keep vulkan-intel but xf86-video-intel is the one you want to remove it usually either fixes some obscure issue or causes some obscure issue
rising-crimson
rising-crimsonOP2y ago
hmm why is that?
deep-jade
deep-jade2y ago
or both simultaneously that's just allowing vulkan support for your igpu you can try removing it but it shouldn't affect anything to have it or not
rising-crimson
rising-crimsonOP2y ago
but i want to use the nvidia gpu
deep-jade
deep-jade2y ago
it doesn't affect whether vulkan works on the Nvidia gpu
rising-crimson
rising-crimsonOP2y ago
aah ok
deep-jade
deep-jade2y ago
I have vulkan support for both enabled with no problems
rising-crimson
rising-crimsonOP2y ago
makes sense
deep-jade
deep-jade2y ago
but if you think it might help you could try removing it
rising-crimson
rising-crimsonOP2y ago
ye i'll try that once, restarting now, will update in a bit
deep-jade
deep-jade2y ago
alright also xf86-video-intel is meant more for pre-vulkan support age Intel igpus
rising-crimson
rising-crimsonOP2y ago
new nvidia drivers released recently it seems, will update those also
deep-jade
deep-jade2y ago
oh did they update them again I should download that
rising-crimson
rising-crimsonOP2y ago
latest version is 535.104.05-1 right? just making sure
deep-jade
deep-jade2y ago
that's newer than the one I have installed so probably must've been an update today
rising-crimson
rising-crimsonOP2y ago
ye
rising-crimson
rising-crimsonOP2y ago
its working now, the culprit was xf86-video-intel though it used to work before even with this installed not sure what happened now Thanks @RawToast @queenbiscuit !!
conscious-sapphire
conscious-sapphire2y ago
dude, that's awesome!
deep-jade
deep-jade2y ago
awesome to hear! they really should be more clear on the wiki that it doesn't work too good on new gpus

Did you find this page helpful?