-
Notifications
You must be signed in to change notification settings - Fork 6
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
Ubuntu 18.04, failed to open ppsspp core (cannot open shared library libGLEW.so.2.0) #41
Comments
If a core has additional, external dependencies that aren't statically linked / baked-in, those libs have to be linked into the snap at compile time. That is, it won't gracefully fall back to your system libs. So, we'll have to add libglew2.1 to the staging packages in the snap to have it included. |
Thanks so much, @hizzlekizzle! When you get around to this, let me know and I'll happily test out the changes locally. |
@hizzlekizzle Just in case this matters, I thought I'd mention that there are two other library dependencies in the latest ppsspp core that are not present in the latest version (533a133) fetched by snap. You already know about libGLEW, but it appears that we also have libpng16 and libz, which are not present in the
|
@hizzlekizzle FYI, I have since moved on to a newer system with Ubuntu 20.04 (where ppsspp works fine), so I'll leave it up to you as to whether you want to leave this issue open. Thanks for your help. |
I've installed the retroarch snap (1.9.0) on Ubuntu 18.04 and so far I've been pleased with how I can use the in-app core updater to update cores (unlike the version of retroarch in the Ubuntu repository that disables that feature).
Unfortunately, the latest version of the ppsspp core that retroarch fetches (533a133) exhibits some glitchy graphics behavior in the game I'm trying to run, and so my goal is to try out different versions of the ppsspp core in hopes of finding a version that fixes the glitchy-ness.
I've built a fresh ppsspp core (v1.10.3) from source (via
./b.sh --libretro
) and I'm trying to use that core with my existing retroarch snap setup. I've copied the new core to the appropriate location, which in my case is~/snap/retroarch/423/.config/retroarch/cores/
. However, whenever I try to load my built-from-source ppsspp core from within retroarch, I get the following error message in my retroarch log:Now, I know that I have libGLEW.so.2.0:
And furthermore, I would think that this is not a library path issue given that
ldd
seems to be able to find the library:I found a similar issue on this topic, though I'm not sure if the underlying cause is the same in this case.
I've tried building several different versions of the ppsspp core, ranging from very recent to about 18 months old, and they all seem to fail to load in the same way as above.
Any help would be appreciated. Thank you!
The text was updated successfully, but these errors were encountered: