Jump to content

Skyrim SexLab - Sex Animation Framework v1.62 - UPDATED Jun 3rd 2016


Recommended Posts

I just thought I would say this here totally unrelated to sexlab but for some reason you can no longer post images to loverslab through imgur.com it always ends in a broken picture link; It shows up in preview but when you post it, it breaks which is weird because before the update it worked fine.

Link to comment

Is it me or is the api wrong in this:

I have this code:

actor[] sexActors = new actor[2]
    sexActors[0] = PlayerRef
    sexActors[1] = Carlotta
sslBaseAnimation[] anims
anims = Sexlab.GetAnimationsByTag("Aggressive" , "Vaginal")
Sexlab.StartSex(sexActors, anims)

And it screams a type mismatch on the anims = ... Line.

While this is exactly how the api does it..

Link to comment

Is it me or is the api wrong in this:

I have this code:

actor[] sexActors = new actor[2]
    sexActors[0] = PlayerRef
    sexActors[1] = Carlotta
sslBaseAnimation[] anims
anims = Sexlab.GetAnimationsByTag("Aggressive" , "Vaginal")
Sexlab.StartSex(sexActors, anims)

And it screams a type mismatch on the anims = ... Line.

While this is exactly how the api does it..

 

You're missing the number of positions argument in GetAnimationsByTag. Assuming that compiles, it's because it's casting the "aggressive" to an int, which is 1, so GetAnimationsByTag("Aggressive" , "Vaginal") would return you single position vaginal animations, which basically means female masturebation animations. During SexLab startup, it should be checking for this, see you have 2 actors but have set 1 actor animations, discard them and pick it's own animations using the defaults instead.

 

Aside from that, that's also really out of date. If getting animations it'd be better to use SexLab.GetAnimationsByTags(2, "Aggressive,Vaginal"). The Tags version replaced the singular Tag versions of all api functions awhile ago as the defacto recommended method, as it allows you to just comma separate any number of tags in a single argument instead of using separate ones.

 

Or better yet, just use SexLab.QuickStart(PlayerRef, Carlotta, AnimationTags = "Aggressive,Vaginal") to do it all in 1 line of code instead of 6.

Link to comment

 

EDIT: Double checked and made sure the skyui SDK is installed and tried using Doc's version but got the same result

 

Sorry if I'm being a pest, I can do basic CK stuff but this is new to me so I'm feeling my way

 

 

Starting 1 compile threads for 1 files...

Compiling "WD_Util"...

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(3,0): missing SCRIPTNAME at 'Quest'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(3,6): required (...)+ loop did not match anything at input 'Function'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(76,30): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(77,34): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(78,36): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(79,32): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(79,54): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(79,14): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(88,33): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(89,35): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(90,36): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(91,34): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(99,31): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(100,33): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(101,34): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(102,32): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(111,30): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(112,34): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(113,36): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(114,32): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(114,54): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(114,14): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(124,33): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(125,37): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(137,29): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(138,31): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(139,32): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(140,30): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(140,52): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(149,29): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(150,33): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(151,35): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(152,31): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(152,14): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(162,29): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(163,33): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(164,35): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(165,31): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(165,64): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(165,14): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(176,32): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(177,36): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(187,33): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(188,35): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(189,36): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(190,34): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(190,67): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(201,32): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(202,34): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(203,35): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(204,33): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(204,55): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(213,31): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(214,33): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(215,34): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(216,32): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(225,35): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(226,37): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(227,38): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(228,36): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(235,31): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(236,33): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(237,34): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(238,32): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(247,30): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(248,32): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(249,33): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(250,31): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(250,53): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(259,30): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(260,32): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(261,33): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(262,31): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(262,53): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(269,26): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(270,28): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(271,29): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(272,27): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(283,27): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(284,29): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(285,30): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(286,28): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(286,52): unknown type form[]

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(300,32): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(301,34): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(302,35): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(303,33): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(303,69): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(315,31): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(316,33): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(317,34): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(318,32): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(318,56): unknown type form[]

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(334,48): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(334,14): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(375,48): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(375,14): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(389,46): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(412,49): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(424,14): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(437,58): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(437,14): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(471,61): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(492,47): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(502,47): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(514,46): unknown type form[]

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(529,63): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(544,50): unknown type form[]

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(552,33): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(567,40): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(568,42): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(569,43): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(570,41): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(571,44): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(572,46): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(573,47): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(574,45): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(576,37): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(577,39): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(578,40): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(579,38): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(580,41): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(581,43): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(582,44): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(583,42): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(586,14): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(587,14): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(588,14): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(589,14): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(590,14): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(591,14): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(592,14): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(593,14): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(651,95): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\StorageUtil.psc(654,95): unknown type form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(3,0): missing SCRIPTNAME at 'Form'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(3,5): required (...)+ loop did not match anything at input 'Function'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(0,0): filename does not match script name: form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script Form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(3,0): missing SCRIPTNAME at 'Quest'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(3,6): required (...)+ loop did not match anything at input 'Function'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(3,0): missing SCRIPTNAME at 'Form'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(3,5): required (...)+ loop did not match anything at input 'Function'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(0,0): filename does not match script name: form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(3,0): missing SCRIPTNAME at 'Form'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(3,5): required (...)+ loop did not match anything at input 'Function'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(0,0): filename does not match script name: form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(3,0): missing SCRIPTNAME at 'Form'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(3,5): required (...)+ loop did not match anything at input 'Function'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(0,0): filename does not match script name: form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(3,0): missing SCRIPTNAME at 'Form'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(3,5): required (...)+ loop did not match anything at input 'Function'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(0,0): filename does not match script name: form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Spell.psc(2,0): mismatched input 'float' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Spell.psc(0,0): error while attempting to read script spell: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\WD_Util.psc(7,15): unknown type spell

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Spell.psc(2,0): mismatched input 'float' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Spell.psc(0,0): error while attempting to read script spell: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\WD_Util.psc(8,15): unknown type spell

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(3,0): mismatched input 'Int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Form.psc(0,0): error while attempting to read script Form: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(3,0): missing SCRIPTNAME at 'Quest'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(3,6): required (...)+ loop did not match anything at input 'Function'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Game.psc(2,0): mismatched input 'int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Game.psc(0,0): error while attempting to read script game: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(20,8): variable Game is undefined

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(20,13): none is not a known user-defined type

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(20,50): cannot cast a none to a sexlabframework, types are incompatible

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(3,0): missing SCRIPTNAME at 'Quest'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(3,6): required (...)+ loop did not match anything at input 'Function'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(3,0): missing SCRIPTNAME at 'Form'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(3,5): required (...)+ loop did not match anything at input 'Function'

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(0,0): filename does not match script name: form

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Faction.psc(2,0): mismatched input 'int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Faction.psc(0,0): error while attempting to read script faction: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(6,17): unknown type faction

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Faction.psc(2,0): mismatched input 'int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Faction.psc(0,0): error while attempting to read script faction: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(7,17): unknown type faction

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Faction.psc(2,0): mismatched input 'int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Faction.psc(0,0): error while attempting to read script faction: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(8,17): unknown type faction

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Weapon.psc(2,0): mismatched input 'int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Weapon.psc(0,0): error while attempting to read script weapon: Object reference not set to an instance of an object.

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(9,16): unknown type weapon

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Armor.psc(1,0): mismatched input 'int' expecting SCRIPTNAME

C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Armor.psc(0,0): er

 

 

 

 

Double check your Forms.psc, you probably have an stray number at the top of it that accidentally got saved into it. As the error says, "scriptname" has to be the first thing in the document, or anything using the script will fail to compile.

Link to comment

 

Is it me or is the api wrong in this:

I have this code:

actor[] sexActors = new actor[2]
    sexActors[0] = PlayerRef
    sexActors[1] = Carlotta
sslBaseAnimation[] anims
anims = Sexlab.GetAnimationsByTag("Aggressive" , "Vaginal")
Sexlab.StartSex(sexActors, anims)

And it screams a type mismatch on the anims = ... Line.

While this is exactly how the api does it..

 

You're missing the number of positions argument in GetAnimationsByTag. Assuming that compiles, it's because it's casting the "aggressive" to an int, which is 1, so GetAnimationsByTag("Aggressive" , "Vaginal") would return you single position vaginal animations, which basically means female masturebation animations. During SexLab startup, it should be checking for this, see you have 2 actors but have set 1 actor animations, discard them and pick it's own animations using the defaults instead.

 

Aside from that, that's also really out of date. If getting animations it'd be better to use SexLab.GetAnimationsByTags(2, "Aggressive,Vaginal"). The Tags version replaced the singular Tag versions of all api functions awhile ago as the defacto recommended method, as it allows you to just comma separate any number of tags in a single argument instead of using separate ones.

 

Or better yet, just use SexLab.QuickStart(PlayerRef, Carlotta, AnimationTags = "Aggressive,Vaginal") to do it all in 1 line of code instead of 6.

 

Thanks, but is the API not outdated then?

Also AnimationTags inside quickstart is never mentioned in the API, and it even says you can't define which animations will be selected in a quickstart.

Link to comment

Thanks, but is the API not outdated then?

