You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When mapping with mapping.xml, ControlRoom::Attach calls MultiChannelAdapter::AddChannel which in turn calls T_SimpleList::Insert
This has an assert for already existing items:
NAssert(!Contains(item)) ;
It seems a bit harsh to crash the application for events like this, consider changing for an if statement.
When mapping with mapping.xml, ControlRoom::Attach calls MultiChannelAdapter::AddChannel which in turn calls T_SimpleList::Insert
This has an assert for already existing items:
NAssert(!Contains(item)) ;
It seems a bit harsh to crash the application for events like this, consider changing for an if statement.
[MAPPING] Attached /event/b to key:0:s
[ERROR] Assertion failed: !Contains(item)
[ERROR] >> file [ion/T_SimpleList.cpp]
[ERROR] >> line 28
lgpt.deb-exe: /home/m/Documents/GitRepos/LittleGPTracker/projects/../sources/System/Console/n_assert.cpp:14: void __NAssert(const char*, const char*, unsigned int): Assertion `0' failed.
Aborted (core dumped)
The text was updated successfully, but these errors were encountered: