Fixing Errors
Most launch problems come from one of three causes: a missing Windows runtime, an antivirus that deleted a file, or a broken extraction. Find your symptom below.
Missing DLL Errors
| Error message contains | Fix |
|---|---|
MSVCP140.dll, VCRUNTIME140.dll, MSVCR120.dll | Install the Visual C++ All-in-One pack. |
api-ms-win-crt-*.dll | Same — Visual C++ All-in-One. |
XINPUT1_3.dll, d3dx9_*.dll, d3dcompiler_43.dll | Install the DirectX End-User Runtime. |
MSVCP100.dll, MSVCR100.dll | Visual C++ 2010 — included in the All-in-One pack. |
mfc140.dll, mfc120.dll | Visual C++ All-in-One. |
mscoree.dll, .NET-related | Install the .NET Desktop Runtime (versions 6 and 8). |
PhysXLoader.dll, nvcuda.dll | Update NVIDIA drivers, or install the PhysX redist in the game folder. |
OpenAL32.dll, wrap_oal.dll | Install OpenAL. |
Crack DLLs deleted by antivirus
The following DLLs are part of the game's crack layer and are commonly quarantined:
EMP.dll · EMPRESS.dll · 1911.dll · DSN.dll · OnlineFix64.dll · steam_api64.dll · voices38.dll · SOVEREIGN(64).dll · codex(64).dll · rune(64).dll · winmm.dll · version.dll · uplay_r1_loader64 · uplay_r2_loader64
If the DLL was quarantined: open your AV → Protection History or Quarantine → restore the file → add the game folder to exclusions (full steps here).
If it was permanently deleted: disable your AV completely → re-extract the game → add the folder to exclusions → re-enable AV.
Do not download DLL files from random websites. That is a common malware vector. Use the quarantine restore or re-extract from the original archive.
Crash on Launch
0xc000007b — application was unable to start correctly
Almost always a missing or mismatched Visual C++ runtime. Install the Visual C++ All-in-One pack, reboot, try again.
0xc0000142 — application failed to initialise
- Run the
.exeas Administrator - Make sure your Windows username doesn't contain non-Latin characters — some games fail when the user folder path has them. If yours does, install to a path with no special characters (e.g.
D:\Games\<title>) - Re-run the Visual C++ All-in-One installer
Steam is not running / "Please launch via Steam"
Your AV deleted steam_api64.dll (or equivalent) during extraction.
- Open your AV's quarantine and restore the file — or re-extract the game
- Add the game folder to exclusions before re-extracting (full steps)
Game opens then closes immediately (black screen / instant exit)
- Disable in-game overlays: Discord, Steam, GeForce Experience, RivaTuner, MSI Afterburner
- Run the
.exeas Administrator - Make sure the game folder is not marked Read-Only — right-click → Properties → uncheck Read-only
- Update your GPU driver
- For older games (pre-2018): right-click
.exe→ Properties → Compatibility → run in Windows 8 mode
Extraction Errors
"Cannot find next volume" / "Unexpected end of archive"
A part is missing, partially downloaded, or has been renamed.
- Make sure every part is in the same folder
- Compare each file size against the download page. Re-download anything that doesn't match.
- If your browser added
(1)or similar to a filename (e.g.game.part2 (1).rar), rename it to remove the suffix
"CRC failed" / "Data error"
One of the parts is corrupted. Re-download that specific part — preferably from a different mirror.
"Access denied" during extraction
You're extracting somewhere your account can't write to, often C:\Program Files. Extract to a path you own: D:\Games\<title> or C:\Users\<you>\Games\<title>.
Other Issues
No audio
- Right-click the speaker in the taskbar → Sound settings → confirm the right output device is default
- Some older games hard-code audio at 16-bit 44.1kHz. In Sound settings → Device properties → Additional device properties → Advanced, set the default format to
16 bit, 44100 Hz
Controller not detected
Connect the controller before launching. For non-Xbox controllers (PlayStation, generic), use DSX (on Steam) to expose them as an Xbox controller.
"Your hardware doesn't support DirectX 12"
- Update your GPU driver
- If your GPU genuinely doesn't support DX12, try launching with
-dx11in the shortcut target
Intel 12th-gen or newer + older game crashes instantly
A known OpenSSL bug on hybrid-core CPUs. Add a Windows environment variable:
- Variable name:
OPENSSL_ia32cap - Value:
~0x200000200000000
Reboot and try again.
Laptop — game won't launch (iGPU/dGPU conflict)
Some games target the wrong GPU on laptops. Toggle the integrated GPU from Device Manager:
- Press
Win + R→ typedevmgmt.msc→ Enter - Expand Display adapters
- Right-click your integrated GPU (Intel UHD Graphics or AMD Radeon Graphics)
- Click Disable device (or Enable, if it was disabled)
If your dedicated GPU (NVIDIA/AMD) is primary, disabling the iGPU resolves driver conflicts on some older titles.
Finding Save Files
Paste these paths into Windows Explorer's address bar:
| Location | What's stored there |
|---|---|
%USERPROFILE%\Saved Games | Many modern games |
%USERPROFILE%\Documents | Most games, in a subfolder named after the game |
%LOCALAPPDATA% | Many Steam and Uplay titles |
%APPDATA% | General saves and config |
%APPDATA%\EMPRESS | EMPRESS-cracked titles |
%APPDATA%\Goldberg Social Club Emu Saves | Ubisoft via Goldberg emu |
%APPDATA%\Goldberg UplayEmu Saves | Ubisoft via Goldberg emu |
%APPDATA%\HOODLUM | HOODLUM releases |
%APPDATA%\SOVEREIGN | SOVEREIGN releases |
%APPDATA%\.1911\ | 1911 releases |
%USERPROFILE%\Documents\onlinefix\<appid> | OnlineFix co-op saves |
Still Stuck?
- Re-read
README.htmlinside the game folder — many games have a specific quirk noted there - Check the game's comment section on GameBounty for known issues
- Try a different mirror — some errors come from a corrupted download on a specific host
- Re-extract into a folder already excluded from your antivirus, then relaunch