Skip to content

Fixing PRAGMATA issues on Linux: crashes, textures, and crashes

The game PRAGMATA on the RE Engine may not work correctly in Linux, causing crashes, texture corruption, and other graphical artifacts. The community has found several ways to resolve this issue.

Main Fix: Disabling Wine Optimizations

The engine attempts to apply optimizations for Linux when launched, but they often cause the game to break. The most effective method is to disable them, forcing the game to rely on Proton.

Action: In the game’s properties on Steam, in the “Launch Options” field, insert the command:

%command% /WineDetectionEnabled:False

You might also be interested in:

How to Defeat the Idea in Pragmata: A Complete Guide to the Final Boss

The author of the guide uses this command along with Proton Experimental.

Additional Methods

If the first method does not help, try the following options (from simple to complex):

  • Use Proton Experimental with the above launch command.
  • Downgrade the Nvidia driver version from 590 to 580.
  • Try different fresh versions of GE-Proton (e.g., GE-Proton10-32). The Wine Detection disable command can be added here as well. Link to the repository: GitHub.
  • For GE-Proton, you can also add environment variables:
    PROTON_USE_NTSYNC=1 PROTON_FSR4_UPGRADE=1 PROTON_ENABLE_WAYLAND=1 %command% /WineDetectionEnabled:False
  • If your graphics card does not support Vulkan 1.3 but works with Vulkan 1.1, try Proton Sarek: GitHub.

Author’s Configuration for Reference

  • OS: Linux Mint 22.3 (64-bit)
  • Graphics Card: Nvidia RTX 5060 (8GB)
  • Driver: nvidia-driver-580-open (version 580.126.09)

If none of the methods work, describe your problem and system configuration in detail in the comments – this will help other players.

Source: Mykk | Steam

1 thought on “Fixing PRAGMATA issues on Linux: crashes, textures, and crashes”

  1. It doesn’t work. It still shows that my NVIDIA GPU (RTX 5050 8GB) is unsupported. What to do now?

    My system specs (I took the info from fastfetch terminal command):
    OS: openSUSE Tumbleweed
    Kernel: Linux 7.0.10-5.g5466d53-default
    CPU: AMD Ryzen 7 260 (16) @ 5.10 GHz
    GPU 1: NVIDIA GeForce RTX 5050 Max-Q / Mobile [Discrete]
    GPU 2: AMD Radeon 780M Graphics [Integrated]
    Memory: 5.00 GiB / 22.78 GiB (22%)
    Swap: 0 B / 16.00 GiB (0%)

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.