Jump to content

Framework scripts not compiling


Recommended Posts

I'm trying to compile a .psc that has Sexlab Submit (and therefore the framework) as a dependency, but two of the framework's scripts cause the following to happen:

Starting 1 compile threads for 1 files...
Compiling "_slsubmitboundeffect"...
F:\Program Files (x86)\Bethesda\Skyrim\Data\Scripts\Source\sslThreadModel.psc(950,1): the parameter defaults of function sendthreadevent in state unlocked on script sslthreadmodel does not match the empty state
F:\Program Files (x86)\Bethesda\Skyrim\Data\Scripts\Source\sslThreadModel.psc(952,1): the parameter defaults of function make in state unlocked on script sslthreadmodel does not match the empty state
F:\Program Files (x86)\Bethesda\Skyrim\Data\Scripts\Source\sslThreadController.psc(429,0): the parameter defaults of function centeroncoords in the empty state on script sslthreadcontroller do not match the parent script sslthreadmodel
No output generated for _slsubmitboundeffect, compilation failed.

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

Any idea how to fix this so I can get my .pex files built?

Link to comment

It's a problem with your computers localization. SexLab is written using periods to separate floats, if you look at each of the functions it's complaining about, you'll see each of them have a float in the argument. You will have to change your computers number formating to use periods instead of commas for float separation if you want to compile it's scripts.

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