SendStoryEventAndWait not returning either true or false. Wh

Post » Wed Sep 25, 2013 5:00 am

Long story here: http://www.gamesas.com/topic/1446712-thieves-guild-mini-quests-issue-to-get-the-radiants-in-each-city/ see my post if you wish. Making this topic in this forum section for higher visibility for my issue.
Short story: sometimes thieves guild jobs are won't start either vanilla or with my mod LTGJ so the issue I believe is unrelated to the mod, but the mod is affected too. It just happen to my main playtrough so I now have something to research on, but I'm blocked.
The jobs are supposed to be started by SM after SendStoryEvent is called from a fragment in TGRShell.
If SendStoryEvent is used, a Debug.Notification after it is printed.
I changed it to SendStoryEventAndWait and the notification after it is not showing anymore.

So QUESTIONS:
What could mean SendStoryEventAndWait makes the notification after it not to appear? This call should return false if no quest is started.
How could I tell if that call is blocked waiting or it failed and broke the script (fragment)?
Other ideas and leads I should check?

Facts:
- SendStoryEvent shows a notification after it, but not the function with ...AndWait
- there's nothing in the papyrus logs involving related scripts (fragments)
- the jobs not starting had been caused by the following before but all are excluded in this particular situation: the dialogue bug not running dialogue fragments (but now it reaches the SendStoryEvent), previous job quest not stopped properly (checked in console, not the case), aliases not filled (made them all optional to see if any but still not started)
- the only condition in SM node is for the keyword to be the right one, checked and confirmed
- also I tried to duplicate the SM node but no luck

Thanks
User avatar
Eduardo Rosas
 
Posts: 3381
Joined: Thu Oct 18, 2007 3:15 pm

Post » Tue Sep 24, 2013 10:14 pm

Hmm...I found out about bEnableStoryManagerLogging and here is what I get:
Spoiler

[03/04/2013 - 11:14:17PM] Timed out processing event
[03/04/2013 - 11:14:18PM] Started processing event 0000BF86: Script Event - Keyword: CRVilkas,Location: NULL,Ref 1: NULL,Ref 2: NULL,Value 1: 0,Value 2: 0
[03/04/2013 - 11:14:18PM] -Node 'Script Event' passed
[03/04/2013 - 11:14:18PM] --Node '' failed conditions
[03/04/2013 - 11:14:18PM] --Node '' failed conditions
[03/04/2013 - 11:14:18PM] --Node '' failed conditions
[03/04/2013 - 11:14:18PM] --Node '' failed conditions
[03/04/2013 - 11:14:18PM] --Node '' failed conditions
[03/04/2013 - 11:14:18PM] --Node '' passed
[03/04/2013 - 11:14:18PM] ---Quest 'RelationshipMarriageWedding' failed conditions
[03/04/2013 - 11:14:18PM] --Node '' failed conditions
[03/04/2013 - 11:14:18PM] --Node '' failed conditions
[03/04/2013 - 11:14:18PM] --Node '' passed
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' passed
[03/04/2013 - 11:14:18PM] ----Quest 'CWResetGarrison1' failed conditions
[03/04/2013 - 11:14:18PM] ----Quest 'CWResetGarrison2' failed conditions
[03/04/2013 - 11:14:18PM] ----Quest 'CWResetGarrison3' failed conditions
[03/04/2013 - 11:14:18PM] ----Quest 'CWResetGarrison4' failed conditions
[03/04/2013 - 11:14:18PM] ----Quest 'CWResetGarrison5' failed conditions
[03/04/2013 - 11:14:18PM] ----Quest 'CWResetGarrison6' failed conditions
[03/04/2013 - 11:14:18PM] ----Quest 'CWResetGarrison7' failed conditions
[03/04/2013 - 11:14:18PM] ----Quest 'CWResetGarrison8' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' passed
[03/04/2013 - 11:14:18PM] ----Node '' failed conditions
[03/04/2013 - 11:14:18PM] ----Node '' passed
[03/04/2013 - 11:14:18PM] -----Node '' failed conditions
[03/04/2013 - 11:14:18PM] -----Node '' failed conditions
[03/04/2013 - 11:14:18PM] -----Node '' failed conditions
[03/04/2013 - 11:14:18PM] -----Node '' failed conditions
[03/04/2013 - 11:14:18PM] -----Node '' failed conditions
[03/04/2013 - 11:14:18PM] -----Node '' failed conditions
[03/04/2013 - 11:14:18PM] -----Node '' failed conditions
[03/04/2013 - 11:14:18PM] -----Node '' failed conditions
[03/04/2013 - 11:14:18PM] -----Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] ---Node '' failed conditions
[03/04/2013 - 11:14:18PM] --Node '' passed
[03/04/2013 - 11:14:18PM] ---Node '' passed
[03/04/2013 - 11:14:18PM] ----Node '' passed
[03/04/2013 - 11:14:18PM] ----Node '' passed
[03/04/2013 - 11:14:18PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:18PM] Timed out processing event
[03/04/2013 - 11:14:18PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:18PM] Timed out processing event
[03/04/2013 - 11:14:18PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:18PM] Timed out processing event
[03/04/2013 - 11:14:18PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:18PM] Timed out processing event
[03/04/2013 - 11:14:18PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:18PM] Timed out processing event
[03/04/2013 - 11:14:18PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:18PM] Timed out processing event
[03/04/2013 - 11:14:18PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:18PM] Timed out processing event
[03/04/2013 - 11:14:18PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:18PM] Timed out processing event
[03/04/2013 - 11:14:18PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:18PM] Timed out processing event
[03/04/2013 - 11:14:19PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:19PM] Timed out processing event
[03/04/2013 - 11:14:19PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:19PM] Timed out processing event
[03/04/2013 - 11:14:19PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:19PM] Timed out processing event
[03/04/2013 - 11:14:19PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:19PM] Timed out processing event
[03/04/2013 - 11:14:19PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:19PM] Timed out processing event
[03/04/2013 - 11:14:19PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:19PM] Timed out processing event
[03/04/2013 - 11:14:19PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:19PM] Timed out processing event
[03/04/2013 - 11:14:19PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:19PM] Timed out processing event
[03/04/2013 - 11:14:19PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:19PM] Timed out processing event
[03/04/2013 - 11:14:19PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:19PM] Timed out processing event
[03/04/2013 - 11:14:20PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:20PM] Timed out processing event
[03/04/2013 - 11:14:20PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:20PM] Timed out processing event
[03/04/2013 - 11:14:20PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:20PM] Timed out processing event
[03/04/2013 - 11:14:21PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:21PM] Timed out processing event
[03/04/2013 - 11:14:21PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:21PM] Timed out processing event
[03/04/2013 - 11:14:21PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:21PM] Timed out processing event
[03/04/2013 - 11:14:21PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:21PM] Timed out processing event
[03/04/2013 - 11:14:21PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:21PM] Timed out processing event
[03/04/2013 - 11:14:21PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:21PM] Timed out processing event
[03/04/2013 - 11:14:21PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:21PM] Timed out processing event
[03/04/2013 - 11:14:21PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:21PM] Timed out processing event
[03/04/2013 - 11:14:21PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:21PM] Timed out processing event
[03/04/2013 - 11:14:22PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:22PM] Timed out processing event
[03/04/2013 - 11:14:22PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:22PM] Timed out processing event
[03/04/2013 - 11:14:22PM] Started processing event 0000BF86: Script Event - Keyword: CRVilkas,Location: NULL,Ref 1: NULL,Ref 2: NULL,Value 1: 0,Value 2: 0
[03/04/2013 - 11:14:22PM] -Node 'Script Event' passed
[03/04/2013 - 11:14:22PM] --Node '' failed conditions
[03/04/2013 - 11:14:22PM] --Node '' failed conditions
[03/04/2013 - 11:14:22PM] --Node '' failed conditions
[03/04/2013 - 11:14:22PM] --Node '' failed conditions
[03/04/2013 - 11:14:22PM] --Node '' failed conditions
[03/04/2013 - 11:14:22PM] --Node '' passed
[03/04/2013 - 11:14:22PM] ---Quest 'RelationshipMarriageWedding' failed conditions
[03/04/2013 - 11:14:22PM] --Node '' failed conditions
[03/04/2013 - 11:14:22PM] --Node '' failed conditions
[03/04/2013 - 11:14:22PM] --Node '' passed
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' passed
[03/04/2013 - 11:14:22PM] ----Quest 'CWResetGarrison1' failed conditions
[03/04/2013 - 11:14:22PM] ----Quest 'CWResetGarrison2' failed conditions
[03/04/2013 - 11:14:22PM] ----Quest 'CWResetGarrison3' failed conditions
[03/04/2013 - 11:14:22PM] ----Quest 'CWResetGarrison4' failed conditions
[03/04/2013 - 11:14:22PM] ----Quest 'CWResetGarrison5' failed conditions
[03/04/2013 - 11:14:22PM] ----Quest 'CWResetGarrison6' failed conditions
[03/04/2013 - 11:14:22PM] ----Quest 'CWResetGarrison7' failed conditions
[03/04/2013 - 11:14:22PM] ----Quest 'CWResetGarrison8' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' passed
[03/04/2013 - 11:14:22PM] ----Node '' failed conditions
[03/04/2013 - 11:14:22PM] ----Node '' passed
[03/04/2013 - 11:14:22PM] -----Node '' failed conditions
[03/04/2013 - 11:14:22PM] -----Node '' failed conditions
[03/04/2013 - 11:14:22PM] -----Node '' failed conditions
[03/04/2013 - 11:14:22PM] -----Node '' failed conditions
[03/04/2013 - 11:14:22PM] -----Node '' failed conditions
[03/04/2013 - 11:14:22PM] -----Node '' failed conditions
[03/04/2013 - 11:14:22PM] -----Node '' failed conditions
[03/04/2013 - 11:14:22PM] -----Node '' failed conditions
[03/04/2013 - 11:14:22PM] -----Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] --Node '' passed
[03/04/2013 - 11:14:22PM] ---Node '' failed conditions
[03/04/2013 - 11:14:22PM] ---Node '' passed
[03/04/2013 - 11:14:22PM] ----Node '' passed
[03/04/2013 - 11:14:22PM] ----Node '' passed
[03/04/2013 - 11:14:22PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:22PM] Timed out processing event
[03/04/2013 - 11:14:22PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:22PM] Timed out processing event
[03/04/2013 - 11:14:22PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:22PM] Timed out processing event
[03/04/2013 - 11:14:22PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:22PM] Timed out processing event
[03/04/2013 - 11:14:22PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:22PM] Timed out processing event
[03/04/2013 - 11:14:22PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:22PM] Timed out processing event
[03/04/2013 - 11:14:22PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:22PM] Timed out processing event
[03/04/2013 - 11:14:22PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:22PM] Timed out processing event
[03/04/2013 - 11:14:23PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:23PM] Timed out processing event
[03/04/2013 - 11:14:23PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:23PM] Timed out processing event
[03/04/2013 - 11:14:23PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:23PM] Timed out processing event
[03/04/2013 - 11:14:23PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:23PM] Timed out processing event
[03/04/2013 - 11:14:23PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:23PM] Timed out processing event
[03/04/2013 - 11:14:23PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:23PM] Timed out processing event
[03/04/2013 - 11:14:23PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:23PM] Timed out processing event
[03/04/2013 - 11:14:23PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:23PM] Timed out processing event
[03/04/2013 - 11:14:23PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:23PM] Timed out processing event
[03/04/2013 - 11:14:23PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:23PM] Timed out processing event
[03/04/2013 - 11:14:23PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:23PM] Timed out processing event
[03/04/2013 - 11:14:23PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:23PM] Timed out processing event
[03/04/2013 - 11:14:24PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:24PM] Timed out processing event
[03/04/2013 - 11:14:24PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:24PM] Timed out processing event
[03/04/2013 - 11:14:24PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:24PM] Timed out processing event
[03/04/2013 - 11:14:24PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:24PM] Timed out processing event
[03/04/2013 - 11:14:24PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:24PM] Timed out processing event
[03/04/2013 - 11:14:24PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:24PM] Timed out processing event
[03/04/2013 - 11:14:24PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:24PM] Timed out processing event
[03/04/2013 - 11:14:24PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:24PM] Timed out processing event
[03/04/2013 - 11:14:24PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:24PM] Timed out processing event
[03/04/2013 - 11:14:24PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:24PM] Timed out processing event
[03/04/2013 - 11:14:24PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:24PM] Timed out processing event
[03/04/2013 - 11:14:24PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:24PM] Timed out processing event
[03/04/2013 - 11:14:24PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:24PM] Timed out processing event
[03/04/2013 - 11:14:25PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:25PM] Timed out processing event
[03/04/2013 - 11:14:25PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:25PM] Timed out processing event
[03/04/2013 - 11:14:25PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:25PM] Timed out processing event
[03/04/2013 - 11:14:25PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:25PM] Timed out processing event
[03/04/2013 - 11:14:25PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:25PM] Timed out processing event
[03/04/2013 - 11:14:25PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:25PM] Timed out processing event
[03/04/2013 - 11:14:25PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:25PM] Timed out processing event
[03/04/2013 - 11:14:25PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:25PM] Timed out processing event
[03/04/2013 - 11:14:25PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:25PM] Timed out processing event
[03/04/2013 - 11:14:25PM] -----Quest 'CR14' timed out filling aliases
[03/04/2013 - 11:14:25PM] Timed out processing event
[03/04/2013 - 11:14:25PM] Started processing event 0000BF86: Script Event - Keyword: CRVilkas,Location: NULL,Ref 1: NULL,Ref 2: NULL,Value 1: 0,Value 2: 0

Over and over again. Could this mean SM is bussy with this and won't process the TGR event?
I indeed have an active Rescue Mission from Vilkas and all I still have to do is to return to him, yet CR14 is something about dragon lairs.
I'm still researching it, any help is welcome as I'm in uncharted waters.
How do I shut down that SM task? note that the id 0000BF86 is repeting...meaning is same event retried, no continous fired events?

Edit: and went to Vilkas' node in SM and added an always false condition and now my TG quest works again...but I'm not happy with this, I'm looking into a permanent solution...
Spoiler

[03/04/2013 - 11:50:13PM] StoryManager log opened (PC)
[03/04/2013 - 11:50:13PM] Started processing event 0000BF86: Script Event - Keyword: CRVilkas,Location: NULL,Ref 1: NULL,Ref 2: NULL,Value 1: 0,Value 2: 0
[03/04/2013 - 11:50:13PM] -Node 'Script Event' passed
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' passed
[03/04/2013 - 11:50:13PM] ---Quest 'RelationshipMarriageWedding' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' passed
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' passed
[03/04/2013 - 11:50:13PM] ----Quest 'CWResetGarrison1' failed conditions
[03/04/2013 - 11:50:13PM] ----Quest 'CWResetGarrison2' failed conditions
[03/04/2013 - 11:50:13PM] ----Quest 'CWResetGarrison3' failed conditions
[03/04/2013 - 11:50:13PM] ----Quest 'CWResetGarrison4' failed conditions
[03/04/2013 - 11:50:13PM] ----Quest 'CWResetGarrison5' failed conditions
[03/04/2013 - 11:50:13PM] ----Quest 'CWResetGarrison6' failed conditions
[03/04/2013 - 11:50:13PM] ----Quest 'CWResetGarrison7' failed conditions
[03/04/2013 - 11:50:13PM] ----Quest 'CWResetGarrison8' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' passed
[03/04/2013 - 11:50:13PM] ----Node '' failed conditions
[03/04/2013 - 11:50:13PM] ----Node '' passed
[03/04/2013 - 11:50:13PM] -----Node '' failed conditions
[03/04/2013 - 11:50:13PM] -----Node '' failed conditions
[03/04/2013 - 11:50:13PM] -----Node '' failed conditions
[03/04/2013 - 11:50:13PM] -----Node '' failed conditions
[03/04/2013 - 11:50:13PM] -----Node '' failed conditions
[03/04/2013 - 11:50:13PM] -----Node '' failed conditions
[03/04/2013 - 11:50:13PM] -----Node '' failed conditions
[03/04/2013 - 11:50:13PM] -----Node '' failed conditions
[03/04/2013 - 11:50:13PM] -----Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' passed
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' passed
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' passed
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' passed
[03/04/2013 - 11:50:13PM] ---Quest 'DLC1NPCCommentary03' failed conditions
[03/04/2013 - 11:50:13PM] ---Quest 'DLC1NPCCommentary02' failed conditions
[03/04/2013 - 11:50:13PM] ---Quest 'DLC1NPCCommentary01' failed conditions
[03/04/2013 - 11:50:13PM] ---Quest 'FollowerCommentary01' failed conditions
[03/04/2013 - 11:50:13PM] ---Quest 'FollowerCommentary02' failed conditions
[03/04/2013 - 11:50:13PM] ---Quest 'FollowerCommentary03' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' passed
[03/04/2013 - 11:50:13PM] ---Quest 'DA10HauntingController' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' passed
[03/04/2013 - 11:50:13PM] ---Quest 'ClearSkiesQuest' failed conditions
[03/04/2013 - 11:50:13PM] ---Quest 'StormCallQuest' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' passed
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' passed
[03/04/2013 - 11:50:13PM] ---Node '' passed
[03/04/2013 - 11:50:13PM] --Node '' passed
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' passed
[03/04/2013 - 11:50:13PM] ---Node '' passed
[03/04/2013 - 11:50:13PM] ----Quest 'BYOHHouseWolfAttack' failed conditions
[03/04/2013 - 11:50:13PM] ----Quest 'BYOHHouseBanditAttack' failed conditions
[03/04/2013 - 11:50:13PM] ----Quest 'BYOHHouseBanditAttack2' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] ---Node '' passed
[03/04/2013 - 11:50:13PM] ----Quest 'BYOHHouseBanditPacifier' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] Finished process event.
[03/04/2013 - 11:50:13PM] Started processing event 0000BF8C: Actor Dialogue Event - Location: ,Actor 1: ,Actor 2:
[03/04/2013 - 11:50:13PM] -Node 'Actor Dialogue Event' passed
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' passed
[03/04/2013 - 11:50:13PM] ---Node '' passed
[03/04/2013 - 11:50:13PM] ----Quest 'DialogueGenericSceneDog01' failed conditions
[03/04/2013 - 11:50:13PM] ----Quest 'DialogueGenericSceneSpecial01' failed to fill aliases
[03/04/2013 - 11:50:13PM] ----Quest 'DialogueGenericScene04' failed to fill aliases
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' passed
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' passed
[03/04/2013 - 11:50:13PM] ---Node '' passed
[03/04/2013 - 11:50:13PM] Finished process event.
[03/04/2013 - 11:50:13PM] Started processing event 0000BF99: Actor Hello Event - Location: ,Actor 1: ,Actor 2:
[03/04/2013 - 11:50:13PM] -Node 'Actor Hello Event' passed
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' passed
[03/04/2013 - 11:50:13PM] ---Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' failed conditions
[03/04/2013 - 11:50:13PM] --Node '' passed
[03/04/2013 - 11:50:13PM] ---Quest 'JFADAtvirBabyEaterBrawlQuest' failed conditions
[03/04/2013 - 11:50:13PM] Finished process event.
[03/04/2013 - 11:50:46PM] Started processing event 0000BFD2: Script Event - Keyword: TGRadiantStartFO,Location: ,Ref 1: NULL,Ref 2: NULL,Value 1: 0,Value 2: 0
[03/04/2013 - 11:50:46PM] -Node 'Script Event' passed
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' passed
[03/04/2013 - 11:50:46PM] ---Quest 'RelationshipMarriageWedding' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' passed
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' passed
[03/04/2013 - 11:50:46PM] ----Quest 'CWResetGarrison1' failed conditions
[03/04/2013 - 11:50:46PM] ----Quest 'CWResetGarrison2' failed conditions
[03/04/2013 - 11:50:46PM] ----Quest 'CWResetGarrison3' failed conditions
[03/04/2013 - 11:50:46PM] ----Quest 'CWResetGarrison4' failed conditions
[03/04/2013 - 11:50:46PM] ----Quest 'CWResetGarrison5' failed conditions
[03/04/2013 - 11:50:46PM] ----Quest 'CWResetGarrison6' failed conditions
[03/04/2013 - 11:50:46PM] ----Quest 'CWResetGarrison7' failed conditions
[03/04/2013 - 11:50:46PM] ----Quest 'CWResetGarrison8' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' passed
[03/04/2013 - 11:50:46PM] ----Node '' failed conditions
[03/04/2013 - 11:50:46PM] ----Node '' passed
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' passed
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' passed
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' passed
[03/04/2013 - 11:50:46PM] ----Quest 'TGRFO' timed out filling aliases
[03/04/2013 - 11:50:46PM] Timed out processing event
[03/04/2013 - 11:50:46PM] Started processing event 0000BFD2: Script Event - Keyword: TGRadiantStartFO,Location: ,Ref 1: NULL,Ref 2: NULL,Value 1: 0,Value 2: 0
[03/04/2013 - 11:50:46PM] -Node 'Script Event' passed
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' passed
[03/04/2013 - 11:50:46PM] ---Quest 'RelationshipMarriageWedding' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' passed
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' passed
[03/04/2013 - 11:50:46PM] ----Quest 'CWResetGarrison1' failed conditions
[03/04/2013 - 11:50:46PM] ----Quest 'CWResetGarrison2' failed conditions
[03/04/2013 - 11:50:46PM] ----Quest 'CWResetGarrison3' failed conditions
[03/04/2013 - 11:50:46PM] ----Quest 'CWResetGarrison4' failed conditions
[03/04/2013 - 11:50:46PM] ----Quest 'CWResetGarrison5' failed conditions
[03/04/2013 - 11:50:46PM] ----Quest 'CWResetGarrison6' failed conditions
[03/04/2013 - 11:50:46PM] ----Quest 'CWResetGarrison7' failed conditions
[03/04/2013 - 11:50:46PM] ----Quest 'CWResetGarrison8' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' passed
[03/04/2013 - 11:50:46PM] ----Node '' failed conditions
[03/04/2013 - 11:50:46PM] ----Node '' passed
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] -----Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' passed
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' failed conditions
[03/04/2013 - 11:50:46PM] --Node '' passed
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' failed conditions
[03/04/2013 - 11:50:46PM] ---Node '' passed
[03/04/2013 - 11:50:46PM] ----Quest 'TGRFO' timed out filling aliases
[03/04/2013 - 11:50:46PM] Timed out processing event
[03/04/2013 - 11:50:46PM] ----Quest 'TGRFO' passed (ate event)
[03/04/2013 - 11:50:46PM] Finished process event.

