Retroarch Not Working? Here's a Bunch of Fixes (2024)

Retroarch Not Working? Here's a Bunch of Fixes (1)

For a growing number of users, RetroArch is the ultimate hub of everything emulation-related. It doesn’t do RetroArch justice just to call it a “frontend” for every console emulator imaginable because all the great emulators can be integrated into it, downloaded, and loaded up as “cores” within seconds. However, such a vast platform with so much going on inevitably runs into problems. ROMs may fail to scan, emulators run too slowly, and controllers don’t get detected. Here we run through the most common RetroArch issues and approaches to get it working again.

Content

  • 1. PS1 Cores Not Working
  • 2. N64 Cores Not Working
  • 3. Game Slowdown and Audio Crackling
  • 4. Retroarch Not Scanning ROMs
  • 5. Retroarch Crashing Before Game Loads
  • 6. Cores Not Downloading
  • 7. Quick and Easy Playlist Creation
  • Frequently Asked Questions

1. PS1 Cores Not Working

Of all the cores on RetroArch, the PlayStation 1 cores are probably the trickiest to get working. It’s not too complicated, but there are a couple of things to bear in mind. Below you can find the critical adjustments required for the PS1 cores to function accordingly.

Here’s how to fix PS1 cores not working:

  1. First, you must download PS1, “SCPH5500,” “SCPH5501,” and “SCPH5502” BIOS files.
Retroarch Not Working? Here's a Bunch of Fixes (2)
  1. Place them in the “system” folder in your RetroArch directory.
Retroarch Not Working? Here's a Bunch of Fixes (3)

Note: the “SCPH” files need to be named as they are above; otherwise, they won’t work. Also, you must extract the PSX games and have the “bin” and “cue” files in the same folder to work correctly.

Depending on which core you’re using, you may need help with the renderer you’re using for your games. Beetle PSX HW, for instance, is the most popular and assertive PS1 core but requires enabling the Vulkan video driver, or it won’t work as it should.

Here’s how to enable the Vulkan video driver on RetroArch:

  1. Open “Settings” from the left panel and click on “Video.”
Retroarch Not Working? Here's a Bunch of Fixes (4)
  1. Pick “Output” on the next screen.
Retroarch Not Working? Here's a Bunch of Fixes (5)
  1. Select “Video.”
Retroarch Not Working? Here's a Bunch of Fixes (6)
  1. Choose “Vulkan” from the list.
Retroarch Not Working? Here's a Bunch of Fixes (7)

Learn: the ultimate guide to SNES emulation on RetroArch.

2. N64 Cores Not Working

The two primary N64 cores in RetroArch are ParaLLEl N64 and Mupen64Plus. If you run your other RetroArch cores using the Vulkan video driver, you may encounter problems with both N64 cores. Namely, neither core works with the Vulkan driver by default.

Here’s how to fix Mupen64Plus on RetroArch:

  1. Open “Settings” from the left panel and click on “Video.”
Retroarch Not Working? Here's a Bunch of Fixes (8)
  1. Pick “Output” on the next screen.
Retroarch Not Working? Here's a Bunch of Fixes (9)
  1. Select “Video.”
Retroarch Not Working? Here's a Bunch of Fixes (10)
  1. Choose “gl” from the list.
Retroarch Not Working? Here's a Bunch of Fixes (11)

Note: Annoyingly, you can’t save this setting just for the N64 core and need to manually switch it whenever you use cores that use the GL and Vulkan drivers.

3. Game Slowdown and Audio Crackling

These two issues often go hand in hand, and you may have experienced them on some of the more demanding cores, like the Vulkan-based PS1 core Beetle PSX HW. Accordingly, the game suffers a “dragging” effect on both video and sound, making it highly unpleasant to play.

Here’s how to fix game slowdown and audio crackling on RetroArch:

  1. Right-click on the “Start Menu” and open “Power Options.”
Retroarch Not Working? Here's a Bunch of Fixes (12)
  1. Open the drop-down next to “Power mode” and choose “Best performance.”
Retroarch Not Working? Here's a Bunch of Fixes (13)

With High performance selected, your CPU will stop unnecessarily throttling your games.

Tip: If the audio issue is due to Windows system, you can reset all audio settings in Windows.

4. Retroarch Not Scanning ROMs

When you want to add new ROMs or games to RetroArch, you should first ensure the databases are up to date to ensure that RetroArch has the latest information for detecting your ROMs. That way, the platform has access, and everything goes smoothly.

Here’s how to update RetroArch databases:

  1. Go to the “Main Menu” from the left panel and open “Online Updater.”
Retroarch Not Working? Here's a Bunch of Fixes (14)
  1. Scroll to the bottom and click “Update Databases.”
Retroarch Not Working? Here's a Bunch of Fixes (15)

