- Notifications
You must be signed in to change notification settings - Fork1.3k
fix for ValveSoftware/Proton/#4269#4409
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:proton_5.13
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
symlinks copied to pfx directory were using wrong relative paths ./pfx/drive_c/windows/syswow64/kernel32.dll -> dist/lib/wine/fakedlls/kernel32.dllfixed to use absolute path
aeikum commentedNov 23, 2020
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? |
gitaen commentedNov 24, 2020
I am launching it with |
F1xteR commentedDec 25, 2020
Even with the fix applied Proton 5.13-4 still won't launch, same error code. |
ghost commentedDec 28, 2020
@F1xteR STEAM_COMPAT_DATA_PATH should be set to the directory where your pfx wineprefix will be. I set it to $HOME/proton |
opl- commentedJan 9, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
In order for this fix to work, you will need to create a new Step by step instructions (for Steam users):
|
nyabinary commentedOct 5, 2023
Why did this never get merged? |
symlinks copied to pfx directory were using wrong relative paths
fixed to use absolute path