-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix for ValveSoftware/Proton/#4269 #4409
base: proton_5.13
Are you sure you want to change the base?
Conversation
symlinks copied to pfx directory were using wrong relative paths ./pfx/drive_c/windows/syswow64/kernel32.dll -> dist/lib/wine/fakedlls/kernel32.dll fixed to use absolute path
Hmm. I'm not necessarily opposed to this, but I think it shouldn't be necessary. The src argument to that function should be a full path, since Steam launches Proton with a full path. How are you launching Proton so it gets in this state? |
I am launching it with |
Even with the fix applied Proton 5.13-4 still won't launch, same error code. |
@F1xteR STEAM_COMPAT_DATA_PATH should be set to the directory where your pfx wineprefix will be. I set it to $HOME/proton |
In order for this fix to work, you will need to create a new Step by step instructions (for Steam users):
|
Why did this never get merged? |
symlinks copied to pfx directory were using wrong relative paths
fixed to use absolute path