zerojay / RetroPie-Extra

A collection of unofficial scripts for adding more emulators/ports/games to RetroPie.
MIT License
309 stars 101 forks source link

Rocksndiamonds aborted run on retropie 4.4 #292

Closed justnibio closed 6 years ago

justnibio commented 6 years ago

Retropie 4.4 on raspberry pi3 b+

Runcommand.log:

Parameters: Executing: /opt/retropie/ports/rocksndiamonds/rocksndiamonds rocksndiamonds: warning: no game controller base mappings found rocksndiamonds: fatal error: LoadCustomImage(): cannot find file 'RocksFontSmall .png' rocksndiamonds: aborting

symbios24 commented 6 years ago

you need to put the original game files in opt/retropie/ports for the game to work

justnibio commented 6 years ago

Should not the game be automatically installed in the correct directory?

justnibio commented 6 years ago

same error. I copied all the content from /opt/retropie/ports/rocksndiamonds in /home/pi/RetroPie/roms/ports/rocksndiamonds but the result is the same. This is the content of the /opt/retropie/ports/rocksndiamonds directory: -rw-r--r-- 1 root root 17982 May 20 10:51 COPYING -rw-r--r-- 1 root root 2155 May 20 10:51 CREDITS drwxr-xr-x 3 root root 4096 May 20 10:51 graphics drwxr-xr-x 3 root root 4096 May 20 10:51 levels drwxr-xr-x 3 root root 4096 May 20 10:51 music -rwxr-xr-x 1 root root 4569968 May 20 10:51 rocksndiamonds drwxr-xr-x 3 root root 4096 May 20 10:51 sounds

symbios24 commented 6 years ago

the game files are missing the port has only the game engine,you need to download the rocksndiamonds game in zip and put the files in the directory i specified

justnibio commented 6 years ago

I confirm. You must copy the directories: conf, docs, graphics, levels, music and sounds from the installation file to /opt/retropie/ports/rocksndiamonds directory. Thanks.

zerojay commented 6 years ago

Closing this as this is something I cannot help with.