Jump to content

Unable to find flags file: TESV_Papyrus_Flags.flg


Recommended Posts

Posted

I fired up the Creation Kit today only to find that scripts no longer compile. I get the following warning:

DEFAULT: BSString::Set(): Could not allocate full amount of memory asked for with aiMaxLen

and compiler output:

<unknown>(0,0): Unable to find flags file: TESV_Papyrus_Flags.flg
C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Quest.psc(1,0): Unknown user flag Hidden
C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(1,0): Unknown user flag Hidden
C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(1,0): Unknown user flag Hidden
C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\temp\sscsCallScript.psc(4,25): unknown type actor
C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\Actor.psc(1,0): Unknown user flag Hidden
C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabFramework.psc(25,5): Unknown user flag hidden
<et cetera>

As far as I can tell, the file TESV_Papyrus_Flags.flg does not exist on my computer. I tried verifying Steam cache for Skyrim and the CK then manually reinstalling SKSE (the 1.7.2 beta which I've been using without any problems). I tried reinstalling CK and then manually reinstalled SKSE. Nothing works and I'm out of ideas.

Thanks in advance for any help!

Posted

There was a creation kit update which seems to have removed a lot of files from scripts/source, same thing happened to me. I just copied back in the removed files from a backup (making sure to keep any of my new files) and everything is fine.

Posted

They should all be in a file called scripts.rar in the same directory as the esp files. They've changed the way they are packaging loose script files I guess? If so that's probably good, I always thought it was messy.

Posted

My guess would be all, for scripts that have dependencies on others but I'm not sure. I just put back whatever was there before the update. If you extract them all from scripts.rar, you might want to overwrite afterwards with the ones from skse.

Posted

Thanks CPU, but I am familiar with that thread already and the solutions therein did not work for me.

 

As it turns out, extracting the scripts.rar and reinstalling SKSE was the solution. Divines be praised for all of you knowledgeable and helpful people! :)

Posted

Extract all of them but don't let them overwrite anything on your source folder just in case

 

This is what I did, once I noted a lot of (sometimes quite dramatic) filesize differences.  Who knows and who really cares if the new versions are somehow improvements.

Posted

I came here for this same problem, and it's solved... but now SexLabFramework scripts won't compile.  These are things that were compiling fine yesterday.  I'm sure it has to do with all the CK updates but I'm not sure what to do about it.

 

 

 

