RimWorld

RimWorld

HugsLib
FIX for HugsLib black screen on startup
(credit to fiyin34312 from Reddit)

If you're getting a black screen when launching the game with HugsLib enabled, it's likely because "ASLR Bottom-Up" is disabled in your Windows security settings.

Here's how to fix it:

Method 1 – Through Windows Security:

• Open Windows Security from the Start menu
• Click on App & browser control
• Scroll down and click Exploit protection settings
• Go to the System settings tab
• Find Randomize memory allocations (Bottom-up ASLR)
• Set it to Use default (On)
• Click Apply
• Restart your PC

Method 2 – PowerShell (advanced users):

• Open PowerShell as Administrator
• Type: Get-ProcessMitigation -System
• Look for: ASLR: BottomUp: OFF or NOTSET
• If it’s OFF or NOTSET, then type: Set-ProcessMitigation -System -Enable BottomUp
• Restart your PC