Also AnimationTags inside quickstart is never mentioned in the API, and it even says you can't define which animations will be selected in a quickstart.

If by API you mean the wiki on gitlab, yes that's very out of date for a lot of things. With 1.61 most of the API is maintained in the actual SexLabFramework.psc file instead, with descriptions of every function there and some basic usage tutorials.

Link to comment

 

Double check your Forms.psc, you probably have an stray number at the top of it that accidentally got saved into it. As the error says, "scriptname" has to be the first thing in the document, or anything using the script will fail to compile.

 

 

Thanks Ashal. I've had a look in the download and I think I see what may be the problem. In the /data/scripts/source folder of skse form.psc starts with:

 

1 Scriptname Form Hidden

2

3 ; Returns the formID for this object

4 Int Function GetFormID() native

 

However the one in /src (which I was using is different and starts with a blank line eg:

 

1

2 ; returns the quest with the specified editor id

3 Quest Function GetQuest(string editorId) global native

 

I assume I should be using the first one not the second. I better have a good read up on skse I think

 

 

 

 

Link to comment

im a recenty new user of LL and i find the work that was put into lots of these mods very impressive. so thanks for this mod for making my game more complete.  i have a more than likely irrelevant question to most of you smart people who can shine some of your expertise into my brain here. I installed this and have the most resent version but i made the mistake of installing it manually. And it does work just fine. BUT, i would like to install it with NMM cause it just makes things easier for me to manage. Can i just DL through NMM and have it overwrite the manual installation if it asks? or do i need to uninstall it manually and start over?  I was hoping it would do what im asking cause i have no idea where each and everyone of those files are to delete. i hope someone can understand what im trying to ask here, im trying to make it as clear as i can....thanks:)

Link to comment

im a recenty new user of LL and i find the work that was put into lots of these mods very impressive. so thanks for this mod for making my game more complete.  i have a more than likely irrelevant question to most of you smart people who can shine some of your expertise into my brain here. I installed this and have the most resent version but i made the mistake of installing it manually. And it does work just fine. BUT, i would like to install it with NMM cause it just makes things easier for me to manage. Can i just DL through NMM and have it overwrite the manual installation if it asks? or do i need to uninstall it manually and start over?  I was hoping it would do what im asking cause i have no idea where each and everyone of those files are to delete. i hope someone can understand what im trying to ask here, im trying to make it as clear as i can....thanks:)

 

NMM works a bit differently now using hard links. I've played around with CK a bit and updated a file which overwrites the hard link, if I then uninstall the mod for the profile and reinstall it puts back the older copy from the virtual install folder, so it may well work.

 

Might be worth double checking in this thread as well as it's more an NMM question than a SL one  http://www.loverslab.com/topic/52647-nmm-061-important-infos-help-tips-tricks/

 

Link to comment

 

im a recenty new user of LL and i find the work that was put into lots of these mods very impressive. so thanks for this mod for making my game more complete.  i have a more than likely irrelevant question to most of you smart people who can shine some of your expertise into my brain here. I installed this and have the most resent version but i made the mistake of installing it manually. And it does work just fine. BUT, i would like to install it with NMM cause it just makes things easier for me to manage. Can i just DL through NMM and have it overwrite the manual installation if it asks? or do i need to uninstall it manually and start over?  I was hoping it would do what im asking cause i have no idea where each and everyone of those files are to delete. i hope someone can understand what im trying to ask here, im trying to make it as clear as i can....thanks:)

 

NMM works a bit differently now using hard links. I've played around with CK a bit and updated a file which overwrites the hard link, if I then uninstall the mod for the profile and reinstall it puts back the older copy from the virtual install folder, so it may well work.

 

Might be worth double checking in this thread as well as it's more an NMM question than a SL one  http://www.loverslab.com/topic/52647-nmm-061-important-infos-help-tips-tricks/

 

 

 

well i didnt see anything that was specific to my question but i went ahead and installed this and the patch with NMM and it all seems to work as it did before without problems. i been playing with it for a bit to see if it crashes or any other abnormality but seems to be stable and running just fine. thanks for your suggestion :)

 

Link to comment

 

I don't know how to explain it but, after updating to v161b (was using v160 hotfix2 before) animations with more than 2 actors are not working for me. Normal animations with 2 actors (set by "N" button and then animations editor) are working well, but if I want to set something with more than 2 actors with sexlab mass match maker, the 2 guys will either masturbate or start fucking each other and my female character will do nothing. I figured it out it is maybe because of player's gender in sexlab MCM is set to male, so I tried to change it, but if I change it to female, and then exit MCM it will always switch back to male. 

 

