NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

move step help

Hi,everyone,

 

I has make some modification to my sequence file using API and created a undocreator to make these modificationes undoable(BeginEdit and EndEdit),Then I moved sequence steps through draging in the sequence editor(SequenceView),  when i got a runtime Error,the error message is "Global type list not empty,located in Type List.cpp ".

How can i resolve this problem?

0 Kudos
Message 1 of 2
(2,828 Views)

This error should only be possible if the TestStand engine is being unloaded. Most likely you got the reference count incrementing/decrementing on the engine and perhaps other engine objects incorrect. Please post the exact steps and code necessary in order to reproduce this problem if you need more help with this.

 

Hope this helps,

-Doug

0 Kudos
Message 2 of 2
(2,819 Views)