VeraDra Posted April 21, 2024 Posted April 21, 2024 1 hour ago, modslave said: I mean honestly the whole "don't like it do it yourself" thing is great, it's what modding is about after all. So using it as a dismissive insult probably isn't the best way to acknowledge an obviously simple framework feature that shouldn't require a submod to exist as a feature. Seems to be pretty common for people who have more posts/have an older account - outright dismissive of any criticism because you "haven't put the effort in" like them (or by any other word, gatekeeping).
深淵の神 Posted April 21, 2024 Posted April 21, 2024 Maybe part of making constructive criticism about what you dislike is also providing useful proposals and functional alternatives, I don't know, making contributions that are useful for a change because otherwise you just make yourself look ridiculous like a fucking resentful troll. But I don't know, that's just my opinion, maybe I'm wrong.
andres465465465 Posted April 21, 2024 Posted April 21, 2024 (edited) Would someone be so kind as to send me version 1.65? Thank Skyrim 1.6.659 Or please, give me all the files to have sexlab in Skyrim, since I am a bit big-handed when it comes to these things Edited April 21, 2024 by andres465465465
VeraDra Posted April 21, 2024 Posted April 21, 2024 52 minutes ago, andres465465465 said: Would someone be so kind as to send me version 1.65? Thank Skyrim 1.6.659 Or please, give me all the files to have sexlab in Skyrim, since I am a bit big-handed when it comes to these things here 1
modslave Posted April 22, 2024 Posted April 22, 2024 9 hours ago, サマエル said: Maybe part of making constructive criticism about what you dislike is also providing useful proposals and functional alternatives, I don't know, making contributions that are useful for a change because otherwise you just make yourself look ridiculous like a fucking resentful troll. But I don't know, that's just my opinion, maybe I'm wrong. There isn't a functional alternative yet. But I spend most of my time in a very small Discord with Ershin, Distar, Doodlum, and Monitor144hz so I think I can work something out and if I can't I can get some help figuring out the rest. So there will be soon. I was just making commentary that its somehow this late in development and this still requires a submod.
4nk8r Posted April 22, 2024 Posted April 22, 2024 I'm starting to see more and more mods that use DLL's begin to use https://github.com/CharmedBaryon/CommonLibSSE-NG so they can build a single DLL that supports every version of Skyrim AE. Are there any plans to start using it for the DLL in PapyrusUtil/Sexlab? Cheers
KermitMao Posted April 22, 2024 Posted April 22, 2024 So I've wanted to try making my own script to start learning modding but I am stuck at the very first step... This is giving me a big headache. I just want to compile the following papyrus fragment for a simple dialogue. I just added the line SexLabFramework Property SexLab auto at the end but the compiling fails. ;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment ;NEXT FRAGMENT INDEX 1 Scriptname PERSO_CG Extends TopicInfo Hidden ;BEGIN FRAGMENT Fragment_0 Function Fragment_0(ObjectReference akSpeakerRef) Actor akSpeaker = akSpeakerRef as Actor ;BEGIN CODE ;scriptname ;END CODE EndFunction ;END FRAGMENT ;END FRAGMENT CODE - Do not edit anything between this and the begin comment SexLabFramework Property SexLab auto And here is the papyrus logs : Spoiler Starting 1 compile threads for 1 files... Compiling "PERSO_CG"... C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(419,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(420,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(432,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(433,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(448,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(449,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(467,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(468,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(486,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(487,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(498,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(499,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(508,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(509,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(519,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(520,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(551,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(552,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(602,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(603,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(611,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(612,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(652,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(653,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(661,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(682,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(683,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(692,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(706,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(732,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(739,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(740,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(744,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(754,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(787,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(788,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(827,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(828,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(872,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(873,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(887,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(888,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(905,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(906,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(923,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(924,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(941,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(942,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(953,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(954,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(972,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(973,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(985,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(986,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1001,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1002,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1020,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1021,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1039,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1040,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1051,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1052,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1063,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1064,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1075,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1076,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1109,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1110,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1153,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1154,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1165,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1166,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1191,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1192,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1200,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1221,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1222,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1231,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1245,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1271,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1278,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1279,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1286,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1293,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1325,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1326,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1359,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1360,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1398,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1399,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1413,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1414,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1431,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1432,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1449,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1450,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1467,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1468,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1480,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1481,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,2): variable Precision_Utility is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,20): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,2): variable Precision_Utility is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,20): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): OpenMouthScaled is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): cannot call the member function OpenMouthScaled alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2791,43): IsLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2800,43): IsLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(546,1): the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(1068,1): the parameter defaults of function centeroncoords in state resetting on script sslthreadcontroller do not match the parent script sslthreadmodel C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): UnequipFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): cannot call the member function UnequipFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\SexLabFramework.psc(3319,1): the parameter defaults of function newthread in state disabled on script sexlabframework does not match the empty state No output generated for PERSO_CG, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on PERSO_CG Where can I find the modder's resource for theses functions (UnequipFaceItem / IsLipFixedPhase /UnequipWornFaceItem...)? I have no idea from what mod they come from
OsmelMC Posted April 22, 2024 Posted April 22, 2024 4 hours ago, NTWY said: So I've wanted to try making my own script to start learning modding but I am stuck at the very first step... This is giving me a big headache. I just want to compile the following papyrus fragment for a simple dialogue. I just added the line SexLabFramework Property SexLab auto at the end but the compiling fails. ;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment ;NEXT FRAGMENT INDEX 1 Scriptname PERSO_CG Extends TopicInfo Hidden ;BEGIN FRAGMENT Fragment_0 Function Fragment_0(ObjectReference akSpeakerRef) Actor akSpeaker = akSpeakerRef as Actor ;BEGIN CODE ;scriptname ;END CODE EndFunction ;END FRAGMENT ;END FRAGMENT CODE - Do not edit anything between this and the begin comment SexLabFramework Property SexLab auto And here is the papyrus logs : Hide contents Starting 1 compile threads for 1 files... Compiling "PERSO_CG"... C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(419,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(420,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(432,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(433,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(448,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(449,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(467,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(468,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(486,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(487,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(498,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(499,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(508,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(509,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(519,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(520,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(551,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(552,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(602,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(603,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(611,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(612,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(652,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(653,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(661,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(682,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(683,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(692,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(706,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(732,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(739,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(740,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(744,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(754,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(787,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(788,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(827,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(828,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(872,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(873,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(887,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(888,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(905,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(906,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(923,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(924,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(941,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(942,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(953,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(954,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(972,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(973,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(985,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(986,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1001,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1002,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1020,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1021,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1039,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1040,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1051,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1052,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1063,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1064,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1075,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1076,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1109,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1110,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1153,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1154,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1165,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1166,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1191,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1192,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1200,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1221,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1222,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1231,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1245,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1271,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1278,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1279,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1286,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1293,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1325,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1326,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1359,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1360,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1398,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1399,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1413,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1414,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1431,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1432,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1449,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1450,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1467,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1468,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1480,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1481,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,2): variable Precision_Utility is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,20): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,2): variable Precision_Utility is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,20): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): OpenMouthScaled is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): cannot call the member function OpenMouthScaled alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2791,43): IsLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2800,43): IsLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(546,1): the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(1068,1): the parameter defaults of function centeroncoords in state resetting on script sslthreadcontroller do not match the parent script sslthreadmodel C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): UnequipFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): cannot call the member function UnequipFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\SexLabFramework.psc(3319,1): the parameter defaults of function newthread in state disabled on script sexlabframework does not match the empty state No output generated for PERSO_CG, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on PERSO_CG Where can I find the modder's resource for theses functions (UnequipFaceItem / IsLipFixedPhase /UnequipWornFaceItem...)? I have no idea from what mod they come from Those functions are from my SLU+ but you have something overwriting my files and that is causing the errors.
KermitMao Posted April 23, 2024 Posted April 23, 2024 14 hours ago, OsmelMC said: Those functions are from my SLU+ but you have something overwriting my files and that is causing the errors. Okay, so made a new profile on Vortex with a minimalistic load order to make sexlab work: Spoiler 0 0 Skyrim.esm 1 1 Update.esm 2 2 Dawnguard.esm 3 3 HearthFires.esm 4 4 Dragonborn.esm 254 FE 0 ccbgssse002-exoticarrows.esl 254 FE 1 ccbgssse003-zombies.esl 254 FE 2 ccbgssse004-ruinsedge.esl 254 FE 3 ccbgssse006-stendarshammer.esl 254 FE 4 ccbgssse007-chrysamere.esl 254 FE 5 ccbgssse010-petdwarvenarmoredmudcrab.esl 254 FE 6 ccbgssse014-spellpack01.esl 254 FE 7 ccbgssse019-staffofsheogorath.esl 254 FE 8 ccbgssse020-graycowl.esl 254 FE 9 ccbgssse021-lordsmail.esl 254 FE a ccmtysse001-knightsofthenine.esl 254 FE b ccqdrsse001-survivalmode.esl 5 5 cctwbsse001-puzzledungeon.esm 6 6 cceejsse001-hstead.esm 254 FE c ccqdrsse002-firewood.esl 254 FE d ccbgssse018-shadowrend.esl 254 FE e ccbgssse035-petnhound.esl 254 FE f ccfsvsse001-backpacks.esl 254 FE 10 cceejsse002-tower.esl 254 FE 11 ccedhsse001-norjewel.esl 254 FE 12 ccvsvsse002-pets.esl 254 FE 13 ccbgssse037-curios.esl 254 FE 14 ccbgssse034-mntuni.esl 254 FE 15 ccbgssse045-hasedoki.esl 254 FE 16 ccbgssse008-wraithguard.esl 254 FE 17 ccbgssse036-petbwolf.esl 254 FE 18 ccffbsse001-imperialdragon.esl 254 FE 19 ccmtysse002-ve.esl 254 FE 1a ccbgssse043-crosselv.esl 254 FE 1b ccvsvsse001-winter.esl 254 FE 1c cceejsse003-hollow.esl 7 7 ccbgssse016-umbra.esm 8 8 ccbgssse031-advcyrus.esm 254 FE 1d ccbgssse040-advobgobs.esl 254 FE 1e ccbgssse058-ba_steel.esl 254 FE 1f ccpewsse002-armsofchaos.esl 254 FE 20 ccbgssse041-netchleather.esl 254 FE 21 ccedhsse002-splkntset.esl 254 FE 22 ccbgssse064-ba_elven.esl 254 FE 23 ccbgssse063-ba_ebony.esl 254 FE 24 ccbgssse062-ba_dwarvenmail.esl 254 FE 25 ccbgssse060-ba_dragonscale.esl 254 FE 26 ccbgssse051-ba_daedricmail.esl 254 FE 27 ccbgssse057-ba_stalhrim.esl 9 9 ccbgssse025-advdsgs.esm 254 FE 28 ccffbsse002-crossbowpack.esl 254 FE 29 ccbgssse013-dawnfang.esl 254 FE 2a cceejsse004-hall.esl 10 a Unofficial Skyrim Special Edition Patch.esp 11 b ZaZAnimationPack.esm 12 c SexLab.esm 13 d SkyUI_SE.esp PluginTemplate.esp 14 e PERSO_tutoriualAnimation.esp PER_TutorialAnimations.esp TheAmazingWorldOfBikiniArmor.esp 15 f SOSRaceMenu.esp 16 10 XPMSE.esp 254 FE 2b BHUNP3BBB.esp EnhancedCharacterEdit.esp BaboYgnordPatch.esp 254 FE 2c RaceMenuMorphsBHUNP.esp 17 11 FNIS.esp dcc-dm2.esp 18 12 dse-display-model.esp 19 13 Alternate Start - Live Another Life.esp Automated Leveled List Addition.esp Bashed Patch, 0.esp When I want To compile, I get the same error messages but SLU+ is not active and SLU+ is not a hard requirement so why the sexlab psc's reference to these functions anyway. When you say that a something is overwriting your mod, do you mean a load order problem? I am not too familiar with what you mean. Papyrus failed log : Spoiler Starting 1 compile threads for 1 files... Compiling "PERSO_CG"... C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(419,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(420,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(432,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(433,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(448,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(449,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(467,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(468,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(486,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(487,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(498,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(499,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(508,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(509,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(519,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(520,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(551,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(552,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(602,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(603,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(611,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(612,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(652,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(653,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(661,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(682,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(683,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(692,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(706,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(732,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(739,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(740,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(744,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(754,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(787,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(788,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(827,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(828,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(872,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(873,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(887,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(888,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(905,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(906,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(923,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(924,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(941,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(942,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(953,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(954,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(972,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(973,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(985,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(986,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1001,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1002,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1020,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1021,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1039,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1040,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1051,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1052,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1063,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1064,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1075,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1076,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1109,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1110,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1153,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1154,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1165,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1166,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1191,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1192,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1200,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1221,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1222,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1231,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1245,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1271,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1278,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1279,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1286,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1293,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1325,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1326,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1359,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1360,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1398,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1399,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1413,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1414,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1431,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1432,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1449,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1450,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1467,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1468,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1480,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1481,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,2): variable Precision_Utility is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,20): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,2): variable Precision_Utility is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,20): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): OpenMouthScaled is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): cannot call the member function OpenMouthScaled alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2791,43): IsLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2800,43): IsLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(546,1): the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(1068,1): the parameter defaults of function centeroncoords in state resetting on script sslthreadcontroller do not match the parent script sslthreadmodel C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): UnequipFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): cannot call the member function UnequipFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\SexLabFramework.psc(3319,1): the parameter defaults of function newthread in state disabled on script sexlabframework does not match the empty state No output generated for PERSO_CG, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on PERSO_CG
OsmelMC Posted April 23, 2024 Posted April 23, 2024 2 hours ago, NTWY said: Okay, so made a new profile on Vortex with a minimalistic load order to make sexlab work: Reveal hidden contents 0 0 Skyrim.esm 1 1 Update.esm 2 2 Dawnguard.esm 3 3 HearthFires.esm 4 4 Dragonborn.esm 254 FE 0 ccbgssse002-exoticarrows.esl 254 FE 1 ccbgssse003-zombies.esl 254 FE 2 ccbgssse004-ruinsedge.esl 254 FE 3 ccbgssse006-stendarshammer.esl 254 FE 4 ccbgssse007-chrysamere.esl 254 FE 5 ccbgssse010-petdwarvenarmoredmudcrab.esl 254 FE 6 ccbgssse014-spellpack01.esl 254 FE 7 ccbgssse019-staffofsheogorath.esl 254 FE 8 ccbgssse020-graycowl.esl 254 FE 9 ccbgssse021-lordsmail.esl 254 FE a ccmtysse001-knightsofthenine.esl 254 FE b ccqdrsse001-survivalmode.esl 5 5 cctwbsse001-puzzledungeon.esm 6 6 cceejsse001-hstead.esm 254 FE c ccqdrsse002-firewood.esl 254 FE d ccbgssse018-shadowrend.esl 254 FE e ccbgssse035-petnhound.esl 254 FE f ccfsvsse001-backpacks.esl 254 FE 10 cceejsse002-tower.esl 254 FE 11 ccedhsse001-norjewel.esl 254 FE 12 ccvsvsse002-pets.esl 254 FE 13 ccbgssse037-curios.esl 254 FE 14 ccbgssse034-mntuni.esl 254 FE 15 ccbgssse045-hasedoki.esl 254 FE 16 ccbgssse008-wraithguard.esl 254 FE 17 ccbgssse036-petbwolf.esl 254 FE 18 ccffbsse001-imperialdragon.esl 254 FE 19 ccmtysse002-ve.esl 254 FE 1a ccbgssse043-crosselv.esl 254 FE 1b ccvsvsse001-winter.esl 254 FE 1c cceejsse003-hollow.esl 7 7 ccbgssse016-umbra.esm 8 8 ccbgssse031-advcyrus.esm 254 FE 1d ccbgssse040-advobgobs.esl 254 FE 1e ccbgssse058-ba_steel.esl 254 FE 1f ccpewsse002-armsofchaos.esl 254 FE 20 ccbgssse041-netchleather.esl 254 FE 21 ccedhsse002-splkntset.esl 254 FE 22 ccbgssse064-ba_elven.esl 254 FE 23 ccbgssse063-ba_ebony.esl 254 FE 24 ccbgssse062-ba_dwarvenmail.esl 254 FE 25 ccbgssse060-ba_dragonscale.esl 254 FE 26 ccbgssse051-ba_daedricmail.esl 254 FE 27 ccbgssse057-ba_stalhrim.esl 9 9 ccbgssse025-advdsgs.esm 254 FE 28 ccffbsse002-crossbowpack.esl 254 FE 29 ccbgssse013-dawnfang.esl 254 FE 2a cceejsse004-hall.esl 10 a Unofficial Skyrim Special Edition Patch.esp 11 b ZaZAnimationPack.esm 12 c SexLab.esm 13 d SkyUI_SE.esp PluginTemplate.esp 14 e PERSO_tutoriualAnimation.esp PER_TutorialAnimations.esp TheAmazingWorldOfBikiniArmor.esp 15 f SOSRaceMenu.esp 16 10 XPMSE.esp 254 FE 2b BHUNP3BBB.esp EnhancedCharacterEdit.esp BaboYgnordPatch.esp 254 FE 2c RaceMenuMorphsBHUNP.esp 17 11 FNIS.esp dcc-dm2.esp 18 12 dse-display-model.esp 19 13 Alternate Start - Live Another Life.esp Automated Leveled List Addition.esp Bashed Patch, 0.esp When I want To compile, I get the same error messages but SLU+ is not active and SLU+ is not a hard requirement so why the sexlab psc's reference to these functions anyway. When you say that a something is overwriting your mod, do you mean a load order problem? I am not too familiar with what you mean. Papyrus failed log : Reveal hidden contents Starting 1 compile threads for 1 files... Compiling "PERSO_CG"... C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(419,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(420,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(432,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(433,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(448,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(449,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(467,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(468,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(486,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(487,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(498,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(499,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(508,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(509,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(519,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(520,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(551,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(552,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(602,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(603,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(611,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(612,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(652,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(653,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(661,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(682,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(683,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(692,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(706,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(732,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(739,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(740,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(744,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(754,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(787,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(788,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(827,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(828,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(872,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(873,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(887,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(888,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(905,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(906,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(923,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(924,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(941,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(942,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(953,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(954,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(972,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(973,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(985,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(986,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1001,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1002,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1020,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1021,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1039,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1040,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1051,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1052,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1063,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1064,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1075,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1076,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1109,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1110,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1153,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1154,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1165,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1166,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1191,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1192,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1200,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1221,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1222,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1231,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1245,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1271,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1278,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1279,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1286,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1293,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1325,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1326,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1359,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1360,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1398,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1399,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1413,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1414,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1431,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1432,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1449,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1450,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1467,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1468,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1480,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1481,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,2): variable Precision_Utility is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,20): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,2): variable Precision_Utility is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,20): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): OpenMouthScaled is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): cannot call the member function OpenMouthScaled alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2791,43): IsLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2800,43): IsLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(546,1): the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(1068,1): the parameter defaults of function centeroncoords in state resetting on script sslthreadcontroller do not match the parent script sslthreadmodel C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): UnequipFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): cannot call the member function UnequipFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\SexLabFramework.psc(3319,1): the parameter defaults of function newthread in state disabled on script sexlabframework does not match the empty state No output generated for PERSO_CG, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on PERSO_CG You do nothing disabling the SLU without remover whatever was overwriting it scripts files that by the way is the real cause of the error. If you want to be sure, you can remove all the Mod or patches that be overwriting the "SexLab Framework" scripts and that will let you compile without issues. WARNING: One thing is when is missing the file reported by the papyrus compiler; that just means that you don't have the mod where that file can be found or at least you don't have the PSC file on the right path. None of those reasons is dangerous and you just have to find and place the missing PSC file on the right path. Another very different things is when you can find the PSC file but some function or variable in there is reported missing. That is dangerous and usually means that you made some mistake installing the Mods. This also means that you will have errors using these scripts on the game too with unpredictable outcomes even CTD. So even if you are hurry to compile or don't care for the compatibility with that mod you still have to make sure that you can compile with it or it will have problems later on the game. Otherwise uninstall it.
OsmelMC Posted April 23, 2024 Posted April 23, 2024 (edited) 42 minutes ago, OsmelMC said: Papyrus failed log : Reveal hidden contents Starting 1 compile threads for 1 files... Compiling "PERSO_CG"... C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(419,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(420,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(432,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(433,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(448,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(449,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(467,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(468,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(486,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(487,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(498,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(499,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(508,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(509,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(519,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(520,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(551,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(552,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(602,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(603,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(611,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(612,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(652,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(653,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(661,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(682,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(683,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(692,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(706,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(732,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(739,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(740,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(744,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(754,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(787,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(788,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(827,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(828,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(872,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(873,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(887,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(888,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(905,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(906,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(923,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(924,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(941,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(942,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(953,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(954,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(972,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(973,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(985,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(986,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1001,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1002,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1020,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1021,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1039,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1040,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1051,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1052,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1063,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1064,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1075,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1076,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1109,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1110,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1153,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1154,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1165,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1166,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1191,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1192,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1200,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1221,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1222,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1231,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1245,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1271,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1278,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1279,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1286,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1293,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1325,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1326,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1359,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1360,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1398,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1399,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1413,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1414,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1431,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1432,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1449,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1450,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1467,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1468,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1480,6): SetLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslExpressionDefaults.psc(1481,6): SetEquipmentPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1113,25): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1155,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,2): variable Precision_Utility is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(1949,20): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,2): variable Precision_Utility is undefined C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2042,20): none is not a known user-defined type C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2105,22): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): UnequipWornFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2313,21): cannot call the member function UnequipWornFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): OpenMouthScaled is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2785,20): cannot call the member function OpenMouthScaled alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2791,43): IsLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslActorAlias.psc(2800,43): IsLipFixedPhase is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(546,1): the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslThreadController.psc(1068,1): the parameter defaults of function centeroncoords in state resetting on script sslthreadcontroller do not match the parent script sslthreadmodel C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): UnequipFaceItem is not a function or does not exist C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\sslSystemConfig.psc(482,20): cannot call the member function UnequipFaceItem alone or on a type, must call it on a variable C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Source\Scripts\SexLabFramework.psc(3319,1): the parameter defaults of function newthread in state disabled on script sexlabframework does not match the empty state No output generated for PERSO_CG, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on PERSO_CG Just noticed that your source path is the default path for SE and that's a problem because all the SexLab Mods use the path for LE to compile. The path for the PSC files on SE is "/Data/Source/Scripts/" while on LE is "/Data/Scripts/Source/" You can change the path on the configuration of the papyrus compiler or copy the PSC files of all the SexLab Mods including the SexLab Framework from the LE path to the SE path. Edited April 23, 2024 by OsmelMC 1
KermitMao Posted April 23, 2024 Posted April 23, 2024 (edited) 2 hours ago, OsmelMC said: Just noticed that your source path is the default path for SE and that's a problem because all the SexLab Mods use the path for LE to compile. The path for the PSC files on SE is "/Data/Source/Scripts/" while on LE is "/Data/Scripts/Source/" You can change the path on the configuration of the papyrus compiler or copy the PSC files of all the SexLab Mods including the SexLab Framework from the LE path to the SE path. I finally managed to compile ! I already saw on other threads to change my path to /script/source but when I did that I received errors about papyrus flags. I didn't want to deal with other issues so I changed it back to /source/script. Turns out that the flags errors was an easy fix. And then the only compiling errors left were theses ones : C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Scripts\Source\sslThreadController.psc(420,1): the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel C:\GAMES\The Elder Scrolls - Skyrim - Special Edition\Data\Scripts\Source\SexLabFramework.psc(3319,1): the parameter defaults of function newthread in state disabled on script sexlabframework does not match the empty state No output generated for PERSO_CG, compilation failed. Turns out that I had to change my date format on my computer to English(US) which seems completely dumb but I guess SL needs it for threads or whatever. Nevertheless, thank you so much for taking the time to help. Edited April 23, 2024 by NTWY
thisguystinks Posted April 24, 2024 Posted April 24, 2024 Is there a way to set my female PC as "always receiving" in animations? I've got SLHH, SL Solutions, Naked Defeat, and Eager NPCs as far as mods that trigger animations are concerned. I've set my PC's gender as female in any mod that has the option but she always equips a strapon and I'm not sure why. I've used these mods in the past and I've never had this issue before. Any help is appreciated. Thanks
Maverick939 Posted April 24, 2024 Posted April 24, 2024 If using a downgraded version, only 1.63 will work?
UsernameTaken666 Posted April 24, 2024 Posted April 24, 2024 2 hours ago, Maverick939 said: If using a downgraded version, only 1.63 will work? On 4/21/2024 at 4:47 PM, VeraDra said: here Link to prior versions.
hana120 Posted April 24, 2024 Posted April 24, 2024 Good morning. I want to know something. I noticed that one moment Sexlab reversed the roles of the actors. The female PC takes the role of the male NPC and the male NPC takes the role of the female PC. Is there a solution to this?
深淵の神 Posted April 24, 2024 Posted April 24, 2024 4 hours ago, hana120 said: Good morning. I want to know something. I noticed that one moment Sexlab reversed the roles of the actors. The female PC takes the role of the male NPC and the male NPC takes the role of the female PC. Is there a solution to this? What is the mod you are using to trigger the animations?
Miister Spiice Posted April 24, 2024 Posted April 24, 2024 Not sure but the women have stopped using the strap on that's available. Any advice on what to try?
OsmelMC Posted April 24, 2024 Posted April 24, 2024 3 hours ago, Miister Spiice said: Not sure but the women have stopped using the strap on that's available. Any advice on what to try? Female use the Strapon just if aren't Transgender and are on a Male position that doesn't have the Strapon forbidden (like usually happen with the Straight animations)
hana120 Posted April 24, 2024 Posted April 24, 2024 6 hours ago, サマエル said: What is the mod you are using to trigger the animations? Either I use the spells of the Sexlabmatchmaker mod, or I use Sexlife
xx36 Posted April 25, 2024 Posted April 25, 2024 (edited) 15 hours ago, hana120 said: Good morning. I want to know something. I noticed that one moment Sexlab reversed the roles of the actors. The female PC takes the role of the male NPC and the male NPC takes the role of the female PC. Is there a solution to this? I noticed same thing after I updated to Skyrim version 1.6.1170, and I started new game with Sexlab Framework 1.66b ( non GOG hence I'm on Steam version). I'm using few mods to start scenes, mainly SL Approach JPPlus_English (Custom2) npc on npc ,and female approach for male PC, ABMM, SL Nightlife,SLEN, and Some consensual sex for male. I've already posted about it on approach, and SL Nightlife, and there were more posts from users , who were having problem with reverted roles in animations. I fixed it by installing latest Sexlab Utility Tweaks 20240407 for AE without furniture framework( I don't care about this extra stuff),so no esp, just some scripts. Fomod installer for Utility Tweaks defauls to SSE version, even though I'm on latest Skyrim version, so I picked option for AE version manually. Edited April 25, 2024 by xx36
thisguystinks Posted April 25, 2024 Posted April 25, 2024 2 hours ago, xx36 said: I noticed same thing after I updated to Skyrim version 1.6.1170, and I started new game with Sexlab Framework 1.66b ( non GOG hence I'm on Steam version). I'm using few mods to start scenes, mainly SL Approach JPPlus_English (Custom2) npc on npc ,and female approach for male PC, ABMM, SL Nightlife,SLEN, and Some consensual sex for male. I've already posted about it on approach, and SL Nightlife, and there were more posts from users , who were having problem with reverted roles in animations. I fixed it by installing latest Sexlab Utility Tweaks 20240407 for AE without furniture framework( I don't care about this extra stuff),so no esp, just some scripts. Fomod installer for Utility Tweaks defauls to SSE version, even though I'm on latest Skyrim version, so I picked option for AE version manually. Did you download OsmelMC's Sexlab Utility Plus? I don't see one named Sexlab Utility Tweaks. I figured SUP was what you downloaded and I tried it but it still seems to have that issue for me. I'm also on AE and I've confirmed that I installed the AE version of the mod. I've also tried using SL Sexlife to try to force my female PC to the "target" position but it doesn't seem to be working. Had an SLHH event happen and my PC was in the aggressor's position. Same with a Naked Defeat event. I have no clue what's happening
xx36 Posted April 25, 2024 Posted April 25, 2024 (edited) 4 hours ago, thisguystinks said: Did you download OsmelMC's Sexlab Utility Plus? I don't see one named Sexlab Utility Tweaks. I figured SUP was what you downloaded and I tried it but it still seems to have that issue for me. I'm also on AE and I've confirmed that I installed the AE version of the mod. I've also tried using SL Sexlife to try to force my female PC to the "target" position but it doesn't seem to be working. Had an SLHH event happen and my PC was in the aggressor's position. Same with a Naked Defeat event. I have no clue what's happening Yeah, I'm using Sexlab Utility Plus. It's one of the files on OsmelMC Mod Tweaks page. I started new game after I added it to load order, I didn't test it on ongoing game. On Tweaks page it says to execute sexlab clean system option, when you install it with furniture framework on game in progress. For scripts only version you choose reset animation registry in sexlab MCM , and load filter tags of ' toggle animations". You can try, and see, If it'll make a difference. Edited April 25, 2024 by xx36
Miister Spiice Posted April 25, 2024 Posted April 25, 2024 20 hours ago, OsmelMC said: Female use the Strapon just if aren't Transgender and are on a Male position that doesn't have the Strapon forbidden (like usually happen with the Straight animations) I have both female set as female. It did work nd now it's not. So I'm wondering if something I've clicked in a setting or added. But I don't think I added anything to affect sexlab settings.
thisguystinks Posted April 25, 2024 Posted April 25, 2024 10 hours ago, xx36 said: Yeah, I'm using Sexlab Utility Plus. It's one of the files on OsmelMC Mod Tweaks page. I started new game after I added it to load order, I didn't test it on ongoing game. On Tweaks page it says to execute sexlab clean system option, when you install it with furniture framework on game in progress. For scripts only version you choose reset animation registry in sexlab MCM , and load filter tags of ' toggle animations". You can try, and see, If it'll make a difference. I followed those instructions but I haven't tried a new game. I'll give that a go and see if it helps.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now