I've had that problem before but it was not caused by sl and I fixed it using showracemenu, try switching your gender or race then switch back to your characters preset and save and restart the game.

Link to comment

 

well i didnt see anything that was specific to my question but i went ahead and installed this and the patch with NMM and it all seems to work as it did before without problems. i been playing with it for a bit to see if it crashes or any other abnormality but seems to be stable and running just fine. thanks for your suggestion :)

 

 

 

If you want to double check, uninstall for the current profile and check in /data that the sl .esm isn't there (don't use the all profiles option as that takes a long while)

 

Link to comment

 

Can someone help me? I updated to 1.61b but every time I try to change animations the free cam just freezes and I can't move the cam around. I saw in the change log that 1.61b fixed it but I still have the problem, I have reinstalled the mod many times but the problem still persists.

 

Run FNIS again. Make sure you are using the latest XP32SE, the latest FNIS and the latest Racemenu.

 

I've updated my FNIS and Racemenu, and ran FNIS again but I still have the problem. I don't know if the problem might be fixed with getting latest XP32SE, but I'm too cared to try and get it because I have everything all set for my character. Does XP32SE come with HDT physics, and will it mess anything up if I get it?

Link to comment

 

Can someone help me? I updated to 1.61b but every time I try to change animations the free cam just freezes and I can't move the cam around. I saw in the change log that 1.61b fixed it but I still have the problem, I have reinstalled the mod many times but the problem still persists.

 

Run FNIS again. Make sure you are using the latest XP32SE, the latest FNIS and the latest Racemenu.

 

OK, I got XP32E and so far everything works nice. But the problem with the free camera is still there, I've run FNIS multiple times, everything is at their latest versions. I have no idea what to do

Link to comment

Well, its working but not like it used to.  First issue I have is that the free camera is resetting to non free camera when I switch positions.  Second issue I have is that there are a lot of animation I had before that are missing.  The throne animations in particular.  I  downloaded NSAP 3.1 and installed it through MO just like the previous version was/is.  Other than those two things it functioning as intended.  And yes, I have run FNIS and reset the animation registry.  Those particular animations are just not in the list.

Link to comment

Just wanted to leave a note showing my great appreciation for this mod/framework.

Was using the 1.60 B2 fix and updated to 161b a week or so ago.

NOT ONE problem am I having.

Everything works as it should and I am truly impressed with the new options and functionality.

 

I see some others having issues here and there, but for me, NOT a single problem at all... and my active esp/esm is well over 235.... with many script heavy mods among them.

One of the things I especially like is the ability (I think it's new) to take control of say my two followers when they are doing it, and to be able to adjust their animations accordingly.

With this, I activate my "free cam" after taking control of their animation and can move around the two and make all adjustments needed.

 

Hmmm... to ppl having cam issues, did you check your "hotkey" setup to ensure you are good.

Example, the first time I realized I could now "take control" of other actors and adjust animations alignment, for a few seconds I was dumbfounded.

I have "Y" set as my hotkey in Sexlab to "target" actors.

When I pressed Y, the message box appeared, and I accepted it... but couldn't move my players cam view at first..... then I realized I had to then activate my "free cam" with it's hotkey (numpad +).... and all was well after that.

 

Anyway, Ashal.... thanks big time for your amazing work over the years on this.

In it's current state, I am really amazed.

The only thing I'd love to see down the road is fluid animations.

 

Regards to all out here ;)

Link to comment

​

​

Well, its working but not like it used to.  First issue I have is that the free camera is resetting to non free camera when I switch positions.  Second issue I have is that there are a lot of animation I had before that are missing.  The throne animations in particular.  I  downloaded NSAP 3.1 and installed it through MO just like the previous version was/is.  Other than those two things it functioning as intended.  And yes, I have run FNIS and reset the animation registry.  Those particular animations are just not in the list.

​

​I don't have the actual link on hand, but initially, I too found the throne animations MIA.

 

​Go to this page:

​http://www.loverslab.com/topic/55268-sexlab-animation-loader-guide-and-packs/?p=1389378

​

​Up to you, but I installed this mod as well, and grabbed the associated packs of animations.

​Not sure to be honest if it was the Leito or Mitos packs (or maybe even one of the other packs), but one of them had the missing animations.

​

Link to comment

 

 

Can someone help me? I updated to 1.61b but every time I try to change animations the free cam just freezes and I can't move the cam around. I saw in the change log that 1.61b fixed it but I still have the problem, I have reinstalled the mod many times but the problem still persists.

 

Run FNIS again. Make sure you are using the latest XP32SE, the latest FNIS and the latest Racemenu.

 

