Jump to content

Sexlab framework compile error


Recommended Posts

Posted
Hello! I'm working on learning sexlab framework scripting and i have had a few problems compiling before this all solved by reinstalling SKSE and geting the API files for SkyUI.
 
But now i hit a small brick wall where two compile errors show up for anything related to SexLab trying to compile. 
 
Does anyone know what i might be doing wrong? 
 
Thanks!
 
Test Script:

Scriptname AATestScript extends activemagiceffect  
SexLabFramework property SexLab auto

 
What the test script says:


Starting 1 compile threads for 1 files...
Compiling "AATestScript"...
E:\SteamLibrary\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(374,1): the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel
E:\SteamLibrary\steamapps\common\skyrim\Data\Scripts\Source\SexLabFramework.psc(944,1): the parameter defaults of function newthread in state disabled on script sexlabframework does not match the empty state
No output generated for AATestScript, compilation failed.
 
Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on AATestScript

 
What SexLabFramework says when i try to compile it:

Starting 1 compile threads for 1 files...
Compiling "SexLabFramework"...
E:\SteamLibrary\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(374,1): the parameter defaults of function centeroncoords in state animating on script sslthreadcontroller do not match the parent script sslthreadmodel
E:\SteamLibrary\steamapps\common\skyrim\Data\Scripts\Source\SexLabFramework.psc(944,1): the parameter defaults of function newthread in state disabled on script sexlabframework does not match the empty state
No output generated for SexLabFramework, compilation failed.
 
Batch compile of 1 files finished. 0 succeeded, 1 failed.
Failed on SexLabFramework

Posted

Silly me, i saw something about the language/region settings (sounded too simple).

 

I set my region settings to English United States and that solved it.

Posted

Setting it to English United States fixes it certainly, though a little overkill.

 

All you really need to change is the decimal symbol from comma over to a period. Not sure what versions of windows let you, but in windows 8.1, open the Region settings menu, click "Additional Settings" at the bottom of the format tab, then for the Decimal Symbol box, enter a period.

 

  • 3 months later...
Posted

Setting it to English United States fixes it certainly, though a little overkill.

 

All you really need to change is the decimal symbol from comma over to a period. Not sure what versions of windows let you, but in windows 8.1, open the Region settings menu, click "Additional Settings" at the bottom of the format tab, then for the Decimal Symbol box, enter a period.

 

And what means this? -- 

.......................

Data\Scripts\Source\fnis.psc(343,16): variable FNISCreatureVersion is undefined

Data\Scripts\Source\fnis.psc(343,36): none is not a known user-defined type

 

====================

Oh God, I do not like animals ... except  the cat my nephews. Why to monitor actors there is the FNIS script  of animal ?

 

Nevermind, solved - v5.1 CPack 

Archived

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

  • Recently Browsing   0 members

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