GAMEBOUNTY/Fixing Errors

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 containsFix
MSVCP140.dll, VCRUNTIME140.dll, MSVCR120.dllInstall the Visual C++ All-in-One pack.
api-ms-win-crt-*.dllSame as above — Visual C++ All-in-One.
XINPUT1_3.dll, d3dx9_*.dll, d3dcompiler_43.dllInstall the DirectX End-User Runtime.
MSVCP100.dll, MSVCR100.dllInstall Visual C++ 2010 (included in the All-in-One pack).
mfc140.dll, mfc120.dllVisual C++ All-in-One.
mscoree.dll, .NET-relatedInstall the .NET Desktop Runtime (6 and 8).
PhysXLoader.dll, nvcuda.dllUpdate your NVIDIA drivers, or install the PhysX redist included in the game folder.
OpenAL32.dll, wrap_oal.dllInstall OpenAL.

Crack DLLs deleted by antivirus

The following DLLs are part of the game's crack/emulator layer. Antivirus software commonly quarantines or removes them because they mimic storefront behaviour:

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:

  1. Open your antivirus and go to Protection History (Windows Defender) or the Quarantine section.
  2. Find the flagged file and click Restore.
  3. Add the game folder to your antivirus exclusions — see Installation → Antivirus exclusions.

If the DLL was permanently deleted or cannot be restored:

  1. Turn off your antivirus completely.
  2. Reinstall the game by re-extracting it.
  3. Add the game folder to antivirus exclusions before turning your antivirus back on.

Do not download DLL files from random websites — those are a common malware vector.


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 (link above), reboot, try again.

0xc0000142 — application failed to initialise

  • Run the game's .exe as Administrator.
  • Make sure your Windows username doesn't contain non-Latin characters — some games can't load when the user folder path has them. If yours does, install the game on 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 antivirus deleted the cracked steam_api64.dll (or equivalent) during extraction.

  1. Open your antivirus' quarantine and restore the file, or re-extract the game.
  2. Add the game's folder to your AV exclusions before re-extracting. See Installation → Antivirus exclusions.

Game opens, then closes immediately (black screen / instant exit)

  • Disable in-game overlays: Discord, Steam, GeForce Experience, RivaTuner, MSI Afterburner.
  • Run the .exe as Administrator.
  • Make sure the game folder is not marked Read-Only (right-click folder → Properties → uncheck Read-only).
  • Update your GPU driver.
  • If the game is older (pre-2018), try 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 to what's shown on 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 back 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 user account can't write to (often C:\Program Files). Extract to a path you own, like D:\Games\<title> or C:\Users\<you>\Games\<title>.


Other Common Issues

Game runs, but no audio

  • Right-click the speaker icon in the taskbar → Sound settings → make sure 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 the game.
  • For non-Xbox controllers (PlayStation, generic), use DSX (available on Steam) to expose them as an Xbox controller, which every game understands.

"Your hardware doesn't support DirectX 12"

  • Update your GPU driver.
  • If your GPU genuinely doesn't support DX12, try launching with -dx11 in the game's properties / shortcut target.

Intel 12th-gen or newer + older game crashes instantly

A known OpenSSL bug affects older games on hybrid-core CPUs. Add a Windows environment variable:

  • Variable: OPENSSL_ia32cap
  • Value: ~0x200000200000000

Reboot, try the game again.

Game won't launch on a laptop (iGPU / dGPU conflict)

Some games fail to start on laptops because they target the wrong GPU. You can force-enable or disable the integrated GPU (iGPU) from Device Manager:

  1. Open Device Manager — press Win + R, type devmgmt.msc, press Enter.
  2. Expand Display adapters.
  3. Right-click your integrated GPU (usually labelled "Intel UHD Graphics" or "AMD Radeon Graphics").
  4. Click Enable device or Disable device as needed.
  5. If disabling, confirm the prompt.

After toggling, relaunch the game. If your dedicated GPU (NVIDIA/AMD) is the primary one, disabling the iGPU can prevent driver conflicts on some older titles.


Finding Save Files

Save files are not stored inside the game folder in most cases. Common locations — paste these paths into Windows Explorer's address bar:

LocationWhat's stored there
%USERPROFILE%\Saved GamesMany modern games
%USERPROFILE%\DocumentsMost games, under a subfolder named after the game
%LOCALAPPDATA%Many Steam and UPlay titles
%APPDATA%General saves and config
%APPDATA%\EMPRESSEMPRESS-cracked titles
%APPDATA%\Goldberg Social Club Emu SavesUbisoft games via Goldberg emu
%APPDATA%\Goldberg UplayEmu SavesUbisoft games via Goldberg emu
%APPDATA%\HOODLUMHOODLUM releases
%APPDATA%\SOVEREIGNSOVEREIGN releases
%APPDATA%\uplay_emuUplay emulated saves
%APPDATA%\.1911\1911 releases
%USERPROFILE%\Documents\onlinefix\<appid>OnlineFix co-op saves

If you're moving to a new PC, copy the relevant folder from this table alongside your game folder to preserve progress.


Still Stuck?

  • Re-read the README.html inside the game folder — many games have a specific quirk noted there.
  • Check the game page on GameBounty for known issues in the description or comments.
  • Try a different mirror — some errors are caused by a corrupted download from a specific host.
  • Re-extract into a folder that is already excluded from your antivirus, then relaunch.