View Issue Details

IDProjectCategoryView StatusLast Update
0003236DarkRadiantGUIpublic27.08.2013 14:32
Reporterdemagogue Assigned ToSTiFU  
PrioritynormalSeveritynormalReproducibilityalways
Status closedResolutionfixed 
Target Version1.8.0Fixed in Version1.8.0 
Summary0003236: Dark Radient: Stim/Response menu. "Type" List repeats 3 times
DescriptionAngelWolf reports:
1 When I pull down the type menu on either the stim or response tab, the type list is repeated 3 times.

http://forums.thedarkmod.com/topic/14113-stimresponse-type-menu-and-remove-button-glitches/page__pid__295502#entry295502
TagsNo tags attached.

Activities

STiFU

STiFU

07.10.2012 22:03

developer   ~0004879

I have been looking into this issue a little. The number of stimtypes is already 3 times too long when retrieved from the registry in StimTypes.cpp, line86:
// Find all the relevant nodes
xml::NodeList stimNodes = GlobalRegistry().findXPath(RKEY_STIM_DEFINITIONS);

I digged a little further and found out, that it is also too long in Document.cpp, line 138:
xmlXPathObjectPtr result = xmlXPathEvalExpression(xpath, context);

This is a Libxml2-function and I doubt there is a bug in there. The xml-file storing the information about the stimtypes - doom3.game - looks fine, too. So, there must be something wrong with our registry-tree or how it is built.
STiFU

STiFU

08.10.2012 20:30

developer   ~0004898

Fixed in commit 0b6ba3d64f7fe4d09cb537b7f58306302289f0ad.

Issue History

Date Modified Username Field Change
21.09.2012 08:42 demagogue New Issue
07.10.2012 22:03 STiFU Note Added: 0004879
07.10.2012 22:06 STiFU Status new => confirmed
08.10.2012 20:28 STiFU Assigned To => STiFU
08.10.2012 20:28 STiFU Reproducibility have not tried => always
08.10.2012 20:28 STiFU Status confirmed => assigned
08.10.2012 20:28 STiFU Target Version => 1.8.0
08.10.2012 20:30 STiFU Note Added: 0004898
08.10.2012 20:30 STiFU Status assigned => resolved
08.10.2012 20:30 STiFU Resolution open => fixed
08.10.2012 20:30 STiFU Fixed in Version => 1.8.0
27.08.2013 14:32 greebo Status resolved => closed