RimWorld

RimWorld

HugsLib
BLACK SCREEN FIX (Actual Fix)
Method 1: Through Windows Security (This worked for me)

1. Open Windows Security from the Start menu.

2. Go to App & browser control > Exploit protection settings.

3. Under the System settings tab, find Randomize memory allocations (Bottom-up ASLR).

4. Set it to Use default (On).

5. Click Apply and restart your PC.



Method 2: Via PowerShell (for advanced users)

1. Open PowerShell as Administrator.

2. Type Get-ProcessMitigation -System and press Enter.

3. Check if ASLR: BottomUp is OFF or NOTSET.

4. If it is, type Set-ProcessMitigation -System -Enable BottomUp and press Enter.

5. Restart your PC.