You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
david@nbdt:~/dev/pcsxr$ ./gui/pcsxr
Configuration file /home/david/.pcsxr/pcsxr.cfg couldn't be found
No default plugin could be found for
No default plugin could be found for
No default plugin could be found for
No default plugin could be found for
No default plugin could be found for
No default plugin could be found for
Picking default plugin: HLE
** (pcsxr:21791): WARNING **: Error: interface could not be loaded!
giving up
The text was updated successfully, but these errors were encountered:
MaddTheSane
pushed a commit
to MaddTheSane/PCSX-Reloaded
that referenced
this issue
May 22, 2018
trying to install on debian stretch because the pcsxr deb package is broken and keyboard doesnt work.
apt install autoconf intltool libtool automake libglib2.0-dev libxml-parser-perl libgtk-3-dev libsdl2-dev
fix windows newline in autogen.sh
vim autogen.sh
:%s/{Ctrl-v}{Ctrl-m}/\r/g
./autogen.sh
some stuff breaks again, so open confiure
vim configure
:%s/{Ctrl-v}{Ctrl-m}//g
at some point this error comes up
"po/Makefile.in.in was not created by intltoolize"
fix:
autoreconf --install
intltoolize
autoreconf
./configure
make
tried to run ./gui/pcsxr but it failed to load.
david@nbdt:~/dev/pcsxr$ ./gui/pcsxr
Configuration file /home/david/.pcsxr/pcsxr.cfg couldn't be found
No default plugin could be found for
No default plugin could be found for
No default plugin could be found for
No default plugin could be found for
No default plugin could be found for
No default plugin could be found for
Picking default plugin: HLE
** (pcsxr:21791): WARNING **: Error: interface could not be loaded!
giving up
The text was updated successfully, but these errors were encountered: