Package Details: epsxe 2.0.5-34

Git Clone URL: https://aur.archlinux.org/epsxe.git (read-only, click to copy)
Package Base: epsxe
Description: Enhanced PSX emulator
Upstream URL: https://epsxe.com
Keywords: emulator playstation
Licenses: unknown
Conflicts: bin32-epsxe
Submitter: None
Maintainer: hav3lock
Last Packager: hav3lock
Votes: 229
Popularity: 0.39
First Submitted: 2007-05-02 16:59 (UTC)
Last Updated: 2024-09-14 02:27 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 19 20 21 22 23 24 25 26 27 28 29 .. 33 Next › Last »

aphirst commented on 2013-09-28 18:48 (UTC)

You should add wget to the build-deps

hav3lock commented on 2013-09-02 19:40 (UTC)

Awesome!! I'm so glad to hear that you were able to get epsxe to work, that's so awesome!! :D

eyome commented on 2013-09-02 19:22 (UTC)

Hi, So, I had to install spu plugin AND above all lib32-ati-dri... Now it works, thank you :).

hav3lock commented on 2013-09-02 05:08 (UTC)

@eyome, make sure that you also have a sound plugin, such as 'epsxe-plugin-spu-alsa' installed, since epsxe also requires a sound plugin in order for it to work successfully. The libGL error is probably associated with 'epsxe-plugin-gpu-xgl2', since that plugin is OpenGL2 based, I believe, try installing a sound plugin and using the mesagl plugin as well; if that doesn't work then you're on your own, I'm afraid. Best of luck.

eyome commented on 2013-09-01 19:56 (UTC)

Thank you for your response, I have already try to use epsxe-gpu-mesagl, and it didn't work. I have try to create a symlink, and it doesn't work too :( [eyome@Archlinux ~]$ epsxe * Running ePSXe emulator version 1.9.4. (epsxe:1741): Gtk-WARNING **: Impossible de trouver le moteur de thème dans module_path : « adwaita » (epsxe:1741): Gtk-WARNING **: Impossible de trouver le moteur de thème dans module_path : « adwaita » Gtk-Message: Failed to load module "canberra-gtk-module" * Memory handlers init. load_bios bios/scph1001.bin * ePSXe: PSX BIOS loaded [bios/scph1001.bin]. * Loading ISO Format [MDF/BIN/IMG2352] ok * First/Last track: 1 1 * Track 1: (DATA) - Start 1: (00,02,00) - Length 69:57 * NTSC cdrom detected. (SLUS_012.51) * Init gpu[0][libgpuPeteXGL2.so.2.0.9] libGL error: failed to load driver: r600 libGL error: Try again with LIBGL_DEBUG=verbose for more details. VMware, Inc. Gallium 0.4 on llvmpipe (LLVM 3.3, 128 bits) * Open gpu[0] * Linux input init error. plugins/libspu.so: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type[eyome@Archlinux ~]$ "Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type" means "can't open the shared folder : no folder or file of this type found" Maybe I have a right problem ? What right should be applied on /opt/epsxe/plugins/ ? Why I have libgl error ? Oo

hav3lock commented on 2013-09-01 19:35 (UTC)

Don't sweat it; it's all good. ;)

eyome commented on 2013-09-01 19:27 (UTC)

Sorry, my previous report is far from be complete : I have added my name in games group. I have tested with each videos plugins. My card is ATI R600 and I use free drivers.

hav3lock commented on 2013-09-01 19:26 (UTC)

Uhhh... I don't see any epsxe-related errors (I can't read French) in your comment... lemme check google translate... Okay, so epsxe couldn't load `libgpu.so`, try installing epsxe-plugin-gpu-mesagl and see if epsxe will work then, or do you not have a mesa compatible uhh... video card? Or here, try this: create a symlink from libgpuPeteXGL2.so.2.0.x to libgpu.so, like so: ln -s /opt/epsxe/plugins/libgpuPeteXGL2.so.2.0.9 /opt/epsxe/plugins/libgpu.so and see if that helps.