-
Notifications
You must be signed in to change notification settings - Fork 878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LotRO crashes after wine update 9.22 #4487
Comments
If it broke via a Wine update then it is most likely a Wine issue. Edit: Does it work with wined3d? |
I haven't tested. The only thing I've done is preventing a wine upgrade:
This works fine for me and i think I'll have a peak with wine-staging 9.23 :-) |
according Alexandre Julliard: https://www.phoronix.com/news/Wine-10.0-Release-Plans wine 9.22 is the last, after this begin wine 10.0 RC series |
@jotkah Can you check if this also happens with wined3d? If yes then it is better to make a issue at the Wine tracker |
@Blisto91 I have also errors with wine-staging 10.0 (see below). My english and my linux experience does not reach a level which allows me to discuss this in a greater circle of developers. Maximum number of clients reached Edit: I opened an issue in winehq community: https://forum.winehq.org/viewtopic.php?t=39781 |
I am playing "The Lord of the Rings Online" using wine-staging and dx-vk 2.5.1
K_LAYER_NV_optimus (NVIDIA Optimus layer) Vulkan version 1.3.242, layer version 1:
Layer Extensions: count = 0
Devices: count = 3
This is my lotro.sh starting script:
#!/bin/sh
exec >~/Programme/lotro.log 2>&1
export WINEARCH=win64
export WINEPREFIX=~/LotRO
export DXVK_HUD=devinfo,fps,gpuload
#export DXVK_FRAME_RATE=60
export __NV_PRIME_RENDER_OFFLOAD=2
export __GLX_VENDOR_LIBRARY_NAME=nvidia
export __VK_LAYER_NV_optimus=NVIDIA_only
export VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nvidia_icd.json
g502_profile=$(ratbagctl singing-gundi profile active get)
ratbagctl singing-gundi profile active set 1
#winecfg
/opt/wine-staging/bin/wine 'C:\lotro\LotroLauncher.exe'
ratbagctl singing-gundi profile active set $g502_profile
After performing an update from wine-staging 9.21 to 9.22 the game will not start. I see some "broken" desktop windows and i can't click any ui element. After some minutes the task will be terminated.
Is this a dx-vk oder a wine issue? :-)
The text was updated successfully, but these errors were encountered: