MantisBT - VCMI
View Issue Details
0000906VCMIAI - Adventure Mappublic2012-03-08 17:022014-05-30 17:40
Warmonger 
Tow 
normalmajoralways
closedfixed 
PCWindows 7SP1
 
0.89 
0000906: Fuzzy rules not parsing correctly after moving to static library
It worked fine in r2579. It does not work since r2580.

Debugger didn't show anything meaningful, all the data structures seem still correct. However, rules from FuzzyHandler can't be parsed.
Launch any map, read console log - all gets red.
I even checked the specific characters to see if they are correctly encoded, but ASCII numbers are correct.
No tags attached.
Issue History
2012-03-08 17:02WarmongerNew Issue
2012-03-08 17:02WarmongerStatusnew => assigned
2012-03-08 17:02WarmongerAssigned To => Tow
2012-03-10 19:19TowNote Added: 0002295
2012-03-10 19:19TowStatusassigned => resolved
2012-03-10 19:19TowResolutionopen => fixed
2014-05-30 17:40beegeeStatusresolved => closed

Notes
(0002295)
Tow   
2012-03-10 19:19   
Fixed in r2585
Don't make any complex initializations on global variables construction, you can't depend on order in which they get initialized.