-
Notifications
You must be signed in to change notification settings - Fork 14
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
/usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found #109
Comments
@florensie to elimate the possibility that the game/BLT is faulty, please launch PAYDAY 2 in the following manner Change your working directory to the PAYDAY 2 install location, and run the following command. This will output the actual game debug logs.
|
With those settings the game launches fine with blt working. Can you confirm that the correct launch option for steam is |
No, it's After ensuring that |
I'm using the AUR package with has its own little command to run it and the AUR install log gave me the launch option I mentioned. With the option you have given me the game crashes after the intro. |
Can you check the contents of |
there is no crash.txt |
That's bizarre. No idea what might be causing it, sorry. |
When I use /usr/lib/blt4l/libblt_loader.so for LD_PRELOAD it works but I still get the beardlib issue. Which is what I used in @RomanHargrave his command as well. |
In that case, you probably had an outdated version of BLT in your RE BeardLib - that's HoloHUD asking to install it. I'd suggest downloading and installing it manually. |
Please try compiling blt4l @florensie |
@ZNixian Installing manually doesn't seem to work. It still asks to install it when I launch the game and the game crashes. |
I think I've found out the cause of this error. So I couldn't get the game working with the command posted above (env SteamAppId=218620 SteamAppUser=(your steam username) SteamGameId=218620 SteamUser=(your steam username) suppress_restart=1 LD_PRELOAD=(path to libblt_loader.so - cannot have spaces) ./payday2_release) Here's what "fixes" it: It's quite a big problem as installing libcurl3, for some strange reason, tanked my FPS by A LOT. We're talking about going down from 100 fps to 10-15. Absolutely crazy. But the mods would work, though. Is there any chance to make the blt4l depend on libcurl4 instead of 3? |
These days I have moved onto recommending @ZNixian 's https://superblt.znix.xyz/ as that uses Libcurl4 for pretty much that exact reason. |
@dribbleondo @killstrelok I haven't been playing much Payday 2 lately. I have commit access to ZuperBLT, so I may continue work there if I get back in to it - or alternatively may overhall BLT4L. |
https://pastebin.com/nBrSL7rq
I have installed blt4l using the AUR package but it could be that it's messed up because I also tried installing and uninstalling a couple of times and different types of installs because it wasn't working. In the end I found out I should add the launch command but then I get this. The output is from running
steam
in the command line and then launching payday.When I run
steam-native
instead it just launches runtime anyways and the game is able to launch but mods aren't there.The text was updated successfully, but these errors were encountered: