HGL
rising-crimson
(Linux Desktop, Epic Games, 2.10.0/2.11.0) Kingdom Hearts stopped working this week
On Tuesday I was able to run this game without issues, but something changed and now it refuses to run. When I click on it in the library, it shows the window for about 2 seconds and closes it.
I have attached the log file, and made sure to add all possible WINE dependencies as shown in the frequently asked questions. The failure happens in 2.10.0 and 2.11.0. Any help would be much appreciated.
6 Replies
It's always a laptop ain't it
Please run these two commands and send in their output:
-
flatpak list --runtime
- nvidia-smi
rising-crimsonOP•2y ago
I'm using the AppImage from Github
Oh I see
This:
39140.353:00c4:00c8:err:vkd3d-proton:vkd3d_instance_init: Vulkan 1.3 not supported by loader.
is even weirder then, since your GPU definitely supports Vulkan 1.3
Could try updating to the latest Nvidia drivers (either R535 or R545 branch), your current drivers aren't supported anymore
Assuming you don't have the PPA added yet, you can do this with the following command:
sudo add-apt-repository ppa:graphics-drivers/ppa && sudo dpkg --add-architecture i386 && sudo apt update && sudo apt install -y nvidia-driver-545 libvulkan1 libvulkan1:i386
rising-crimsonOP•2y ago
I've run that command and the issue remains unchanged, does this require a computer restart?
rising-crimsonOP•2y ago
Or at least, this is what I see in my driver manager
rising-crimsonOP•2y ago
I updated to Wine-GE-Latest and the game runs fine now! Thank you for your help