Note: If you try adding ROMs using “Scan Directory” or “Scan File,” remember RetroArch will only scan for the file types associated with your already-installed cores.

Another complication with scanning for PS1 games is having a cue file along with the main image file (BIN or ISO) for RetroArch to scan it. However, you can still fix it using the Niels Buus online tool, specifically developed to resolve the issue.

Here’s how to utilize Niels Buus to fix the cue file complication:

  1. Go to Niels Buus and upload your “bin” files.
Retroarch Not Working? Here's a Bunch of Fixes (16)
  1. Copy the content in the text area into a new notepad, and save it as a “cue” file.
Retroarch Not Working? Here's a Bunch of Fixes (17)
  1. Place it in the same folder as the main image file.
Retroarch Not Working? Here's a Bunch of Fixes (18)

5. Retroarch Crashing Before Game Loads

There are so many reasons why RetroArch may crash that we’ve decided to pick the most common ones so that they apply to a broad spectrum of people. Firstly, you should update your graphics card drivers. This one applies mainly to people on mid-lower-end systems who may struggle with the fact that RetroArch runs on the OpenGL graphics API by default.

Here’s how to update graphic card drivers to fix RetroArch crashing before the game loads:

  1. Go to the “RetroArch” directory on your device and open “retroarch.cfg” with Windows “NotePad.”
Retroarch Not Working? Here's a Bunch of Fixes (19)
  1. Scroll down to “video_driver,” change the parameters from “gl” to “d3d,” then press Ctrl + S to save the changes.
Retroarch Not Working? Here's a Bunch of Fixes (20)

Note: You can’t use the slick XMB-style RetroArch UI anymore, but more importantly, you should be able to run games.

Another option for people on older operating systems or with older hardware is to download the MSVC versions of RetroArch instead of the default MinGW version.

MSVC2005 is designed for pre-Windows XP systems, while MSVC2010 is from Windows XP onward, but some people have reported that it helps them even when using Windows 10 on older machines, so it’s worth a pop.

Here’s how to download and install the MSVC version of RetroArch:

  1. Go to the Liberto download page, use the left side panel to find the desired MSVC version of Retroarch, and “Download” it.
Retroarch Not Working? Here's a Bunch of Fixes (21)

6. Cores Not Downloading

If you’re trying to download the cores/emulators for all your favorite home consoles, such as Xbox, and it’s not working, there’s a chance that the core updater in RetroArch doesn’t link to the place where it sources its cores.

Here’s how to fix RetroArch cores not downloading:

  1. Open the Liberto Buildbot on a browser.
Retroarch Not Working? Here's a Bunch of Fixes (22)
  1. Navigate to the directory on the site that corresponds to your system until you open a folder labeled “latest.”
Retroarch Not Working? Here's a Bunch of Fixes (23)
  1. Now copy the URL from this directory:
https://buildbot.libretro.com/nightly/windows/x86_64/latest/
Retroarch Not Working? Here's a Bunch of Fixes (24)
  1. Go to the “RetroArch” directory on your device and open “retroarch.cfg” with Windows “NotePad.”
Retroarch Not Working? Here's a Bunch of Fixes (25)
  1. Find “core_updater_buildbot_cores_url” and replace the URL with the one you copied.
Retroarch Not Working? Here's a Bunch of Fixes (26)
  1. Save the changes, and RetroArch should now be able to download cores for you.
Retroarch Not Working? Here's a Bunch of Fixes (27)

Note: If you want, download cores directly from the same directory and stick them in the “Cores” folder in your RetroArch.

7. Quick and Easy Playlist Creation

RetroArch’s game detection and playlist update features are great for playing around a dozen ROMs. That, though, defeats its very purpose, to be a frontend for hundreds of games on different systems.

Unfortunately, when dealing with extensive ROM collections, scanning a directory filled with ROMs to detect the games automatically can take a lot of time. Does your collection span multiple systems with large ROMs (like the Playstation, Gamecube, or anything newer)? If so, the scanning can eat up your whole evening.

The additional problem is that RetroArch can only recognize a few popular formats, even if its cores support them. For example, good luck attempting to automatically search a folder filled with games for Sony’s first PlayStation in PBP format. After hours of waiting, you will still have an empty list in front of you.

RetroArch’s new desktop front lets you manually create and populate playlists in seconds. Here’s how it goes:

  1. Go to the “Main Menu” from the left panel and open “Show Desktop Menu.”
Retroarch Not Working? Here's a Bunch of Fixes (28)
  1. Right-click the playlist section and choose “New Playlist.”
Retroarch Not Working? Here's a Bunch of Fixes (29)
  1. Pick a name for your playlist and hit “OK.”
Retroarch Not Working? Here's a Bunch of Fixes (30)
  1. Select your new playlist, right-click the center section, and choose “Add File(s).”
