When something goes wrong, your two best sources of information are the Ship Status bar at the bottom of the Victor Launcher overlay and the BepInEx log file atDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/AteasVictor/Victor-Launcher/llms.txt
Use this file to discover all available pages before exploring further.
BepInEx/LogOutput.log. The overlay shows a plain-language status message after every operation. The log file contains detailed output for every action Victor Launcher takes, all prefixed with Victor Launcher so you can filter quickly.
Overlay and startup issues
The F7 key does nothing
The F7 key does nothing
- Confirm that
BepInEx/plugins/AmongUsPlugin.dllexists. If the file is missing, reinstall Victor Launcher by following the installation guide. - Open
BepInEx/LogOutput.logand search forVictor Launcher. If there are no matching lines, BepInEx did not load the plugin at all. - If you see an error in the log at startup, it typically points to a BepInEx version mismatch or a missing dependency. Reinstall BepInEx using the version specified in the installation guide.
The overlay opens but is completely blank
The overlay opens but is completely blank
.vsk files from BepInEx/plugins/ and any subfolders, then restart Among Us. If the overlay renders correctly after removing the skin files, reintroduce them one at a time to identify the problematic file.Victor Launcher says it failed to attach the mod manager UI
Victor Launcher says it failed to attach the mod manager UI
- Open
BepInEx/LogOutput.logand look for exception messages near the startup entries forVictor Launcher. - If you see
Il2CppInteroporUnhollowererrors, try reinstalling BepInEx completely — delete theBepInEx/folder, reinstall BepInEx, then reinstall Victor Launcher. - Make sure your Among Us version matches the version supported by your BepInEx build.
Mod management issues
Pick DLL opens nothing or shows a file picker error
Pick DLL opens nothing or shows a file picker error
"The file picker is only available on the Windows game machine.", you are running Among Us on a non-Windows platform (Linux, macOS, or a Steam Deck).As a workaround, copy your .dll files directly into BepInEx/mod-imports/ using your file manager, then click Refresh Lists in the overlay. The DLLs will appear in the “Queued Folders” section and can be installed normally.My mod doesn't appear in Installed Folders after installing
My mod doesn't appear in Installed Folders after installing
- Click Refresh Lists in the overlay to re-scan the plugin directories.
- Verify the DLL is present in
BepInEx/plugins/or one of its subfolders using File Explorer. - Check the Ship Status bar for an error message — if the install failed, the reason is displayed there.
- Confirm the file has a
.dllextension. Victor Launcher ignores files with any other extension.
I can't disable a mod
I can't disable a mod
AmongUsPlugin.dll (or whatever file Victor Launcher is loaded from), this is expected. To remove or disable Victor Launcher itself, close Among Us first and move the file manually.For all other mods, verify the DLL appears in the “Installed Folders” list with an Enabled status pill. If the DLL is missing from the list, click Refresh Lists first.Disabled mods still load after restarting
Disabled mods still load after restarting
BepInEx/plugins/. If a mod loads after you disabled it, the file may still be in both directories.- Open
BepInEx/plugins/andBepInEx/plugins-disabled/in File Explorer. - Check whether the DLL appears in
plugins/as well asplugins-disabled/. If it does, delete the copy inplugins/manually. - This duplication can happen if the DLL was copied into
plugins/by another tool or manually after Victor Launcher moved it.
The Delete button is grayed out
The Delete button is grayed out
Download and room code issues
'Could not find that room code'
'Could not find that room code'
- Double-check the spelling. Room codes are case-insensitive — Victor Launcher automatically uppercases your input — but the characters must otherwise match exactly.
- Confirm the host has published the room pack (not just saved it as a draft).
- Ask the host to re-publish the room if it was recently updated. A re-publish generates a fresh manifest and can resolve lookup failures.
'The room manifest has expired. Try again in a moment.'
'The room manifest has expired. Try again in a moment.'
'Hash check failed for <file>.'
'Hash check failed for <file>.'
'The room manifest signature could not be verified'
'The room manifest signature could not be verified'
ManifestSigningPublicKeyPem in BepInEx/config/com.tate.amongus.starterplugin.cfg to match the new public key.'That room pack does not contain any files yet.'
'That room pack does not contain any files yet.'
Room downloads fail immediately with a connection error
Room downloads fail immediately with a connection error
ProjectUrl or AnonKey in the config file may be blank or set to an invalid value.Delete BepInEx/config/com.tate.amongus.starterplugin.cfg and relaunch Among Us to restore the defaults. BepInEx regenerates the file with the correct bundled values on the next startup.'The downloaded size for <file> did not match the manifest.'
'The downloaded size for <file> did not match the manifest.'
General tips
Reading the BepInEx log
Reading the BepInEx log
BepInEx/LogOutput.log is written fresh every time Among Us starts. Search for Victor Launcher to filter to relevant entries. Errors are prefixed with [Error] and warnings with [Warning]. The log is the most reliable way to diagnose issues that do not produce a visible message in the overlay.Finding backup files
Finding backup files
BepInEx/victor-backups/. If an update breaks a mod and you want to roll back, look in that folder for a timestamped copy of the original file. Restore it by copying it back into BepInEx/plugins/ and restarting Among Us.Victor Launcher does not clean up old backups automatically. If the folder grows large, open it in File Explorer and delete old timestamped subfolders manually.Resetting to defaults
Resetting to defaults
BepInEx/config/com.tate.amongus.starterplugin.cfg. BepInEx regenerates the file with bundled default values the next time Among Us launches. Your installed mods and the state file are not affected.