yarrmateys Posted August 28, 2012 Share Posted August 28, 2012 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. Quote Link to comment Share on other sites More sharing options...
LexManos Posted August 28, 2012 Share Posted August 28, 2012 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. Quote 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 More sharing options...
yarrmateys Posted September 2, 2012 Author Share Posted September 2, 2012 yeah, it probably is, but vanilla modloader still allowed it to run, so for compatibility's sake i think the crash should be fixed if possible. Quote Link to comment Share on other sites More sharing options...
cpw Posted September 2, 2012 Share Posted September 2, 2012 Try the most recent forge theres a couple of entity fixes.. Quote Link to comment Share on other sites More sharing options...
yarrmateys Posted September 3, 2012 Author Share Posted September 3, 2012 still crashing in #245. https://dl.dropbox.com/u/62600417/forgecrash-2012-09-03_02.24.14-client.txt https://dl.dropbox.com/u/62600417/ForgeModLoader-client-2012-09-03_02.24.14-.log Quote Link to comment Share on other sites More sharing options...
cpw Posted September 3, 2012 Share Posted September 3, 2012 He's registering the entity in a Tick event! that's madness right there... Quite frankly I'm tempted not to fix it because it's so crazy... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.