C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(80,25): GetWornForm is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(110,12): UnequipItemEX is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(116,12): UnequipItemEX is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(125,40): GetMaskForSlot is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(125,40): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(125,22): GetWornForm is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(105,22): GetRace is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(105,22): cannot call the member function GetRace alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(532,30): GetRace is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseAnimation.psc(532,30): cannot call the member function GetRace alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(20,30): GetCameraState is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(20,30): cannot call the member function GetCameraState alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseVoice.psc(20,47): cannot compare a none to a int (cast missing or types unrelated)
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(80,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(85,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(93,10): ResetExpressionOverrides is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(101,11): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(109,11): SetExpressionModifier is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(119,11): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslBaseExpression.psc(126,11): SetExpressionModifier is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(158,26): GetType is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(158,7): type mismatch while assigning to a int (cast missing or types unrelated)
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(180,31): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(186,31): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(189,31): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(192,31): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(195,31): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(198,31): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(201,31): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(308,295): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(782,55): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(807,56): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorStats.psc(843,57): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(101,22): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(109,22): GetVoiceType is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(157,23): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(94,31): GetAliasByName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(94,57): cannot cast a none to a sslbasevoice, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(119,61): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(208,22): GetNthAlias is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(208,38): cannot cast a none to a sslbasevoice, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(118,17): GetNthAlias is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(118,32): cannot cast a none to a sslbaseanimation, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(275,13): GetNthAlias is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(275,28): cannot cast a none to a sslbasevoice, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(425,18): GetNthAlias is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(425,33): cannot cast a none to a sslbaseexpression, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(122,27): GetNthAlias is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(122,43): cannot cast a none to a sslbaseexpression, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(150,8): GetQuest is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(150,8): cannot call the member function GetQuest alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionSlots.psc(150,40): cannot cast a none to a sslexpressiondefaults, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(29,33): GetNthAlias is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(29,49): cannot cast a none to a sslbaseexpression, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(36,2): RegisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslExpressionFactory.psc(46,1): UnregisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(536,15): RegisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(539,16): RegisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(546,15): UnregisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslObjectFactory.psc(549,16): UnregisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(230,32): GetQuest is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(230,32): cannot call the member function GetQuest alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(230,65): cannot cast a none to a sexlabframework, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(241,8): GetQuest is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(241,8): cannot call the member function GetQuest alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceSlots.psc(241,40): cannot cast a none to a sslvoicedefaults, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(25,28): GetNthAlias is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(25,44): cannot cast a none to a sslbasevoice, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(32,2): RegisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslVoiceFactory.psc(42,1): UnregisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(395,22): GetCameraState is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(395,22): cannot call the member function GetCameraState alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(395,39): cannot compare a none to a int (cast missing or types unrelated)
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(420,22): GetCameraState is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(420,22): cannot call the member function GetCameraState alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(420,39): cannot compare a none to a int (cast missing or types unrelated)
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(458,21): GetCameraState is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(458,21): cannot call the member function GetCameraState alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(458,38): cannot compare a none to a int (cast missing or types unrelated)
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(474,60): GetCameraState is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(474,60): cannot call the member function GetCameraState alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(474,77): cannot compare a none to a int (cast missing or types unrelated)
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(495,10): GetCameraState is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(495,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(495,27): cannot compare a none to a int (cast missing or types unrelated)
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(534,10): GetCameraState is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(534,10): cannot call the member function GetCameraState alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(534,27): cannot compare a none to a int (cast missing or types unrelated)
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(560,41): GetVoiceType is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(561,11): SetVoiceType is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(615,12): SetVoiceType is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(617,12): SetVoiceType is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(699,12): UnequipItemEX is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(705,12): UnequipItemEX is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(714,40): GetMaskForSlot is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(714,40): cannot call the member function GetMaskForSlot alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(714,22): GetWornForm is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(749,28): GetType is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(749,8): type mismatch while assigning to a int (cast missing or types unrelated)
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(808,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(809,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(810,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(811,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(812,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(813,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(814,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(815,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(816,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(817,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(818,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(819,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(820,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(821,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(822,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(823,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(827,10): SetExpressionModifier is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(828,10): SetExpressionModifier is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(829,10): SetExpressionModifier is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(830,10): SetExpressionModifier is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(831,10): SetExpressionModifier is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(832,10): SetExpressionModifier is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(833,10): SetExpressionModifier is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(834,10): SetExpressionModifier is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(835,10): SetExpressionModifier is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(836,10): SetExpressionModifier is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(837,10): SetExpressionModifier is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(838,10): SetExpressionModifier is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(839,10): SetExpressionModifier is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(840,10): SetExpressionModifier is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(844,10): ResetExpressionOverrides is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(854,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(859,10): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(875,11): SetExpressionPhoneme is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(882,11): SetExpressionModifier is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(905,11): SheatheWeapon is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(914,1): RegisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(915,1): RegisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(916,1): RegisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(917,1): RegisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(918,1): RegisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(925,1): UnregisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(926,1): UnregisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(927,1): UnregisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(928,1): UnregisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorAlias.psc(929,1): UnregisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(148,50): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(151,50): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(154,50): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(159,50): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(311,2): RegisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(312,2): RegisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(313,2): RegisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(314,2): RegisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(315,2): RegisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(517,105): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(794,2): SendModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(807,1): SendModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(979,17): GetNthAlias is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(979,32): cannot cast a none to a sslactoralias, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(980,17): GetNthAlias is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(980,32): cannot cast a none to a sslactoralias, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(981,17): GetNthAlias is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(981,32): cannot cast a none to a sslactoralias, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(982,17): GetNthAlias is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(982,32): cannot cast a none to a sslactoralias, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(983,17): GetNthAlias is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadModel.psc(983,32): cannot cast a none to a sslactoralias, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(354,92): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(600,2): RegisterForKey is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(601,2): RegisterForKey is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(602,2): RegisterForKey is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(603,2): RegisterForKey is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(604,2): RegisterForKey is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(605,2): RegisterForKey is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(606,2): RegisterForKey is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(607,2): RegisterForKey is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(608,2): RegisterForKey is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(609,2): RegisterForKey is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(610,2): RegisterForKey is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(611,2): RegisterForKey is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslThreadController.psc(618,1): UnregisterForAllKeys is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(275,26): GetNthAlias is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(275,42): cannot cast a none to a sslbaseanimation, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(297,32): GetQuest is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(297,32): cannot call the member function GetQuest alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(297,65): cannot cast a none to a sexlabframework, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(309,8): GetQuest is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(309,8): cannot call the member function GetQuest alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationSlots.psc(309,42): cannot cast a none to a sslanimationdefaults, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(55,32): GetNthAlias is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(55,48): cannot cast a none to a sslbaseanimation, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(62,2): RegisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslAnimationFactory.psc(72,1): UnregisterForModEvent is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(51,8): GetQuest is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(51,8): cannot call the member function GetQuest alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslCreatureAnimationSlots.psc(51,40): cannot cast a none to a sslcreatureanimationdefaults, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(204,31): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(207,30): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(214,29): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslActorLibrary.psc(215,62): IsRaceFlagSet is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(281,14): GetModCount is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(281,14): cannot call the member function GetModCount alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(281,5): type mismatch while assigning to a int (cast missing or types unrelated)
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(284,21): GetModName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(284,21): cannot call the member function GetModName alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(350,80): GetName is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(371,12): SheatheWeapon is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(401,9): GetCameraState is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(401,9): cannot call the member function GetCameraState alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(401,26): cannot compare a none to a int (cast missing or types unrelated)
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(532,14): GetQuest is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(532,14): cannot call the member function GetQuest alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(42,51): Getname is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\fnis.psc(70,139): Getname is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(605,1): UnregisterForAllKeys is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(606,1): RegisterForKey is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(607,1): RegisterForKey is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(612,1): RegisterForCrosshairRef is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(625,16): GetQuest is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(625,16): cannot call the member function GetQuest alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\sslSystemConfig.psc(625,49): cannot cast a none to a sexlabframework, types are incompatible
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(160,26): GetCameraState is not a function or does not exist
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(160,26): cannot call the member function GetCameraState alone or on a type, must call it on a variable
C:\Program Files\Steam\steamapps\common\skyrim\Data\Scripts\Source\SexLabUtil.psc(160,43): cannot compare a none to a int (cast missing or types unrelated)

 

Posted

BurnyD, only thing I could suggest is make sure you manually reinstall SKSE and perhaps you may need to reinstall SexLab. But once I extracted that rar file and reinstalled skse everything was back to normal - I didn't have to touch SexLab itself.

Posted

That worked, at least for now.  We'll see...

 

I am very grateful other people posted this problem. I was completely and totally unaware of this stealth upgrade, and I spent a full day trying to get compilation working again until I found this thread. Sheesh!

Posted

This happened to me too. Not only did it have the same effect, it was worse. My game would CTD on the menu screen... nfi why, I'm just going to restore a backup, and turn off auto updates.... F&*(!

Posted

They should all be in a file called scripts.rar in the same directory as the esp files. They've changed the way they are packaging loose script files I guess? If so that's probably good, I always thought it was messy.

 

Thanks a lot, this solved the problem.

Posted

Seems like I'm not the only one. Gonna give this little guide a try...

 

EDIT: Revalidating Creation Kit, reinstalling those scripts, SKSE and Sexlab fixed it. If that wasn't annoying enough. ><

 

So if there's been an update, any patch notes to say what's been updated and why we got this headache? :D

  • 1 month later...
Posted

Same problem here, dammit.

 

I swear, I leave Skyrim for six weeks without touching the CK and when I come back nothing works any more.

Posted

The problem is the update from Steam that produces some problems with CK.

 

Just follow these instructions: http://www.loverslab...ate-from-steam/

 

If this does not solve your problem, please tell me better what kind of problem do you have.

Posted

Same problem here, dammit. I swear, I leave Skyrim for six weeks without touching the CK and when I come back nothing works any more.

 

Did you ever get this sorted out? The info Carabosse et al gave (and which CPU is posting on his own thread as well) really did the trick for everyone it seems.

  • 4 weeks later...
  • 1 month later...
Posted

There was a creation kit update which seems to have removed a lot of files from scripts/source, same thing happened to me. I just copied back in the removed files from a backup (making sure to keep any of my new files) and everything is fine.

 

I have the same issue and this posty solve the problem for me I just wanted to thanks endlessly laurall

 

Just Thanks!!!!

  • 1 month later...
Posted

This post actually helped me get atleast some of what I would need to do done on my Little Red mod Idea working before finding this post I thought Papyrus would be the death of me nothing worked, seems that was because the CK's patches stuffed it up, which had me believe what I was doing was wrong.  Now It works, still the hard part is getting the Adult scenes to work how Id like them...

 

Thanks to all!

Archived

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

  • Recently Browsing   0 members

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