...yet still noticing timeouts but finally passed
User avatar
Eve Booker
 
Posts: 3300
Joined: Thu Jul 20, 2006 7:53 pm

Post » Wed Sep 25, 2013 9:30 am

Come on guys, I make some serious claims here, backed up by logs...and no answer?
The title may be misleading based on initial tests but further research described in my second post shows the entire SM blocked in vanilla conditions.
Tell me at last if this is already known at last cause I can't find anything...
User avatar
Emily Jones
 
Posts: 3425
Joined: Mon Jul 17, 2006 3:33 pm

Post » Wed Sep 25, 2013 12:24 am

According to someone here, too many people try to be know it alls and "lead" people in the wrong direction. I see everything, but I don't know everything. So stuff like this often gets garbaged canned. I'll never get used to it, but it's something you will have to get used to, since I know its in your capacity to do so.
User avatar
Cat Haines
 
Posts: 3385
Joined: Fri Oct 27, 2006 9:27 am

Post » Wed Sep 25, 2013 2:17 am

Just a quick update: I have, in the thread linked in the first post, a report with logs proving that Aela also triggered the issue and my fix helped the guy to fix it.
I have no time to deeply look into the companions scripts to what is causing this. My fix only clears the problem, not dealing with the source and the issue may reappear. Maybe some modder interested in that guild may be able to find it, or USKP.
Yet I quickly looked into companions scripts and the only thing I found strange, but it might be a false lead, is this in CompanionsHousekeepingScript#KickOffReconQuests:
while (keepTrying)
; Debug.Trace("CRQ: Trying to start specific recon quest...")
if (ReconRadiantKeyword.SendStoryEventAndWait())
keepTrying = false
else
; Debug.Trace("CRQ: Failed to start recon quest; trying again.")
Utility.Wait(0.5)
endif
endwhile

