08-13-2021, 04:09 AM
(This post was last modified: 08-13-2021, 04:31 AM by fffuuuuuuu.)
I'm trying to get the emulator running on Ubuntu 21.04 (amd64), but I can't seem to get it to work.
The official PCSX2 repo does not have a release for 21.04, unfortunately, and when I try to run the binary provided by the main site, I get the following error:
It looks like this library file is from libwxgtk3.0-dev, which cannot be installed via apt-get because of "no installation candidate" (and it can't find any reference to the i386 version of the library, which is probably the one I need, at all). All of the other i386 libraries seem to be available and install fine, but I'm not sure what to do about this one.
Is there anything else I can try? Would compiling from source possibly lead to better results? I don't want to, but I'll give it a shot if there's no other way.
EDIT: I have attempted compiling from source, and once again, the issue is that I am missing the above library. I'm not sure what to do about it.
EDIT 2: Installing libwxgtk3.0-gtk3-0v5:i386 and libwxgtk3.0-gtk3-dev:i386 (as well as their 64-bit counterparts) has no effect on this error. I'm not sure what I'm doing wrong.
EDIT 3: Attempting to install the .deb for this library (i386 version) manually via dpkg doesn't work because of header errors (as the version of the library installed is newer).
The official PCSX2 repo does not have a release for 21.04, unfortunately, and when I try to run the binary provided by the main site, I get the following error:
Code:
error while loading shared libraries: libwx_gtk2u_core-3.0.so.0: cannot open shared object file: No such file or directory
It looks like this library file is from libwxgtk3.0-dev, which cannot be installed via apt-get because of "no installation candidate" (and it can't find any reference to the i386 version of the library, which is probably the one I need, at all). All of the other i386 libraries seem to be available and install fine, but I'm not sure what to do about this one.
Is there anything else I can try? Would compiling from source possibly lead to better results? I don't want to, but I'll give it a shot if there's no other way.
EDIT: I have attempted compiling from source, and once again, the issue is that I am missing the above library. I'm not sure what to do about it.
EDIT 2: Installing libwxgtk3.0-gtk3-0v5:i386 and libwxgtk3.0-gtk3-dev:i386 (as well as their 64-bit counterparts) has no effect on this error. I'm not sure what I'm doing wrong.
EDIT 3: Attempting to install the .deb for this library (i386 version) manually via dpkg doesn't work because of header errors (as the version of the library installed is newer).