MantisBT - VCMI
View Issue Details
0001619VCMICampaignspublic2013-12-17 18:152014-06-02 08:42
beegee 
Ivan 
normalcrashalways
closedfixed 
 
0.94b0.94b 
0001619: Game crashes when you win a campaign scenario and click back on the bonus selection screen of the next scenario
Game crashes when you win a campaign scenario and click back on the bonus selection screen of the next scenario. Perhaps no one ever tested this:)
No tags attached.
Issue History
2013-12-17 18:15beegeeNew Issue
2013-12-31 17:52IvanTarget Version => 0.94b
2013-12-31 18:09IvanNote Added: 0004301
2014-01-05 11:30IvanAssigned To => Ivan
2014-01-05 11:30IvanStatusnew => assigned
2014-01-05 13:47IvanNote Added: 0004310
2014-01-05 13:47IvanStatusassigned => resolved
2014-01-05 13:47IvanFixed in Version => 0.94b
2014-01-05 13:47IvanResolutionopen => fixed
2014-06-01 20:35KantorNote Added: 0004700
2014-06-02 08:42KantorStatusresolved => closed

Notes
(0004301)
Ivan   
2013-12-31 18:09   
How H3 handles this situation? Maybe it is better to just block this button. Something like
if (completedScenarios > 0)
    buttonBack->block( true );
(0004310)
Ivan   
2014-01-05 13:47   
Fixed, rev 3701
(0004700)
Kantor   
2014-06-01 20:35   
This one may be closed.