Gaming How-To

MECCHA CHAMELEON Crashing on Startup: How to Fix the Oodle Shader Error

The launch crash mostly hits 13th and 14th Gen Intel CPUs, and a DirectX 11 launch option is the quickest workaround.

The launch crash mostly hits 13th and 14th Gen Intel CPUs, and a DirectX 11 launch option is the quickest workaround.

MECCHA CHAMELEON, the paint-and-hide multiplayer game that landed on Steam on June 9th, 2026, has a launch problem that locks some players out before they ever reach the main menu. The game freezes the whole PC, throws a black screen, or closes with a fatal error referencing Unreal Engine 5’s Oodle shader decompression. The crash is heavily concentrated on 13th and 14th Gen Intel processors, and it usually starts after the first successful boot.

Quick answer: Add -dx11 to the game’s Steam launch options to force DirectX 11 rendering, then launch normally. If you run a 13th or 14th Gen Intel CPU, also update your motherboard BIOS to the latest version before retrying.


What the MECCHA CHAMELEON startup crash looks like

The crash often appears after the game has already run once. You change a setting, restart, and then it fails every time. The error window points at a low-level rendering fault in Unreal Engine 5, and the readable text usually names your processor as the suspect.

LowLevelFatalError [File:...\RenderCore\Private\ShaderCodeArchive.cpp] [Line: 499]
DecompressShaderWithOodleAndExtraLogging(): Could not decompress shader group with Oodle.
The CPU (Intel(R) Core(TM) i9-14900K) may be unstable;
for details see http://www.radgametools.com/oodleintel.htm

The process name in the crash log is PenguinHotel_Win64_Shipping, which is the game’s shipping executable. The Oodle decompression failure is a known behavior on 13th and 14th Gen Intel chips, where instability can corrupt the shader unpack step. The same crash has been reported across the i9-14900K and the i7-13700F, so it is not tied to a single chip.


Fastest fix: Force DirectX 11 with a Steam launch option

Forcing the older DirectX 11 renderer sidesteps the shader path that triggers the Oodle fault. Players who switched to -dx11 report the game booting cleanly afterward, so try this first.

Open your Steam Library and find MECCHA CHAMELEON in the list.
Right-click the game and choose Properties.
On the General tab, find the Launch Options box and type -dx11 exactly, with no extra text.
Close the Properties window and start the game to check that it reaches the menu.

The game’s minimum requirements list a DirectX 11 or 12 compatible card, so DirectX 11 mode is fully supported and not a downgrade you have to live with permanently.

Find the Launch Options box and type -dx11

Fix for 13th and 14th Gen Intel CPUs: Update your BIOS

The Oodle error is linked to known instability on recent Intel chips, and an outdated BIOS makes it more likely. Updating to the latest BIOS applies the corrected voltage and power behavior for these processors, which reduces the shader decompression failures.

Identify your exact motherboard model and current BIOS version. You can find the BIOS version in Windows System Information or on the motherboard’s startup screen.
Download the newest BIOS file for that exact board from your motherboard maker’s official support page.
Apply the update using the manufacturer’s built-in BIOS flashing tool, then restart and launch the game again.

Note: BIOS reduces how often the crash happens, but a chip that has already degraded may keep failing. In that case, the DirectX 11 launch option is the more reliable workaround.


Repair a MECCHA CHAMELEON crash from corrupted files or drivers

If the game still crashes to desktop or refuses to open after the launch option, work through the underlying software dependencies. These steps fix the broken-file and driver causes that are unrelated to the Intel issue.

Verify the game files. In Steam, right-click the game, open Properties, go to Installed Files, and select Verify integrity of game files to replace anything corrupted.
Reinstall your graphics driver cleanly. Get the latest driver from NVIDIA, AMD, or Intel and choose the clean installation option to wipe old profiles.
Install the latest Microsoft Visual C++ Redistributable. Run the unified vc_redist.x64.exe package from the official Microsoft download page, then restart your PC.
Run the game as administrator. Open the install folder, right-click the executable, choose Properties, open the Compatibility tab, and tick Run this program as an administrator.
Add the game folder to your Windows Security exclusions so antivirus scanning does not block the executable during launch.

Crash causes and matching fixes

SymptomLikely causeFix to try first
Oodle decompression error naming your CPU13th/14th Gen Intel instability with UE5 shadersAdd -dx11 launch option, then update BIOS
Black screen or full PC freeze on bootShader/render path failure or GPU driver conflictForce DirectX 11, then clean-install GPU driver
“An unexpected error occurred” pop-upUnverified files or missing runtime librariesVerify files, install latest Visual C++
Crash returns after changing settingsCached shader state breaking on restartVerify files and relaunch in DirectX 11

How to confirm the crash is fixed

You know the fix worked when the game loads past the splash and reaches the main menu without the LowLevelFatalError window appearing. A stable result is reaching the menu, opening a public lobby, and painting your character without a freeze or black screen. If it boots once but crashes on the next launch, the cause is most likely the Intel shader issue, so keep the DirectX 11 launch option in place and confirm your BIOS is current.

The crash sits in the engine and CPU layer rather than the game’s own logic, so a clean boot with DirectX 11 is the clearest sign the workaround is holding. MECCHA CHAMELEON is built on Unreal Engine 5 and is currently the developer’s only released title, so until a patch hardens shader handling for affected Intel chips, the launch option remains the most dependable way to keep playing.