Hi man, thank you for this awesome emulator.
By the way, I'm getting this error when running makepkg:
error: target not found: ncurses5-compat-libs ==> ERROR: 'pacman' failed to install missing dependencies.
Any idea what's going on?
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) |
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 33 Next › Last »
Hi man, thank you for this awesome emulator.
By the way, I'm getting this error when running makepkg:
error: target not found: ncurses5-compat-libs ==> ERROR: 'pacman' failed to install missing dependencies.
Any idea what's going on?
2 things:
1- It is crashing all of a sudden with an output like:
...
* Frames per second (49.539) - Time 49 frames -> 0.989 seconds.
* Frames per second (49.588) - Time 49 frames -> 0.988 seconds.
* Frames per second (50.150) - Time 49 frames -> 0.977 seconds.
unknown opcode 0001FFFF at 80099098
* Closing core spu...
* Closing gpu ...
* Shutdown gpu [0]
* Closing ISO system.
2- There is a warning on every launch:
/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)
ln -sf "$HOME/.${pkgname}rc" -T "${pkgdir}/opt/${pkgname}/.${pkgname}rc"
This line results in a broken link, should be:
ln -sf "$HOME/.${pkgname}/${pkgname}rc" -T "${pkgdir}/opt/${pkgname}/.${pkgname}rc"
==> Validando source arquivos com md5sums... ncurses-6.0-20170902.tgz ... Passou ncurses-6.0-20170902.tgz.asc ... Ignorada ==> Verificando assinatura de arquivo fonte com gpg... ncurses-6.0-20170902.tgz ... FALHOU (chave pública desconhecida 702353E0F7E48EDB) ==> ERRO: Uma ou mais assinaturas PGP não puderam ser verificadas!
O erro acima é do AUR. O erro abaixo é do "ePSXe executable (Linux 64bits)" que retirei do site do EPSxe:
./epsxe_x64: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
O pacote "ncurses5-compat-libs" não resolve o problema.
Pinned Comments