Metamorph

Metamorph

4M Downloads

Upgrading to 1.1.2-1.10.2 from 1.0.2-1.10.2 = CTD

LesJazz opened this issue ยท 4 comments

commented

Due to problems with persistent (metamorph) ghost entities after kills (Direwolf20 1.10.2 pack) I replaced metamorph ver. 1.0.2 with 1.1.2. Resulted in immediate CTD. Reverting to 1.0.2 eliminated the crash but the original issue of ghost entities (of course) persists (otherwise everything else works fine). Error is consistently repeatable. Other than that, thanks for a great mod!

https://pastebin.com/VjHr477n

Uploading crash-2017-05-12_08.12.14-server.zipโ€ฆ

commented

@LesJazz well, if it's crashes, it's a bad mod (or bad mod developer) ๐Ÿ˜‚

I think this crash happens because there are still ghosts left in the world from the old version which have different NBT information, thus resulting into null morphs. I'll add null checks all over the code which access ghost's morph. I think it would be also a good idea after I'll release a patch (today or tomorrow), to kill all existing ghosts:

/kill @e[type=metamorph.Morph]

Sorry for a long delay.

commented

Okay, thanks mchorse. I will use the /kill command as you suggest and then apply the update when available. No worries on the delay, I found a workaround (in the absence of your better idea to use /kill), I used a soul vial to collect the ghost morphs.

commented

Confirmed, removing ghost morphs with /kill and then applying 1.13 update has worked. Thanks again mchorse.

commented

@LesJazz you're welcome ๐Ÿ˜„

Sorry for bugs ๐Ÿ˜‚