Running a CD with the SDL plugin
Code: Select all
* Running ePSXe emulator version 1.6.0.
* Memory handlers init.
* ePSXe: PSX BIOS loaded [/opt/epsxe/bios//scph1001.bin].
* Init internal cdrom ... ok
* First/Last track: 1 1
* Track 1: (DATA) - Start 0: (00,02,00)
* NTSC cdrom detected.
* Init gpu[0][libgpuPeopsSDL.so.1.0.17]
Segmentation faultCode: Select all
$ env LD_PRELOAD=libpthread.so.0 epsxe
* Running ePSXe emulator version 1.6.0.
* Memory handlers init.
* ePSXe: PSX BIOS loaded [/opt/epsxe/bios//scph1001.bin].
* Loading ISO Format * Closing ISO system.
* Error loading cdrombin [/home/harr/psemu/Einhander.bin]
$ env LD_PRELOAD=libpthread.so.0 epsxe
* Running ePSXe emulator version 1.6.0.
* Memory handlers init.
* ePSXe: PSX BIOS loaded [/opt/epsxe/bios//scph1001.bin].
* Loading ISO Format * Closing ISO system.
* Error loading cdrombin [/home/harr/psemu/Einhander.cue]I'm clueless, a total noob, but help is appreciated. I've checked all the other posts but found nothing remotely similar.. I can give information if needed.. :s
---------------
edit: I fixed it by first running $export LD_PRELOAD=/lib/libpthread.so
I'd like to use the emerged version but it never saves my settings, which is rather aggrivating. are there any easy solutions?

