Jump to content

modloader-related crash, possibly because of overriding mob entity ids.


yarrmateys

Recommended Posts

1) modloader.txt didn't get created. forgemodloader here: https://dl.dropbox.com/u/62600417/ForgeModLoader-client-0.log

stack trace here: https://dl.dropbox.com/u/62600417/forge_crash-2012-08-28_17.28.10-client.txt

 

2) i only installed forge release #237 (deleted meta-inf, copied files into mc jar with 7zip), and tried to run the modloader-made "CuteMobModels_132a" mod from here. no patchers or launchers, i usually do things manually.

 

3) this mod modifies the hostile mobs to replace their models with different ones. it works perfectly fine in vanilla mc with regular modloader, but in here it crashes once i try to enter any world, single or multiplayer mode.

 

few versions ago it gave an error about "Unable to claim entity id 50" and crashed on start, now it's a null pointer crash when trying to get ingame, so it's definitely an improvement, but still crashes.

Link to comment
Share on other sites

FMLLog.warning("The mod %s tried to register the entity class %s which was already registered - if you wish to override default naming for FML mod entities, register it here first", Loader.instance().activeModContainer().getModId(), entityClass);

Somehow the mod container is null, but still the point is there, its trying to do something stupid.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.