This could indicate a memory issue. Ensure you've installed the Memory Leak Hotfix. Also check for conflicts with other mods that modify the character creation interface.
To run RaceMenu on Skyrim Special Edition version 1.5.97, you must use . This specific version was the final release before the "Anniversary Edition" (v1.6+) updates shifted compatibility requirements. 🔍 Deep Compatibility Review
Install RaceMenu OverlayFix and Various Mod Fixes . This mod fixes multiple RaceMenu crashes on both 1.6.1170 and 1.5.97, resolves morph application issues, and includes a workaround for corrupted RaceMenu saves. The author has also released an experimental skee64 backports release that backports normal recalculation features to 1.5.97.
Required for advanced weapon positioning, physics setups, and sliders dealing with character body scales and heights inside the RaceMenu interface. Troubleshooting Common 1.5.97 RaceMenu Issues Error: "SKSE Script Version Mismatch" or Missing Sliders
Event OnVersionCheck(int version) ; Required for RaceMenu 3.x+ return EndEvent racemenu for skyrim se 1597 work
Ensure you haven't exceeded the 255 ESP plugin limit (though RaceMenu itself is an ESP, many of its requirements or add-ons might push you over). Why Use RaceMenu on 1.5.97?
; Find the scar overlay (slot 7 is typically the scar layer in overlay system) ; We'll apply to all overlays that contain "scar" in their name or path int numOverlays = NiOverride.GetNumOverlays(player, 7) ; 7 = Face overlay int i = 0 while i < numOverlays string overlayPath = NiOverride.GetOverlayPath(player, 7, i) if overlayPath != "" && StringUtil.Find(overlayPath, "scar", 0) != -1 ; Apply color multiply NiOverride.AddOverrideFloat(player, 7, i, 3, colorData[0]) ; Red mult NiOverride.AddOverrideFloat(player, 7, i, 4, colorData[1]) ; Green mult NiOverride.AddOverrideFloat(player, 7, i, 5, colorData[2]) ; Blue mult NiOverride.AddOverrideFloat(player, 7, i, 6, colorData[3]) ; Alpha mult endif i += 1 endWhile
The release of Skyrim Special Edition (SE) update 1.6 (the Anniversary Edition pre-patch) disrupted the modding community by updating the game's compiler. For many players, version 1.5.97 remains the definitive version for modding due to its unparalleled stability and legacy mod compatibility.
is the officially recommended version for 1.5.97. Some users report success with SKSE 2.0.17 as well, but 2.0.20 provides better stability and is what most mod guides recommend. This could indicate a memory issue
Are you using or Vortex ? (to provide specific pathing/install steps)
Move the Data folder from the SKSE archive into your Skyrim root directory, or pack it as a mod via your mod manager. 3. Download the Correct RaceMenu Archive Go to the page on Nexus Mods. Click on the Files tab.
If you’d like, I can:
If your game crashes when loading a save and your crash log mentions skee64.dll , you need a specific fix. To run RaceMenu on Skyrim Special Edition version 1
Before installing RaceMenu, you must have the correct version of . The Version: You need SKSE64 version 2.0.17 or 2.0.19 .
RaceMenu is the most powerful character creation overhaul available for Skyrim. It completely replaces the vanilla character creation menu with an interface that offers hundreds of additional sliders, body morphs, overlays (tattoos, warpaints, scars), and advanced customization features that simply aren't possible in the base game.
This is almost always an installation or load order problem. Steps to resolve: