Pragmata Crashing on Startup: Fixes for PC

This article first appeared on Game Empress. For more gaming news, visit gameempress.com.

Since its release on Steam on April 16, 2026, some players have been experiencing crashes when starting up Pragmata. Capcom has created an official troubleshooting guide on the game’s Steam forums, and all the steps below are based on that guide. We’ve also included solutions found by the community for two specific crash issues, along with information about where those solutions came from and how reliable they are.

Windows 11 Is a Hard Requirement, Not a Recommendation

Pragmata officially requires Windows 11 (64-bit) to run. While it might work on Windows 10, Capcom doesn’t officially support that older operating system, meaning crashes on Windows 10 won’t receive guaranteed fixes. If you’re using Windows 11 and the game crashes when you start it, the first thing to do is make sure Windows is fully updated and restart your computer. Capcom suggests this as a standard first step for troubleshooting.

Official Capcom Troubleshooting Steps

These instructions are taken directly from Capcom’s official troubleshooting guide on Steam. Please follow these steps in order before reporting any issues.

1. Confirm You Meet the Minimum System Requirements

Capcom doesn’t officially support computers that don’t meet the minimum game requirements, and can’t promise the game will run correctly on mobile or external graphics cards, or on early, unreleased versions of Windows. Here are the minimum specs listed on Steam:

  • OS: Windows 11 (64-bit)
  • CPU: Intel Core i5-8500 or AMD Ryzen 5 3500
  • RAM: 16 GB
  • GPU: NVIDIA GeForce GTX 1660 (6 GB) or AMD Radeon RX 5500 XT (8 GB)
  • Storage: 40 GB available space (SSD recommended)

If your computer barely meets the minimum requirements, start by turning down the graphics settings, especially ray tracing, before trying anything else.

2. Add PRAGMATA and Steam to Your Antivirus Exclusion List

If Pragmata is crashing when you start it, your security software might be the problem. Capcom says antivirus and firewall programs sometimes mistakenly block the game, thinking it’s a threat. To fix this, you’ll need to add an exception for the game in your antivirus and firewall settings.

  • C:\Program Files (x86)\Steam\steamapps\common\PRAGMATA\PRAGMATA.exe
  • C:\Program Files (x86)\Steam\Steam.exe
  • C:\Users\%USERNAME%\AppData\Local\Steam

If these paths were already on the exclusion list, remove them and re-add them to refresh the rule.

3. Run Steam and the Game Executable as Administrator

Start Steam by right-clicking the Steam application file (Steam.exe) and choosing “Run as administrator.” If you’re still having trouble, find the PRAGMATA.exe file in your game folder, right-click it, and select “Run as administrator” as well.

4. Update GPU Drivers and Windows OS

Capcom notes that old graphics drivers can cause problems with the game, from visual glitches to it failing to launch – making them the first thing to check if Pragmata crashes when you try to start it. Both NVIDIA and Intel released driver updates specifically to address issues with the game around its release. Here are the relevant updates:

  • NVIDIA: GeForce Game Ready Driver 596.21 (April 16, 2026) or later. Capcom’s troubleshooting guide lists a clean driver reinstall using DDU (Display Driver Uninstaller) as an option if a standard update does not resolve the issue.
  • AMD: Latest Adrenalin Edition from amd.com/en/support/download/drivers.
  • Intel Arc: Driver 32.0.101.8735 (April 21, 2026) is a non-WHQL beta release recommended for Intel Arc and Core Ultra users. The driver’s release notes confirm it addresses an application crash while loading into the game menu, affecting Arc A-series, B-series, and Core Ultra Series 1, 2, and 3 GPUs.

5. Verify Game Files on Steam

If Pragmata crashes when you start it, the problem might be with missing or corrupted game files. You can easily check this through Steam. Right-click on Pragmata in your Steam Library, select ‘Properties’, then ‘Installed Files’, and finally ‘Verify integrity of game files’. Steam will then check all the game files and redownload anything that’s missing or damaged.

Community-Traced Fixes for Specific Crash Types

These solutions aren’t from the official Capcom support forum. The fix involving DLSS or Smooth Motion has been confirmed by users on Capcom’s Steam page. The edit to the [Render] config.ini file is an older fix from a demo version and hasn’t been confirmed to work with the full game, so consider it experimental. Only try these steps if the official troubleshooting doesn’t fix Pragmata crashing when you launch it.

