Jump to content

Cannot complie sexlab mod with papyrus (Oldrim).


Recommended Posts

Posted

Hey guys, been working on this for a few days using many different sources and I just cannot get a sexlab mod to work reliably.

 

I've was following this tutorial to get a sexlab animation playing, I managed to make it work once but that seemed to be a freak occurrence as 99% of the time I'd get a compile failed error with no output or output similar to that listed below, at the time I was using MO2 but after reading many a post bemoaning how badly it works with CK I decided to ditch it for mods and just use it for playing, right now I'm trying to get a script to recognize sexlab at all.

 

I've tried complining with Notepad++ and the internal compiler with the same results.

 

Here is my CK Data load:

 

Skyrim.esm

Update.esm

SexLab.esm

dis_act.esp [my mod]

 

Here is the script I'm trying to compile, my error list is at the bottom because it's massive.
 

Quote

 

;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 1
Scriptname TIF__03000D66 Extends TopicInfo Hidden

;BEGIN FRAGMENT Fragment_0
Function Fragment_0(ObjectReference akSpeakerRef)
Actor akSpeaker = akSpeakerRef as Actor
;BEGIN CODE
Debug.MessageBox("TEST")
;END CODE
EndFunction
;END FRAGMENT

;END FRAGMENT CODE - Do not edit anything between this and the begin comment

 

SexLabFramework Property SexLab Auto

 

 

If I remove the SexLab line at the bottom it compiles as it should.

I am aware that the script shown will do very little, I'm just trying to get SexLab recognised.

I'm a bit lost as to what I've tried at this point so I'll just go through the things I remember doing.

 

I extracted the Scripts.rar file, I imported the SKSE archive, I've modified my my ScriptCompile.bat so that it reads:
 

Quote

"H:\Steam\steamapps\common\Skyrim\Papyrus Compiler\PapyrusCompiler.exe" %1 -f="TESV_Papyrus_Flags.flg" -i="H:\Steam\steamapps\common\Skyrim\Data\scripts\Source" -o="H:\Steam\steamapps\common\Skyrim\Data\scripts"
pause

 

I've run that little tool that makes papyrus run in 32 bit mode.

Everything that came up with an error that I recognised (FNIS, NIOverride etc) I brought the data in for those mods and they stopped reporting as errors.

The rest of it I just don't know, everything appears to be where it should be and I can't find a reference to anyone else having a "missing SCRIPTNAME at" anywhere so I've not gotten very far.

 

Edit: Okay something weird just happened.

I was looking around for more information and found a PDF by @CPU that talked about using Sexlab, it said to put the sexlab line at the top of the script which I tried, it failed.

I then moved it back to the bottom and... it compiled.

No changes to the actual wirting of the code, just moving it to the top and then back to the bottom again and it worked.

 

I don't think this is actually fixed but only time will tell, if anyone has any ideas please feel free to share them.

 

Quote

 

C:\Program Files (x86)\Notepad++>"H:\Steam\steamapps\common\Skyrim\Papyrus Compiler\PapyrusCompiler.exe" "TIF__03000D66.psc" -f="TESV_Papyrus_Flags.flg" -i="H:\Steam\steamapps\common\Skyrim\Data\scripts\Source" -o="H:\Steam\steamapps\common\Skyrim\Data\scripts"
Starting 1 compile threads for 1 files...
Compiling "TIF__03000D66"...
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,16): required (...)+ loop did not match anything at input 'property'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,38): mismatched input '\\r\\n' expecting STATE
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(0,0): filename does not match script name: sslactorlibrary
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,16): required (...)+ loop did not match anything at input 'property'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,38): mismatched input '\\r\\n' expecting STATE
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(0,0): filename does not match script name: sslactorlibrary
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(214,29): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(214,36): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(292,49): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(292,56): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(292,92): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(292,99): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(293,41): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(293,48): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(294,19): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(294,26): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(342,17): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(342,24): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(367,50): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(367,57): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(367,69): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(367,99): cannot compare a none to a int (cast missing or types unrelated)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(399,21): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(407,6): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(407,13): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslBaseObject.psc(174,53): cannot cast a form to a sslsystemconfig, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,16): required (...)+ loop did not match anything at input 'property'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,38): mismatched input '\\r\\n' expecting STATE
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(0,0): filename does not match script name: sslactorlibrary
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(16,16): variable ActorLib is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(16,25): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(16,5): type mismatch while assigning to a int (cast missing or types unrelated)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(17,136): variable ActorLib is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(17,145): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(26,25): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(26,32): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(60,17): variable ActorLib is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(60,26): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(92,16): variable ActorLib is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(92,25): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(92,7): type mismatch while assigning to a int (cast missing or types unrelated)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(106,42): variable ActorLib is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(106,51): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(106,75): cannot compare a none to a int (cast missing or types unrelated)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(110,17): variable ActorLib is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(110,26): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadSlots.psc(124,32): cannot cast a quest to a sslsystemconfig, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(266,13): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(271,13): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(278,17): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(285,17): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(293,23): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(296,35): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(320,19): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(323,35): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,16): required (...)+ loop did not match anything at input 'property'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,38): mismatched input '\\r\\n' expecting STATE
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(0,0): filename does not match script name: sslactorlibrary
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,16): required (...)+ loop did not match anything at input 'property'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,38): mismatched input '\\r\\n' expecting STATE
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(0,0): filename does not match script name: sslactorlibrary
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(347,18): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(347,25): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(348,18): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(348,25): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(349,18): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(349,25): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(350,20): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadLibrary.psc(350,27): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,16): required (...)+ loop did not match anything at input 'property'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,38): mismatched input '\\r\\n' expecting STATE
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(0,0): filename does not match script name: sslactorlibrary
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslObjectFactory.psc(121,17): GetNthAlias is not a function or does not exist
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslObjectFactory.psc(121,32): cannot cast a none to a sslbaseanimation, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslObjectFactory.psc(283,13): GetNthAlias is not a function or does not exist
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslObjectFactory.psc(283,28): cannot cast a none to a sslbasevoice, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslVoiceSlots.psc(418,33): cannot cast a form to a sslsystemconfig, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslObjectFactory.psc(437,18): GetNthAlias is not a function or does not exist
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslObjectFactory.psc(437,33): cannot cast a none to a sslbaseexpression, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,16): required (...)+ loop did not match anything at input 'property'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,38): mismatched input '\\r\\n' expecting STATE
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(0,0): filename does not match script name: sslactorlibrary
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,16): required (...)+ loop did not match anything at input 'property'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,38): mismatched input '\\r\\n' expecting STATE
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(0,0): filename does not match script name: sslactorlibrary
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslAnimationSlots.psc(507,36): cannot cast a form to a sslsystemconfig, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslAnimationSlots.psc(508,36): cannot cast a form to a sslthreadlibrary, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslAnimationSlots.psc(509,36): cannot cast a form to a sslactorlibrary, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(419,13): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(434,16): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(487,7): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(487,14): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,16): required (...)+ loop did not match anything at input 'property'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,38): mismatched input '\\r\\n' expecting STATE
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(0,0): filename does not match script name: sslactorlibrary
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,16): required (...)+ loop did not match anything at input 'property'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,38): mismatched input '\\r\\n' expecting STATE
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(0,0): filename does not match script name: sslactorlibrary
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(575,15): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(576,15): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(577,15): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(579,20): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(579,27): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(580,20): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(580,27): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(581,20): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(581,27): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(582,20): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(582,27): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(583,20): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(583,27): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(584,20): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(584,27): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(585,20): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(585,27): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(586,20): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(586,27): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(588,28): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(588,35): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(589,28): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(589,35): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(590,28): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(590,35): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(591,28): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(591,35): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(592,28): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(592,35): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(593,28): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(593,35): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(595,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(595,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(596,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(596,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(597,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(597,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(598,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(598,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(599,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(599,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(600,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(600,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(601,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(601,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(602,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(602,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(603,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(603,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(604,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(604,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(605,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(605,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(606,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(606,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(607,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(607,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(608,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(608,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(609,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(609,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(610,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(610,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(611,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(611,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(612,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(612,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(613,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(613,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(614,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(614,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(615,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(615,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(616,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(616,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(617,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(617,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(618,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(618,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(619,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(619,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(620,22): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(620,29): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(622,27): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(622,34): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(623,27): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(623,34): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(624,27): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(624,34): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(625,27): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(625,34): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(626,27): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(626,34): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(627,27): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(627,34): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(628,27): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(628,34): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(637,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(637,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(637,2): cannot return a none from get, the types do not match (cast missing or types unrelated)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(642,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(642,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(642,2): cannot return a none from get, the types do not match (cast missing or types unrelated)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(647,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(647,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(647,2): cannot return a none from get, the types do not match (cast missing or types unrelated)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(652,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(652,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(652,2): cannot return a none from get, the types do not match (cast missing or types unrelated)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(657,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(657,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(662,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(662,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(667,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(667,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(672,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(672,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(677,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(677,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(682,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(682,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(687,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(687,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(692,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(692,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(697,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(697,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(702,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(702,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(707,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(707,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(712,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(712,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(717,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(717,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(722,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(722,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(727,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(727,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(732,9): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorLibrary.psc(732,16): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,16): required (...)+ loop did not match anything at input 'property'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,38): mismatched input '\\r\\n' expecting STATE
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(0,0): filename does not match script name: sslactorlibrary
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(26,8): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(26,1): cannot return a none from findstat, the types do not match (cast missing or types unrelated)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(31,2): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(32,2): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(33,2): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(34,2): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(41,8): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(41,1): cannot return a none from getnumstats, the types do not match (cast missing or types unrelated)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(45,8): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(52,3): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(53,51): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(53,3): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(54,51): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(54,3): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(55,50): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(55,3): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(56,3): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(57,3): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(58,3): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(62,3): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(65,3): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(68,3): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(129,8): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(133,8): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(137,8): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(192,5): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(192,12): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,16): required (...)+ loop did not match anything at input 'property'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,38): mismatched input '\\r\\n' expecting STATE
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(0,0): filename does not match script name: sslactorlibrary
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,16): required (...)+ loop did not match anything at input 'property'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,38): mismatched input '\\r\\n' expecting STATE
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(0,0): filename does not match script name: sslactorlibrary
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(779,17): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(779,24): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(780,17): variable Config is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(780,24): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(862,9): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(862,5): type mismatch while assigning to a int (cast missing or types unrelated)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(865,52): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorStats.psc(1178,1): function onupdate cannot be defined in state testing without also being defined in the empty state
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorAlias.psc(1359,35): cannot cast a form to a sslsystemconfig, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorAlias.psc(1360,35): cannot cast a form to a sslactorlibrary, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslActorAlias.psc(1361,35): cannot cast a form to a sslactorstats, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadModel.psc(1117,17): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadModel.psc(1117,1): type mismatch while assigning to a int (cast missing or types unrelated)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadModel.psc(1120,35): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadModel.psc(1120,77): cannot cast a none to a faction, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadModel.psc(1218,36): cannot cast a form to a sslsystemconfig, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadModel.psc(1219,36): cannot cast a form to a sslthreadlibrary, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslThreadModel.psc(1220,36): cannot cast a form to a sslactorlibrary, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemConfig.psc(753,1): RegisterForCrosshairRef is not a function or does not exist
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemConfig.psc(758,1): UnregisterForAllKeys is not a function or does not exist
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemConfig.psc(759,1): RegisterForKey is not a function or does not exist
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemConfig.psc(760,1): RegisterForKey is not a function or does not exist
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemConfig.psc(761,1): RegisterForKey is not a function or does not exist
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemConfig.psc(779,13): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemConfig.psc(780,13): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemConfig.psc(785,14): type mismatch on parameter 1 (did you forget a cast?)
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,16): required (...)+ loop did not match anything at input 'property'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,38): mismatched input '\\r\\n' expecting STATE
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(0,0): filename does not match script name: sslactorlibrary
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,16): required (...)+ loop did not match anything at input 'property'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,38): mismatched input '\\r\\n' expecting STATE
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(0,0): filename does not match script name: sslactorlibrary
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemConfig.psc(1294,3): variable ActorLib is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemConfig.psc(1294,12): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemConfig.psc(1304,3): variable ActorLib is undefined
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemConfig.psc(1304,12): none is not a known user-defined type
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,16): required (...)+ loop did not match anything at input 'property'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,38): mismatched input '\\r\\n' expecting STATE
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(0,0): filename does not match script name: sslactorlibrary
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,16): required (...)+ loop did not match anything at input 'property'
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,38): mismatched input '\\r\\n' expecting STATE
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(0,0): filename does not match script name: sslactorlibrary
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\SexLabUtil.psc(29,50): cannot cast a form to a sslsystemconfig, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\SexLabFramework.psc(2959,37): cannot cast a form to a sslsystemconfig, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\SexLabFramework.psc(2960,37): cannot cast a form to a sslthreadlibrary, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\SexLabFramework.psc(2962,37): cannot cast a form to a sslactorlibrary, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\SexLabFramework.psc(2963,37): cannot cast a form to a sslactorstats, types are incompatible
H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\SexLabFramework.psc(2980,32): cannot cast a form to a sslobjectfactory, types are incompatible
No output generated for TIF__03000D66.psc, compilation failed.

Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on TIF__03000D66.psc

C:\Program Files (x86)\Notepad++>pause
Press any key to continue . . .

 

Any help massively appreciated because I'm at a loss, I have abosultely no idea where to go from here.

Posted

@SnarkFu I'm not competent to answer your question. However, when I asked a similar question at the end of last year I got these answers. I hope it helps. By the way, that did work for me.

Posted
16 minutes ago, Psalam said:

@SnarkFu I'm not competent to answer your question. However, when I asked a similar question at the end of last year I got these answers. I hope it helps. By the way, that did work for me.

Didn't do anything for me I'm afraid, just received the same errors I already had.

Posted
1 minute ago, SnarkFu said:

Didn't do anything for me I'm afraid, just received the same errors I already had.

Sorry I couldn't help. As I said, it did work for me.

Posted

The line:

  H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'

Is indicative.

Looks like the source of SexLab are not accessible when compiling.

If you use MO, be sure to add all include paths in the compile bat file.

 

Check my Papyrus++ file to understand how it works.

Posted
55 minutes ago, CPU said:

The line:

  H:\Steam\steamapps\common\Skyrim\Data\scripts\Source\sslSystemLibrary.psc(2,0): missing SCRIPTNAME at 'sslActorLibrary'

Is indicative.

Looks like the source of SexLab are not accessible when compiling.

If you use MO, be sure to add all include paths in the compile bat file.

 

Check my Papyrus++ file to understand how it works.

That's the Notepad++ file right?

 

I'll check it out tomorrow, for some bizarre reason it's started working.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...