LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem in running gfceux (https://www.linuxquestions.org/questions/linux-newbie-8/problem-in-running-gfceux-708764/)

sumeet inani 03-03-2009 01:08 AM

problem in running gfceux
 
Hello,I am using openSUSE 10.3 with GNOME desktop.I installed gfceux ,emulator for nes games, with ./configure,make & make install.Everything went fine no errors were reported of anything missing.When I run gfceux,the graphical frontend of this emulator, then following error occurs.

gfceux ERROR Code 24:
Couldn't load the UI data.

WHAT SHOULD i DO ?

bradpitcher 12-25-2009 05:37 PM

I know it's been forever since this question was asked, but maybe my answer can help someone else. I opened up '/usr/local/share/gfceux/gfceux.glade' and found this line (3rd line):
Code:

<requires lib="gtk+" version="2.16"/>
Well, I realized that the version of gtk it asked for was higher than the version I had, so I changed it to 2.14 and it seems to work great now. I haven't tested everything, but it runs and I'm happy about it. You can tell what version you have by typing in a terminal:
Code:

ls /usr/lib/libgtk-*
Mine said /usr/lib/libgtk-x11-2.0.so.0.1400.4 which is 2.14.4. I guess you ignore all the extra 0's in there.


All times are GMT -5. The time now is 02:58 AM.