Jump to content

[SOLVED]Can't compile!


Recommended Posts

So I'm kinda new to Skyrim modding, I've made a couple simple mods and scripts.

 

Lately i've been trying to get together a mod using SexLab.

 

I have a Perk script that triggers when talking/activating an actor with a specific MagicEffect on them, I've got this bit to work. The problem happens when I try to add the SexLabFramework property to the script and compile it, this is the compiler log:

 

Starting 1 compile threads for 1 files...
Compiling "SuccubusFeedPerkScript"...
C:\Games\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(230,17): cannot name a variable or property the same as a known type or script
C:\Games\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(231,20): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(231,20): PlayerRef is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(232,20): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslVoiceSlots.psc(232,20): Config is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(297,17): cannot name a variable or property the same as a known type or script
C:\Games\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(298,20): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(298,20): PlayerRef is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(299,20): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(299,20): Config is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(300,20): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(300,20): ActorLib is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(301,20): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslAnimationSlots.psc(301,20): ThreadLib is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(25,17): cannot name a variable or property the same as a known type or script
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(27,26): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(27,26): PlayerRef is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(28,26): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(28,26): Config is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(29,26): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(29,26): ActorLib is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(30,26): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(30,26): ThreadLib is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(31,26): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(31,26): Stats is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(32,26): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(32,26): ThreadSlots is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(33,26): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(33,26): AnimSlots is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(34,26): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(34,26): CreatureSlots is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(35,26): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(35,26): VoiceSlots is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(36,26): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslSystemLibrary.psc(36,26): ExpressionSlots is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(7,25): cannot name a variable or property the same as a known type or script
C:\Games\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(38,16): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(38,16): Enabled is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(556,8): a property cannot be used directly on a type, it must be used on a variable
C:\Games\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(556,8): Factory is not a property on script sexlab or one of its parents
C:\Games\Skyrim\Data\Scripts\Source\sslSystemConfig.psc(556,16): none is not a known user-defined type
C:\Games\Skyrim\Data\Scripts\Source\SexLabUtil.psc(32,17): cannot name a variable or property the same as a known type or script
C:\Games\Skyrim\Data\Scripts\Source\SexLabUtil.psc(33,4): SexLab is not a variable
C:\Games\Skyrim\Data\Scripts\Source\SexLabUtil.psc(36,15): StartSex is not a function or does not exist
C:\Games\Skyrim\Data\Scripts\Source\SexLabUtil.psc(36,15): cannot call the member function StartSex alone or on a type, must call it on a variable
C:\Games\Skyrim\Data\Scripts\Source\SexLabUtil.psc(36,1): cannot return a none from startsex, the types do not match (cast missing or types unrelated)
C:\Games\Skyrim\Data\Scripts\Source\SexLabUtil.psc(40,17): cannot name a variable or property the same as a known type or script
C:\Games\Skyrim\Data\Scripts\Source\SexLabUtil.psc(41,4): SexLab is not a variable
C:\Games\Skyrim\Data\Scripts\Source\SexLabUtil.psc(44,15): NewThread is not a function or does not exist
C:\Games\Skyrim\Data\Scripts\Source\SexLabUtil.psc(44,15): cannot call the member function NewThread alone or on a type, must call it on a variable
C:\Games\Skyrim\Data\Scripts\Source\SexLabUtil.psc(48,17): cannot name a variable or property the same as a known type or script
C:\Games\Skyrim\Data\Scripts\Source\SexLabUtil.psc(49,4): SexLab is not a variable
C:\Games\Skyrim\Data\Scripts\Source\SexLabUtil.psc(52,15): QuickStart is not a function or does not exist
C:\Games\Skyrim\Data\Scripts\Source\SexLabUtil.psc(52,15): cannot call the member function QuickStart alone or on a type, must call it on a variable
C:\Games\Skyrim\Data\Scripts\Source\SuccubusFeedPerkScript.psc(7,25): cannot name a variable or property the same as a known type or script
No output generated for SuccubusFeedPerkScript, compilation failed.

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

 


 

I tried to reinstall SKSE to make sure the creation kit didn't overwrite anything, I installed SkyUI's SDK and I reintalled SexLabFramework (v1.59), none of this seems to have made any diference.

 

Any ideias?

 

EDIT: I Ended up finding an empty script named "SexLab" in my sources folder, I removed it and all seems to be working.

 

 

Link to comment

Archived

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

  • 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