Dielos Posted September 5, 2019 Posted September 5, 2019 Hi! I'm having problems compiling scripts with the Special Edition. I have Sublime 3 and it has been working great with Oldrim and F4, but something is seriously wrong in my environment for SE, and I can't figure it out. Maybe someone can help me... It started with simple scripts I did compiling correctly, but appearing in wrong folders, such as Data/Source/Scripts, instead of Data/Scripts. I had to move them manually after compiling, but seemed to work. It took me quite a while to solve this, and I'm not even sure yet that it's right. Somehow in SE I don't have an editor.ini, and as such I'm not sure if I'm setting the folders up correctly. Trying now to create a new small mod for SexLab, it turns out that I can't compile at all. Setting up the SexLabFramework property doesn't work at all. This is all I have in the script: Scriptname _SLRevengeMainScript extends SexLabFramework SexLabFramework Property SexLab Auto And it spits this out on compiling: 1 Spoiler Starting 1 compile threads for 1 files... Compiling "_SLRevengeMainScript"... D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Keyword.psc(4,33): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Actor.psc(27,49): unknown type globalvariable D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Actor.psc(28,34): globalvariable is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Actor.psc(28,1): type mismatch on parameter 1 (did you forget a cast?) D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ActorBase.psc(4,15): unknown type class D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\LeveledItem.psc(13,24): unknown type globalvariable D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\LeveledItem.psc(14,40): unknown type globalvariable D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MagicEffect.psc(48,15): unknown type light D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MagicEffect.psc(49,24): unknown type light D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MagicEffect.psc(51,22): unknown type effectshader D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MagicEffect.psc(52,35): unknown type effectshader D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MagicEffect.psc(54,22): unknown type effectshader D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MagicEffect.psc(55,39): unknown type effectshader D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MagicEffect.psc(57,20): unknown type projectile D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MagicEffect.psc(58,34): unknown type projectile D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MagicEffect.psc(60,19): unknown type explosion D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MagicEffect.psc(61,32): unknown type explosion D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MagicEffect.psc(72,23): unknown type impactdataset D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MagicEffect.psc(73,40): unknown type impactdataset D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MagicEffect.psc(78,28): unknown type imagespacemodifier D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MagicEffect.psc(79,45): unknown type imagespacemodifier D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Race.psc(20,19): unknown type voicetype D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Race.psc(23,52): unknown type voicetype D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ActorBase.psc(55,24): unknown type class D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ActorBase.psc(104,19): unknown type voicetype D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ActorBase.psc(105,32): unknown type voicetype D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Shout.psc(4,21): unknown type wordofpower D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Shout.psc(8,46): unknown type wordofpower D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Actor.psc(187,17): unknown type package D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Ammo.psc(9,20): unknown type projectile D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Weapon.psc(54,16): unknown type static D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Weapon.psc(55,33): unknown type static D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Actor.psc(307,45): unknown type associationtype D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Actor.psc(471,28): unknown type idle D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Actor.psc(474,38): unknown type idle D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Actor.psc(744,32): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Actor.psc(744,51): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Actor.psc(760,29): unknown type package D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Actor.psc(764,30): unknown type package D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Actor.psc(768,27): unknown type package D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Game.psc(176,41): unknown type wordofpower D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Game.psc(251,57): unknown type imagespacemodifier D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Game.psc(257,31): unknown type wordofpower D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Game.psc(263,32): unknown type wordofpower D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(86,33): location is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(86,77): location is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(110,5): unknown type key D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(112,5): type mismatch on parameter 1 (did you forget a cast?) D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(112,29): cannot compare a none to a int (cast missing or types unrelated) D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(113,3): type mismatch on parameter 1 (did you forget a cast?) D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(242,18): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(245,15): unknown type scene D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(251,18): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(269,13): unknown type key D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(368,19): unknown type voicetype D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(374,20): unknown type worldspace D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(388,41): unknown type locationreftype D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(465,90): unknown type encounterzone D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(477,45): unknown type impactdataset D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(517,19): unknown type topic D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(598,36): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(600,10): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(604,20): location is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(665,67): unknown type projectile D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(822,24): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ObjectReference.psc(834,26): unknown type referencealias[] D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Keyword.psc(8,45): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(12,66): unknown type globalvariable D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(13,12): globalvariable is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(18,34): globalvariable is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(18,40): cannot compare a none to a float (cast missing or types unrelated) D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(18,40): cannot relatively compare variables to None D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(18,90): globalvariable is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(18,96): cannot compare a none to a float (cast missing or types unrelated) D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(18,96): cannot relatively compare variables to None D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(135,58): unknown type globalvariable D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(140,10): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(144,10): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(148,10): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(155,10): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(158,62): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(159,10): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(169,31): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(173,10): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(176,33): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(179,36): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(185,28): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(200,71): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(205,10): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(208,57): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(229,10): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(232,48): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(236,33): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\Quest.psc(241,10): unknown type location D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MiscUtil.psc(86,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MiscUtil.psc(86,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MiscUtil.psc(93,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\MiscUtil.psc(93,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(56,19): unknown type furniture D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(57,17): unknown type package D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(289,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorLibrary.psc(289,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseObject.psc(0,0): unable to locate script ReferenceAlias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseObject.psc(153,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseObject.psc(153,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(679,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseAnimation.psc(679,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(39,38): cannot cast a alias to a sslbaseanimation, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(63,38): cannot cast a alias to a sslbaseanimation, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(151,3): variable debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(151,9): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(152,3): variable debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslUtility.psc(152,9): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslBaseVoice.psc(16,15): unknown type topic D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(118,38): cannot cast a alias to a sslbaseanimation, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(149,24): cannot cast a alias to a sslbaseanimation, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(209,26): cannot cast a alias to a sslbaseanimation, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(294,38): cannot cast a alias to a sslbaseanimation, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(593,29): cannot cast a alias to a sslbaseanimation, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationFactory.psc(308,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationFactory.psc(308,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(610,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(610,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(656,103): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(121,32): cannot cast a alias to a sslbaseanimation, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(283,28): cannot cast a alias to a sslbasevoice, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(118,59): cannot cast a alias to a sslbasevoice, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(146,59): GetOwningQuest is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(147,61): GetName is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(187,26): cannot cast a alias to a sslbasevoice, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(220,24): cannot cast a alias to a sslbasevoice, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(294,29): cannot cast a alias to a sslbasevoice, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(344,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(344,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(387,95): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(407,17): cannot cast a alias to a sslbasevoice, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(445,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslVoiceSlots.psc(445,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(437,33): cannot cast a alias to a sslbaseexpression, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(46,38): cannot cast a alias to a sslbaseexpression, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(85,26): cannot cast a alias to a sslbaseexpression, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(118,24): cannot cast a alias to a sslbaseexpression, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(192,29): cannot cast a alias to a sslbaseexpression, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(207,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(207,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(250,105): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(270,17): cannot cast a alias to a sslbaseexpression, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(299,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslExpressionSlots.psc(299,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(546,87): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(551,16): referencealias is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslObjectFactory.psc(561,16): referencealias is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(676,17): cannot cast a alias to a sslbaseanimation, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(715,38): cannot cast a alias to a sslbaseanimation, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(734,38): cannot cast a alias to a sslbaseanimation, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(868,34): cannot cast a alias to a sslbaseanimation, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(894,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(894,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(895,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslAnimationSlots.psc(895,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(267,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslCreatureAnimationSlots.psc(267,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(0,0): unable to locate script ReferenceAlias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorStats.psc(1206,3): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorStats.psc(1206,9): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(54,10): unknown type voicetype D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(126,35): GetReference is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(189,4): GetReference is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(191,15): GetReference is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(191,30): cannot cast a none to a actor, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(333,20): type mismatch on parameter 1 (did you forget a cast?) D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(353,31): variable NiOverride is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(353,42): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(354,19): variable NiOverride is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(354,30): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(359,5): variable NiOverride is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(359,16): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(360,5): variable NiOverride is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(360,16): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(410,3): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(410,9): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(416,2): RegisterForSingleUpdate is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(420,49): referencealias is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(478,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(478,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(466,1): function onupdate cannot be defined in state prepare without also being defined in the empty state D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(500,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(500,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(512,2): RegisterForSingleUpdate is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(548,3): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(548,9): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(550,3): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(550,9): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(555,4): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(555,10): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(560,4): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(560,10): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(594,2): RegisterForSingleUpdate is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(567,1): function onupdate cannot be defined in state animating without also being defined in the empty state D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(614,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(614,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(630,2): UnregisterForUpdate is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(634,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(634,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(635,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(635,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(637,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(637,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(639,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(639,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(640,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(640,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(645,2): RegisterForSingleUpdate is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(708,2): UnregisterForUpdate is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(753,2): RegisterForSingleUpdate is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(793,31): variable NiOverride is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(793,42): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(794,5): variable NiOverride is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(794,16): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(799,2): Clear is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(808,1): function onupdate cannot be defined in state resetting without also being defined in the empty state D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(835,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(835,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(836,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(836,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(837,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(837,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(838,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(838,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(839,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(839,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(846,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(846,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ActorUtil.psc(13,55): unknown type package D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ActorUtil.psc(16,63): unknown type package D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\ActorUtil.psc(25,46): unknown type package D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(897,23): type mismatch on parameter 1 (did you forget a cast?) D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(940,13): GetReference is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(940,28): cannot cast a none to a actor, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(967,19): type mismatch on parameter 1 (did you forget a cast?) D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(976,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(976,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1176,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1176,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1357,1): RegisterForModEvent is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1358,1): RegisterForModEvent is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1359,1): RegisterForModEvent is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1361,1): RegisterForModEvent is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1362,1): RegisterForModEvent is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1363,1): RegisterForModEvent is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1364,1): RegisterForModEvent is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1365,1): RegisterForModEvent is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1369,1): UnregisterForUpdate is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1372,1): UnregisterForModEvent is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1373,1): UnregisterForModEvent is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1374,1): UnregisterForModEvent is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1376,1): UnregisterForModEvent is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1377,1): UnregisterForModEvent is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1378,1): UnregisterForModEvent is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1379,1): UnregisterForModEvent is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1380,1): UnregisterForModEvent is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1437,1): TryToClear is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1451,13): GetOwningQuest is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1451,30): cannot cast a none to a sslthreadcontroller, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1459,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1459,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1462,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslActorAlias.psc(1462,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(145,24): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(344,24): type mismatch on parameter 1 (did you forget a cast?) D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(346,24): type mismatch on parameter 1 (did you forget a cast?) D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(881,17): referencealias is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(882,15): referencealias is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(883,15): referencealias is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(911,82): message is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadHook.psc(0,0): unable to locate script ReferenceAlias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadHook.psc(152,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadHook.psc(152,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1260,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1260,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1263,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1263,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1269,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1269,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1272,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1272,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1304,19): ForceRefIfEmpty is not a function or does not exist D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1363,30): cannot convert to unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1363,30): cannot cast a alias to a referencealias, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1366,32): cannot cast a alias to a sslactoralias, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1367,32): cannot cast a alias to a sslactoralias, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1368,32): cannot cast a alias to a sslactoralias, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1369,32): cannot cast a alias to a sslactoralias, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1370,32): cannot cast a alias to a sslactoralias, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1402,46): cannot convert to unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1402,46): cannot cast a alias to a referencealias, types are incompatible D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadModel.psc(1416,14): referencealias is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadController.psc(43,17): referencealias is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadController.psc(44,15): referencealias is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadController.psc(45,15): referencealias is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadController.psc(357,3): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadController.psc(357,9): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadController.psc(371,3): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadController.psc(371,9): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadController.psc(410,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadController.psc(410,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadController.psc(558,3): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadController.psc(558,9): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadSlots.psc(170,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadSlots.psc(170,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadSlots.psc(187,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslThreadSlots.psc(187,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemLibrary.psc(65,1): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemLibrary.psc(65,7): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemLibrary.psc(79,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemLibrary.psc(79,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemLibrary.psc(82,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemLibrary.psc(82,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemLibrary.psc(84,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemLibrary.psc(84,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(35,3): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(35,9): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(36,3): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(36,9): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(41,6): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(41,12): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(42,4): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(42,10): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(115,19): unknown type furniture D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(116,17): unknown type package D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(126,16): unknown type static D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(130,17): unknown type message D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(131,17): unknown type message D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(132,17): unknown type message D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(133,17): unknown type message D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(134,17): unknown type message D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(135,17): unknown type message D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(136,17): unknown type message D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(137,17): unknown type message D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(138,17): unknown type message D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(140,15): unknown type topic D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(141,19): unknown type voicetype D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(142,19): unknown type voicetype D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(145,23): unknown type soundcategory D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(146,23): unknown type soundcategory D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(148,14): unknown type idle D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(150,24): unknown type globalvariable D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(151,24): unknown type globalvariable D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(152,24): unknown type globalvariable D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(153,24): unknown type globalvariable D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(154,24): unknown type globalvariable D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(301,8): variable FNIS is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(301,13): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(301,28): cannot compare a none to a int (cast missing or types unrelated) D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(301,28): cannot relatively compare variables to None D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(474,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(474,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(479,112): message is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(649,24): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(650,24): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(651,24): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(652,24): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(653,24): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(662,36): referencealias is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(662,81): referencealias is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(662,126): referencealias is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(663,33): referencealias is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(663,78): referencealias is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(667,60): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(668,30): referencealias is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(669,16): referencealias is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(683,31): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(683,37): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(698,9): variable FNIS is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(698,14): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(698,38): cannot compare a none to a int (cast missing or types unrelated) D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(698,38): cannot relatively compare variables to None D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(701,9): variable FNIS is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(701,14): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(704,9): variable FNIS is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(704,14): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(704,44): cannot compare a none to a int (cast missing or types unrelated) D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(704,44): cannot relatively compare variables to None D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(719,14): message is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(723,12): message is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(727,13): message is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(731,18): message is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(735,19): message is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(748,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(748,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(749,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(749,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(759,12): soundcategory is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(760,10): soundcategory is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(776,61): variable NiOverride is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(776,72): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(776,91): cannot compare a none to a int (cast missing or types unrelated) D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\sslSystemConfig.psc(776,91): cannot relatively compare variables to None D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(165,64): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(165,91): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(165,24): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(184,3): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(184,9): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(186,3): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(186,9): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(187,3): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(187,9): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(188,3): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(188,9): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(189,3): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(189,9): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(193,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(193,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(196,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(196,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(199,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(199,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(212,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(212,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(214,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabUtil.psc(214,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabFramework.psc(2379,103): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabFramework.psc(2392,111): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabFramework.psc(2405,95): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabFramework.psc(2418,105): unknown type referencealias D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabFramework.psc(3025,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabFramework.psc(3025,8): none is not a known user-defined type D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabFramework.psc(3027,2): variable Debug is undefined D:\Games\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\SexLabFramework.psc(3027,8): none is not a known user-defined type No output generated for _SLRevengeMainScript.psc, compilation failed. Batch compile of 1 files finished. 0 succeeded, 1 failed. Failed on _SLRevengeMainScript.psc I could never find the scripts.zip file inside my game, but all source scripts are there anyway. The flags file wasn't there either, and had to create it myself. I'm not even sure if I have Sublime or the CK installed correctly, as most of the tutorials are for Oldrim. In the CK, Papyrus Fragments load, but just since yesterday, and I'm still unsure what I did to repair this, as it was saying code not loaded until now... I have this inside SkyrimCustom.ini: Spoiler [Papyrus] sScriptSourceFolder = "Data\Scripts\Source" sScriptCompiledFolder = "Data\Scripts\" sCompilerFolder = "Papyrus Compiler\" bPerforceEnabled = 0 iMinMemoryPageSize = 128 iMaxMemoryPageSize = 512 iMaxAllocatedMemoryBytes = 76800 ;75kb bEnableLogging=1 bEnableTrace=1 bLoadDebugInformation = 1 I have tried almost anything I could think of, but something is horribly off, and I'm at a complete loss. Thanks in advance for any help!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.