MantisBT - VCMI
View Issue Details
0000910VCMIGUI - Adventure Mappublic2012-03-12 09:512014-05-30 17:40
q4a 
Warmonger 
normalcrashalways
closedfixed 
x86WindowsSP3
0.88 
0.89 
0000910: Crash when visiting Garrison on map "Judgment Day"
Tested on r2587.
VCMI_Client_log.txt:
Listening... Sending to server a pack of type struct MoveHero
    received server message of type struct TryMoveHero
    Made first apply on cl
    Applied on gs
    Made second apply on cl
Listening... received server message of type struct PackageApplied
    Made first apply on cl
    Applied on gs
    Made second apply on cl
Listening... Sending to server a pack of type struct MoveHero
    received server message of type struct TryMoveHero
    Made first apply on cl
    Applied on gs
    Made second apply on cl
Listening... received server message of type struct HeroVisit
    Made first apply on cl
    Applied on gs
    Made second apply on cl
Listening... received server message of type struct GarrisonDialog
    Made first apply on cl
    Applied on gs

VCMI_Server_log.txt:
Player 0 wants to move hero 303 from 7 30 0 to 8 29 0
Sending to all clients a package of type struct TryMoveHero
Moved to 8 29 0
Movement end!
Message successfully applied (result=1)!
Received client message of type struct MoveHero
Player 0 wants to move hero 303 from 8 29 0 to 8 28 0
Sending to all clients a package of type struct TryMoveHero
Moved to 8 28 0
Sending to all clients a package of type struct HeroVisit
Sending to all clients a package of type struct GarrisonDialog
Sending to all clients a package of type struct HeroVisit
Movement end!
Message successfully applied (result=1)!
read: An existing connection was forcibly closed by the remote host
Ended handling connection
Sending to all clients a package of type struct YourTurn
write: An existing connection was forcibly closed by the remote host

Start map "Judgment Day".
Select hero, visit Garrison and get crash.
No tags attached.
Issue History
2012-03-12 09:51q4aNew Issue
2012-03-12 09:51q4aStatusnew => assigned
2012-03-12 09:51q4aAssigned To => Warmonger
2012-03-12 15:03WarmongerNote Added: 0002307
2012-03-12 15:03WarmongerStatusassigned => resolved
2012-03-12 15:03WarmongerFixed in Version => 0.89
2012-03-12 15:03WarmongerResolutionopen => fixed
2012-03-12 15:04WarmongerCategoryMechanics - Objects => GUI - Adventure Map
2014-05-30 17:40beegeeStatusresolved => closed

Notes
(0002307)
Warmonger   
2012-03-12 15:03   
Fixed in r 2588.

However, it's pathfinder vs interface issue, not the object script.