Posted May 28, 201411 yr using latest forge i am getting a null pointer exception on startup, updated to latest to fix asset missing error on forge 1060 FML log: https://gist.github.com/anonymous/6132dd3d141c264034f7 Minecraft crash log: https://gist.github.com/anonymous/b19bd2ab677ce785305f i provided both logs for detail, i do not have any mods marked unstable in the MCF mod list EDIT: "latest" version: 1098
May 28, 201411 yr Author ok, figured out somehow Bspkr core was downloading a newer version and leaving the old one in the mods folder, no idea how it happened though
May 29, 201411 yr Both the fault of the modder and a Java limitation. As the old version of the file is put on the class path and not easily deleted, it is therefore near impossible for modders to clear old dependencies before downloading the new ones. Modders, there's a reason why FML removed dep downloading, its bad! Extract from/shade your dependencies into your mod jar! Read the EAQ before posting! OR ELSE! This isn't building better software, its trying to grab a place in the commit list of a highly visible github project. www.forgeessentials.com Don't PM me, I don't check this account unless I have to.
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.