You can fix the N64 black screen yourself: 1) press F4 to quit emulationstation 2) press ALT+F2 to show command 3) login with user "root" and password "recalboxroot" 4) enter: "cd ../recalbox/scripts" 5) enter: "nano emulatorlauncher.sh" to start editing the file 6) scroll all the way down and change the "4" in "2" at this line: "if [[ "$emulator" == "n64" ]]; then "/recalbox/scripts/runcommand.sh 4 "SDL_VIDEO_GL_DRIVER=/usr/lib/libGLESv2.so mupen64plus --corel..." 7) press CTRL+X to quit the editor and press "Y" to save the file enter: "reboot" to restart the pi.
Latest posts made by ewout-timmer
-
RE: 3.3.0? what happened
-
RE: Mini How-To : You can help
I've managed to get the controllers and keyboard working again after quiting Kodi. For me the problem was the CEC Adapter that put the devices in standby after stopping Kodi (and shutting down the TV). First start Kodi and go to: System > settings Next go to: system > Input devices > Peripherals > CEC Adapter Uncheck Send 'inactive source' command when stopping Kodi Uncheck Put devices in standby mode when putting the PC in standby Exit Kodi will still cause Kodi to crash (or nothing to happen). instead use: Power off System or Reboot to quit Kodi. The controllers will work again!
-
RE: N64 sound but no video
I got it working again:
1) press F4 to quit emulationstation 2) press ALT+F2 to show command 3) login with user "root" and password "recalboxroot" 4) enter: "cd ../recalbox/scripts" 5) enter: "nano emulatorlauncher.sh" to start editing the file 6) scroll all the way down and change the "4" in "2" at this line: "if [[ "$emulator" == "n64" ]]; then "/recalbox/scripts/runcommand.sh 4 "SDL_VIDEO_GL_DRIVER=/usr/lib/libGLESv2.so mupen64plus --corel..." 7) press CTRL+X to quit the editor and press "Y" to save the file 8) enter: "reboot" to restart the pi.
-
RE: Mini How-To : You can help
I've got N64 working. The solution is in the emulatorlauncher.sh script. The emulator is launched with optioneel "4" (all the emulators are) I've changed the setting to "2" and now N64 is working again! I changed the same setting for ScummVM and the bug where only 4/5th part of the screen was showing is fixed!