RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. crash
    Log in to post
    • All categories
    • A

      Drastic not booting rom

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support drastic crash runcommand error
      5
      0 Votes
      5 Posts
      537 Views
      A

      @buzz Am aware, but i didnt know what the issue was. Thanks.

    • themazingnessT

      Cue files crash, bin files not in the UI's list.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support bin bin cue crash cue files pcsx rearmed
      3
      0 Votes
      3 Posts
      821 Views
      themazingnessT

      @mitu That was it! I renamed the tracks in the .cue file. Thanks for the help!

    • N

      lr-atari800 on Pi 3B+ segfaults at startup with USB joystick attached

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support lr-atari800 crash segfault
      5
      0 Votes
      5 Posts
      746 Views
      N

      @mitu What's weird is that this issue is absent on the Pi 4 (which is the last place I'd expect to see a bug be absent).

    • C

      Minish CAP (GBA) crash

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support minish cap crash bug emulator bug
      6
      0 Votes
      6 Posts
      2k Views
      C

      @zerojay Hi just for clarity it is Lr-GPSP that crashes, Lr-mgba seems to pass this point fine.

    • T

      lr-parallel-n64 paper mario crash

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support bug lr-parallel-n64 n64 crash
      6
      0 Votes
      6 Posts
      1k Views
      A

      @gmesmer Sorry, totally forgot about this. I'm away from my Pi tonight but I'll do that tomorrow.

      Edit: I've done that now, doesn't even load up. Just black screen then back to Emulation Station.

    • J

      Redream crashes to load disk and hangs on games

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support crash dreamcast redream retropie
      2
      0 Votes
      2 Posts
      498 Views
      J

      Sorry for the spelling mistakes but I cannot edit the post anymore (Askimet spam mark).
      Pi Model or other hardware: Pi4 2gb
      RetroPie Version Used: 4.6.7
      Built From: NO BUILD (I added the roms by myself from buid by Ghostware and Damaso and some form CDROM site)
      Error masseg: GDD_ERR_TOUT (and other hangout and crashes)
      Controller Used: Esperanza wireless Gladiator GamePad (with USB dongle)
      Guide used: no giude, installed redream form binary in retropie
      USB Devices connected: wirless airmouse with keyboard (I cannot fins the model name, but its quite old), wireless second gamepad (TY-G103D) with dongle (but the pad is switched off)

    • P

      Redream issues after last update

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support redream dreamcast crash updates
      1
      0 Votes
      1 Posts
      308 Views
      No one has replied
    • Z

      Retropie Crashing Display on RPi4 mid game

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support display crash crash display driver
      11
      0 Votes
      11 Posts
      1k Views
      Z

      @BuZz Thanks Buzz! I have now set it up to boot directly into Retropie. No issues so far.

    • W

      Crashes due to "Graphical Widgets" ?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support widget crash freeze
      2
      0 Votes
      2 Posts
      307 Views
      mituM

      I remember seeing a fix for 1. in RetroArch's repository, but don't remember seeing 2. There's a similar issue for 2., that was fixed after 1.8.9, but it looks like it happens with the new graphical widgets.

    • 4

      Blank Screen After Launching Anything in Configuration Menu

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support blank screen configuration crash fresh install raspberry pi 4
      8
      0 Votes
      8 Posts
      1k Views
      4

      @mitu I added:

      hdmi_ignore_edid=0xa5000080

      to the config.txt in the boot partition, just above

      #config_hdmi_boost=4

      on line #35.

      That seems to do the trick. Excellent, thank you.

    • QuackwalksQ

      lr-pcsx_rearmed crashes after a few minutes (Might be from a particular game)

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support crash psx
      3
      0 Votes
      3 Posts
      414 Views
      V

      Vagrant Story has a bug with lr-pcsx_rearmed in that the game won't recognize its own save file checksums sometimes and it won't let you save the contents of your Container, losing anything you have put into it. You can still save your game progress though. I recommend Save States, but sometimes it will crash when you go to save state...

    • J

      Games crash on startup and return to game select

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support game crash custom image
      4
      0 Votes
      4 Posts
      2k Views
      markyh444M

      @Jaimie2485522 said in Games crash on startup and return to game select:

      I went into the Retropie Setup menu and selected "Update". This updates the Retropie system to the latest version. During the installation it asked 2 times if I wanted to replace some configuration files. I did choose "install the package maintainer's version" : So that replaces the currently installed configuration file.

      This is the reason that only the official install is supported here. Whatever the update replaced configuration file wise was at fault it would seem.

      Always better to start with the original and best 😉

    • theinkT

      Certain Dreamcast Games not loading

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support dreamcast reicast problem booting crash
      2
      1 Votes
      2 Posts
      1k Views
      theinkT

      Ok I understood what was happening.
      There were two more optional Dreamcast emulators that I missed installing.

      The games that were not booting in the Reicast run well on the other two. :)

    • neurocrashN

      lr-atari800 keeps corrupting itself, won't run, indicates segmentation fault (solved!)

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support lr-atari800 not working crash emulator
      3
      0 Votes
      3 Posts
      662 Views
      J

      @neurocrash
      I have the same problem with segmentation fault while running atari emulator.
      I wrote two scripts:
      1 - /home/pi/joyoffon.sh - turn off, wait 30 seconds, turn on controller
      1-1.5 - this is my controller listed by lsusb -t

      sudo echo '1-1.5' | sudo tee /sys/bus/usb/drivers/usb/unbind sleep 30 sudo echo '1-1.5' | sudo tee /sys/bus/usb/drivers/usb/bind

      2 - /opt/retropie/configs/all/runcommand-onstart.sh
      run joyoffon.sh only for atari emulator

      echo "runcommand-onstart.sh" >&2 echo $1 >&2 if [[ $1 == *"atari"* ]]; then echo "This is atari - run script" >&2 /home/pi/joyoffon.sh & fi

      After running atari game I have to wait until controller message appears.

    • DarksaviorD

      Redream crashes..again and no idea how I solved it.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support redream crash crashes dreamcast
      17
      0 Votes
      17 Posts
      7k Views
      S

      @Simrose

      My issue was solved by inolen and updated redream binary made available.

      Thanks
      Sim

    • pjftP

      Pi4 MAME2010 crashing on Tab menu > Inputs

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support mame2010 crash controls
      89
      2 Votes
      89 Posts
      10k Views
      RiverstormR

      @roslof - Nice, that looks right, I appreciate the screenshot.

      @pjft - Thanks for the tip on AdvMAME I'll give it try this weekend.

    • G

      emulation station crash

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support crash ubuntu retropie
      7
      0 Votes
      7 Posts
      339 Views
      G

      Here is a final snippet

      "May 03 12:11:25 lvl3: UIModeController::logInput( Xbox 360 Wireless Receiver (XBOX) ):Button 0, isMappedTo= a, , value=1
      May 03 12:11:25 lvl2: req sound [video.launch]
      May 03 12:11:25 lvl2: (missing)
      May 03 12:11:26 lvl2: Attempting to launch game...
      "
      So no errors.....

      But I have managed to find a fix.

      I'm also using the gtx970 as my sound card. if I disable this retropie works fine.

      Guess this will just be one of these really odd bugs that only effects me :)

      Thank you for your time

    • F

      Sound Error and Final Fanstasy Origins Failure (PSX)

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support sound issue no sound crash final fantasy lr-pcsx-rearmed
      5
      0 Votes
      5 Posts
      796 Views
      mituM

      @fordpickup said in Sound Error and Final Fanstasy Origins Failure (PSX):

      (It didn't solve the weird sound error notification, but hey if it works it works!)

      I think that sound/alsa error comes from EmulationStation, not fro the emulator. Use the EmulationStation menu and play with the Sound settings - Audio Card/Device are the ones that produce this error. Most likely you can change the Audio Card from Default to something else and the error will go away.

    • S

      Emulation Station crashes on startup when I add to gamelist.xml

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulation crash
      21
      0 Votes
      21 Posts
      2k Views
      S

      Thanks for the help.

      To update, it looks like everything is working after disabling the favorites and last played menus. I also updated what I could to the latest; there was a conflict on setup script so that wouldn't go without massaging. I still feel like the underlying problem is still there and would come back if I re-enable, but I'm not going to pursue farther.

    • V

      Will I need to reinstall everything?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help crash
      10
      0 Votes
      10 Posts
      418 Views
      V

      Sorry for the delay in replying. The only other thing in my 'fba' folder is another folder called 'fbneo' which has a file called galaxian.hi (high score I presume) along with other games with .hi extensions. Some files in there have an .fs extension, Galaxian doesn't have an .fs file here though.

      Nothing at all now in the 'fba' folder as my games are now in 'mame-libretro'. No other files in 'mame-libretro' other than the rom zips.

      Hmm....