Nope, I can't reproduce the crash
Oh I'm getting the crash now too! Make your cursor super huge, open the save, pause the sim, move your cursor around the whole screen, wait a few seconds due to lag, when the bomb appears on screen, unpause.
EDIT: gdb shows it's crashing at sim->kill_part. i'm investigating moar
EDIT2: Out of bounds read. The index i passed to sim->kill_part is huuuuge
i tried that in the snapshot and nothing happened exept lag (idk if im doing it right) edit: oh i need to open a save ALSO shortcuts work like ctrl + shift + drag
Could be a embr interger overflow cause when i try the exact same bomb element count on a empty map the game does not show the error EDIT: It isnt a interger overflow but it could be a overflow which has to do something with embr
i found it works in other saves with complicated patterns! its not just The Dawn of EREBOR
BOMB's update function. I'm still debugging some more
EDIT: Every time it crashes, the huge index (e.g. 4428435), when ANDded with 0xff, is 0x93, which is the type number of EMBR. Some pmap thingy