ReconRadiantKeyword.SendStoryEvent()

Why does it send the event again after the loop, after it successfully started a quest? In SM the event id is the same while retrying, the keyword is different, but as i sayed this may be a false lead, but I found nothing else strange.

PS: any Moderator can please change the topic name to something like "Companions radiant quests blocking Thieves Guild radiant quests" according to the new information in the thread that was not known when I started it. Thanks.
User avatar
Dean
 
Posts: 3438
Joined: Fri Jul 27, 2007 4:58 pm

Post » Tue Sep 24, 2013 9:38 pm

I can take a look at this in the context of my Companions mod, see if there is anything that can be done, if the USKP folks don't get to it first.
User avatar
jesse villaneda
 
Posts: 3359
Joined: Wed Aug 08, 2007 1:37 pm

Post » Wed Sep 25, 2013 12:26 am

Thanks DreamKing, you were one of the persons I was thinking of. I'm using for now just your Aela cause I finished Companions before your mod came out, but definitely will use the other one too if you find something.
User avatar
Brian Newman
 
Posts: 3466
Joined: Tue Oct 16, 2007 3:36 pm

Post » Wed Sep 25, 2013 9:38 am

This issue made me loose intrest in modding and to Skyrim alltogether. Now I got my hands back on it, installed a few more mods, played a bit with the intend to mod again soon but the issue got even worse. In my game now favor and bounty quests started by location change events also suffer from the "timed out filling aliases" issue and the event is processed over and over again in detriment of other SM starting quests blocking them.

Noone has any news on this issue?

User avatar
NO suckers In Here
 
Posts: 3449
Joined: Thu Jul 13, 2006 2:05 am


Return to V - Skyrim