Version 0.4.19.14 added to new options which are on by default which have not been thoroughly tested:
bBodyMorphGPUCopy
bBodyMorphRebind
If you are experiencing instability with respect to BodyMorph feature try disabling these options in skee64.ini, or skee64_custom.ini Version 0.4.19.10 change regarding plugin registration:
Plugins requesting SKEE's interfaces should do so after all plugins load (PostPostLoad event) to ensure that SKEE was loaded first. The reason this change was made was to enforce this, but obviously ceases to work for plugins that violate this.
SKSE loads DLL plugins in sequence and discovers them via OS calls where their order is non-deterministic (coincidentally alphanumeric?), this is problematic when you want to retrieve information from a plugin that technically hasn't loaded yet.
Version 0.4.19.11 adds a new option to skee64.ini (or skee64_custom.ini) to effectively revert this change but is OFF by default: bEnableEarlyRegistration This should restore functionality to plugins that attempt to retrieve SKEE's interfaces too early and fail as a result.
I'm playing GOG Anniversary Edition ver 1.6.659, Racemenu ver 0-4-19-14, SKSE ver 2.02.03 GOG and when I start new game it returns error "RaceMenu Error(s): SKSE script version mismatch detected (72) expected (69). Please reinstall your SKSE scripts to match your version. Error Codes (1)" Edit: used the wrong SKSE version from the one on Nexus
I'm using the Skyrim A.E version 1.6.1179 (GOG), SKSE64 GOG V2.2.6, RaceMenu A.E GOG V0.4.19.14, and others mods (lastest version for all)
I'm getting the "error/warning" when i load my game
Idk how use debug things in skyrim.
Any ideas?
SKSE Error message:
SKSE Plugin Loader (2.2.6)
A DLL plugin has failed to load correctly. If a new version of Skyrim was just released, the plugin needs to be updated. Please check the mod's webpage for updates. RaceMenu (skee64.dll): disabled, incompatible with current version of the game Continuing to load may result in lost save data or other undesired behavior. Exit game? (yes highly suggested) Yes/No
Mods List (Name - Version):
Unofficial Skyrim Special Edition Patch: 4.3.4a SkyUI: 5.2.SE SKSE64 GOG: 2.2.6 RaceMenu AE GOG: 0.4.19.14 FNIS Behavior SE: 7.6 Alternate Start: 4.2.4 Address Library for SKSE: All in One (1.6.x) - V11 - Date: 14 Feb 2024
Hello AvicusPT friend, thank you very much for the link.
But how should I install this? Could you please tell me.
Do I just install this mod like any other mod? Should I install the original mod and then overwrite it with this patch in MO2? Or should I decompress this patch and overwrite the original manually?
Friend, you are using the wrong version of Racemenu, I suppose that's the problem. Reading what you install is important beforehand, and if you have questions, there will always be someone who can help you in the community, I suppose.
Hello, for those people who were like me and could not use this wonderful mod, the solution was shared by our friend AvicusPT with the link he posted there.
If you have questions about how to install it, it’s simply like any other mod. And it overwrites. It’s that easy, and it works very well.
1.- Just download the RaceMenu Anniversary Edition v0-4-19-14 GOG.
2.- Download the patch shared by our mod buddy AvicusPT.Well, here it is.... https://mega.nz/file/TVlC0B5I#qjPOYh2d97n6yDoKnM-pm7B736bYlbe4UuJANrryNXI (Copy and search for it in your web browser and download.)
3.- Install RaceMenu Anniversary Edition v0-4-19-14 GOG and the patch you downloaded from the link in MO2 or VORTEX.
4.- Let it overwrite and you’re done.
Many thanks to the author of this mod and for the link.
Now my overlays are clipping/visible through armors, clothings, etc and it gets worse as the camera zoom out. Massive turn off for me since I have like ~15,000 tattoos and can't use a single one now because of it. AE 1170.
Even using "RaceMenu OverlayFix and Various Mod Fixes" from https://www.nexusmods.com/skyrimspecialedition/mods/138586 doesn't fix it.
My game seems to be functioning normally again, going from crashing every few minutes earlier with SKEE.DLL issues to being stable for over twenty minutes now. My game version is 1.5.97. I'm using UBE 2.0. If I choose the SE version to install, it automatically includes an SKEE.DLL file and overwrites the original one, causing the RaceMenu 0.4.16 Memory Leak Hotfix (SE) to fail. I tried moving RaceMenu 0.4.16 Memory Leak Hotfix (SE) to the very bottom of the left-hand side in my Mod Organizer manager to make it overwrite most mods, specifically to overwrite UBE 2.0. After doing this, the file in Documents\My Games\Skyrim Special Edition\SKSE\skee64-memleak-patch shows Loaded successfully. I don't have much time to test how long this stability will last, but it at least prevents me from uninstalling the game.
everything works perfectly fine apart from when i open the sculpt menu all the windows are blank except for the brush selection, and the main sculpting window has a sad little rainbow "img:" :(
Yeah, I'm having the same problem. No mesh window (just the "img", as you say), and there's nothing listed in the "Head Parts" window. It used to work, but not now ('though I may be thinking of the LE version).
Running most current SE (not upgraded to AE) via Steam on Linux, SKSE, and RaceMenu.
Are we missing files or another mod/requirement perhaps?
Hello friend expired6978, please don't be mean, I've been waiting for you to release the update for GOG 1.6.1179 since Nov 2024. Please, could you do it?.............
Edit: the steam version of this game will work apparently anniversary means skyrim special edition the issue is me myself I have not figured out why sliders for adult features do not work nor why presets will not load despite pressing f9
I am having issues with using presets in racemenu. A while back I downloaded a preset pack for the lykaios race on to vortex. When I tried to access the presets, it did not show up. After that, I deleted the mod from vortex and instead manually installed it into the preset folder. This, however, still did not work and I then deleted the chargen and preset folders and recreated the folders. This also did not work. Is there something that I am doing wrong or did not try? Any suggestions are appreciated.
14111 comments
- bBodyMorphGPUCopy
- bBodyMorphRebind
If you are experiencing instability with respect to BodyMorph feature try disabling these options in skee64.ini, or skee64_custom.iniVersion 0.4.19.10 change regarding plugin registration:
Plugins requesting SKEE's interfaces should do so after all plugins load (PostPostLoad event) to ensure that SKEE was loaded first. The reason this change was made was to enforce this, but obviously ceases to work for plugins that violate this.
SKSE loads DLL plugins in sequence and discovers them via OS calls where their order is non-deterministic (coincidentally alphanumeric?), this is problematic when you want to retrieve information from a plugin that technically hasn't loaded yet.
Version 0.4.19.11 adds a new option to skee64.ini (or skee64_custom.ini) to effectively revert this change but is OFF by default:
bEnableEarlyRegistration
This should restore functionality to plugins that attempt to retrieve SKEE's interfaces too early and fail as a result.
Edit: used the wrong SKSE version from the one on Nexus
I'm getting the "error/warning" when i load my game
Idk how use debug things in skyrim.
Any ideas?
SKSE Error message:
Mods List (Name - Version):
For the GOG version the patch on link bellow fixed this
https://mega.nz/file/TVlC0B5I#qjPOYh2d97n6yDoKnM-pm7B736bYlbe4UuJANrryNXI
Hope it helps as it did me
P.S - It worked for me. You are a champion and a scholar - Treat yourself to a single malt
But how should I install this?
Could you please tell me.
Do I just install this mod like any other mod?
Should I install the original mod and then overwrite it with this patch in MO2?
Or should I decompress this patch and overwrite the original manually?
I would greatly appreciate your help.
Friend, you are using the wrong version of Racemenu, I suppose that's the problem. Reading what you install is important beforehand, and if you have questions, there will always be someone who can help you in the community, I suppose.
FOR GOG 1179
Hello, for those people who were like me and could not use this wonderful mod, the solution was shared by our friend AvicusPT with the link he posted there.
If you have questions about how to install it, it’s simply like any other mod. And it overwrites. It’s that easy, and it works very well.
1.- Just download the RaceMenu Anniversary Edition v0-4-19-14 GOG.
2.- Download the patch shared by our mod buddy AvicusPT.Well, here it is....
https://mega.nz/file/TVlC0B5I#qjPOYh2d97n6yDoKnM-pm7B736bYlbe4UuJANrryNXI
(Copy and search for it in your web browser and download.)
3.- Install RaceMenu Anniversary Edition v0-4-19-14 GOG and the patch you downloaded from the link in MO2 or VORTEX.
4.- Let it overwrite and you’re done.
Many thanks to the author of this mod and for the link.
Even using "RaceMenu OverlayFix and Various Mod Fixes" from https://www.nexusmods.com/skyrimspecialedition/mods/138586 doesn't fix it.
Running most current SE (not upgraded to AE) via Steam on Linux, SKSE, and RaceMenu.
Are we missing files or another mod/requirement perhaps?