LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Games (https://www.linuxquestions.org/questions/linux-games-33/)
-   -   I need help running Nestopia on Raspbian (https://www.linuxquestions.org/questions/linux-games-33/i-need-help-running-nestopia-on-raspbian-4175544315/)

ibz096 06-02-2015 07:41 PM

I need help running Nestopia on Raspbian
 
I am trying to run Nestopia on my raspberry pi running raspbian, but everytime I try to run it just closes. I installed Nestopia , by compiling the source code.

Instructions I used to instal sdl2 library:https://solarianprogrammer.com/2015/...started-sdl-2/

code I used to configure SDL2:
Code:

./configure --disable-pulseaudio --disable-esd --disable-video-mir --disable-video-wayland --disable-video-x11 --disable-video-opengl

make

make install

Instructions I used to install nestopia for debian/raspbian:
https://github.com/libretro/nestopia...er/README.unix

Error I am getting:
Code:

nestopia
0 joystick(s) found:

**
(nestopia:9330): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files

**
(nestopia:9330): WARNING **: Can't load fallback CSS resource: Failed to import: The resource at '/org/gnome/adwaita/gtk-fallback.css' does not exist

**
(nestopia:9330): WARNING **: Can't load fallback CSS resource: Failed to import: The resource at '/org/gnome/adwaita/gtk-fallback.css' does not exist


(nestopia:9330): Gtk-WARNING **: Theme parsing error: gtk-dark.css:1:63: Failed to import: The resource at '/org/gnome/adwaita/gtk-main-dark.css' does not exist
Segmentation fault

I have the .css files in another directory. I've tried to create the directory
Quote:

/org/gnome/adwaita/
and tried to cp the .css files to the directory '/org/gnome/adwaita/', but I still get the same error.

And I don't understand the second error. Not the joystick error.

is it possible to change Nestopia's default theme path ?

dijetlo 06-05-2015 06:28 AM

It looks like it could be a bug in an older version of java-gnome used by Debian. According to the mailing list, it's fixed in the latest releases (or at least the latest as of May 2014). Your trying to roll this with raspian, so you need to first find out what version of java-gnome it runs and then see if you can update it to a more recent version, if it's out of date.


All times are GMT -5. The time now is 11:59 PM.