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.187147
First Submitted: 2007-05-02 16:59 (UTC)
Last Updated: 2024-09-14 02:27 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 17 18 .. 33 Next › Last »

di72nn commented on 2016-07-11 09:47 (UTC)

Archives do not contain a directory anymore. This seems to fix it: package () { if [[ $CARCH == "x86_64" ]]; then binary="${pkgname}_x64" else binary="${_pkgname}" fi cd "${srcdir}" ... }

hav3lock commented on 2016-06-04 00:19 (UTC) (edited on 2016-06-04 00:19 (UTC) by hav3lock)

@Everyone, for anyone having trouble using the 32-bit plugins, you can download a snapshot of epsxe, and build it with `CARCH=i686` and it will be built as a 32-bit package allowing you to use, in theory at least, the 32-bit plugins available on the AUR.

FernandoBasso commented on 2016-05-29 10:24 (UTC)

@hav3lock: Yep. It worked here as well when running epsxe from the command line! Thanks a bunch.

hav3lock commented on 2016-05-28 21:40 (UTC)

@Everyone, it's fixed, or at least it works on my machine. /usr/bin/epxse should also work again.

FernandoBasso commented on 2016-05-28 11:18 (UTC)

As @ReiDaCocada mentioned, I did these steps: cd /opt/epsxe/ sudo mv libncurses.so.5 libtinfo.so.5 /usr/lib/ LD_PRELOAD=libcurl.so.3 /opt/epsxe/epsxe Then it _worked_. I got these messages, though: /opt/epsxe/epsxe: /usr/lib/libncurses.so.5: no version information available (required by /opt/epsxe/epsxe) /opt/epsxe/epsxe: /usr/lib/libncurses.so.5: no version information available (required by /opt/epsxe/epsxe) /opt/epsxe/epsxe: /usr/lib/libcurl.so.3: no version information available (required by /opt/epsxe/epsxe) /opt/epsxe/epsxe: /usr/lib/libcrypto.so.1.0.0: no version information available (required by /opt/epsxe/epsxe)

<deleted-account> commented on 2016-05-28 00:26 (UTC)

@hav3lock I did had the same problem that FernandoBasso have. Indeed, using "LD_LIBRARY_PATH+=:/opt/epsxe" or running just "epsxe" from the terminal did nothing here :\ For making ePSXe run, I had to use the old command, in ePSXe directory: LD_PRELOAD=libcurl.so.3 /opt/epsxe/epsxe Edit: I tested again here, and the ePSXe did not detect the libs on the /opt/epsxe/ folder. It only worked here after I moved the symlinks (libncurses and libtinfo) from /opt/epsxe/, to /usr/lib folder.

FernandoBasso commented on 2016-05-27 21:49 (UTC)

If I run it from the command line, the terminal just hangs until I hit Ctrl+c. From Xfce menu, I get: Failed to execute child process "LD_LIBRARY_PATH+=:/opt/epsxe" (No such file or directory)

hav3lock commented on 2016-05-27 06:57 (UTC)

Okay, so my fix didn't work, hmmm.. /opt/epsxe/epsxe: /usr/lib/libncurses.so.5: no version information available (required by /opt/epsxe/epsxe) /opt/epsxe/epsxe: /usr/lib/libncurses.so.5: no version information available (required by /opt/epsxe/epsxe) /opt/epsxe/epsxe: /usr/lib/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by /opt/epsxe/epsxe) /opt/epsxe/epsxe: /usr/lib/libcrypto.so.1.0.0: no version information available (required by /opt/epsxe/epsxe)

hav3lock commented on 2016-05-27 05:57 (UTC) (edited on 2016-05-27 05:57 (UTC) by hav3lock)

@ReiDaCocada, your suggestions have been merged into the PKGBUILD, so running just `epsxe` should work as before. Yay!

hav3lock commented on 2016-05-27 05:42 (UTC)

@ReiDaCocada, it does help! Thanks a bunch!