MantisBT - VCMI
View Issue Details
0003085VCMIAI - Adventure Mappublic2019-09-12 00:232020-12-20 10:35
Macron1 
 
normalminoralways
newopen 
 
 
0003085: Adding new types of two way monoliths crashes game on ai turn
Looks like ai incorrectly circles through two way monoliths objects.
Place attached mod to mods folder
Start a map with ai
End turn to let ai move
No tags attached.
zip monolith2way_test-mod.zip (4,570) 2019-09-12 00:23
https://bugs.vcmi.eu/file_download.php?file_id=3043&type=bug
Issue History
2019-09-12 00:23Macron1New Issue
2019-09-12 00:23Macron1File Added: monolith2way_test-mod.zip
2019-09-12 06:38NullkillerNote Added: 0007843
2019-09-12 06:41misioklesNote Added: 0007844
2019-09-12 07:01NullkillerNote Added: 0007845
2019-09-12 07:04misioklesNote Added: 0007846
2019-09-12 07:26NullkillerNote Added: 0007847
2019-09-12 10:17Macron1Note Added: 0007848
2019-09-13 06:49NullkillerNote Added: 0007849
2019-09-13 06:55Macron1Note Added: 0007850
2019-09-13 06:58NullkillerNote Edited: 0007849bug_revision_view_page.php?bugnote_id=7849#r3591
2019-09-13 07:26NullkillerNote Added: 0007851
2020-12-19 13:14kdmcserNote Added: 0007966
2020-12-19 13:17misioklesNote Added: 0007967
2020-12-20 10:35NullkillerNote Added: 0007968

Notes
(0007843)
Nullkiller   
2019-09-12 06:38   
Any chance to have a test map or a save file? I have never used our own map editor but only the standard one.
(0007844)
misiokles   
2019-09-12 06:41   
Random map will be enough.
(0007845)
Nullkiller   
2019-09-12 07:01   
I am not able to generate it either. It says it can not generate a map which feets requested parameters.
(0007846)
misiokles   
2019-09-12 07:04   
Welcome to the vcmi players' world :p In builded vcmi package only few templates are attached with limited parameters for rmg. You must instal vcmi essential files for mod wiki list - there are dozens rmg templates.
(0007847)
Nullkiller   
2019-09-12 07:26   
It crashed. So I suggest to attach a map. It will ease things and reduce time needed to fix the bug.
(0007848)
Macron1   
2019-09-12 10:17   
Use any map that comes with hmm3. There is no need to have a map with new monolith at all.
(0007849)
Nullkiller   
2019-09-13 06:49   
(edited on: 2019-09-13 06:58)
Was able to reproduce it.

(0007850)
Macron1   
2019-09-13 06:55   
Yes, i works on last daily build
(0007851)
Nullkiller   
2019-09-13 07:26   
MapObjectsEvaluator::MapObjectsEvaluator() from VCAI uses
VLC->objtypeh->getHandlerFor(primaryID, secondaryID)
which returns null for a custom monolith and this causes a failure in VCAI code
(0007966)
kdmcser   
2020-12-19 13:14   
Two way monoliths is not enough for some XL random template. Now the map generator behavior lead to a confusion: 4 or more zones were connected in one monolith. I really need a mod which extends the two way monolith. Hope the bug can be solved soon.
(0007967)
misiokles   
2020-12-19 13:17   
More two-way monoliths were added in vcmi HotA port but vcmi RMG system doesn't handle additional, custom monoliths. Every attemp to add new monoliths causes crashes.
(0007968)
Nullkiller   
2020-12-20 10:35   
I hardly know anything about modding and do not know why getHandlerFor returns nullptr for your mod. Does the mod work for humans?