Fix: “Out of Video Memory” TES IV: Oblivion Remastered Error
The “Out of Video Memory” error indicates that your GPU has run out of available VRAM, which forces the game to crash, often before reaching the main menu. This typically occurs when the game engine fails to allocate VRAM efficiently, especially on systems with limited GPU memory.
Besides VRAM limitations, this issue can also be triggered by incorrect render settings, corrupted cache data, or damaged configuration files that conflict with the graphics driver. Missing or broken game files inside the installation directory can also cause the same crash.
Now that we’ve reviewed the common causes, let’s move on to the most effective fixes.
1. Delete Shader Cache Files
The shader cache can become inconsistent with the driver version or rendering pipeline, especially after updates or mod installations. When the engine attempts to load corrupted or outdated shader objects, it can cause invalid memory references and excessive VRAM allocation, ultimately leading to the “Out of Video Memory” error. By deleting the cache, you force Oblivion to regenerate a fresh set of shaders aligned with the current driver state, ensuring stable memory usage and consistent rendering.
- Make sure The Elder Scrolls IV: Oblivion and any related mod manager tools are fully closed.
- Open File Explorer and go to the following location:
C:\Users\[YourUsername]\AppData\Local\Oblivion
- Inside the Oblivion folder, look for the following files and folders and Delete them:
RendererInfo.txt ShaderCache folder (if present)
- Launch Oblivion Remastered. The game will regenerate fresh shader cache files.
2. Modify Oblivion.ini Settings
The Oblivion.ini file directly controls how the game engine interacts with your GPU, including VRAM allocation and shader execution. Disabling expensive effects such as refraction and water shaders reduces real-time memory consumption, while manually setting iVideoMemorySizeMB
prevents the engine from over-committing VRAM, minimizing the chances of triggering the “Out of Video Memory” error.
- Ensure the game and any mod managers (like Wrye Bash or Mod Organizer) are not running.
- Navigate to the following directory:
C:\Users\[YourUsername]\Documents\My Games\Oblivion
- Right-click the Oblivion.ini file and select Open with > Notepad (or any text editor).
- Press Ctrl + F, type VideoMemory or scroll to the section named Display.
- Under Display, change or add the following lines:
iVideoMemorySizeMB=2048 bUseWaterShader=0 bUseRefractionShader=0
- iVideoMemorySizeMB: Set this to half of your actual GPU memory (e.g., 2048 for a 4GB card).
- After editing, click File > Save, then close the text editor.
- Launch the game and see if the video memory error still occurs.
3. Switch to DirectX 11
In contrast to DirectX 12 witch The Elder Scrolls IV Oblivion Remastered normally uses. DirectX 11 (through the DXVK translation layer) offers a more stable memory allocation model with lower VRAM demands, since it uses a mature and widely supported driver stack. By switching to DX11, the game avoids excessive VRAM pressure and achieves greater runtime stability, especially on hardware with limited GPU memory.
- Visit the official DXVK GitHub page and download the latest dxvk-[version].tar.gz release.
- Extract the downloaded folder by using 7-Zip or WinRAR.
- Copy the following files from the x32 folder:
d3d9.dll dxgi.dll
- Paste them into your Oblivion installation directory (where Oblivion.exe is located), typically:
C:\Program Files (x86)\Steam\steamapps\common\Oblivion
- Play the game for a while and monitor VRAM usage. If the Out of Video Memory error no longer appears, the switch was successful.
4. Remove NVIDIA DLSS Plugin Files
Deep Learning Super Sampling (DLSS) relies on Tensor cores available only on modern NVIDIA RTX GPUs. If these plugin libraries (nvngx_dlss.dll
, dlss.dll
, etc.) are present in the game directory, the engine may try to initialize DLSS even on hardware that does not support it. This results in failed API calls and abnormal VRAM allocation, which can trigger the “Out of Video Memory” error. Removing these files forces the engine to bypass DLSS initialization, ensuring the renderer uses the standard rasterization path that is compatible with all GPUs.
- Close Oblivion and any mod managers.
- Go to the main installation directory:
C:\Program Files (x86)\Steam\steamapps\common\Oblivion
- Locate and delete any of these files:
nvngx_dlss.dll nvngx_dlssg.dll dxil.dll dlss.dll
- Launch the game again and check if VRAM errors persist.
- Make sure Oblivion and any related mod managers (e.g., Mod Organizer, Wrye Bash) are fully closed.
- Open File Explorer and go to the main Oblivion install directory:
C:\Program Files (x86)\Steam\steamapps\common\Oblivion
- Search for any of the following files and delete them:
nvngx_dlss.dll nvngx_dlssg.dll dxil.dll dlss.dll
- Launch Oblivion again and see if the issue persists.
5. Verify the Game Files
If all the above methods fail, the error may be triggered by missing or corrupted core assets. Using Steam’s Verify Integrity of Game Files feature forces the client to re-check each file against the official manifest. Any corrupted binaries, broken shaders, or missing textures are automatically replaced with fresh copies, restoring the engine’s ability to manage memory without conflicts.
- Launch Steam and go to your Library.
- Right-click The Elder Scrolls IV: Oblivion and select Properties.
- Go to Installed Files tab on the left, and click Verify Integrity of Game Files.
- Once complete, launch Oblivion Remastered and check if the error still appears.