OK, I got XP32E and so far everything works nice. But the problem with the free camera is still there, I've run FNIS multiple times, everything is at their latest versions. I have no idea what to do

 

 

Hmm.. Maybe you still have scripts running from mods you have uninstalled. Also, if you save the game while you cam is in free rotate mod, sometimes the game will bug out.

 

Try this tool:

 

http://www.nexusmods.com/skyrim/mods/52363/?

 

It isnt for installation via Mod manager! It is a windows application to clean your skyrim games. If you arent familiar with cleaning your save with it, try youtube or let me know. Make back ups of your saves before you use.

Link to comment

I apologize if this has been addressed already. Having searched the troubleshooting guide, google, and some of the more recent pages of this thread, I haven't found anything related to my issue. I also apologize if I'm providing too much detail, it's just that with my current level of knowledge, I don't know what would be relevant or helpful.

 

This is on a new save, which I then reloaded before touching any MCM menus. The MCM menu for Sexlab 1.61b appears as normal, and the list checking that I have the prerequisites tells me that I have everything in order, which I believe to be accurate. I click the button to install it, and it says that it's working. I assume at this point I'm supposed to close MCM and let it do its thing, so I do. Notifications let me know voices, expressions, and character animations, in that order, installed. It then tells me sexlab 1.61b is ready, so I open the MCM menu, and the only tab available is the initial 'Install' tab. This persists after saving and reloading.

 

I'm using FNIS Behavior 6.2, FNIS Creature Pack 6.1, ZAP 6.07, SKSE 1.7.3, SkyUI 5.1, and I used LOOT through Mod Organizer.

 

For the sake of curiosity, in spite of the Sexlab tabs not loading properly, I ran the NSAP thingy which would have updated the animation list. I then tested to see if SD+ could trigger sexlab animations. By flicking through the animations with (O) I determined that all of the default animations worked, but the NSAP animations seemed to be treating both actors as though they were the same actor (both performed the same animation), right before both actors assumed the T pose. I ran FNIS (once for each attempt at getting the mod to work), so that's not the issue.

 

 

EDIT : Okay, so I disabled a number of mods all at once, and added one, and for whatever reason, Sexlab 1.61b now works. Idk if it could have been that I had simply too many mcm menus registered, or if it was one of the following mods that did it (I really don't feel like checking each one) :

 

Disabled

  • Realistic Needs and Diseases
  • Into The Depths
  • Mistaken Identity 0.2c
  • Immersive Speechcraft
  • Immersive Player Dialogue
  • Clean Up Your Corpses 1.2
Link to comment

For what it's worth, I just completed the S.T.E.P.  2.2.9.2. Enhancement to Skyrim approach, and have managed to combine more than 120 NPC's into 11 loading mods (with TES5Edit), so I was at wits end when I received this during my first few early scenes in my brand new game:

 

StartSex () - Failed to claim an available thread

 

Well, foxyfingers of Amorous Adventures, after discussions with him of my Papyrus Logs, pointed me back to SexLab Framework itself.  So, on a whim, i uninstalled SexLab Framework 161b, and reinstalled 160, HotFix2.  Restarted the game, opened the SexLab MCM, and Cleaned it and Got IT!!  Problem solved.  I have no idea what got missed between 160, HotFix 2 and 161b (I'm certainly not a programmer/coder), but reverting to the previous version has helped me.  For what it's worth to the others struggling with this issue, all of a sudden, after having played with many SexLab variations over the past couple of years.

Link to comment

For what it's worth, I just completed the S.T.E.P.  2.2.9.2. Enhancement to Skyrim approach, and have managed to combine more than 120 NPC's into 11 loading mods (with TES5Edit), so I was at wits end when I received this during my first few early scenes in my brand new game:

 

StartSex () - Failed to claim an available thread

 

Well, foxyfingers of Amorous Adventures, after discussions with him of my Papyrus Logs, pointed me back to SexLab Framework itself.  So, on a whim, i uninstalled SexLab Framework 161b, and reinstalled 160, HotFix2.  Restarted the game, opened the SexLab MCM, and Cleaned it and Got IT!!  Problem solved.  I have no idea what got missed between 160, HotFix 2 and 161b (I'm certainly not a programmer/coder), but reverting to the previous version has helped me.  For what it's worth to the others struggling with this issue, all of a sudden, after having played with many SexLab variations over the past couple of years.

 

sounds more like his mod is not compatible to 1.61

Link to comment

I don't know why this is happening if someone knows let me know whats causing it but when an animation plays and it gets to the final animation set it doesn't move on from there, the animation doesn't end unless you use the spacebar to manually do it. That wouldn't really be a problem but when npc>npc sex they stay on the last set forever.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use