NVIDIA Smooth Motion Causing Crashes With DLSS, Frame Generation, or Path Tracing

If Pragmata crashes when you start it after turning on DLSS, Frame Generation, or Path Tracing, the issue might be with a setting in your NVIDIA drivers. Some users have found that NVIDIA Smooth Motion, when enabled globally, causes a conflict. The game seems to automatically use Smooth Motion – a feature meant for games that don’t use DLSS – and this causes a crash as soon as you try to activate any DLSS features.

Easy fix: Open config.ini at ...\Steam\steamapps\common\PRAGMATA\config.ini in Notepad and set:

UpscalingAlgorithm=None

Save the file and restart your game. This turns off DLSS in the game’s settings, preventing a conflict before it happens.

If that does not resolve it:

  1. Disable Steam Cloud saves temporarily
  2. Back up your saves from ...\Steam\userdata\<your_user_id>\3357650\remote\win64_save
  3. Delete all files inside win64_save
  4. Delete config.ini from the PRAGMATA game folder — the game recreates it with defaults on next launch
  5. Launch the game, reach the main menu, then quit
  6. Restore your save files from the backup
  7. Re-enable Steam Cloud if you use it
  8. Do not re-enable DLSS or Frame Generation until a fix is confirmed

As of June 2026, Capcom hasn’t officially confirmed a fix for the conflict between DLSS and Smooth Motion. If you’re experiencing a crash accompanied by a “Fatal D3D” or “DXGI_ERROR_DEVICE_REMOVED” message, check the PC fixes for Pragmata, specifically those addressing those error types.

Config.ini [Render] Edit — Shader Compilation and Loading Screen Crashes

This workaround originated in a Steam discussion thread during the PRAGMATA Sketchbook demo period and may apply to the full game, but is not officially endorsed by Capcom. If Pragmata crashing on startup occurs during shader compilation or at the loading screen, the following config.ini edit may help. Open ...\Steam\steamapps\common\PRAGMATA\config.ini in Notepad, find the [Render] section, and set or add the following values:

[Render]
AliasBarrierWorkaround=Enable
AllowMeshShader=Enable
Capability=DirectX12
CentralUpdateTileMapping=Disable
DevelopEcoShaderForSinglePSO=Disable
FallbackShaderModel=Enable
ForceAliasBarrier=Disable
ForceMeshShader=Disable
LoadWinPixGpuCapturer=Disable
NonZeroFillResource=Enable
NvidiaRootCBVOptimization=Enable
ParallelBuildCommandList=Enable
ParallelBuildProcessorCount=8
QAMode=Disable
RenderWorkerThreadPriorityAboveNormal=Disable
TightFitShaderCache=Enable
UseAsyncCompute=Disabled
UseComputeQueuePairing=Enable
UseMultiThreadedCommandList=Disabled
UsePipelineStateCache=Enabled
UseProfileMarker=Enable
UsingIndepentRenderWorker=Enable

Save your changes and restart the game. If something goes wrong, you can fix it by deleting the ‘config.ini’ file from the game’s folder – this will restore the settings to their original defaults.

How to Submit a Crash Report to Capcom

When Pragmata crashing on startup occurs, a CrashReport folder is automatically generated at:

C:\Program Files (x86)\Steam\steamapps\common\PRAGMATA\CrashReport

You’ll find a .zip file in the folder named with the date and time of the crash. Please attach the newest one to Capcom’s official troubleshooting thread when you post. Capcom needs this file to help figure out problems related to specific computer hardware.

Still Crashing After All of the Above

Some players are experiencing crashes related to features like DLSS, Frame Generation, Path Tracing, and Smooth Motion, even after updating their graphics drivers. These issues are being discussed on the Pragmata Steam forums. If Pragmata keeps crashing when you start it, even after trying the standard fixes, please post a detailed report on Capcom’s forum. Include your .zip crash report file, your graphics card model, the version of your graphics driver, and whether you’ve installed the latest Windows 11 updates. Capcom is actively looking into bugs, and the crash report file is the most helpful information you can provide. If the game starts but you experience stuttering or freezing during gameplay, those are different problems with their own solutions – check out the Pragmata Stuttering and Freezing Fixes for help.

Read More

2026-06-05 03:30