SNES9x4P doesn't load.


TyBO123

Still Fresh
Joined
Feb 28, 2006
Messages
38
Hello,

I'm having a problem getting SNES9x4P to run on my Pandora.

When I try to run it from MiniMenu, it just boots right back into MiniMenu. And when I select SNES9x4P from XFCE, nothing happens.

I've seen people posting output files from launching PNDs. Is there an easy way for me to do that? Would that help SNES9x4P to load?

Thanks in advance.
 
Interesting.

The log file is int your /tmp directory. It's called .pndrun_snes9x4p.out or something like that.
 
Hmm...

Assuming the only log file in the /tmp directory is the one of the last PND you loaded, it appears to not be creating one. The only log file I see is pndrun_frogatto.out. with Frogatto being the last application before SNES9x4P that I loaded.
 
It should have one for each pnd you ran.

If you run "pnd_run /path/to/snes9x4p.pnd" in the terminal you can see the information that it normally writes to the log
 
Last edited by a moderator:
It should have one for each pnd you ran.

If you run "pnd_run /path/to/snes9x4p.pnd" in the terminal you can see the information that it normally writes to the log
OK, I did this command and here's the output:

Code:
john-openpandora:~$ pnd_run /media/PANDORASD/snes9x4p_20120226.pnd
Runscript /usr/pandora/scripts/pnd_run.sh
Pndfile
/media/PANDORASD/snes9x4p_20120226.pnd
Subapp Number 0
Invoking: 'Snes9x4P'
--
Mount the PND
[SUCCESS]
Starting the application (./run.sh )
[ FAILED]
Restoring the frame buffer status
[SUCCESS]
uMount the PND
[SUCCESS]
john-openpandora:~$
 
Looking at your pnd_run output looks like things are in the wrong folders. 

Standard conventions to place PNDs, while some PNDs will run in wrong directories it's best to place them in the proper pandora folders.

/media/YOURSDCARDNAME/pandora/menu   <---XFCE menu
or 
/media/YOURSDCARDNAME/pandora/desktop    <-- Desktop

or

/media/YOURSDCARDNAME/pandora/apps  <-- Both Menu and Desktop

you also need to create this directory for data to be saved properly:

/media/YOURSDCARDNAME/pandora/appdata
 
 
Last edited by a moderator:
OK, I put SNES9x4P (as well as all my other PNDs) in...

/media/YOURSDCARDNAME/pandora/menu

... and I'm still getting the same output, with [FAILED] after starting the application

There was already a /media/YOURSDCARDNAME/pandora/appdata directory.
 
Try to delete the pnd and the appdatadirectory.
Then redownload the pnd from repo.openpandora.org and try again.
 
Try to delete the pnd and the appdatadirectory. Then redownload the pnd from repo.openpandora.org and try again.
Hooray! SNES9x4P now opens after I did this.

I guess it was the appdata directory that was causing problems.

Either way. thanks mcobit, and everyone who offered assistance.  :)
 
Back
Top