Retroarch Not Working? Here's a Bunch of Fixes (31)
  1. Pick the desired games and hit “Open” to add to the playlist.
Retroarch Not Working? Here's a Bunch of Fixes (32)
  1. Choose a core associated with the game, pick an available database, and click “OK.”
Retroarch Not Working? Here's a Bunch of Fixes (33)

RetroArch will instantly populate your list with every file in the selected folder, which is much better than waiting all afternoon for its automatic scanner.

Do you know: You can install and play RetroArch on your Android phone too?

Frequently Asked Questions

Why are some cores unavailable on the Online Updater's Core Downloader on RetroArch?

This issue surfaces for a couple of reasons. Firstly, the core might be unavailable on your platform; try a different device instead. Secondly, the name of the core might have changed; check the Libreto blog for such announcements. Finally, the core may have gotten disapproved or replaced for some reason.

How do I download controller profiles on RetroArch?

The latest set of controller profiles collected by RetroArch can be downloaded and updated from the software’s main menu. While on the app, go to the “Main Menu” and open the “Online Updater.” Then click on “Update Autoconfig Profiles” to get the latest pack.

Can I run contents without BIOS files on RetroArch?

Yes! Some cores can run with no BIOS files. However, BIOS files make Cores’ preferences more stable; For example, the PCSX ReARMed core BIOS files are necessary for better compatibility.

Subscribe to our newsletter!

Our latest tutorials delivered straight to your inbox

Retroarch Not Working? Here's a Bunch of Fixes (34)

Farhad Pashaei

As a technophile, Farhad has spent the last decade getting hands-on experience with a variety of electronic devices, including smartphones, laptops, accessories, wearables, printers, and so on. When he isn’t writing, you can bet he’s devouring information on products making their market foray, demonstrating his unquenchable thirst for technology.

  • Facebook
  • Tweet
Retroarch Not Working? Here's a Bunch of Fixes (2024)
Top Articles
Vegan Christmas Recipes
Georgia Football Predicted to Land Star Receiver Labeled Next Julio Jones
Methstreams Boxing Stream
Craigslist Free En Dallas Tx
Kathleen Hixson Leaked
Terrorist Usually Avoid Tourist Locations
Best Transmission Service Margate
Craigslist In South Carolina - Craigslist Near You
Is Csl Plasma Open On 4Th Of July
Gameday Red Sox
Riegler & Partner Holding GmbH auf LinkedIn: Wie schätzen Sie die Entwicklung der Wohnraumschaffung und Bauwirtschaft…
Jesus Revolution Showtimes Near Chisholm Trail 8
Max 80 Orl
Santa Clara Valley Medical Center Medical Records
Nexus Crossword Puzzle Solver
7440 Dean Martin Dr Suite 204 Directions
Accident On May River Road Today
White Pages Corpus Christi
Uconn Health Outlook
Promiseb Discontinued
Bella Bodhi [Model] - Bio, Height, Body Stats, Family, Career and Net Worth 
Rimworld Prison Break
Chase Bank Pensacola Fl
Winco Employee Handbook 2022
Rust Belt Revival Auctions
Redfin Skagit County
Mini Handy 2024: Die besten Mini Smartphones | Purdroid.de
Why Are Fuel Leaks A Problem Aceable
Star Wars Armada Wikia
Table To Formula Calculator
Dell 22 FHD-Computermonitor – E2222H | Dell Deutschland
Neteller Kasiinod
897 W Valley Blvd
United E Gift Card
Bi State Schedule
Dubois County Barter Page
L'alternativa - co*cktail Bar On The Pier
Colin Donnell Lpsg
Texas Baseball Officially Releases 2023 Schedule
AP Microeconomics Score Calculator for 2023
Ket2 Schedule
Bay Focus
Oxford Alabama Craigslist
2007 Peterbilt 387 Fuse Box Diagram
Best Restaurants Minocqua
The Angel Next Door Spoils Me Rotten Gogoanime
Rage Of Harrogath Bugged
Blackwolf Run Pro Shop
Jaefeetz
How to Install JDownloader 2 on Your Synology NAS
F9 2385
Osrs Vorkath Combat Achievements
Latest Posts
Article information

Author: Tish Haag

Last Updated:

Views: 5657

Rating: 4.7 / 5 (47 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Tish Haag

Birthday: 1999-11-18

Address: 30256 Tara Expressway, Kutchburgh, VT 92892-0078

Phone: +4215847628708

Job: Internal Consulting Engineer

Hobby: Roller skating, Roller skating, Kayaking, Flying, Graffiti, Ghost hunting, scrapbook

Introduction: My name is Tish Haag, I am a excited, delightful, curious, beautiful, agreeable, enchanting, fancy person who loves writing and wants to share my knowledge and understanding with you.