05-10-2020, 07:19 PM
(This post was last modified: 05-10-2020, 07:20 PM by gareth_iowc.)
Hi all,
So I'm running retropie with the emulation station front end on ubuntu server 18.04 (no desktop) and it's working great.
To install pcsx2 I followed - https://github.com/PCSX2/pcsx2/wiki/Installing-on-Linux
I've added the following into emulation station to list the menu option and launch the emulator
<system>
<name>ps2</name>
<fullname>Sony Playstation 2</fullname>
<path>/home/pi/RetroPie/roms/ps2</path>
<extension>.iso .ISO .cue .mdf .nrg .dump</extension>
<command>/usr/games/PCSX2 --fullscreen --nogui %ROM%</command>
<theme>ps2</theme>
</system>
After launching the emulator the first time wizard pops up but it just restarts when pressing next.
In the terminal, l did see this error -
[WX] Failed to create a temporary file name (error 2: No such file or directory)
[WX] can't open user configuration file
To clear that error i ran -
chmod -R 777 /home/pi/.config/PCSX2
The only output i see in the terminal now is "Restarting First Time Wizard" and it repeats every time i press next.
Any help would be great
So I'm running retropie with the emulation station front end on ubuntu server 18.04 (no desktop) and it's working great.
To install pcsx2 I followed - https://github.com/PCSX2/pcsx2/wiki/Installing-on-Linux
I've added the following into emulation station to list the menu option and launch the emulator
<system>
<name>ps2</name>
<fullname>Sony Playstation 2</fullname>
<path>/home/pi/RetroPie/roms/ps2</path>
<extension>.iso .ISO .cue .mdf .nrg .dump</extension>
<command>/usr/games/PCSX2 --fullscreen --nogui %ROM%</command>
<theme>ps2</theme>
</system>
After launching the emulator the first time wizard pops up but it just restarts when pressing next.
In the terminal, l did see this error -
[WX] Failed to create a temporary file name (error 2: No such file or directory)
[WX] can't open user configuration file
To clear that error i ran -
chmod -R 777 /home/pi/.config/PCSX2
The only output i see in the terminal now is "Restarting First Time Wizard" and it repeats every time i press next.
Any help would be great