MalisisDoors

MalisisDoors

48M Downloads

Crash on startup

psychofad opened this issue ยท 2 comments

commented

There doesn't appear to be any indication of the crash in the Forge log, however here is a link to my minecraft crash log.

http://pastebin.com/uycJvFue

Aw heck...here is the Forge log just in case i missed something.

http://psychosis.chickenkiller.com/fml-client-latest.log

It was too big for pastebin so i linked it off of my webserver.

commented

malisis doors is being called before vanilla minecraft.. causing Wooden_door to not be there to be called for malisis doors to function fully. in other words the load order is off .

commented

Responding after 2 months when there already has been multiple updates... But it's probably my fault for not closing the issue.
As for the bug (corrected a long time ago), it actually has nothing to do with the load order. Vanilla blocks will always be loaded in the registry before any mod block. The issue was that an update for FML introduced additional checks to the registry consistency. I was developping against a FML version not recent enough.