Dredge (Epic) Not launching

Hey all I'm trying to run dredge on Arch but it crashes on boot. I see that there is a simalar post about the GoG version that uses a UMU launcher but I've never heard of UMU before is it a launcher for steamdeck and does it apply to my situation. Attached is my Log
75 Replies
fascinating-indigo
fascinating-indigo6mo ago
Yeah you should turn UMU on since you're using Proton-GE, https://discord.com/channels/812703221789097985/1044301598018515105/1316138869107720193
national-gold
national-goldOP6mo ago
Well that didn't work. The Log seems to get a little bit further
fascinating-indigo
fascinating-indigo6mo ago
I think you need to delete the prefix if you're going from no UMU > UMU (and probably vice versa), /home/cptmoler/Games/Heroic/Prefixes/default/DREDGE Delete that folder, try running the game again
CommandMC
CommandMC6mo ago
Usually that's not required Add WINEDEBUG=+fixme to the env vars for the game, then re-run and send in a new log. That'll have some more detail on what's going wrong
national-gold
national-goldOP6mo ago
Ok, I've deleted the folder and it didn't fix it. So I tried Reinstalling, also didn't fix it, Then I added the env. variable
No description
national-gold
national-goldOP6mo ago
deep-jade
deep-jade6mo ago
Proton tho
compatible-crimson
compatible-crimson6mo ago
it works tho
deep-jade
deep-jade6mo ago
Where is dxvk in that log then?
compatible-crimson
compatible-crimson6mo ago
oh you also need DXVK_LOG_LEVEL=info or smth like that
deep-jade
deep-jade6mo ago
Or just PROTON_LOG=1 instead of being fancy 🐸
compatible-crimson
compatible-crimson6mo ago
proton script disables everythin by default but PROTON_LOG=1 sucks it out of stdout so this is the only (convenient) way
national-gold
national-goldOP6mo ago
national-gold
national-goldOP6mo ago
Ok Turned on the proton_log
deep-jade
deep-jade6mo ago
Proton Log is in home dir A seperate log
national-gold
national-goldOP6mo ago
ok not sure where it is looking in my home directory I only stea steam-0.log is this it?
deep-jade
deep-jade6mo ago
Yes
national-gold
national-goldOP6mo ago
deep-jade
deep-jade6mo ago
43879.711:00d4:err:vulkan:wine_vkCreateInstance Failed to create instance, res=-9
err: DxvkInstance::createInstance: Failed to create Vulkan 1.1 instance
43879.711:00d4:err:vulkan:wine_vkCreateInstance Failed to create instance, res=-9
err: DxvkInstance::createInstance: Failed to create Vulkan 1.1 instance
Your graphics setup is borked
national-gold
national-goldOP6mo ago
hmm I see the error how do I fix it? Reinstall dxvk?
deep-jade
deep-jade6mo ago
sudo pacman -R lib32-amdvlk sudo pacman -S vulkan-icd-loader lib32-vulkan-icd-loader Do these Launch game again
national-gold
national-goldOP6mo ago
arg my mirror is borked too getting 10b/s ok updated my mirror list and things are better
national-gold
national-goldOP6mo ago
the 2nd command worked but the lib32-amdvlk is giving me an error
No description
deep-jade
deep-jade6mo ago
Do it again Now it should delete that
national-gold
national-goldOP6mo ago
nope still giving me the same error
deep-jade
deep-jade6mo ago
Close steam And do it
national-gold
national-goldOP6mo ago
steam is closed
deep-jade
deep-jade6mo ago
sudo pacman -S vulkan-icd-loader lib32-vulkan-icd-loader What does this say
national-gold
national-goldOP6mo ago
No description
national-gold
national-goldOP6mo ago
steam is not running
No description
deep-jade
deep-jade6mo ago
sudo pacman -Rdd lib32-amdvlk
national-gold
national-goldOP6mo ago
No description
deep-jade
deep-jade6mo ago
I forgot two d'#
national-gold
national-goldOP6mo ago
yeah I need to ignore the breaking dependency
deep-jade
deep-jade6mo ago
🐸 Try again Edited
national-gold
national-goldOP6mo ago
I knew that the R needed something else got it with the Double d's
deep-jade
deep-jade6mo ago
It removed now right? Now launch game if amdvlk gone
national-gold
national-goldOP6mo ago
No description
national-gold
national-goldOP6mo ago
yup it's gone testing now
national-gold
national-goldOP6mo ago
nope still failing
national-gold
national-goldOP6mo ago
national-gold
national-goldOP6mo ago
looks like the same dxvk error
deep-jade
deep-jade6mo ago
info: Required Vulkan extension VK_KHR_surface not supported
err: DxvkInstance: Required instance extensions not supported
info: Required Vulkan extension VK_KHR_surface not supported
err: DxvkInstance: Required instance extensions not supported
No, different one Your setup is more broken than i thought inxi -SMGxx
national-gold
national-goldOP6mo ago
what's inxi? I get command not found
deep-jade
deep-jade6mo ago
sudo pacman -S inxi
national-gold
national-goldOP6mo ago
No description
deep-jade
deep-jade6mo ago
nvidia-smi
national-gold
national-goldOP6mo ago
No description
deep-jade
deep-jade6mo ago
Your drives are not btrfs right?
national-gold
national-goldOP6mo ago
nope
deep-jade
deep-jade6mo ago
Then i dunno what the hell is wrong but something is broken, not ntfs too i assume?
national-gold
national-goldOP6mo ago
I'm on a LVM encrypted
national-gold
national-goldOP6mo ago
No description
national-gold
national-goldOP6mo ago
Arch is about a week since I've updated it. I'll try that there's 200+ packages to update
deep-jade
deep-jade6mo ago
That shouldnt be a problem usually but try anyways But i assume you are not using arch for long Since you didnt notice you had amdvlk until now
national-gold
national-goldOP6mo ago
yeah I didn't think it would be. I've been using Arch for years and normally it just works why wouldn't I want amdvlk I have an amd cpu
deep-jade
deep-jade6mo ago
Then you didnt play any 32 bit vulkan dependent stuff Amdvlk is a gpu driver Not related to cpu
national-gold
national-goldOP6mo ago
I've been playing PoE2 on vulk through the stand alone client
deep-jade
deep-jade6mo ago
PoE 2 is 64 bit Dredge is 32 bit
national-gold
national-goldOP6mo ago
yeah my tech knowledge is out of date
deep-jade
deep-jade6mo ago
Amdvlk ships a layer that defaults apps to run with it So 32 bit amd driver trying to run on Nvidia gpu blows up We fixed that But still something is wrong
national-gold
national-goldOP6mo ago
so amdvlk would be for non Nvidia cards and it's only used on games that are 32bit
deep-jade
deep-jade6mo ago
That is only true because you had lib32-amdvlk installed If you had amdvlk too, then 64 bit stuff would be borked too Arch has a Vulkan driver dependency on Arch, since Steam client is 32 bit that is only pulling a 32 bit VLK driver
national-gold
national-goldOP6mo ago
ahh so that's what vulkan-icd-loader, and lib32-vulkan-icd-loader were for
deep-jade
deep-jade6mo ago
If one didnt have a 32 bit vlk driver installed already arch asks for one to install Due to alphabetic order amdvlk gets listed first since it starts with A People press enter, stuff happens
national-gold
national-goldOP6mo ago
yup I pressed enter and stuff happened would reinstalling the game from HGL possibly fix the problem?
deep-jade
deep-jade6mo ago
Where did you install that game to begin with? 🐸
national-gold
national-goldOP6mo ago
I installed it through HGL
deep-jade
deep-jade6mo ago
Not likelt Do these Restart pc Try again If that doesnt work Install nv drivers again Not vlk loaders but entirety of the driver
national-gold
national-goldOP6mo ago
sudo pacman -S nvidia ... I can't remember the other package nvidia-dkms
deep-jade
deep-jade6mo ago
sudo pacman -S --needed nvidia-dkms nvidia-utils lib32-nvidia-utils nvidia-settings vulkan-icd-loader lib32-vulkan-icd-loader
sudo pacman -S --needed nvidia-dkms nvidia-utils lib32-nvidia-utils nvidia-settings vulkan-icd-loader lib32-vulkan-icd-loader
national-gold
national-goldOP6mo ago
thanks for that. It's going to take awhile the mirrors are really slow here. Even with a fresh reflector pull the best DL I'm getting is 350kb/s there we go. It was "libxnvctrl-565.57.01-1 lib32-nvidia-utils-565.77-1 nvidia-settings-565.57.01-1" I needed these 3 packages and now it's launching
deep-jade
deep-jade6mo ago
:woohoo:
national-gold
national-goldOP6mo ago
adding that install command to my rebuild txt file. So when I rebuild my pc next time I should have all the correct packages for my Nvidia I'm assuming I can remove the two Env. Variabls now Winedebug and Proton_log
deep-jade
deep-jade6mo ago
Yes

Did you find this page helpful?