r/VimmsLair

▲ 113 r/VimmsLair

August 14, 2026

Last week a performance glitch that's plagued the database for months was finally fixed. Now pages load in a snap! Since then a server has crashed pretty much every day, but why? It seems that sluggishness kept the bots at bay, so now they're pounding the servers and straining resources. Then when peak traffic hits it thrashes and crashes.

Web scrapers are a growing problem across the internet. AI crawlers are devouring every scrap of information to power their data models. Vibe coders are building scrapers with AI and parading them on Reddit, oblivious to what they do. The time has come to start rate limiting.

Basic limits have been placed on popular pages and are working well, yet servers are still crashing. Those limits will now be tightened and expanded site-wide. The average visitor should never be blocked but it will take time to perfect. Frankly this time would be better spent building new content and features, yet features don't matter if the site's down.

Speaking of features, the PlayStation Vault now bundles .sbi files in its downloads. Certain European titles use a copy protection library called LibCrypt that requires this SBI data to run properly. The Xbox Vault is still churning out fresh .xiso files and is roughly 60% done. Over in the Wii U Vault, metadata is being cataloged for each title (players, year, & publisher) and is roughly 50% complete.

reddit.com
u/Cibo_Matto_Jason — 3 days ago

How do I „shake my controller“ in a Wii game

I downloaded Tak and the guardians of gross and I don’t know how to get further with the game since I need to shake my controller to open a door.

reddit.com
u/MicrowavedTower — 4 days ago
▲ 27 r/VimmsLair+2 crossposts

RomM for Switch - Unofficial - but working ;)

[Community Project] RomM Switch Client is now public 🎮

A friend in the RomM community has been quietly building something pretty damn cool, and he gave me the go-ahead to finally share it publicly.

RomM Switch Client

A community-built client for connecting a Nintendo Switch to your own self-hosted RomM instance and library.

See it running

Part 1:
https://youtu.be/K_2bpNv8Yp0 (patience 60 fps youtube processing)

Part 2:
https://youtube.com/shorts/ErpHKp8dFZw

This isn't somebody launching a public ROM hosting service.

You host RomM. You control the instance. You control the library. The Switch client connects to your setup.

And now the project itself is public:

Source / Repo:
https://git.moveweight.com/bikeborb/RomM-Switch-Client

It's still an independent community project, not an official RomM release, so keep that in mind while testing it.

But it's out in the wild now.

If you're already running RomM and you've got a Switch you like tinkering with, check it out. Test it. Break it. Open issues. Suggest features. Help turn it into something even better.

Huge credit to the developer for putting the project out publicly and letting the rest of the community get their hands on it. ❤️

The RomM ecosystem just keeps expanding.

RomM on the Switch. Let's go.

u/Agitated-Total80 — 6 days ago
▲ 0 r/VimmsLair+3 crossposts

Vimm's Lair & other sites - ROMarr / ROM Hub Plugins

BlizzHacker/romarr-plugin-webmulator <--- Webmulator

BlizzHacker/romarr-plugin-coolrom <--- Cool ROM

BlizzHacker/romarr-plugin-cdromance <--- CD Romance

BlizzHacker/romarr-plugin-theromdepot <--- TheROMDepot

BlizzHacker/romarr-plugin-emuparadise <--- EMUParadise

BlizzHacker/romarr-plugin-romulation <--- ROMulation

BlizzHacker/romarr-plugin-retrostic <--- Retrostic

BlizzHacker/rom-hub-vimm <--- Vimm's Lair (working) - All under construction / review.

github.com
u/Agitated-Total80 — 7 days ago

Wii U games

Tried to grab Bayonetta from the site and it downloaded in wux format. Can’t seem to get it working in cemu. Downloaded the key file and copied it into the cemu folder and no dice. Even found the key code for the game online and manually copied it into the key.txt file and still nothing. If anyone has suggestions or directions it’d be greatly appreciated

reddit.com
u/Keylogram314 — 7 days ago
▲ 28 r/VimmsLair+5 crossposts

ROMarr — an *arr that fills your RomM library for you (request → Prowlarr → download → imported → rescan)

RomM is where my games live, but filling it was still manual. So I built the missing piece: ROMarr, an *arr for ROMs.

https://github.com/BlizzHacker/romarr

Ask for a game → it searches your indexers through Prowlarr → scores the releases → hands the winner to qBittorrent / SABnzbd / NZBGet → picks the actual ROM out of the finished download → files it into your RomM library → triggers a rescan so it shows up without you touching anything.

