MantisBT - VCMI
View Issue Details
0002997VCMIMechanics - Adventure Mappublic2018-08-11 19:262018-09-16 14:03
Nullkiller 
Dydzio 
normalcrashalways
resolvedfixed 
0.99 
1.next 
0002997: Crash when move from teleport
CPlayerInterface.doMoveHero, line 2717
sh = CCS->soundh->playSound(CCS->soundh->horseSounds[currentTerrain], -1);

It tries to play a horse sound but currentTerrain is not initialized and we have out of range
Load save
Select Luna and move to our town
- The hero bypasses a portal
- Crash
No tags attached.
related to 0002902closed  When I build a route through a monolith 
zip Saves.zip (513,064) 2018-08-11 19:26
https://bugs.vcmi.eu/file_download.php?file_id=2941&type=bug
Issue History
2018-08-11 19:26NullkillerNew Issue
2018-08-11 19:26NullkillerFile Added: Saves.zip
2018-08-11 20:34PovelitelNote Added: 0007625
2018-08-12 06:45NullkillerNote Added: 0007626
2018-09-16 13:04DydzioAssigned To => Dydzio
2018-09-16 13:04DydzioStatusnew => assigned
2018-09-16 13:10DydzioRelationship addedrelated to 0002902
2018-09-16 13:10DydzioNote Added: 0007645
2018-09-16 14:03DydzioStatusassigned => resolved
2018-09-16 14:03DydzioFixed in Version => 1.next
2018-09-16 14:03DydzioResolutionopen => fixed

Notes
(0007625)
Povelitel   
2018-08-11 20:34   
May be has connection? https://bugs.vcmi.eu/view.php?id=2902 [^]
(0007626)
Nullkiller   
2018-08-12 06:45   
Maybe a duplicate.
(0007645)
Dydzio   
2018-09-16 13:10   
Fixed in: https://github.com/vcmi/vcmi/pull/491 [^]