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

      Help with runcommand and launch script to run keyboard hack file via intellivision!

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help intellivision launch script
      19
      0 Votes
      19 Posts
      3k Views
      X

      @mitu Once again, I tip my hat to you.

    • T

      Help me out

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help text boot
      28
      0 Votes
      28 Posts
      6k Views
      S

      @tzdig don't write/drag/put anything before certutil.

    • E

      Special LCD board for some machines?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support parts help
      1
      0 Votes
      1 Posts
      250 Views
      No one has replied
    • R

      Problem with Dragonrise on games

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help dragonrise raspberry3
      3
      0 Votes
      3 Posts
      1k Views
      nunna78N

      Hi @Ruidog

      I got some troubles too with two DragonRise controllers and a PI3b+.
      Look at this thread, it helped me:

      https://retropie.org.uk/forum/topic/9259/so-close-dragonrise-arcade-sticks-and-button-sets-joystick-on-a-player-reverses/6

    • D

      Emulationstation main menu help

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help
      5
      0 Votes
      5 Posts
      439 Views
      S

      @dizmodawg you know what I'm looking at the Daphne documentation and it looks like it's a bit more involved than most other emulators. Usually, I would add the new <extensions> to the entry in ~/.emulationstation/es_systems.cfg, and then add the new emulator line(s) in /opt/retropie/configs/[system]/emulators.cfg.

      But Daphne has that weird folder structure, where there's a roms folder with the .zip files but that's not the game entry, the *.daphne folders are the game entries. And the Daphne system doesn't read .zip files as entries but the Arcade system does, so if you merge them in this same way, then your "Arcade" system will have a weird "roms" sub-folder in it with a bunch of zip files that don't work...

      In this case, I think maybe it's better off leaving it a separate system.

    • A

      Stuck on a splashscreen/command prompt!

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help bootfail
      4
      0 Votes
      4 Posts
      693 Views
      S

      @adamantiumpimp said in Stuck on a splashscreen/command prompt!:

      @exarkuniv Apologies for my ignorance. Is it the PlayBox part of it that is the rebuild? Sorry I'm just now getting into all of this and am unfamiliar with the lingo.

      It is impractical to provide support for a system that neither you nor we know how is configured. *Pre-built, aka third-party (anyone[3] who's not you[2] or the RetroPie project[1]) systems are not supported. The only supported configurations are the official SD images available on the download page or installed on top of an existing OS using the setup script.

      We will gladly help you through the process if you'd like to start over with the default image and build a system yourself. Or, you can contact the author of your custom build and ask them to provide support for the system that they have configured.

    • KeyranTrio666K

      Retro Pie not getting past this screen...

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support retro pie help advice
      10
      0 Votes
      10 Posts
      1k Views
      KeyranTrio666K

      I think I got it working finally! Thanks a lot for the help, it's much appreciated!

    • B

      PCSX2 Install on Ubuntu 20.04

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help pscx2 ubuntu 20.04
      4
      0 Votes
      4 Posts
      3k Views
      H

      After trial & error, I have pcsx2 libretro core up and running on Ubuntu 20.04
      Hopefully somebody can turn this chaos into an unofficial script.
      Keep in mind that I'm rusty with retropie configs.

      Okay so.. Here we go.

      sudo apt remove gcc-9 g++-9 sudo apt install cmake g++-10-multilib libaio-dev libasound2-dev libcairo2-dev libegl-dev \ libegl1-mesa-dev libgdk-pixbuf2.0-dev libgirepository-1.0-1 libgl-dev libgl1-mesa-dev \ libgl1-mesa-dri libgles-dev libgles-dev libgles2-mesa-dev libglib2.0-dev libglu1-mesa-dev \ libglu1-mesa libglvnd-dev libglx-dev libglx-mesa0 libglx0 libgtk-3-dev libgtk2.0-dev \ libharfbuzz-dev libllvm10 liblzma-dev libpango1.0-dev libpcap0.8-dev libpulse-dev \ libsdl2-dev libsamplerate0-dev libsoundtouch-dev libwxgtk3.0-gtk3-0v5 libwxgtk3.0-gtk3-dev \ libx11-xcb-dev libxext-dev libxft-dev libxml2-dev portaudio19-dev zlib1g-dev ccache sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 10 sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 10 sudo update-alternatives --install /usr/bin/cc cc /usr/bin/gcc 30 sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++ 30 git clone https://github.com/libretro/pcsx2.git && cd pcsx2 && mkdir build && cd build cmake .. -Wno-dev cmake .. -DLIBRETRO=ON -DCMAKE_BUILD_TYPE=Release make -j$(nproc) cd ../bin

      If everything goes right, there should be a "pcsx2" folder in the "bin" folder of the root folder.

      Make a "lr-pcsx2" folder in "opt/retropie/libretrocores" and move the "pcsx2_libretro.so" into it.

      pcsx2-libretros bios seem to be hardcoded to one spot.. otherwise segmentation fault.

      Make a "pcsx2" folder in "Home/Retropie/BIOS" and move the "pcsx2" folder from the "bin" folder into it.

      Yeah its weird.. the folder tree should look like:

      "Home/Retropie/BIOS/pcsx2/pcsx2/bios"

      And of course have all your ps2 bios files in that last folder.

      Now if you have pcsx2 stand alone installed..

      Go into "opt/retropie/configs/ps2" folders, otherwise make one.

      Edit your "emulators.cfg" and paste this:

      lr-pcsx2 = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-pcsx2/pcsx2_libretro.so --config /opt/retropie/configs/ps2/retroarch.cfg %ROM%"

      Make a "retroarch.cfg" and paste this:

      system_directory = "~/RetroPie/BIOS/pcsx2"

      Now load a ps2 game, be sure to set your runcommand to "lr-pcsx2" and cross fingers.

      gcc-9 will be installed whenever you update your retropie emu's.
      So you have to go through the compiling procedures above any time you want to update pcsx2-libretro.
      Actually after a few times it seems gcc-9 and gcc-10 are installed.

      Keep in mind these are alpha builds and purely x64 so no software mode.

      Edit your es_systems.cfg to accept .chd in the ps2 section.

      If someone can make an unofficial script out of this. It would be appreciated.

    • P

      Where to start with Entex Adventurevision?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support entex adventurevision help
      3
      0 Votes
      3 Posts
      563 Views
      DTEAMD

      @plastyk
      Try this simple tutorial here : Development of module-script generator for lr-mess and mame standalone
      You will be able to run it with Lr-Mess and MAME standalone.
      The name of the game folder will be svision (for supervision),

    • D

      Is it possible to run Virtualbox in RetroPie?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help
      4
      0 Votes
      4 Posts
      355 Views
      mituM

      @dktpi then no, it's not possible. Virtualbox runs only on a PC system (Intel/AMD CPUs) and not on a Pi (which has an ARM CPU).

    • D

      8BitDo SN30 Pro not working with the USB cable, I have to wait a few minutes first.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support 8bitdo sn30 pro help
      3
      0 Votes
      3 Posts
      573 Views
      D

      @mitu Thanks, it worked

    • JillyOJ

      Error loading image

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help
      3
      0 Votes
      3 Posts
      240 Views
      S

      @jillyo what is the filename of the image file you downloaded? Are you sure you got the right one for Pi3?

    • K

      Pi that was Previously Connected to WiFi with Static IP no longer Connects?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support wifi help
      4
      0 Votes
      4 Posts
      521 Views
      K

      @jamrom2 So, I'm not sure how to wipe static IPs from the system. It keeps saying the IP is unknown, as it can't connect.

    • K

      doom wads not working

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support doom help wad rom emulatorhelp
      3
      0 Votes
      3 Posts
      866 Views
      S
      [libretro ERROR] retro_load_game: couldn't read WAD header from '/home/pi/RetroPie/roms/ports/doom/doom2/DOOM2.WAD' [INFO] [Environ]: SET_MESSAGE: ROM loading failed... [ERROR] Failed to load content

      Looks like it doesn't like your WAD. Try using another source. I've found one that works; I can't tell you where to get it but I can probably get away with sharing the crc32 and md5sum to help you determine if you've found the right one:

      pi@retropie:~/RetroPie/roms/ports/doom/doom2 $ crc32 DOOM2.WAD ec8725db pi@retropie:~/RetroPie/roms/ports/doom/doom2 $ md5sum DOOM2.WAD 25e1459ca71d321525f84628f45ca8cd DOOM2.WAD
    • K

      Neo Geo Roms wont start

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support neogeo help emulator issue troubleshooting
      7
      0 Votes
      7 Posts
      7k Views
      K

      @dankcushions luckily i found the bios needed thanks

    • K

      Extremely Slow emulation station and games running slow

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help pi 4 support helpandsupport lag
      17
      0 Votes
      17 Posts
      4k Views
      K

      @kingcosmuder thats all i got running the command however i tired some dreamcast using redream and both games i tried, sonic adventure and marvel vs capcom 2 both ran 60 fps consistently so i believe its working now

    • G

      How to add manually an emulator to retropie?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support emulator fbneo retropie help fba
      15
      0 Votes
      15 Posts
      5k Views
      G

      @barbudreadmon ok, thanks for faster reply.

    • omission229O

      How to make Gameboy Zero

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help retropie rpi0 diy gameboy
      24
      0 Votes
      24 Posts
      6k Views
      lostlessL

      @omission229 The question should not be will it work, in electronics the question should be how can I make this work? The only limiting factor is your drive to learn and how much work you want to put into a project.

    • J

      Red pixelation, massive screen tearing/flicker, and control issues.

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help monitor
      9
      0 Votes
      9 Posts
      1k Views
      dankcushionsD

      @jhstoke what image did you install? please fill out all of https://retropie.org.uk/forum/topic/3/read-this-first

      config_hdmi_boost is ignored for raspberry pi 4 btw.

    • R

      controller issues in rom

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support help
      2
      0 Votes
      2 Posts
      265 Views
      R

      @retronaff i figured it out -- if you have a keyboard plugged in, you need to go into your RA settings and change your joystick to your Playstation controller instead of keyboard.