greetthemoth Posted October 30, 2020 Share Posted October 30, 2020 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 More sharing options...
IsharaMeradin Posted October 30, 2020 Share Posted October 30, 2020 Without seeing the script code itself, I cannot be any more specific than what the compiler has already stated. Link to comment Share on other sites More sharing options...
greetthemoth Posted November 1, 2020 Author Share Posted November 1, 2020 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 More sharing options...
Recommended Posts