player168 Posted October 27, 2013 Posted October 27, 2013 Hello, i have problems with compile the script for new warpaints the console says C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(116,1): RegisterForModEvent is not a function or does not exist C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(117,1): RegisterForModEvent is not a function or does not exist C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(118,1): RegisterForModEvent is not a function or does not exist C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(119,1): RegisterForModEvent is not a function or does not exist C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(122,1): RegisterForModEvent is not a function or does not exist C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(123,1): RegisterForModEvent is not a function or does not exist C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(124,1): RegisterForModEvent is not a function or does not exist C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(125,1): RegisterForModEvent is not a function or does not exist C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(148,27): LogicalAnd is not a function or does not exist C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(148,27): cannot call the member function LogicalAnd alone or on a type, must call it on a variable C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(148,57): cannot compare a none to a int (cast missing or types unrelated) C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(149,27): LogicalAnd is not a function or does not exist C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(149,27): cannot call the member function LogicalAnd alone or on a type, must call it on a variable C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(149,57): cannot compare a none to a int (cast missing or types unrelated) C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(150,27): LogicalAnd is not a function or does not exist C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(150,27): cannot call the member function LogicalAnd alone or on a type, must call it on a variable C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(150,57): cannot compare a none to a int (cast missing or types unrelated) C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(151,27): LogicalAnd is not a function or does not exist C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(151,27): cannot call the member function LogicalAnd alone or on a type, must call it on a variable C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(151,57): cannot compare a none to a int (cast missing or types unrelated) No output generated for Warpaints, compilation failed. whats the problem?
b3lisario Posted October 27, 2013 Posted October 27, 2013 RegisterForModEvent and LogicalAnd are SKSE functions. Make sure you have the following files, if not reinstall SKSE: Data\Scripts\Form.pex Data\Scripts\Math.pex Data\Scripts\Source\Math.psc Data\Scripts\Source\Form.psc
Thargon Posted February 1, 2014 Posted February 1, 2014 Hello, i have problems with compile the script for new warpaints the console says C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(116,1): RegisterForModEvent is not a function or does not exist C:\Program Files (x86)\Steam\steamapps\common\skyrim\Data\Scripts\Source\RaceMenuBase.psc(117,1): whats the problem? The dreaded [ Source\ski_widgetmanager.psc(29,1): RegisterForModEvent is not a function or does not exist ] Skyrim Bug is solved. In short, the SKSE *.exe installer looks at he date of the script files, and doesn't install if of the same date. This is probably a convienence for the SKSE developers, so they don't have to wait for a full install file transfer time when testing a small change to just a few files. So, If you've been fighting the problem, and just re-installed, the Skyrim game, then SkyUI, some of the files which should be overwritten with SKSE versions are not, and hence it cannot find the handles fo rhte ResisterForMenu or RegisterFor******! So, download the Archieve version of the file, and manually copy and paste the Script files, both *.pex, and source *.psc into the Skyrim/Data/Scripts folder, and everything will start working again. I was so frustrated with this problem, that until I came across this post I had devolved into: Drinking Whiskey Kicking the Dog Pounding on the keyboard until I got blood and plastic shards Searching for hard drugs Screaming at the sky and contemplating using nuclear weapons on innocent cities in utter frustration! Thanks to (Enthusiast) on the Nexus Formus, ... I'm better now. Spread the word.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.