CHollingworth / Lampray

Linux Application Modding Platform. A native Linux mod manager.
https://www.nexusmods.com/baldursgate3/mods/2169
The Unlicense
174 stars 16 forks source link

Won't launch at all. problems with libcurl #135

Open battlestoriesfan opened 6 months ago

battlestoriesfan commented 6 months ago

Lampray won't launch at all.

I tried running it both as a normal and sudo, but everytime I try to do it, i get this error

_./Lampray: /usr/lib64/libcurl.so.4: no version information available (required by ./Lampray) ./Lampray: symbol lookup error: ./Lampray: undefined symbol: SDLSetTextureScaleMode

I tried rebooting my machine too. I can't get it to even OPEN. Anyone know what's up and how I can fix this?

alterNERDtive commented 6 months ago

Probably by installing SDL2.

battlestoriesfan commented 6 months ago

Probably by installing SDL2.

Do I have to install SDL2 to get it working? It doesn't seem to be available for the current version of my Linux distro. I suspect it has something to do with libcurl.so.4.8, since I have a symlink called libcurl.so.4 that is supposed to point to libcurl.so.4.8, but it's apparently not recognizing the correct version of libcurl?

I don't understand why Lampray apparently isn't finding the file...libcurl.so.4.8 exists, and I've even copied it to the same folder as Lampray

alterNERDtive commented 6 months ago

Do I have to install SDL2 to get it working

It’s listed as a requirement.

It doesn't seem to be available for the current version of my Linux distro.

That actually sounds very unlikely.

battlestoriesfan commented 6 months ago

Do I have to install SDL2 to get it working

It’s listed as a requirement.

It doesn't seem to be available for the current version of my Linux distro.

That actually sounds very unlikely.

Well dammit. If it's listed as a requirement, that could be an issue...

And i'm not kidding! SDL2 has official packages for Opensuse Tumbleweed. But my version is Leap 15.4, so there are only non-official, community packages. But if it says it's a requirement, i'll get one of those. Thanks!