Näytetään 11–20 / 293,909,052
16
1
Secure Boot ruined it for me.
Juuri nyt
Mardane
915
41
CO-OP is coming to HITMAN!
Juuri nyt
UBIFLACCID
1
Interesting Way to Gain a Colonist (Anomaly spoiler)
Juuri nyt
RCMidas
13
How to make the Your Eternal Reward a competitive knife with stock
Juuri nyt
/I\
3
There should be a level limit for difficulties
Juuri nyt
Wolfy6
Foorumilla "Off Topic"
43
Pain?
Juuri nyt
salamander
4
Game Crashing
Juuri nyt
SimuLord
2
Crossplay? No thanks.
Juuri nyt
Falsa Spe
10
Heavy cpu usage
Juuri nyt
Klaynes
0
The UE-Game Game has crashed and will close. Fatal error!
Juuri nyt
Magik Wok
Went through all the reddit pages and steam pages with no luck on this error. Troubleshooting with Chat-GPT for 2 hours finally led to a fix for me. Figured I'd post if anyone else still having trouble. I had everything updated like GPU, Windows, Directx, etc, but couldn't get to the issue. You may need to ask Chat-GPT to go through all the troubleshooting too, but it wasn't until I ran Process Monitor and it analyzed that "Windows has a compatibility shim or rule set for Game.exe that’s breaking launch." Then it had me do this:

How to Clear Any AppCompat Block for the Game
Press Win + R, type: regedit
Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers
Look for any entry containing the path to:
C:\Program Files (x86)\Steam\steamapps\common\Rune Factory Guardians of Azuma\Game.exe
If it exists — right-click → Delete it.
Also check: HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers and delete any matching entries.
Then Reset Compatibility Settings
Right-click Game.exe → Properties → Compatibility tab → make sure everything is unchecked (Run in compatibility mode, Disable fullscreen optimizations, etc.).
Apply and close.
After clearing those keys and resetting compatibility, launch with:
-d3d11 -windowed -ResX=1280 -ResY=720 (copy this into Steam: Right-click the game in Steam,Properties, and paste into Launch Options.

I'm not sure if any of the above actually did anything, I just know it worked after Chat-GPT made me a .reg file after asking: "Do you want me to give you a .reg file that will auto-remove any compatibility shims for this game so you don’t have to hunt through the registry manually? That’s the fastest way to do it safely."

I can't upload the file, but you can make it directly yourself:
Open Notepad.

Paste this in:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
"C:\\Program Files (x86)\\Steam\\steamapps\\common\\Rune Factory Guardians of Azuma\\Game.exe"=-
"C:\\Program Files\\Steam\\steamapps\\common\\Rune Factory Guardians of Azuma\\Game.exe"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers]
"C:\\Program Files (x86)\\Steam\\steamapps\\common\\Rune Factory Guardians of Azuma\\Game.exe"=-
"C:\\Program Files\\Steam\\steamapps\\common\\Rune Factory Guardians of Azuma\\Game.exe"=-

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Game.exe]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\Game.exe]

Then in File → Save As…
In File name type: Remove-Azuma-Compat.reg
In Save as type choose: All Files (*.*)

Double-click the file to test — you’ll get a Windows prompt asking if you want to merge it into the registry.
Reboot, and it worked for me finally.

Hopefully that helps even 1 person out!
Näytetään 11–20 / 293,909,052