Troubleshooting
Common install and runtime problems, with fixes.
The overlay doesn’t open
- Is the DLL in
Win64\UnrealModPlugins\? (NotWin64\directly.) - Is your mod loader also in
Win64\and up to date? - Check
Win64\AERR\AERR.log— the log says which hook failed, if any.
My AV deleted the DLL
Open /trust — most flags are known and documented. Restore the DLL and allow it in your AV, or submit it as a false positive.
The overlay opens but has no data
AERR reads UE4 objects from memory. On the very first frame after a save load, some pointers are transient — wait for the game to settle (world fully loaded) before interacting with the overlay.
Scripts aren’t saving
Check the log for RamaSave messages. If the game doesn’t emit a save event, AERR has nothing to hook — make sure you’re triggering a real save, not a quicksave menu that didn’t complete.
Still stuck
- FAQ
- Known issues
- Compatibility matrix
- The Nexus thread for your release