]Solved]Black screen and auto close :(
-
hi guys took a while making arcades (whith and old pc and windows) and decided to try recalbox, and works quite well on RP2, I could run almost all the systems but I have 2 problems, when i select a game (Famicom and GBA) just go to black screen and close :(, and N64 is black whit sound. I try to do: https://github.com/digitalLumberjack/recalbox-os/wiki/N64-%3A-sound-ok-but-black-screen-(EN) but after Enter: (nano emulatorlauncher.sh to edit the file) but all is just black like a old MS-DOS program and there is no line of code to change i need some help
-
i solved thanks :3
-
Great! but...<span id="result_box" class="short_text" lang="en"><span class="hps">how did you do it?</span></span> (I have the same problem: start N64 game...black screen...and return and close)
-
<span class="st">i follow this instructions (wiki) </span> <div class="markdown-body"> N64 emulator is in beta phase. Some games works perfectly, others not. When you launch a game, it may happen that you have sound but no video. This a possible solution : Press F4 to quit Emulationstation Press ALT+F2 to display the command console Login with "root" user and "recalboxroot" password Enter:
cd ../recalbox/scripts
Enter:nano emulatorlauncher.sh
to edit the file Find those lines and replace "4" with "2"if [[ « $emulator » == « n64″ ]]; then /recalbox/scripts/runcommand.sh 4 « SDL_VIDEO_GL_DRIVER=/usr/lib/libGLESv2.so mupen64plus –corel…
Press CTRL+X to quit editor then "Y" to save the changes. Enterreboot
to reboot the RaspBerry Pi. </div> -
That is only right on recalbox 3.2.11 version, no more on 3.3.0 beta.