• 8Bitdo SN30 Pro+ USING USB ADAPTERS - Multiple Controllers

    2
    0 Votes
    2 Posts
    711 Views
    mituM

    @fnkngrv said in 8Bitdo SN30 Pro+ USING USB ADAPTERS - Multiple Controllers:

    The controllers are showing in the system as Xbox-360 controllers.
    ....
    I have attempted to use zerojay's controller ID script at least for the LR cores however it doesn't seem to help.

    Which script are you referring to ? If it uses joystick names to re-order the joysticks, then having the same name might confuse the script and the order may not be correct.

  • Help to run ir-neocd in RPi3

    3
    0 Votes
    3 Posts
    561 Views
    G

    @thorr69 Great find! Now i can use verbose logging.

    [INFO] RetroArch 1.8.8 (Git 9552f87)
    [INFO] Redirecting save file to "/home/pi/RetroPie/roms/neocd/Fatal Fury 2.srm".
    [INFO] Redirecting save state to "/home/pi/RetroPie/roms/neocd/Fatal Fury 2.state".
    [INFO] === Build =======================================
    [INFO] Capabilities: NEON VFPv3 VFPv4
    [INFO] Built: Nov 2 2020
    [INFO] Version: 1.8.8
    [INFO] Git: 9552f87
    [INFO] =================================================
    [INFO] Loading dynamic libretro core from: "/opt/retropie/libretrocores/lr-neocd/neocd_libretro.so"
    [INFO] [Overrides] no core-specific overrides found at /home/pi/.config/retroarch/config/NeoCD/NeoCD.cfg.
    [INFO] [Overrides] no content-dir-specific overrides found at /home/pi/.config/retroarch/config/NeoCD/neocd.cfg.
    [INFO] [Overrides] no game-specific overrides found at /home/pi/.config/retroarch/config/NeoCD/Fatal Fury 2.cfg.
    [INFO] [Remaps]: remap directory: /opt/retropie/configs/neogeo/
    [INFO] Redirecting save file to "/home/pi/RetroPie/roms/neocd/Fatal Fury 2.srm".
    [INFO] Redirecting save state to "/home/pi/RetroPie/roms/neocd/Fatal Fury 2.state".
    [INFO] [Environ]: GET_LOG_INTERFACE.
    [INFO] [Environ]: SYSTEM_DIRECTORY: "/home/pi/RetroPie/BIOS".
    [INFO] Core requested VFS version >= v1, providing v3
    [libretro INFO] Using front end provided VFS routines
    [INFO] [Environ]: SET_VARIABLES.
    [INFO] Content loading skipped. Implementation will load it on its own.
    [INFO] [Environ]: SET_INPUT_DESCRIPTORS:
    [INFO] [Environ]: SET_PIXEL_FORMAT: RGB565.
    [libretro ERROR] Invalid CUE sheet: Index 0 is not allowed with pregap.
    [libretro ERROR] Could not open CUE file: /home/pi/RetroPie/roms/neocd/Fatal Fury 2.cue
    [ERROR] Failed to load content
    [INFO] Content ran for a total of: 00 hours, 00 minutes, 00 seconds.
    [INFO] Unloading game..
    [INFO] Unloading core..
    [libretro INFO] NeoCD deinitializing
    [INFO] Unloading core symbols..
    [INFO] [Core Options]: Saved core options file to "/opt/retropie/configs/all/retroarch-core-options.cfg"

    My cue file is correct, i open it on FBNeo....any ideas?

    EDIT: I´ve removed PREGAP 00:02:00 line from .cue and it works in neocd and fbneo.

    Is this make any difference for neocd emulation?

  • 0 Votes
    14 Posts
    5k Views
    dankcushionsD

    @dynamight picodrive has always been the default megadrive emulator for pi 1/0. pi1/0 versions of retropie don't really have any emulators/software related to other pi models installed by default. that's why there's different image downloads.

    emulators can increase in accuracy and requirements, but the ancient versions used for pi1/0 shouldn't.

  • Starting a game from a script file

    10
    0 Votes
    10 Posts
    1k Views
    F

    @teethree89

    2 old projects of mine, perhaps something to peek in :

    https://github.com/FollyMaddy/retropieXstation

    and

    I always use this in the desktop environment, running games directly from the explorer :
    https://github.com/FollyMaddy/RetroRun

  • New pi zero w 2, potential handheld project performance

    Locked
    2
    0 Votes
    2 Posts
    1k Views
    mituM

    Duplicate of https://retropie.org.uk/forum/topic/31548/pi-zero-2-released, you may continue there the discussion.
    Yes, it will make a difference.

  • 0 Votes
    7 Posts
    2k Views
    D

    @dankcushions Thanks a lot for the replies and for this last tip. I've learned a lot with this thread (core options are always saved if modified in-game, I should not mess with them xD, a way to revert them back to defaults...).
    Br,
    Dimas.

  • Raspberry pi booting problems

    2
    0 Votes
    2 Posts
    262 Views
    jamrom2J

    @xys7er

    Not sure. the only way to know that is to plug in one side of your control panel at a time... or remove the LEDs from the buttons and see what happens. Plug them back in one at a time.

    Did you check each switch for continuity? Maybe one of the micro switches is bad giving feedback to the Pi?

    I don't know what power source you are using for the Pi as you didn't mention it, but usually 3.5 amp is the sold standards. That should be enough to drive the LED's as well.

  • RPI4 + HDD(retropie) cloning

    5
    0 Votes
    5 Posts
    530 Views
    K

    @mitu I used Eatcher also for cloning, I wanted to try out all the possibilities.
    source disk:primary.jpg

    destination disk:destination disk.jpg

    as you said partuuid are different . I changed partuuid into cmdline and fstab and it works. the drive starts up with no problem.
    Thank you for your help!!! You are the master!!!

  • NES Roms not loading

    Moved
    8
    0 Votes
    8 Posts
    6k Views
    B

    @deguzler said in NES Roms not loading:

    [libretro WARN] Not an iNES file!
    [libretro INFO] FCEU_MakeFName: /home/pi/RetroPie/BIOS/disksys.rom
    [libretro WARN] FDS BIOS ROM image missing!
    [libretro WARN] An error occurred while loading the file.

    It doesn't detect your rom file as a nes file, so it thinks it might be a fds file, for which you are missing the bios (it's not a fds game anyway, 10 yard fight was not released on fds). Your rom is probably corrupt, but if you are confident it's not then you can always try it with another nes emulator (nestopia or mesen are probably way better choices on a pi4 anyway since they are more accurate and pi4 should be able to handle them).

  • 0 Votes
    5 Posts
    3k Views
    P

    @a1eg said in Joystick not working for Commodore emulator VICE in some games:

    @pscotto1234 THANK YOU
    That did the trick!

    You saved me perhaps a weeks time. I would have been playing around with this, reinstalling the RetroPie image, starting from scratch, trying this that and everything. Then maybe if I was lucky I would have come up with the answer.

    Thank you for saving my time and giving me the answer!
    I wonder why some games are for Joystick 1 and some for Joystick 2.

    I found a lot of help in this forum. I'm very happy when I can help someone else ;)
    Enjoy!

  • This topic is deleted!

    0
    0 Votes
    0 Posts
    12 Views
    No one has replied
  • Quitting a game via command line / ssh

    9
    0 Votes
    9 Posts
    1k Views
    T

    @mitu ah perfect that worked too, thank you very much!

  • Launching Attract Mode from Emulation Station via script

    3
    0 Votes
    3 Posts
    523 Views
    flagrant99F

    @mitu Thx. Never thought of that. Exiting one will just start the other and each will shutdown/save properly. Nice :)

  • where has my sources.list gone?

    2
    0 Votes
    2 Posts
    787 Views
    mituM

    Upgrading the OS is not supported by Raspbian nor RetroPie. You probably have found some instructions on how to upgrade using apt and updating its configuration files in /etc/apt, but it's not a recommended process, especially for a beginner.

    If you wish to use an up-to-date/current version, use the image from http://retropie.org.uk/download. We don't support 3rd party image, as outlined in https://retropie.org.uk/forum/topic/3/read-this-first.

  • 1 Votes
    3 Posts
    387 Views
    B

    @sleve_mcdichael thanks for the report, it should be ok now :)

  • Anyone else issues with PSP lately? (solved)

    12
    0 Votes
    12 Posts
    2k Views
    sirhenrythe5thS

    Got it, someone from the official ppsspp-forum had the final hint.
    I share this here for everyone running in the same issue (which should happen if you updated recently):

    "RE: graphical issues since last update
    Turn off the vertex cache setting.

    It used to be accidentally disabled in code, but we re-enabled it recently. It seems to be malfunctioning on some devices now, though. It was accidentally broken for several stable versions."

  • Low volume on videos with OMX+PCM

    6
    0 Votes
    6 Posts
    505 Views
    mituM

    @binarymessiah said in Low volume on videos with OMX+PCM:

    Yeah not using OMX leaves me with no sound in the video snaps

    That means the vlc built-in video player doesn't have the right audio settings. I remember now a while back a similar topic with the audio output from the Picade, the issue was that the I2S card doesn't have a volume control exposed to ALSA, so the volume slider has little effect.

    Does alsamixer show any volume control for your card ? I assume that the configuration for the Picade has disabled the on-board audio, otherwise in-game sound wouldn't have worked.

  • Buggy settings menu

    6
    -8 Votes
    6 Posts
    1k Views
    B

    @lister-of-smeg said in Buggy settings menu:

    "I really dont have time to read that all, sorry."

    I'll also add https://retropie.org.uk/forum/topic/29316/how-can-you-play-with-this-input-lag to his best-of.

  • Is lr-atari800 still totally broken?

    2
    0 Votes
    2 Posts
    461 Views
    jamrom2J

    @jimmyfromthebay

    There is nothing wrong with the lr-atari800 build Did you put the right BIOS roms where they need to be? Are you running good ROMs. Make sure to check what's in the ROM files and not that they are double zipped...some downloads have that issue

    Also..did you follow this?

    once you have the correct BIOS files in place and the emulator(s) working. I highly suggest taking some time to go through this build setup for lr-atari800/5200.

    Without it, your systems will work, but look nothing like they should, especially the a800 side.

    https://retropie.org.uk/forum/topic/22392/lr-atari800-5200-artifacting-basic-and-other-guidance

  • problem with error log /dev/tty1: Permission denied

    18
    0 Votes
    18 Posts
    2k Views
    K

    @mitu said in problem with error log /dev/tty1: Permission denied:

    @kounabi22 said in problem with error log /dev/tty1: Permission denied:

    i fix it by change the theme to carbon.

    That's just a workaround, you probably have too little memory allocated to the GPU - either in config.txt or in EmulationStation (or both).

    As for the audio settings, you should probably have change:

    Audio card should be set to 'Default' Audio device should be set to 'HDMI' OMX Player Audio device should be fine as it is, or you can set it to Alsa.

    i try audio card default but i get no sound with audio device "hdmi" only "master" option works.
    omx player alsa is fine.

Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.