Jump to content

What do these compiler errors mean.


greetthemoth

Recommended Posts


Starting 1 compile threads for 1 files...

Compiling "_RC_QuestScript"...

C:\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\temp\_RC_QuestScript.psc(355,0): mismatched character '<EOF>' expecting '/'

C:\Steam\steamapps\common\Skyrim Special Edition\Data\Scripts\Source\temp\_RC_QuestScript.psc(0,-1): required (...)+ loop did not match anything at input '<EOF>'

No output generated for _RC_QuestScript, compilation failed.


Batch compile of 1 files finished. 0 succeeded, 1 failed.

Failed on _RC_QuestScript



For context, (355,0) is right below the very end of my script. And (0,-1) is obviously yet strangely before the beginning of my script. Ive looked in Creationkit.com for the meaning of this but as per usual its very vague and unhelpful, heres the link: https://www.creationkit.com/index.php?title=Papyrus_Compiler_Errors


i am 95% certain my script has no dumb syntax issues as i have already every other error.


Thank you in advance.






Link to comment
Share on other sites

Without seeing the script code itself, I cannot be any more specific than what the compiler has already stated.

Thanks for the reply. I ended up figuring it out. One of my Strings included a "/" which was making it bug out, and it was (invisibly) commenting out the rest of the file.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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