[03/18/2013 - 07:43:18PM] Error: CR13 (000E3163): attempting to start event scoped quest outside of story manager.
stack:
[CR13 (000E3163)].cr13questscript.SetCurrentStageID() - "
[CR13 (000E3163)].cr13questscript.SetStage() - "Quest.psc" Line 124
[CR13 (000E3163)].companionsradiantquest.Setup() - "CompanionsRadiantQuest.psc" Line 41
[CR13 (000E3163)].cr13questscript.Setup() - "CR13QuestScript.psc" Line 26
[CR13 (000E3163)].QF_CR13_000E3163.Fragment_10() - "QF_CR13_000E3163.psc" Line 57
I don't know if it's causing the crashes, or if it just can't help being there 99% of the time simply because of the fact that it's constantly spamming my papyrus logs. Either way, I'd like to do away with it. According to the console, quest CR13 is not currently running in my game, and is at stage 0, so it's repeatedly failing to start, but whatever it is that starts it just won't give up. Here are the offending lines of code:
"QF_CR13_000E3163.psc" Line 57:
kmyQuest.Setup()
"CR13QuestScript.psc" Line 26:
parent.Setup()
"CompanionsRadiantQuest.psc" Line 41:
SetStage(1)
"Quest.psc" Line 124: (also lines 123 and 125, from the SKSE version of Quest.psc)
bool Function SetStage(int aiStage) return SetCurrentStageID(aiStage)EndFunction
My best guess as to what's actually trying to start this quest, from looking at CR13's use info, is the DLBR (dialog branch?) CR13QuestStart, though I don't know which quest that is a part of or how to view it. From what I've seen on the TES wikis, this quest is buggy as hell to begin with, but I haven't come across any mention of bugfixes.