MantisBT - VCMI
View Issue Details
0002928VCMIGUI - Otherpublic2018-03-21 18:332018-03-22 05:55
SXX 
AVS 
normalminoralways
resolvedfixed 
 
1.next 
0002928: CAnimation crash on DEFs: SGTWMTA and SGTWMTB
Tried to extract all DEFs from SPRITES directory and those two are the only cause crash when trying to load them.

/client/gui/CAnimation.cpp:458
...
ui8 type=FDef[currentOffset++];
...

currentOffset contain some crazy value.
No tags attached.
Issue History
2018-03-21 18:33SXXNew Issue
2018-03-21 18:33SXXStatusnew => assigned
2018-03-21 18:33SXXAssigned To => AVS
2018-03-21 18:35SXXNote Added: 0007532
2018-03-22 05:55SXXNote Added: 0007534
2018-03-22 05:55SXXStatusassigned => resolved
2018-03-22 05:55SXXFixed in Version => 1.next
2018-03-22 05:55SXXResolutionopen => fixed

Notes
(0007532)
SXX   
2018-03-21 18:35   
Reproduce with "def2bmp SGTWMTA".
(0007534)
SXX   
2018-03-22 05:55   
Certainly fixed:
https://github.com/vcmi/vcmi/pull/436 [^]