Posts: 7
Threads: 1
Joined: Jan 2015
Reputation:
0
I'm having an issue with trying to install PCSX2 on Linux Mint 17 via PPA (I've tried both Experimental and Stable), and when I go to install it, it tells me it's going to remove cinnamon and a bunch of other essential files!
I've tried the tar package, and I couldn't get that working either, I got this error when I tried it using the terminal.
Quote:ERROR the plugin (plugins/libzzogl-0.4.0.so) miss some dependencies
libCg.so => not found
libCgGL.so => not found
libwx_baseu-2.8.so.0 => not found
libwx_gtk2u_core-2.8.so.0 => not found
libwx_gtk2u_adv-2.8.so.0 => not found
ERROR the plugin (plugins/libGSdx-0.1.16.so) miss some dependencies
libEGL.so.1 => not found
ERROR the plugin (plugins/libspu2x-2.0.0.so) miss some dependencies
libportaudio.so.2 => not found
libSoundTouch.so.0 => not found
libwx_baseu-2.8.so.0 => not found
libwx_gtk2u_core-2.8.so.0 => not found
libwx_gtk2u_adv-2.8.so.0 => not found
./pcsx2: error while loading shared libraries: libwx_baseu-2.8.so.0: cannot open shared object file: No such file or directory
Is there anyway to get this working on Linux Mint, preferably by PPA?
Sponsored links
Posts: 1.821
Threads: 13
Joined: Mar 2011
Reputation:
55
Location: Florida, USA
01-13-2015, 03:13 AM
(This post was last modified: 01-13-2015, 03:14 AM by DaTankAC.)
I take it you have the repository added? Did you sudo apt-get update? If so, try this. Just a hunch, but in the past sometimes this worked and sometimes it didn't... sudo apt-get build-dep pcsx2-unstable .. then sudo apt-get install pcsx2-unstable:i386 .
If it still wants to remove half your system, then Ubuntu multiarch truly has made garbage progress over the last 3 years like I thought. You could try 32bit with PAE kernel or go to a distro with proper multilib ability, like Antergos (based on Arch). Or wait for Gregory to chime in about the PPA.
OS: Linux Mint 17.2 64 bit (occasional Antergos/Arch user)
(I am no longer a Windows user)
CPU: Intel Pentium G3258
GPU: Nvidia GTX 650 Ti
Posts: 7
Threads: 1
Joined: Jan 2015
Reputation:
0
01-13-2015, 04:22 AM
(This post was last modified: 01-13-2015, 02:11 PM by Cobra!.)
(01-13-2015, 03:13 AM)DaTankAC Wrote: I take it you have the repository added? Did you sudo apt-get update? If so, try this. Just a hunch, but in the past sometimes this worked and sometimes it didn't... sudo apt-get build-dep pcsx2-unstable .. then sudo apt-get install pcsx2-unstable:i386 . Yes, Yes, and I've tried both on my main PC, and it wanted to delete half of my system...
Strange thing, though, I just tried the last command on my laptop (which also uses Mint 17.1 x64), and it installed without deleting anything, bizzare.
EDIT: I tried the same command again on my main PC, and I got this error:
Quote:Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies.
pcsx2-unstable:i386 : Depends: libsdl2-2.0-0:i386 (>= 2.0.0) but it is not going to be installed
N: Ignoring file 'getdeb.list.bck' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
N: Ignoring file 'getdeb.list.bck' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
E: Unable to correct problems, you have held broken packages.
(01-13-2015, 03:13 AM)DaTankAC Wrote: If it still wants to remove half your system, then Ubuntu multiarch truly has made garbage progress over the last 3 years like I thought. You could try 32bit with PAE kernel or go to a distro with proper multilib ability, like Antergos (based on Arch). Or wait for Gregory to chime in about the PPA. I'd rather stick with Linux Mint if that's alright, I love the cinnamon interface and Ubuntu (+Ubuntu-based, like Mint) seems to be the most supported Linux OS, and therefore has the most packages available, right?
Posts: 7
Threads: 1
Joined: Jan 2015
Reputation:
0
01-16-2015, 02:07 PM
(This post was last modified: 01-16-2015, 03:57 PM by Cobra!.)
Okay, I managed to install it, but when I try it out, I get this error:
[Image: PCSX2Message_002_zpse1ff5769.png]
EDIT:... and my desktop got all messed up after installing it, luckily, I had restore points, but is there anyway to avoid this happening again? It never said anything about deleting any packes that time, though...
Posts: 6.069
Threads: 68
Joined: May 2010
Reputation:
167
Location: Grenoble, France
Likely the GPU driver is wrongly installed (for 32bits operation). And potentially SDL2 is not multiarch capable (or one dependency).
You can check it
Quote:apt-cache show libsdl2-2.0-0 | grep "Multi-Arch:"
Posts: 7
Threads: 1
Joined: Jan 2015
Reputation:
0
I typed the command in, and got this back...
Quote:Multi-Arch: same
Multi-Arch: same
I got it twice, and I have no idea what "same" is supposed to mean...
Posts: 6.069
Threads: 68
Joined: May 2010
Reputation:
167
Location: Grenoble, France
same means that you can install both amd64 and i386 in the same time. It could be a dependency that is not multiarch aware.
Posts: 7
Threads: 1
Joined: Jan 2015
Reputation:
0
01-25-2015, 04:19 AM
(This post was last modified: 01-25-2015, 04:19 AM by Cobra!.)
So what can/do I do?
Posts: 6.069
Threads: 68
Joined: May 2010
Reputation:
167
Location: Grenoble, France
try the new PPA version that depends on SDL1.
Posts: 7
Threads: 1
Joined: Jan 2015
Reputation:
0
Okay... Where do I find it? Is it on the launchpad page?
|