I got it working here without installing libtinfo5, so, I think this dependency is unnecessary.
Just creating a symlink to ncurses and libtinfo is enough:
# ln -s /usr/lib/libncursesw.so.6 /usr/lib/libncurses.so.5
# ln -s /usr/lib/libtinfo.so.6 /usr/lib/libtinfo.so.5
And like rdoursenaud said, launch ePSXe with:
LD_PRELOAD=libcurl.so.3 epsxe
I hope this helps :)
Search Criteria
Package Details: epsxe 2.0.5-34
Package Actions
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.183404 |
First Submitted: | 2007-05-02 16:59 (UTC) |
Last Updated: | 2024-09-14 02:27 (UTC) |
Dependencies (18)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libarchive (libarchive-gitAUR)
- libcanberra
- libcdio (libcdio-gitAUR)
- libcurl-compat (libcurl-http3-ngtcp2-compatAUR, libcurl-compat-gitAUR)
- libxt
- libxv
- ncurses (ncurses-gitAUR)
- openssl-1.0AUR
- sdl_ttf
- cmake (cmake-gitAUR) (make)
- intltool (make)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber) (make)
- nasm (nasm-gitAUR) (make)
- tar (tar-gitAUR, busybox-coreutilsAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR) (make)
- valgrind (valgrind-gitAUR) (make)
Required by (5)
Sources (12)
- configure_ac.patch
- dfxvideo_cfg_c.patch
- epsxe.desktop
- epsxe.png
- epsxe.sh
- https://archive.org/download/archlinux_pkg_ncurses/ncurses-5.9_20141101-1-x86_64.pkg.tar.xz
- https://www.epsxe.com/files/ePSXe205linux_x64.zip
- https://www.epsxe.com/files/shaders.zip
- Makefile.patch
- pcsxr-1.9.95.tar.gz
- pcsxr-fix-undefined-operations.patch
- peopsxgl_gpu_c.patch
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 33 Next › Last »
<deleted-account> commented on 2016-05-25 05:49 (UTC)
hav3lock commented on 2016-05-24 22:50 (UTC)
I added libtinfo5 to the depends for epsxe and fixed the other depends, but it still is broken, which makes absolutely no sense... :/
hcartiaux commented on 2016-05-23 18:11 (UTC) (edited on 2016-05-23 18:11 (UTC) by hcartiaux)
* I think all lib32- dependencies are useless for the 64 bits binary
* epsxe depends on libtinfo-5 & ncurses5-compat-libs
I still have these errors:
/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-23 15:50 (UTC)
@everyone, so it seems like epsxe now depends on ncurses.5 instead of libtinfo.5, or something like that, but ncurses-5-compat-libs isn't building...so yeah...
helix commented on 2016-05-23 00:31 (UTC)
The GUI now is GTK3-based, correct the dependencies. Plus they have created a 64-bit version which is now in alpha stage.
hav3lock commented on 2016-05-23 00:21 (UTC)
@rdoursenaud, patch merged, thanks again.
hav3lock commented on 2016-05-23 00:08 (UTC)
@rdoursenaud, kk, thanks, sorry for the delay, I'll patch the PKGBUILD right away.
rdoursenaud commented on 2016-05-20 05:51 (UTC)
Here's a patch you may want to use: https://github.com/rdoursenaud/epsxe-arch
rdoursenaud commented on 2016-05-20 05:31 (UTC) (edited on 2016-05-20 05:33 (UTC) by rdoursenaud)
Package for 2.0.2 won't build/install/run on x86_64.
Archive content path is different (Capitalized ePSXe postfixed with linux, version without dots and _x64).
No subdirectories for plugins, bios…
Docs file seems to not be in the expected format.
Executable name is different (Postfixed with _x64).
No keycodes.lst file.
Should depend on ncurses5-compat-libs, libtinfo-5 and libcurl-compat instead of symlinking incompatible 32 bit libraries.
Then launch with LD_PRELOAD=libcurl.so.3 epsxe (Update epsxe.sh and epsxe.desktop).
I believe all of this also applies to the 32 bit version.
Thanks!
DaVinciLord commented on 2016-03-22 18:42 (UTC) (edited on 2016-04-02 19:13 (UTC) by DaVinciLord)
epsxe is just not working with xgl2 gpu plugin. Maybe that's my driver (I use the open source driver not Catalyst). I'll look into that.
EDIT: using Catalyst drivers for my video card, xgl2 gpu plugin works and so works epsxe perfectly except for the audio.
EDIT2: That was fixed by launching epsxe with padsp.
Pinned Comments