-
Notifications
You must be signed in to change notification settings - Fork 3
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
steam-runtime issue when starting rpgmakerlinux-cicpoffs from compatability tools #10
Comments
similar problem to @TheGhostHybrid in issue #2 |
Can confirm that I am using steam-runtime. 👍 |
Can you describe your os name, game, what issue is occurring? |
the OS i am using is manjaro. the problem is for those who are using steam-runtime(a link to the git if you are unfamiliar with it) when trying to run the program as a compatibility tool loads to the following |
Yes, but this program does not use libcurl or curl at all. |
while these scripts don't relies on libcurl one of the binaries packaged with the scripts relies on a library that uses libcurl
|
i was wrong it seems that it was a bad symlink on steams part that was causing it to fail and i thought it was part of rpgmaker-linux as the error did not happen when running any other compatibility tools likes protons. the fix was rm the symlink in $HOME/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/libcurl.so.4 and making a new libcurl.so.4 symlink via "ln -s $HOME/.local/share/Steam/ubuntu12_32/steam-runtime/usr/lib/x86_64-linux-gnu/libcurl.so.4.2.0 libcurl.so.4" WARNING: you should be in the "$HOME/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/" when making the symlink |
Not sure that’s going to fix my issue, unfortunately. The symlink in my directory already points to For what it’s worth, I’m running steam-runtime on EndeavourOS. My test uses Ib. |
nwjs uses the libcurl, among the list of dependencies, there is curl. |
@TheGhostHybrid |
@bakustarver Others as well. To be clear, it works perfectly if I run the game executable directly via rpgmakerlinux-cicpoffs (either via Dolphin or the terminal), but not if I select rpgmakerlinux-cicpoffs in Steam. |
@TheGhostHybrid can you test your game with rpgmakerlinux-cicpoffs in Steam after using this command
|
I was having the same issue trying to run Fear & Hunger 2: Termina, but since updating to the latest version, it's working flawlessly! |
@TheGhostHybrid can you check the latest version of the software? |
trying to launch a game from steam compatibility tools while using the steam-runtime causes an error
/home/silver/.local/share/Steam/ubuntu12_32/steam-runtime/pinned_libs_64/libcurl.so.4: version
CURL_OPENSSL_4' not found (required by /usr/lib/libproxy/libpxbackend-1.0.so)`The text was updated successfully, but these errors were encountered: