
ean521
Forge Modder-
Posts
20 -
Joined
-
Last visited
Everything posted by ean521
-
[Unsolved]Creative Tab NullPointerException when Rendering
ean521 replied to ean521's topic in Modder Support
@darty11 That isn't the problem; I was actually just playing around trying to fix the exception. -
[Unsolved]Creative Tab NullPointerException when Rendering
ean521 replied to ean521's topic in Modder Support
That seemed to be the problem... Now I'm getting a NullPointerException at cpw.mods.fml.common.registry.EntityRegistry.doModEntityRegistration(/*whatever parameters are here*/) It still can't read the file for some reason. I can probably fix the NullPointerException, though. -
[Unsolved]Creative Tab NullPointerException when Rendering
ean521 replied to ean521's topic in Modder Support
-
[Unsolved]Creative Tab NullPointerException when Rendering
ean521 replied to ean521's topic in Modder Support
It is a png file, and it is 16 pixels by 16 pixels -
[Unsolved]Creative Tab NullPointerException when Rendering
ean521 replied to ean521's topic in Modder Support
I've now discovered that the error is in the fact that ImageIO can't read the file. I can't see why, though. It has the correct directory and file name, so I'm not sure why it's not working. -
[Unsolved]Creative Tab NullPointerException when Rendering
ean521 replied to ean521's topic in Modder Support
Okay, I found this in the console while it was starting up the client; I'm not sure why it can't read the image, though...: -
[Unsolved]Creative Tab NullPointerException when Rendering
ean521 replied to ean521's topic in Modder Support
No, it actually isn't, and I'm not sure why. I was trying to figure this error when I saw you reply. -
[Unsolved]Creative Tab NullPointerException when Rendering
ean521 replied to ean521's topic in Modder Support
I just decided to use the Vanilla tabs for my items, but if you can fix this, please tell me! -
Can't you just use the Javadoc
-
[Unsolved]Creative Tab NullPointerException when Rendering
ean521 replied to ean521's topic in Modder Support
I'd just like to bump this because I've not gotten any replies for a while. -
[1.6.4][Eclipse]Can't Edit Minecraft Source Code
ean521 replied to RetsuWolf's topic in Modder Support
Anyway, there is no reason you should want to or change the code. -
[Unsolved]Creative Tab NullPointerException when Rendering
ean521 replied to ean521's topic in Modder Support
Yeah, the mod ID was me forgetting to change it when I changed the MODID. The rest was me messing around to try and fix the error. It still crashes with the same error, though. D= -
[Unsolved]Creative Tab NullPointerException when Rendering
ean521 replied to ean521's topic in Modder Support
My Eancraft.class is here: I can't tell why it would be null. I mean, just look at this beauty! How could it ever be null?! -
TileEntityFusionFurnace.class couldn't be found. It's kinda exactly what it says... EDIT: Btw, the package structure is supposed to be your domain name backwards, not forwards...
-
[Unsolved]Creative Tab NullPointerException when Rendering
ean521 replied to ean521's topic in Modder Support
I just ran it with a breakpoint and it is null... so how am I supposed to make it not null? BTW, it has items in it. EXAMPLE: -
[Unsolved]Creative Tab NullPointerException when Rendering
ean521 replied to ean521's topic in Modder Support
Thank you, but I got the same error after changing the code to an instance of EanOre. The new code is: I honestly thought that would fix it. Well, is there actually a way to fix it? -
I got this during a crash in Eclipse when I attempted to move onto the second page of tabs: I honestly cannot figure out how to fix it. I know it has something to do with the item on the tab label. I am using Forge 1.7.2-10.12.1.1060 if it helps. Here also is the code for my tab and every reference to it: Can anybody help me? I honestly have no idea how to fix it. I am new to Forge modding and this is my first mod, so I'm not surprised I can't fix this error.
-
Tanks you for a civil answer, Lex.
-
Dude, just tell me which I should use.
-
I honestly dislike IDEs. I have tried them and prefer the command prompt. I tried downloading the Forge "source", but it had all this stuff for Eclipse or this other IDE. Which download do I use to just have the API that I can use.