Why it isn't just Radarr pointed at ROMs. Cartridge releases break the assumptions a film downloader makes:

  • The wrong file is usually in the box — readmes, box art, and several regional dumps in one archive.
  • Size is a signal, not a preference. A 40GB "SNES" result is a romset or a PC port. Smaller is usually more correct, the opposite of video.
  • Platform names collide. "Super Nintendo Entertainment System" contains "Nintendo Entertainment System", so naive matching sends every SNES request into the NES folder.

RomM specifics

  • Use a dedicated RomM account, not your admin one — it only needs enough to trigger a scan.
  • That account needs permission to run tasks, or the post-import rescan comes back 403 and your new ROM sits there until RomM's next scheduled scan. Took me a while to spot that on my own instance.
  • LIBRARY_PATH is RomM's library root as ROMarr sees it, so in Docker it's the container path, not the host path.
  • It also drives Gaseous, Retrom, or a plain folder — so a Batocera handheld or an ES-DE cabinet can sit alongside your RomM and take specific platforms by rule (N64 to the cabinet, Game Boy to the handheld, everything else to RomM).

Interactive search shows every release with its score and the reason for that score next to it, plus a Grab button, so when you disagree with the ranking you just take the one you wanted. That page exists because it picked wrong on me twice in a week — once a Wii Virtual Console WAD for a Genesis request, once a Steam compilation that outranked the real cartridge.

Running it

docker run -d --name romarr -p 7878:7878 \
  -e PUID=1000 -e PGID=1000 \
  -v ./config:/config -v /path/to/roms:/roms -v /path/to/downloads:/downloads \
  ghcr.io/blizzhacker/romarr:latest

Multi-arch (amd64 / arm64 / armv7), commented docker-compose.yml in the repo, and a Proxmox LXC one-liner if that's your thing. MIT.

Fair warning on provenance: most of the code was written by Claude with me directing and testing it against my own stack — a live Prowlarr, qBittorrent, SABnzbd and a 72k-game RomM. 218 tests, and scoring changes get verified by re-scoring a frozen set of real Prowlarr results old-vs-new so a fix for one release is shown not to have moved any others.

Happy to take bug reports here or on GitHub — the last outside report turned into three fixes and a test.

u/Super_Classroom_8480 — 8 days ago

vimms lair down?

is it down? im new to all this and recently modded my psp 3000, i heard vimms lair is a good website but anytime i try it literally loads for like 5 mins then hits me with a 504 error ;-;" idk if this is me being stupid or wifi issue... ty for help in advance!

edit: changed flair, didnt see website down as a flair

reddit.com
u/arctic_fawn — 10 days ago

Wii game downloads not working

I got dolphin to work for the first time today, and I went to Vimm's Lair for the roms, because Vimm's Lair has never let me down. (unless it IS down). But when I tried to download a few games it just.. infinitely loads. I looked it up and I saw was some recommendation to remove inspect element code. That didn't work either. I tried downloading other games for other consoles and it worked just fine as well. I'm assuming it's something out of my control, but I figured I would ask anyways ^^

reddit.com
u/LazyItsuke — 9 days ago
▲ 116 r/VimmsLair

Putting watermarks on archival scans isn't preservation

You're as bad as emumovies, your scans are destroying preservation efforts.
The originals can't be found anymore without y'alls dogshit watermarks on them.

Good work.

reddit.com
u/NecessaryLocation788 — 12 days ago

Am I being throttled?

Hi all,

I know there is recent troubles with downloading content, so I understand this my problem could due to that. I haven’t used a VPN until today (I know, I know). Recently I was downloading a lot of PS3 titles, and noticed my speeds drastically reduced from 3 minute wait times towards 45 minutes. Since using a vpn my wait times are back at sub 5 minutes, when I turn it off it hikes back up towards 30 minutes+. Is it a fair assumption that my ISP is throttling me on this website?

reddit.com
u/RuralJapanFan — 10 days ago

Playing fifa 10

I start the game up then the sound goes buggy, also when u see the player they are stuck standing still about to run but nothing anyone have any clue what’s going wrong ?

reddit.com
u/No_Carpenter6516 — 9 days ago

Did the site go down?

Tried to open vimm's lair today and i was met with this. Did the site go down?

u/SimaoPedro2010 — 11 days ago

definetly a stupid post but i cant figure out what to do :/

so i downloaded cemu emulator and the game but whenever i try to load the game and click on the game it pops up with this error

also downloaded the download keys but that didnt work either this is my first time trying emulators im def missing something but idk what 😭

u/DryZucchini110 — 12 days ago