Using the CraftGuide mod in-game, looking through the menus, when I click on a gold bar to search for items I can make with a gold bar, I scroll down. When I get to page 10+, Minecraft will crash every time. The same thing happens when I open up the recipe for a conveyer belt for the Factorycraft mod.
Please help as Craftguide is a GREAT mod, and it's the last of a serious of crashes/bugs I'm dealing with here.
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
java.lang.IllegalStateException: Already tesselating!
at bao.b(Tessellator.java:504)
at bak.a(RenderGlobal.java:1135)
at bac.a(EntityRenderer.java:1524)
at bac.b(EntityRenderer.java:1113)
at net.minecraft.client.Minecraft.J(Minecraft.java:888)
at net.minecraft.client.Minecraft.run(Minecraft.java:783)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at bao.b(Tessellator.java:504)
at bak.a(RenderGlobal.java:1135)
at bac.a(EntityRenderer.java:1524)
java.lang.NullPointerException
at um.c(SourceFile:84)
at bbt.a(RenderItem.java:227)
at bbt.b(RenderItem.java:320)
at auy.b(GuiContainer.java:157)
at auy.a(GuiContainer.java:120)
at bac.b(EntityRenderer.java:1147)
at net.minecraft.client.Minecraft.J(Minecraft.java:888)
at net.minecraft.client.Minecraft.run(Minecraft.java:783)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at um.c(SourceFile:84)
at bbt.a(RenderItem.java:227)
at bbt.b(RenderItem.java:320)
at auy.b(GuiContainer.java:157)
at auy.a(GuiContainer.java:120)
java.lang.NullPointerException
at um.c(SourceFile:84)
at bbt.a(RenderItem.java:227)
at bbt.b(RenderItem.java:320)
at auy.b(GuiContainer.java:157)
at auy.a(GuiContainer.java:120)
at bac.b(EntityRenderer.java:1147)
at net.minecraft.client.Minecraft.J(Minecraft.java:888)
at net.minecraft.client.Minecraft.run(Minecraft.java:783)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at um.c(SourceFile:84)
at bbt.a(RenderItem.java:227)
at bbt.b(RenderItem.java:320)
at auy.b(GuiContainer.java:157)
at auy.a(GuiContainer.java:120)
I still need help, please. This is driving me insane. I've spent the last 2 hours dropping mods one-by-one and had no luck figuring it out. Very frustrating. I'm wondering if one of the mods isn't up to date enough for Forge 430? I'm clueless.
In all cases you crash in Rendering, Item Rendering to be exact. The last crash is most telling, "already tesselating" means a mod is trying to render an Item while the game is already in the render loop (as opposed to after).
So, you have a mod that renders or changes item rendering. Looking at your modslist, i see some candidates - Custom Stack Limits, Damage Indicator, everything that uses GUIAPI (probably outdated as heck codebase, that).
When someone like me "magically" tells you what your cryptic crash report means, all i did was give your obfuscated class "um.c" to MCPBot or looked up the obfuscation in the MCP /conf/ files to get the "decrypted" classname, then look at the line in MCP sourcecode. NullPointerExceptions are usually easy to understand if you know what you are looking for.
EDIT:
I should clarify - you need to atleast be an amateur java developer to do this.
In all cases you crash in Rendering, Item Rendering to be exact. The last crash is most telling, "already tesselating" means a mod is trying to render an Item while the game is already in the render loop (as opposed to after).
So, you have a mod that renders or changes item rendering. Looking at your modslist, i see some candidates - Custom Stack Limits, Damage Indicator, everything that uses GUIAPI (probably outdated as heck codebase, that).
When someone like me "magically" tells you what your cryptic crash report means, all i did was give your obfuscated class "um.c" to MCPBot or looked up the obfuscation in the MCP /conf/ files to get the "decrypted" classname, then look at the line in MCP sourcecode. NullPointerExceptions are usually easy to understand if you know what you are looking for.
EDIT:
I should clarify - you need to atleast be an amateur java developer to do this.
AS, thank you very much, very much appreciated. I did notice entity.renderer popped up but have no experience with java, I had no idea what to make of it. Same with the GUIAPI. I just recently added DamageIndicators so I'll uninstall that and try it, as well as other mods utilizing GUIAPI, and GUIAPI itself.
Sorry about all the pestering in your Ropes+ thread.
AS, thank you very much, very much appreciated. I did notice entity.renderer popped up but have no experience with java, I had no idea what to make of it. Same with the GUIAPI. I just recently added DamageIndicators so I'll uninstall that and try it, as well as other mods utilizing GUIAPI, and GUIAPI itself.
Sorry about all the pestering in your Ropes+ thread.
Again, thanks!!! +1 for you.
I don't see how this could be my Damage Indicators mod. I do no rendering at all to do with items, which is where the error is getting thrown at.
It looks like you are using 2.1.3, which was a bad version available for only 1 hour, and was quickly pulled, as it effected the other configs. Try an updated version.
So if I make a fresh new server with the exact same configuration of mods, I can craft rope or wooden gears no problem...If on our world we put many, MANY hours into, crash every time...
Why might this happen? I can only think something in our world does not like gears or rope!
I don't see how this could be my Damage Indicators mod. I do no rendering at all to do with items, which is where the error is getting thrown at.
It looks like you are using 2.1.3, which was a bad version available for only 1 hour, and was quickly pulled, as it effected the other configs. Try an updated version.
I was using 2.1.5 last night.
Arg, thanks for chiming in at least. I mean not to start a modder war! lol...Just going with the bits and pieces I get and can make out. Been researching this most of the afternoon. I've seen quite a few other people post the same instance of stack trace:
Stacktrace: at um.c(SourceFile:84) at bbt.a(RenderItem.java:227) at bbt.b(RenderItem.java:320) at auy.b(GuiContainer.java:157) at auy.a(GuiContainer.java:120)
Nobody has received an answer in the few areas I find it via google! I've gonre as far as downloading MCP723 and looking into the config folder/files to try and understand what AS explained, but it's a bit more complicated than explained, lol. I searched all the excel files in said folder for "um.c" with no luck. I'm as lost as ever and this is driving me NUTS!
I'm off in about an hour and will finally be able to remove mods 1-by-1, logging in, crafting it, crashing, reboot server without mod, login, reboot server with mod again once proven it's not the cause, move on to next...To think, only 44 mods installed! I guess I can kiss my night goodbye.
Also, from the dates I've seen, this seems to more more of a recent problem, since around October this year, it started popping up.
Okay, so I found a primitive fix to this... I don't know if I stated this above, but I installed a new client and server from scratch. I installed the EXACT same mods as I had before. I was able to login and create a gear/rope. No crashes, both mods worked fine.
I then moved the same mods and jar for the minecraft server to my ACTUAL server folder (replacing the old of course) and booted up, and logged in, hoping for the same results...Fail. Still cannot craft said items.
So I just got home from work and decided I'd take my minecraft world folder and place it in the test server that worked. I boot up, log in, and BOOM...can craft rope and gears in MY world!!!! So something must be FUBAR with a config file or a log file somewhere, that's my only guess. I'm going to play with it a bit more here and shall report back, in hopes this may help somebody else in the future.
I just wish I knew WHAT the problem was, instead of taking so much time for this work-around to get it working again.
Okay, so I found a primitive fix to this... I don't know if I stated this above, but I installed a new client and server from scratch. I installed the EXACT same mods as I had before. I was able to login and create a gear/rope. No crashes, both mods worked fine.
I then moved the same mods and jar for the minecraft server to my ACTUAL server folder (replacing the old of course) and booted up, and logged in, hoping for the same results...Fail. Still cannot craft said items.
So I just got home from work and decided I'd take my minecraft world folder and place it in the test server that worked. I boot up, log in, and BOOM...can craft rope and gears in MY world!!!! So something must be FUBAR with a config file or a log file somewhere, that's my only guess. I'm going to play with it a bit more here and shall report back, in hopes this may help somebody else in the future.
I just wish I knew WHAT the problem was, instead of taking so much time for this work-around to get it working again.
YUP!!!! 100% has to do with a/the config file(s)!!! Just copied over ONLY config folder, and crashed! Backed up the newer configs, and I'm fine. Something happened to the configs at some point, must have been that darn 2.1.3? Thank you SO much for helping out and mentioning the configs. Only took me like 16 man-hours to figure out, lol.
Please help as Craftguide is a GREAT mod, and it's the last of a serious of crashes/bugs I'm dealing with here.
---- Minecraft Crash Report ----
// Don't be sad. I'll do better next time, I promise!
Time: 12/12/12 10:37 PM
Description: Unexpected error
java.lang.IllegalStateException: Already tesselating!
at bao.b(Tessellator.java:504)
at bak.a(RenderGlobal.java:1135)
at bac.a(EntityRenderer.java:1524)
at bac.b(EntityRenderer.java:1113)
at net.minecraft.client.Minecraft.J(Minecraft.java:888)
at net.minecraft.client.Minecraft.run(Minecraft.java:783)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at bao.b(Tessellator.java:504)
at bak.a(RenderGlobal.java:1135)
at bac.a(EntityRenderer.java:1524)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [ayk['Weioo'/476, l='MpServer', x=586.43, y=108.62, z=777.29]]
Chunk stats: MultiplayerChunkCache: 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-17,64,218), Chunk: (at 15,4,10 in -2,13; contains blocks -32,0,208 to -17,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 34024478 game time, 6142242 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 131 total; [MoCEntityHorse['Horse'/550, l='MpServer', x=574.50, y=92.00, z=753.66], MoCEntityHorse['Horse'/551, l='MpServer', x=575.47, y=92.00, z=756.25], MoCEntityHorse['Horse'/548, l='MpServer', x=573.63, y=92.00, z=755.50], MoCEntityScorpion['Scorpion'/1103, l='MpServer', x=531.50, y=72.00, z=762.50], MoCEntityHorse['Horse'/549, l='MpServer', x=574.53, y=92.00, z=758.38], MoCEntityRat['Rat'/547, l='MpServer', x=562.50, y=69.00, z=766.91], MoCEntityHorse['Horse'/544, l='MpServer', x=573.47, y=92.00, z=749.72], pe['Sheep'/545, l='MpServer', x=569.53, y=102.00, z=747.53], MoCEntityHorse['Horse'/558, l='MpServer', x=573.34, y=92.00, z=774.41], MoCEntityHorse['Horse'/559, l='MpServer', x=575.47, y=92.00, z=768.91], MoCEntityHorse['Horse'/556, l='MpServer', x=573.34, y=92.00, z=776.28], MoCEntityHorse['Horse'/557, l='MpServer', x=562.63, y=90.00, z=772.16], MoCEntityHorse['Horse'/554, l='MpServer', x=573.34, y=92.00, z=770.28], MoCEntityRat['Rat'/1089, l='MpServer', x=523.00, y=69.00, z=739.50], MoCEntityHorse['Horse'/555, l='MpServer', x=573.34, y=92.00, z=772.72], MoCEntityHorse['Horse'/552, l='MpServer', x=572.34, y=92.00, z=753.28], MoCEntityHorse['Horse'/553, l='MpServer', x=563.13, y=90.00, z=761.06], ow['Bat'/567, l='MpServer', x=569.75, y=19.10, z=838.47], oz['Cow'/566, l='MpServer', x=565.81, y=97.00, z=816.50], MoCEntityFlameWraith['FlameWraith'/806, l='MpServer', x=514.78, y=70.00, z=740.63], pe['Sheep'/565, l='MpServer', x=560.47, y=94.00, z=814.19], MoCEntityOstrich['Ostrich'/563, l='MpServer', x=568.47, y=92.00, z=770.25], MoCEntityOstrich['Ostrich'/562, l='MpServer', x=571.35, y=92.00, z=771.78], MoCEntityRat['Rat'/802, l='MpServer', x=506.22, y=69.00, z=728.06], MoCEntityOstrich['Ostrich'/561, l='MpServer', x=569.97, y=92.00, z=770.89], MoCEntityOstrich['Ostrich'/560, l='MpServer', x=568.13, y=92.00, z=776.50], MoCEntityHorse['Horse'/575, l='MpServer', x=576.28, y=92.00, z=750.25], qd['Enderman'/1351, l='MpServer', x=642.50, y=26.00, z=795.50], MoCEntityDolphin['Dolphin'/574, l='MpServer', x=550.66, y=62.00, z=856.15], MoCEntityRay['Ray'/573, l='MpServer', x=570.25, y=59.53, z=863.25], MoCEntityJellyFish['JellyFish'/572, l='MpServer', x=565.47, y=62.41, z=868.28], qd['Enderman'/1347, l='MpServer', x=643.50, y=26.00, z=791.50], MoCEntityRay['Ray'/570, l='MpServer', x=565.91, y=62.00, z=852.90], MoCEntityWWolf['WWolf'/810, l='MpServer', x=630.50, y=64.00, z=696.50], MoCEntityJellyFish['JellyFish'/569, l='MpServer', x=565.91, y=62.50, z=862.34], pd['Pig'/568, l='MpServer', x=565.75, y=95.00, z=839.94], MoCEntityRat['Rat'/791, l='MpServer', x=511.25, y=70.00, z=738.22], pd['Pig'/516, l='MpServer', x=527.53, y=73.00, z=828.66], MoCEntityRat['Rat'/517, l='MpServer', x=526.94, y=43.00, z=838.22], MoCEntityRay['Ray'/518, l='MpServer', x=512.28, y=62.00, z=828.48], pd['Pig'/513, l='MpServer', x=513.72, y=68.00, z=776.56], pe['Sheep'/514, l='MpServer', x=513.47, y=68.00, z=771.09], pd['Pig'/515, l='MpServer', x=527.53, y=73.00, z=828.66], pe['Sheep'/524, l='MpServer', x=534.47, y=78.00, z=831.25], MoCEntityRat['Rat'/798, l='MpServer', x=516.25, y=69.00, z=730.09], pe['Sheep'/525, l='MpServer', x=532.41, y=90.00, z=827.44], pe['Sheep'/526, l='MpServer', x=532.13, y=96.00, z=816.31], oz['Cow'/527, l='MpServer', x=533.16, y=70.00, z=826.81], qn['Skeleton'/520, l='MpServer', x=529.50, y=69.00, z=742.50], px['item.item.bone'/1334, l='MpServer', x=567.56, y=43.13, z=797.44], pe['Sheep'/523, l='MpServer', x=538.78, y=78.00, z=792.53], MoCEntityFishy['Fishy'/533, l='MpServer', x=551.99, y=98.00, z=819.85], MoCEntityFishy['Fishy'/534, l='MpServer', x=551.85, y=98.00, z=819.15], oy['Chicken'/531, l='MpServer', x=558.34, y=77.00, z=756.69], oy['Chicken'/530, l='MpServer', x=556.84, y=76.00, z=750.16], pe['Sheep'/541, l='MpServer', x=566.34, y=80.00, z=731.06], MoCEntityJellyFish['JellyFish'/540, l='MpServer', x=550.41, y=62.16, z=868.41], pe['Sheep'/543, l='MpServer', x=572.22, y=98.00, z=732.28], MoCEntityRat['Rat'/542, l='MpServer', x=574.50, y=88.00, z=729.50], pe['Sheep'/537, l='MpServer', x=547.66, y=81.00, z=833.59], oz['Cow'/536, l='MpServer', x=552.53, y=79.00, z=840.53], MoCEntityJellyFish['JellyFish'/539, l='MpServer', x=550.47, y=62.16, z=869.19], oz['Cow'/538, l='MpServer', x=553.34, y=92.50, z=838.44], pd['Pig'/610, l='MpServer', x=654.28, y=69.00, z=765.63], qn['Skeleton'/611, l='MpServer', x=652.31, y=69.00, z=766.47], pd['Pig'/608, l='MpServer', x=649.84, y=63.00, z=746.66], oy['Chicken'/609, l='MpServer', x=649.59, y=69.00, z=744.66], qn['Skeleton'/612, l='MpServer', x=652.50, y=69.00, z=762.50], qn['Skeleton'/613, l='MpServer', x=654.66, y=68.00, z=764.56], pe['Sheep'/616, l='MpServer', x=653.63, y=75.00, z=791.47], pd['Pig'/617, l='MpServer', x=645.03, y=70.00, z=779.81], MoCEntityJellyFish['JellyFish'/622, l='MpServer', x=644.72, y=62.38, z=855.56], pd['Pig'/623, l='MpServer', x=668.50, y=59.00, z=708.31], qr['Zombie'/1301, l='MpServer', x=656.50, y=64.00, z=712.50], MoCEntityOgre['Ogre'/1030, l='MpServer', x=469.00, y=64.00, z=759.41], MoCEntityShark['Shark'/621, l='MpServer', x=643.20, y=62.00, z=809.45], pe['Sheep'/627, l='MpServer', x=661.47, y=61.00, z=756.66], oz['Cow'/625, l='MpServer', x=659.28, y=59.00, z=738.50], oy['Chicken'/624, l='MpServer', x=656.22, y=57.00, z=724.84], MoCEntityWraith['Wraith'/631, l='MpServer', x=588.75, y=101.66, z=743.56], MoCEntityHorse['Horse'/576, l='MpServer', x=576.28, y=92.00, z=752.09], MoCEntityRat['Rat'/1067, l='MpServer', x=606.13, y=68.00, z=722.09], MoCEntityHorse['Horse'/577, l='MpServer', x=576.13, y=92.00, z=758.13], MoCEntityRat['Rat'/1339, l='MpServer', x=634.16, y=21.00, z=716.55], MoCEntityHorse['Horse'/578, l='MpServer', x=576.28, y=92.00, z=767.13], pe['Sheep'/579, l='MpServer', x=581.50, y=79.00, z=786.34], pd['Pig'/580, l='MpServer', x=578.25, y=67.00, z=805.50], qc['Creeper'/1071, l='MpServer', x=524.50, y=64.00, z=733.50], MoCEntityRat['Rat'/1343, l='MpServer', x=633.21, y=21.00, z=716.50], MoCEntityJellyFish['JellyFish'/582, l='MpServer', x=589.56, y=62.00, z=868.88], pd['Pig'/585, l='MpServer', x=596.44, y=64.00, z=703.78], pe['Sheep'/586, l='MpServer', x=604.34, y=88.00, z=778.59], pe['Sheep'/587, l='MpServer', x=604.84, y=66.00, z=803.13], MoCEntityJellyFish['JellyFish'/588, l='MpServer', x=607.84, y=62.06, z=882.84], px['item.item.bone'/1334, l='MpServer', x=567.56, y=43.13, z=797.44], pd['Pig'/591, l='MpServer', x=613.25, y=69.00, z=723.50], qc['Creeper'/592, l='MpServer', x=623.94, y=71.00, z=736.50], MoCEntityJellyFish['JellyFish'/595, l='MpServer', x=618.16, y=62.38, z=853.47], MoCEntityRat['Rat'/1080, l='MpServer', x=524.50, y=64.00, z=735.50], MoCEntityDolphin['Dolphin'/594, l='MpServer', x=617.75, y=61.00, z=834.75], oz['Cow'/597, l='MpServer', x=636.44, y=71.00, z=743.38], MoCEntityJellyFish['JellyFish'/596, l='MpServer', x=623.25, y=62.38, z=852.81], pe['Sheep'/599, l='MpServer', x=626.09, y=71.00, z=758.91], MoCEntityWWolf['WWolf'/837, l='MpServer', x=658.47, y=68.00, z=790.03], pe['Sheep'/598, l='MpServer', x=636.22, y=69.00, z=750.13], pe['Sheep'/601, l='MpServer', x=628.91, y=73.00, z=769.13], MoCEntityWraith['Wraith'/602, l='MpServer', x=654.90, y=72.31, z=784.80], MoCEntityJellyFish['JellyFish'/605, l='MpServer', x=626.81, y=62.06, z=855.44], MoCEntityJellyFish['JellyFish'/604, l='MpServer', x=627.66, y=62.25, z=852.63], pe['Sheep'/607, l='MpServer', x=648.13, y=71.00, z=735.25], MoCEntityJellyFish['JellyFish'/606, l='MpServer', x=638.34, y=62.25, z=850.47], MoCEntityRat['Rat'/1220, l='MpServer', x=604.16, y=64.00, z=681.09], qn['Skeleton'/952, l='MpServer', x=558.50, y=46.00, z=800.50], qn['Skeleton'/1225, l='MpServer', x=530.50, y=70.00, z=765.50], MoCEntityRat['Rat'/1236, l='MpServer', x=526.63, y=64.00, z=857.03], MoCEntityHorseMob['HorseMob'/940, l='MpServer', x=566.03, y=47.38, z=797.63], azw['Kristy312'/893, l='MpServer', x=562.22, y=89.00, z=837.38], ayk['Weioo'/476, l='MpServer', x=586.43, y=108.62, z=777.29], MoCEntityRat['Rat'/1240, l='MpServer', x=533.47, y=64.00, z=854.97], MoCEntityRat['Rat'/1250, l='MpServer', x=535.97, y=64.00, z=863.28], MoCEntityWWolf['WWolf'/1260, l='MpServer', x=520.69, y=64.00, z=863.31], px['item.item.bone'/564, l='MpServer', x=570.41, y=46.13, z=803.03], qn['Skeleton'/1279, l='MpServer', x=639.50, y=34.00, z=802.50], qn['Skeleton'/1020, l='MpServer', x=666.04, y=60.00, z=735.50], MoCEntityFlameWraith['FlameWraith'/509, l='MpServer', x=511.72, y=71.16, z=739.88], MoCEntityWerewolf['Werewolf'/984, l='MpServer', x=614.28, y=66.00, z=825.31], MoCEntityRat['Rat'/511, l='MpServer', x=530.63, y=65.00, z=739.47], MoCEntityRay['Ray'/498, l='MpServer', x=499.02, y=62.00, z=833.39], MoCEntityRay['Ray'/495, l='MpServer', x=493.19, y=62.03, z=813.31], MoCEntityRay['Ray'/488, l='MpServer', x=491.28, y=60.12, z=793.91], MoCEntityScorpion['Scorpion'/485, l='MpServer', x=476.03, y=64.00, z=800.59]]
Retry entities: 0 total; []
Stacktrace:
at ayh.a(WorldClient.java:425)
at net.minecraft.client.Minecraft.b(Minecraft.java:2385)
at net.minecraft.client.Minecraft.run(Minecraft.java:806)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.4.5
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_06-ea, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 378627680 bytes (361 MB) / 687407104 bytes (655 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 14314 (801584 bytes; 0 MB) allocated, 2 (112 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v7.23 FML v4.5.17.479 Minecraft Forge 6.4.1.430 Optifine OptiFine_1.4.5_HD_U_D5 44 mods loaded, 44 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_GuiAPI [mod_GuiAPI] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
quinoptions [QuinOptions] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights [Dynamic Lights] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_onFire [Dynamic Lights on burning] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_creepers [Dynamic Lights on Creepers] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_dropItems [Dynamic Lights on ItemEntities] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_flameArrows [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_otherPlayers [Dynamic Lights Other Player Light] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_thePlayer [Dynamic Lights Player Light] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
jammyfurniture [Jammy Furniture Mod] (1.4.5_Jammy_Furniture_Mod_V4.1_Beta_2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
3ditems [3DItems] (3DItems - v1.5.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_ReiMinimap [mod_ReiMinimap] ([1.4.5]ReiMinimap_v3.2_05.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Backpack [Backpack] (backpack-1.5.4-1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_BuffBarMod [Buff Bar Mod] (BuffBarv0.5.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Core [BuildCraft] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Builders [BC Builders] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Energy [BC Energy] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Factory [BC Factory] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Transport [BC Transport] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_coral [Nandonalt's CoralMod] (coral-reef-1.4.5b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_CoralReefGUI [CoralReef GUI] (coral-reef-1.4.5b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
craftguide [CraftGuide] (CraftGuide-1.6.5.11.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CustomSpawner [DrZhark's CustomSpawner] (CustomMobSpawner 1.9.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DamageIndicatorsMod [Damage Indicators] (DamageIndicators[1.4.5]2.1.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DiamondMeter [Diamond Meter] (DiamondMeter 2.1.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MoCreatures [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v4.3.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FC [FactoryCraft] (FactoryCraft_v0.0.8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forestry [Forestry for Minecraft] (forestry-A-1.6.2.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_InvTweaks [Inventory Tweaks] (InvTweaks-1.45-1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
IronChest [Iron Chest] (ironchest-universal-4.4.0.178.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MagicYarn [Magic Yarn] (MagicYarn_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_MAtmos [mod_MAtmos] (matmos_packaged.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MetallurgyCore [Metallurgy Core] (Metallurgy Core 2.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MetallurgyBase [Metallurgy Base] (Metallurgy Base Metals 2.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MetallurgyPrecious [Metallurgy Precious] (Metallurgy Precious Metals 2.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Railcraft [Railcraft] (Railcraft_1.4.5b-6.10.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
RopesPlus [Ropes+] (RopePlus_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
customStacks [Custom Stack Limit] (teleportationStones.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
teleportation [Teleportation Stones] (teleportationStones.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TwilightForest [The Twilight Forest] (twilightforest-1.13.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
LWJGL: 2.4.2
OpenGL: GeForce GTX 570M/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Sphax PureBDCraft 128x MC14 + Mod Support.zip
Profiler Position: N/A (disabled)
Vec3 Pool Size: 9487 (531272 bytes; 0 MB) allocated, 25 (1400 bytes; 0 MB) used
***EDITED*** to remove first two crash problems, which have been resolved. Questions in spoilers here:
I crash when I do the following:
1. Craft 'rope' out of 3 string for Ropes+ mod
---- Minecraft Crash Report ----
// Sorry
Time: 12/12/12 10:41 PM
Description: Rendering screen
java.lang.NullPointerException
at um.c(SourceFile:84)
at bbt.a(RenderItem.java:227)
at bbt.b(RenderItem.java:320)
at auy.b(GuiContainer.java:157)
at auy.a(GuiContainer.java:120)
at bac.b(EntityRenderer.java:1147)
at net.minecraft.client.Minecraft.J(Minecraft.java:888)
at net.minecraft.client.Minecraft.run(Minecraft.java:783)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at um.c(SourceFile:84)
at bbt.a(RenderItem.java:227)
at bbt.b(RenderItem.java:320)
at auy.b(GuiContainer.java:157)
at auy.a(GuiContainer.java:120)
-- Screen render details --
Details:
Screen name: avj
Mouse location: Scaled: (367, 128). Absolute: (1101, 619)
Screen size: Scaled: (640, 335). Absolute: (1920, 1005). Scale factor of 3
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [ayk['Weioo'/1751, l='MpServer', x=586.45, y=108.62, z=777.85]]
Chunk stats: MultiplayerChunkCache: 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-17,64,218), Chunk: (at 15,4,10 in -2,13; contains blocks -32,0,208 to -17,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 34028535 game time, 6146299 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 143 total; [ow['Bat'/1913, l='MpServer', x=610.70, y=36.29, z=712.86], ow['Bat'/1917, l='MpServer', x=625.71, y=48.01, z=726.52], qd['Enderman'/4075, l='MpServer', x=508.38, y=28.00, z=760.22], ayk['Weioo'/1751, l='MpServer', x=586.45, y=108.62, z=777.85], ow['Bat'/1908, l='MpServer', x=624.50, y=51.01, z=725.09], px['item.item.bone'/1819, l='MpServer', x=567.53, y=43.13, z=797.44], qr['Zombie'/4085, l='MpServer', x=527.50, y=30.00, z=751.50], ow['Bat'/4879, l='MpServer', x=516.62, y=15.51, z=808.81], qr['Zombie'/3274, l='MpServer', x=524.50, y=14.00, z=796.50], oz['Cow'/1883, l='MpServer', x=659.28, y=59.00, z=738.50], oy['Chicken'/1881, l='MpServer', x=660.84, y=58.19, z=719.38], qn['Skeleton'/2232, l='MpServer', x=565.50, y=44.00, z=839.50], MoCEntityWerewolf['Werewolf'/2713, l='MpServer', x=650.84, y=35.00, z=705.97], pe['Sheep'/1885, l='MpServer', x=659.16, y=66.00, z=759.16], qd['Enderman'/1875, l='MpServer', x=641.25, y=27.00, z=795.34], pd['Pig'/1873, l='MpServer', x=645.03, y=70.00, z=779.81], px['item.item.arrow'/2790, l='MpServer', x=653.25, y=64.13, z=758.38], px['item.item.arrow'/2789, l='MpServer', x=650.91, y=64.00, z=758.50], MoCEntityJellyFish['JellyFish'/1878, l='MpServer', x=644.81, y=62.38, z=855.59], px['item.item.arrow'/2792, l='MpServer', x=525.84, y=69.13, z=745.47], pe['Sheep'/1877, l='MpServer', x=653.63, y=75.00, z=791.47], px['item.item.arrow'/2791, l='MpServer', x=526.81, y=69.84, z=746.28], qc['Creeper'/1876, l='MpServer', x=640.44, y=34.00, z=797.91], MoCEntityJellyFish['JellyFish'/1866, l='MpServer', x=626.34, y=62.06, z=856.09], MoCEntityJellyFish['JellyFish'/1867, l='MpServer', x=636.88, y=62.25, z=850.72], MoCEntityShark['Shark'/1864, l='MpServer', x=636.21, y=62.00, z=823.22], MoCEntityJellyFish['JellyFish'/1865, l='MpServer', x=627.44, y=62.25, z=852.59], oy['Chicken'/1870, l='MpServer', x=649.59, y=69.00, z=744.66], pd['Pig'/1871, l='MpServer', x=654.28, y=69.00, z=765.63], pe['Sheep'/1868, l='MpServer', x=648.13, y=71.00, z=735.25], pd['Pig'/1869, l='MpServer', x=654.81, y=67.00, z=752.59], qc['Creeper'/3785, l='MpServer', x=648.50, y=33.00, z=813.50], oz['Cow'/1858, l='MpServer', x=638.40, y=69.00, z=750.90], MoCEntityScorpion['Scorpion'/1856, l='MpServer', x=625.25, y=57.00, z=704.75], MoCEntityRat['Rat'/1857, l='MpServer', x=634.88, y=21.00, z=715.50], pe['Sheep'/1862, l='MpServer', x=628.91, y=73.00, z=769.13], qn['Skeleton'/4125, l='MpServer', x=620.50, y=50.00, z=699.50], MoCEntityWerewolf['Werewolf'/1863, l='MpServer', x=635.75, y=36.00, z=802.47], px['item.tile.cloth.white'/2778, l='MpServer', x=627.44, y=71.22, z=751.59], MoCEntityWWolf['WWolf'/1861, l='MpServer', x=637.72, y=70.00, z=745.94], MoCEntityJellyFish['JellyFish'/1853, l='MpServer', x=616.75, y=62.38, z=853.38], MoCEntityDolphin['Dolphin'/1852, l='MpServer', x=617.75, y=61.00, z=834.75], MoCEntityJellyFish['JellyFish'/1855, l='MpServer', x=608.38, y=62.06, z=882.53], MoCEntityJellyFish['JellyFish'/1854, l='MpServer', x=623.44, y=62.38, z=853.00], qc['Creeper'/3461, l='MpServer', x=581.47, y=20.00, z=854.97], pd['Pig'/1850, l='MpServer', x=613.25, y=69.00, z=723.50], pd['Pig'/1844, l='MpServer', x=587.24, y=64.00, z=699.66], qr['Zombie'/4015, l='MpServer', x=557.50, y=15.00, z=834.50], pe['Sheep'/1847, l='MpServer', x=596.25, y=66.00, z=801.69], pe['Sheep'/1846, l='MpServer', x=604.42, y=88.00, z=778.50], MoCEntityJellyFish['JellyFish'/1840, l='MpServer', x=589.78, y=62.00, z=869.31], MoCEntityRat['Rat'/1843, l='MpServer', x=604.16, y=64.00, z=681.09], px['item.item.bone'/2795, l='MpServer', x=528.34, y=69.13, z=746.06], MoCEntityHorse['Horse'/1836, l='MpServer', x=576.13, y=92.00, z=758.13], px['item.tile.cloth.white'/3354, l='MpServer', x=638.31, y=70.00, z=745.97], px['item.item.bone'/2794, l='MpServer', x=527.72, y=69.13, z=746.47], MoCEntityHorse['Horse'/1837, l='MpServer', x=576.28, y=92.00, z=767.13], pe['Sheep'/1838, l='MpServer', x=581.50, y=79.00, z=786.34], px['item.item.arrow'/2792, l='MpServer', x=525.84, y=69.13, z=745.47], pd['Pig'/1839, l='MpServer', x=578.25, y=67.00, z=805.50], px['item.item.bone'/2795, l='MpServer', x=528.34, y=69.13, z=746.06], px['item.item.bone'/2796, l='MpServer', x=526.78, y=69.00, z=746.34], MoCEntityHorse['Horse'/1833, l='MpServer', x=576.28, y=92.00, z=750.25], px['item.item.bone'/2793, l='MpServer', x=526.78, y=69.84, z=746.38], px['item.item.bone'/2794, l='MpServer', x=527.72, y=69.13, z=746.47], MoCEntityHorse['Horse'/1835, l='MpServer', x=576.28, y=92.00, z=752.09], MoCEntityJellyFish['JellyFish'/1828, l='MpServer', x=565.38, y=62.41, z=866.91], MoCEntityJellyFish['JellyFish'/1824, l='MpServer', x=563.34, y=62.50, z=863.31], MoCEntityRay['Ray'/1825, l='MpServer', x=566.72, y=62.00, z=852.90], MoCEntityRay['Ray'/1826, l='MpServer', x=568.52, y=62.00, z=861.40], pd['Pig'/1823, l='MpServer', x=565.75, y=95.00, z=839.94], qn['Skeleton'/3974, l='MpServer', x=666.50, y=32.00, z=823.50], ow['Bat'/1822, l='MpServer', x=569.75, y=19.10, z=838.47], oz['Cow'/1821, l='MpServer', x=565.81, y=97.00, z=816.50], pe['Sheep'/1820, l='MpServer', x=560.47, y=94.00, z=814.19], px['item.item.bone'/1819, l='MpServer', x=567.53, y=43.13, z=797.44], MoCEntityHorseMob['HorseMob'/1818, l='MpServer', x=569.28, y=47.38, z=796.72], MoCEntityHorse['Horse'/1817, l='MpServer', x=563.13, y=90.00, z=761.06], MoCEntityHorse['Horse'/1816, l='MpServer', x=572.34, y=92.00, z=753.28], MoCEntityHorse['Horse'/1815, l='MpServer', x=575.47, y=92.00, z=756.25], MoCEntityHorse['Horse'/1814, l='MpServer', x=574.50, y=92.00, z=753.66], MoCEntityHorse['Horse'/1813, l='MpServer', x=574.53, y=92.00, z=758.38], MoCEntityHorse['Horse'/1812, l='MpServer', x=573.63, y=92.00, z=755.50], pe['Sheep'/1811, l='MpServer', x=569.53, y=102.00, z=747.53], MoCEntityHorse['Horse'/1810, l='MpServer', x=573.47, y=92.00, z=749.72], pe['Sheep'/1809, l='MpServer', x=572.22, y=98.00, z=732.28], MoCEntityRat['Rat'/3717, l='MpServer', x=613.84, y=46.00, z=710.16], MoCEntityJellyFish['JellyFish'/1806, l='MpServer', x=550.20, y=62.16, z=868.31], pe['Sheep'/1807, l='MpServer', x=566.34, y=80.00, z=731.06], MoCEntityDolphin['Dolphin'/1804, l='MpServer', x=555.25, y=62.00, z=852.78], MoCEntityWerewolf['Werewolf'/3033, l='MpServer', x=649.50, y=27.00, z=793.50], MoCEntityJellyFish['JellyFish'/1805, l='MpServer', x=550.31, y=62.16, z=869.13], MoCEntityHorseMob['HorseMob'/3713, l='MpServer', x=612.49, y=47.38, z=712.25], pe['Sheep'/1802, l='MpServer', x=547.66, y=81.00, z=833.59], oz['Cow'/1803, l='MpServer', x=553.34, y=92.50, z=838.44], qc['Creeper'/2554, l='MpServer', x=650.50, y=24.00, z=776.50], MoCEntityFishy['Fishy'/1800, l='MpServer', x=546.39, y=98.00, z=816.09], oz['Cow'/1801, l='MpServer', x=552.53, y=79.00, z=840.53], oy['Chicken'/1798, l='MpServer', x=558.34, y=77.00, z=756.69], MoCEntityFishy['Fishy'/1799, l='MpServer', x=551.85, y=98.00, z=820.84], qc['Creeper'/2550, l='MpServer', x=648.50, y=24.00, z=777.50], oy['Chicken'/1797, l='MpServer', x=556.84, y=76.00, z=750.16], MoCEntityRat['Rat'/3246, l='MpServer', x=619.44, y=22.06, z=705.31], pe['Sheep'/1792, l='MpServer', x=532.13, y=96.00, z=816.31], MoCEntityRat['Rat'/1793, l='MpServer', x=533.47, y=64.00, z=854.97], MoCEntityRay['Ray'/1761, l='MpServer', x=511.84, y=62.00, z=835.19], qr['Zombie'/1771, l='MpServer', x=513.50, y=23.00, z=750.50], MoCEntityWerewolf['Werewolf'/4741, l='MpServer', x=520.50, y=21.00, z=749.50], qc['Creeper'/1769, l='MpServer', x=524.50, y=64.00, z=733.50], qd['Enderman'/1775, l='MpServer', x=510.22, y=23.00, z=764.94], MoCEntityRay['Ray'/1778, l='MpServer', x=511.43, y=62.00, z=807.80], pd['Pig'/1779, l='MpServer', x=527.53, y=73.00, z=828.66], pd['Pig'/1776, l='MpServer', x=514.50, y=64.00, z=768.20], MoCEntityHorseMob['HorseMob'/2320, l='MpServer', x=640.84, y=29.39, z=790.72], pe['Sheep'/1777, l='MpServer', x=513.47, y=68.00, z=771.09], pd['Pig'/1780, l='MpServer', x=527.53, y=73.00, z=828.66], MoCEntityScorpion['Scorpion'/1786, l='MpServer', x=521.24, y=68.26, z=741.63], oz['Cow'/1790, l='MpServer', x=533.16, y=70.00, z=826.81], pe['Sheep'/1791, l='MpServer', x=532.41, y=90.00, z=827.44], pe['Sheep'/1788, l='MpServer', x=538.78, y=78.00, z=792.53], pe['Sheep'/1789, l='MpServer', x=534.59, y=78.00, z=833.69], px['item.item.sulphur'/2340, l='MpServer', x=588.09, y=96.13, z=743.94], MoCEntityHorse['Horse'/1741, l='MpServer', x=573.34, y=92.00, z=770.28], MoCEntityHorse['Horse'/1743, l='MpServer', x=573.34, y=92.00, z=776.28], MoCEntityHorse['Horse'/1742, l='MpServer', x=573.34, y=92.00, z=772.72], MoCEntityHorse['Horse'/1744, l='MpServer', x=562.63, y=90.00, z=772.16], MoCEntityHorse['Horse'/1745, l='MpServer', x=573.34, y=92.00, z=774.41], MoCEntityHorse['Horse'/1746, l='MpServer', x=575.47, y=92.00, z=768.91], MoCEntityOstrich['Ostrich'/1747, l='MpServer', x=568.13, y=92.00, z=776.50], MoCEntityOstrich['Ostrich'/1748, l='MpServer', x=569.88, y=92.00, z=771.16], MoCEntityOstrich['Ostrich'/1749, l='MpServer', x=570.22, y=92.00, z=774.22], MoCEntityOstrich['Ostrich'/1750, l='MpServer', x=568.28, y=92.00, z=774.66], qr['Zombie'/4790, l='MpServer', x=589.50, y=35.00, z=700.50], MoCEntityRay['Ray'/1753, l='MpServer', x=490.06, y=62.00, z=796.28], MoCEntityRay['Ray'/1754, l='MpServer', x=477.44, y=61.00, z=807.48], MoCEntityRat['Rat'/1757, l='MpServer', x=506.22, y=69.00, z=728.06], ow['Bat'/2117, l='MpServer', x=578.72, y=46.10, z=794.47], qc['Creeper'/2669, l='MpServer', x=602.50, y=29.00, z=792.50], qn['Skeleton'/2643, l='MpServer', x=626.50, y=32.00, z=800.13], px['item.item.sulphur'/2340, l='MpServer', x=588.09, y=96.13, z=743.94], qn['Skeleton'/2651, l='MpServer', x=622.50, y=32.00, z=799.50], qc['Creeper'/3601, l='MpServer', x=557.50, y=31.00, z=754.50], qn['Skeleton'/2639, l='MpServer', x=624.50, y=32.00, z=798.50]]
Retry entities: 0 total; []
Stacktrace:
at ayh.a(WorldClient.java:425)
at net.minecraft.client.Minecraft.b(Minecraft.java:2385)
at net.minecraft.client.Minecraft.run(Minecraft.java:799)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.4.5
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_06-ea, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 350634184 bytes (334 MB) / 952041472 bytes (907 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 15639 (875784 bytes; 0 MB) allocated, 2377 (133112 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v7.23 FML v4.5.17.479 Minecraft Forge 6.4.1.430 Optifine OptiFine_1.4.5_HD_U_D5 44 mods loaded, 44 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_GuiAPI [mod_GuiAPI] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
quinoptions [QuinOptions] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights [Dynamic Lights] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_onFire [Dynamic Lights on burning] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_creepers [Dynamic Lights on Creepers] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_dropItems [Dynamic Lights on ItemEntities] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_flameArrows [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_otherPlayers [Dynamic Lights Other Player Light] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_thePlayer [Dynamic Lights Player Light] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
jammyfurniture [Jammy Furniture Mod] (1.4.5_Jammy_Furniture_Mod_V4.1_Beta_2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
3ditems [3DItems] (3DItems - v1.5.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_ReiMinimap [mod_ReiMinimap] ([1.4.5]ReiMinimap_v3.2_05.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Backpack [Backpack] (backpack-1.5.4-1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_BuffBarMod [Buff Bar Mod] (BuffBarv0.5.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Core [BuildCraft] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Builders [BC Builders] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Energy [BC Energy] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Factory [BC Factory] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Transport [BC Transport] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_coral [Nandonalt's CoralMod] (coral-reef-1.4.5b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_CoralReefGUI [CoralReef GUI] (coral-reef-1.4.5b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
craftguide [CraftGuide] (CraftGuide-1.6.5.11.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CustomSpawner [DrZhark's CustomSpawner] (CustomMobSpawner 1.9.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DamageIndicatorsMod [Damage Indicators] (DamageIndicators[1.4.5]2.1.5.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DiamondMeter [Diamond Meter] (DiamondMeter 2.1.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MoCreatures [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v4.3.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FC [FactoryCraft] (FactoryCraft_v0.0.8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forestry [Forestry for Minecraft] (forestry-A-1.6.2.8.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_InvTweaks [Inventory Tweaks] (InvTweaks-1.45-1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
IronChest [Iron Chest] (ironchest-universal-4.4.0.178.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MagicYarn [Magic Yarn] (MagicYarn_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_MAtmos [mod_MAtmos] (matmos_packaged.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MetallurgyCore [Metallurgy Core] (Metallurgy Core 2.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MetallurgyBase [Metallurgy Base] (Metallurgy Base Metals 2.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MetallurgyPrecious [Metallurgy Precious] (Metallurgy Precious Metals 2.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Railcraft [Railcraft] (Railcraft_1.4.5b-6.10.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
RopesPlus [Ropes+] (RopePlus_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
customStacks [Custom Stack Limit] (teleportationStones.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
teleportation [Teleportation Stones] (teleportationStones.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TwilightForest [The Twilight Forest] (twilightforest-1.13.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
LWJGL: 2.4.2
OpenGL: GeForce GTX 570M/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Sphax PureBDCraft 128x MC14 + Mod Support.zip
Profiler Position: N/A (disabled)
Vec3 Pool Size: 3897 (218232 bytes; 0 MB) allocated, 1220 (68320 bytes; 0 MB) used
2. Craft a 'wooden gear' from 4 sticks for BuildCraft 3.2.2 mod
---- Minecraft Crash Report ----
// Don't do that.
Time: 12/12/12 5:48 PM
Description: Rendering screen
java.lang.NullPointerException
at um.c(SourceFile:84)
at bbt.a(RenderItem.java:227)
at bbt.b(RenderItem.java:320)
at auy.b(GuiContainer.java:157)
at auy.a(GuiContainer.java:120)
at bac.b(EntityRenderer.java:1147)
at net.minecraft.client.Minecraft.J(Minecraft.java:888)
at net.minecraft.client.Minecraft.run(Minecraft.java:783)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at um.c(SourceFile:84)
at bbt.a(RenderItem.java:227)
at bbt.b(RenderItem.java:320)
at auy.b(GuiContainer.java:157)
at auy.a(GuiContainer.java:120)
-- Screen render details --
Details:
Screen name: avj
Mouse location: Scaled: (361, 127). Absolute: (1083, 622)
Screen size: Scaled: (640, 335). Absolute: (1920, 1005). Scale factor of 3
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [ayk['Weioo'/109, l='MpServer', x=586.25, y=108.62, z=777.86]]
Chunk stats: MultiplayerChunkCache: 441
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-17,64,218), Chunk: (at 15,4,10 in -2,13; contains blocks -32,0,208 to -17,255,223), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 33910350 game time, 6028114 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 160 total; [MoCEntityJellyFish['JellyFish'/275, l='MpServer', x=639.91, y=62.25, z=851.38], ow['Bat'/4066, l='MpServer', x=585.46, y=39.99, z=854.44], px['item.item.sharkteeth'/272, l='MpServer', x=643.63, y=59.13, z=809.53], pd['Pig'/278, l='MpServer', x=666.50, y=66.00, z=719.16], oy['Chicken'/277, l='MpServer', x=662.66, y=64.00, z=723.44], MoCEntityRat['Rat'/5710, l='MpServer', x=664.75, y=31.02, z=798.57], qd['Enderman'/2444, l='MpServer', x=655.50, y=31.00, z=784.34], MoCEntityJellyFish['JellyFish'/276, l='MpServer', x=644.59, y=62.39, z=856.06], oy['Chicken'/282, l='MpServer', x=659.44, y=67.00, z=734.59], oy['Chicken'/281, l='MpServer', x=659.53, y=66.00, z=721.56], qn['Skeleton'/5974, l='MpServer', x=567.37, y=26.96, z=802.36], oz['Cow'/286, l='MpServer', x=664.63, y=60.00, z=737.59], ayk['Weioo'/109, l='MpServer', x=586.25, y=108.62, z=777.86], ow['Bat'/4079, l='MpServer', x=516.11, y=33.48, z=782.38], pd['Pig'/285, l='MpServer', x=656.31, y=60.00, z=744.47], oy['Chicken'/284, l='MpServer', x=665.47, y=59.00, z=740.53], ow['Bat'/4082, l='MpServer', x=545.32, y=52.69, z=794.61], MoCEntityJellyFish['JellyFish'/256, l='MpServer', x=630.19, y=62.39, z=849.72], qo['Slime'/262, l='MpServer', x=649.48, y=28.96, z=736.31], pe['Sheep'/263, l='MpServer', x=652.06, y=69.00, z=742.13], MoCEntityRat['Rat'/5726, l='MpServer', x=620.00, y=44.84, z=792.46], oy['Chicken'/260, l='MpServer', x=650.47, y=69.00, z=727.56], qo['Slime'/261, l='MpServer', x=650.69, y=30.92, z=737.47], pe['Sheep'/266, l='MpServer', x=651.59, y=63.00, z=755.81], pd['Pig'/264, l='MpServer', x=644.91, y=65.00, z=748.16], oy['Chicken'/265, l='MpServer', x=645.56, y=71.00, z=737.47], qr['Zombie'/4158, l='MpServer', x=570.50, y=57.00, z=718.50], pd['Pig'/270, l='MpServer', x=642.97, y=69.00, z=771.84], MoCEntityWerewolf['Werewolf'/4874, l='MpServer', x=572.50, y=27.00, z=796.50], MoCEntityHorseMob['HorseMob'/2452, l='MpServer', x=661.72, y=33.38, z=791.72], pe['Sheep'/268, l='MpServer', x=644.81, y=70.00, z=779.88], MoCEntityRat['Rat'/3274, l='MpServer', x=559.84, y=26.81, z=797.25], pe['Sheep'/269, l='MpServer', x=640.22, y=69.00, z=782.75], qr['Zombie'/5738, l='MpServer', x=637.33, y=52.00, z=749.27], qc['Creeper'/5196, l='MpServer', x=627.50, y=43.00, z=810.50], qr['Zombie'/5742, l='MpServer', x=636.46, y=52.00, z=749.51], MoCEntityRat['Rat'/5467, l='MpServer', x=667.66, y=45.00, z=805.00], MoCEntityWerewolf['Werewolf'/4915, l='MpServer', x=564.50, y=28.00, z=742.50], qc['Creeper'/5463, l='MpServer', x=663.50, y=45.00, z=809.50], MoCEntityRat['Rat'/5734, l='MpServer', x=638.28, y=52.00, z=749.06], qn['Skeleton'/5754, l='MpServer', x=633.50, y=55.00, z=723.50], px['item.item.egg'/151, l='MpServer', x=552.94, y=64.13, z=755.91], MoCEntityRay['Ray'/289, l='MpServer', x=656.91, y=61.11, z=802.90], px['item.item.egg'/150, l='MpServer', x=551.28, y=64.13, z=756.34], ow['Bat'/1851, l='MpServer', x=658.75, y=33.10, z=735.75], px['item.item.fishRaw'/251, l='MpServer', x=639.66, y=58.13, z=815.13], ow['Bat'/1847, l='MpServer', x=650.25, y=28.10, z=720.84], MoCEntityHorseMob['HorseMob'/5152, l='MpServer', x=529.38, y=14.00, z=840.25], MoCEntityScorpion['Scorpion'/4698, l='MpServer', x=611.50, y=30.00, z=796.50], MoCEntityRat['Rat'/4166, l='MpServer', x=632.50, y=57.00, z=740.50], qr['Zombie'/4162, l='MpServer', x=573.50, y=57.00, z=721.50], MoCEntityDolphin['Dolphin'/111, l='MpServer', x=495.45, y=62.00, z=787.28], qn['Skeleton'/5144, l='MpServer', x=546.50, y=48.00, z=790.50], MoCEntityDolphin['Dolphin'/119, l='MpServer', x=495.87, y=62.00, z=803.60], qd['Enderman'/4964, l='MpServer', x=660.22, y=30.00, z=797.63], ow['Bat'/5930, l='MpServer', x=537.57, y=50.01, z=807.99], oz['Cow'/127, l='MpServer', x=524.59, y=60.00, z=820.38], px['item.item.sharkteeth'/236, l='MpServer', x=623.47, y=55.13, z=839.63], MoCEntityFishy['Fishy'/126, l='MpServer', x=509.16, y=62.02, z=814.53], pd['Pig'/125, l='MpServer', x=527.06, y=73.00, z=784.84], pe['Sheep'/124, l='MpServer', x=526.81, y=65.00, z=776.84], qn['Skeleton'/5140, l='MpServer', x=550.50, y=48.00, z=786.50], qn['Skeleton'/123, l='MpServer', x=517.84, y=34.00, z=750.31], px['item.item.sharkteeth'/272, l='MpServer', x=643.63, y=59.13, z=809.53], MoCEntityDolphin['Dolphin'/120, l='MpServer', x=485.75, y=62.00, z=798.00], pe['Sheep'/137, l='MpServer', x=538.78, y=78.00, z=792.53], pe['Sheep'/139, l='MpServer', x=532.13, y=96.00, z=816.31], pe['Sheep'/138, l='MpServer', x=532.41, y=90.00, z=827.44], pe['Sheep'/143, l='MpServer', x=534.28, y=78.00, z=833.19], MoCEntityRay['Ray'/142, l='MpServer', x=513.67, y=62.00, z=825.23], pd['Pig'/129, l='MpServer', x=527.53, y=73.00, z=828.66], px['item.item.fishRaw'/234, l='MpServer', x=617.13, y=61.13, z=835.22], pd['Pig'/128, l='MpServer', x=527.53, y=73.00, z=828.66], px['item.item.sharkteeth'/235, l='MpServer', x=617.13, y=61.13, z=835.06], MoCEntityDolphin['Dolphin'/130, l='MpServer', x=522.21, y=62.00, z=834.56], px['item.item.fishRaw'/233, l='MpServer', x=617.13, y=61.13, z=835.03], px['item.item.egg'/133, l='MpServer', x=524.88, y=64.13, z=833.56], oy['Chicken'/132, l='MpServer', x=524.47, y=64.00, z=832.66], MoCEntityFishy['Fishy'/156, l='MpServer', x=551.85, y=98.02, z=819.53], MoCEntityFishy['Fishy'/157, l='MpServer', x=544.15, y=98.00, z=819.49], oz['Cow'/158, l='MpServer', x=544.63, y=64.00, z=838.50], oz['Cow'/159, l='MpServer', x=552.53, y=79.00, z=840.53], oy['Chicken'/147, l='MpServer', x=556.84, y=76.00, z=750.16], ow['Bat'/148, l='MpServer', x=549.19, y=29.61, z=754.17], oy['Chicken'/149, l='MpServer', x=558.34, y=77.00, z=756.69], ow['Bat'/3959, l='MpServer', x=656.52, y=31.00, z=783.49], px['item.item.egg'/150, l='MpServer', x=551.28, y=64.13, z=756.34], px['item.item.egg'/151, l='MpServer', x=552.94, y=64.13, z=755.91], MoCEntityHorse['Horse'/171, l='MpServer', x=572.34, y=92.00, z=753.28], MoCEntityHorse['Horse'/170, l='MpServer', x=575.47, y=92.00, z=756.25], MoCEntityHorse['Horse'/169, l='MpServer', x=574.50, y=92.00, z=753.66], MoCEntityHorse['Horse'/168, l='MpServer', x=574.53, y=92.00, z=758.38], MoCEntityHorse['Horse'/175, l='MpServer', x=573.34, y=92.00, z=776.28], MoCEntityHorse['Horse'/174, l='MpServer', x=573.34, y=92.00, z=772.72], MoCEntityHorse['Horse'/173, l='MpServer', x=573.34, y=92.00, z=770.28], MoCEntityHorse['Horse'/172, l='MpServer', x=563.13, y=90.00, z=761.06], pe['Sheep'/163, l='MpServer', x=572.22, y=98.00, z=732.28], pe['Sheep'/162, l='MpServer', x=566.34, y=80.00, z=731.06], oz['Cow'/161, l='MpServer', x=553.34, y=92.50, z=838.44], pe['Sheep'/160, l='MpServer', x=547.25, y=80.00, z=833.69], MoCEntityHorse['Horse'/167, l='MpServer', x=573.63, y=92.00, z=755.50], pe['Sheep'/166, l='MpServer', x=569.53, y=102.00, z=747.53], MoCEntityHorse['Horse'/165, l='MpServer', x=573.47, y=92.00, z=749.72], pe['Sheep'/186, l='MpServer', x=560.47, y=94.00, z=814.19], ow['Bat'/5874, l='MpServer', x=551.06, y=52.67, z=797.25], oz['Cow'/187, l='MpServer', x=565.81, y=97.00, z=816.50], ow['Bat'/5879, l='MpServer', x=541.30, y=55.09, z=793.24], pd['Pig'/190, l='MpServer', x=565.75, y=95.00, z=839.94], MoCEntityWraith['Wraith'/2087, l='MpServer', x=665.25, y=49.50, z=740.25], MoCEntityJellyFish['JellyFish'/191, l='MpServer', x=565.72, y=62.17, z=864.22], ow['Bat'/188, l='MpServer', x=571.75, y=21.10, z=835.75], MoCEntityHorse['Horse'/178, l='MpServer', x=575.47, y=92.00, z=768.91], MoCEntityOstrich['Ostrich'/179, l='MpServer', x=568.13, y=92.00, z=776.50], MoCEntityHorse['Horse'/176, l='MpServer', x=562.63, y=90.00, z=772.16], qr['Zombie'/4242, l='MpServer', x=650.50, y=46.00, z=804.50], MoCEntityHorse['Horse'/177, l='MpServer', x=573.34, y=92.00, z=774.41], ow['Bat'/5887, l='MpServer', x=539.41, y=53.72, z=791.39], MoCEntityOstrich['Ostrich'/182, l='MpServer', x=570.09, y=92.00, z=773.31], qr['Zombie'/5336, l='MpServer', x=510.50, y=28.00, z=756.50], MoCEntityOstrich['Ostrich'/180, l='MpServer', x=569.78, y=92.00, z=770.81], MoCEntityOstrich['Ostrich'/181, l='MpServer', x=571.31, y=92.00, z=774.66], qr['Zombie'/3646, l='MpServer', x=510.50, y=36.00, z=749.50], pe['Sheep'/204, l='MpServer', x=581.50, y=79.00, z=786.34], MoCEntityHorse['Horse'/201, l='MpServer', x=576.28, y=92.00, z=752.09], MoCEntityHorse['Horse'/200, l='MpServer', x=576.28, y=92.00, z=750.25], qn['Skeleton'/3882, l='MpServer', x=665.50, y=17.00, z=813.50], MoCEntityHorse['Horse'/203, l='MpServer', x=576.28, y=92.00, z=767.13], MoCEntityHorse['Horse'/202, l='MpServer', x=576.13, y=92.00, z=758.13], MoCEntityJellyFish['JellyFish'/196, l='MpServer', x=564.59, y=62.42, z=866.25], MoCEntityJellyFish['JellyFish'/192, l='MpServer', x=570.03, y=62.52, z=863.28], MoCEntityScorpion['Scorpion'/5770, l='MpServer', x=637.13, y=55.00, z=721.09], MoCEntityJellyFish['JellyFish'/195, l='MpServer', x=562.78, y=62.17, z=863.63], MoCEntityDolphin['Dolphin'/194, l='MpServer', x=561.75, y=62.02, z=852.75], MoCEntityJellyFish['JellyFish'/219, l='MpServer', x=593.69, y=62.02, z=867.25], pe['Sheep'/212, l='MpServer', x=606.72, y=87.00, z=778.59], MoCEntityWraith['Wraith'/213, l='MpServer', x=595.06, y=87.13, z=781.78], pe['Sheep'/214, l='MpServer', x=600.19, y=69.00, z=793.69], pd['Pig'/215, l='MpServer', x=597.09, y=68.00, z=795.47], qc['Creeper'/2121, l='MpServer', x=526.63, y=21.00, z=753.56], pd['Pig'/209, l='MpServer', x=595.06, y=64.00, z=706.03], qr['Zombie'/210, l='MpServer', x=598.00, y=73.00, z=734.44], MoCEntityJellyFish['JellyFish'/239, l='MpServer', x=622.06, y=62.38, z=852.78], MoCEntityDolphin['Dolphin'/238, l='MpServer', x=617.75, y=61.00, z=834.75], MoCEntityDolphin['Dolphin'/237, l='MpServer', x=617.75, y=61.16, z=836.81], px['item.item.sharkteeth'/236, l='MpServer', x=623.47, y=55.13, z=839.63], qc['Creeper'/5252, l='MpServer', x=645.50, y=47.00, z=723.50], MoCEntityDolphin['Dolphin'/232, l='MpServer', x=617.75, y=61.00, z=834.75], pd['Pig'/225, l='MpServer', x=620.59, y=72.00, z=733.22], MoCEntityJellyFish['JellyFish'/254, l='MpServer', x=629.38, y=62.27, z=853.69], MoCE
ntityJellyFish['JellyFish'/255, l='MpServer', x=629.47, y=62.08, z=854.78], MoCEntityDolphin['Dolphin'/252, l='MpServer', x=647.60, y=61.87, z=822.10], MoCEntityRat['Rat'/250, l='MpServer', x=641.44, y=14.07, z=808.63], px['item.item.fishRaw'/251, l='MpServer', x=639.66, y=58.13, z=815.13], pd['Pig'/248, l='MpServer', x=639.97, y=69.00, z=776.25], pe['Sheep'/249, l='MpServer', x=625.34, y=72.00, z=776.88], oz['Cow'/246, l='MpServer', x=630.94, y=70.00, z=752.88], pe['Sheep'/247, l='MpServer', x=638.66, y=69.00, z=764.19], MoCEntityRat['Rat'/3590, l='MpServer', x=643.00, y=18.00, z=710.94], MoCEntityWraith['Wraith'/243, l='MpServer', x=636.63, y=59.50, z=707.25], MoCEntityJellyFish['JellyFish'/240, l='MpServer', x=607.81, y=62.08, z=885.81]]
Retry entities: 0 total; []
Stacktrace:
at ayh.a(WorldClient.java:425)
at net.minecraft.client.Minecraft.b(Minecraft.java:2385)
at net.minecraft.client.Minecraft.run(Minecraft.java:799)
at java.lang.Thread.run(Unknown Source)
-- System Details --
Details:
Minecraft Version: 1.4.5
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.7.0_06-ea, Oracle Corporation
Java VM Version: Java HotSpotâ„¢ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 222804640 bytes (212 MB) / 845348864 bytes (806 MB) up to 954466304 bytes (910 MB)
JVM Flags: 2 total; -Xms512m -Xmx1024m
AABB Pool Size: 12363 (692328 bytes; 0 MB) allocated, 2631 (147336 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 63
FML: MCP v7.23 FML v4.5.17.479 Minecraft Forge 6.4.1.430 Optifine OptiFine_1.4.5_HD_U_D4 46 mods loaded, 46 mods active
mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FML [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forge [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_GuiAPI [mod_GuiAPI] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
quinoptions [QuinOptions] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights [Dynamic Lights] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_onFire [Dynamic Lights on burning] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_creepers [Dynamic Lights on Creepers] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_dropItems [Dynamic Lights on ItemEntities] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_flameArrows [Dynamic Lights on Flame enchanted Arrows] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_otherPlayers [Dynamic Lights Other Player Light] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DynamicLights_thePlayer [Dynamic Lights Player Light] (DynamicLights_1.4.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
jammyfurniture [Jammy Furniture Mod] (1.4.5_Jammy_Furniture_Mod_V4.1_Beta_2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
3ditems [3DItems] (3DItems - v1.5.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_ReiMinimap [mod_ReiMinimap] ([1.4.5]ReiMinimap_v3.2_05.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Backpack [Backpack] (backpack-1.5.4-1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_BuffBarMod [Buff Bar Mod] (BuffBarv0.5.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Core [BuildCraft] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Builders [BC Builders] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Energy [BC Energy] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Factory [BC Factory] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Transport [BC Transport] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
BuildCraft|Silicon [BC Silicon] (buildcraft-A-3.2.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_coral [Nandonalt's CoralMod] (coral-reef-1.4.5b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_CoralReefGUI [CoralReef GUI] (coral-reef-1.4.5b.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
craftguide [CraftGuide] (CraftGuide-1.6.5.11.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
CustomSpawner [DrZhark's CustomSpawner] (CustomMobSpawner 1.9.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DamageIndicatorsMod [Damage Indicators] (DamageIndicators[1.4.5]2.1.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
DiamondMeter [Diamond Meter] (DiamondMeter 2.1.3.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MoCreatures [DrZhark's Mo'Creatures Mod] (DrZharks MoCreatures Mod v4.3.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
FC [FactoryCraft] (FactoryCraft_v0.0.8.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Forestry [Forestry for Minecraft] (forestry-A-1.6.2.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_InvTweaks [Inventory Tweaks] (InvTweaks-1.45-1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
IronChest [Iron Chest] (ironchest-universal-4.4.0.178.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MagicYarn [Magic Yarn] (MagicYarn_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_MAtmos [mod_MAtmos] (matmos_packaged.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MetallurgyCore [Metallurgy Core] (Metallurgy Core 2.3.4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MetallurgyBase [Metallurgy Base] (Metallurgy Base Metals 2.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
MetallurgyPrecious [Metallurgy Precious] (Metallurgy Precious Metals 2.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
Railcraft [Railcraft] (Railcraft_1.4.5b-6.10.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
RopesPlus [Ropes+] (RopePlus_1.4.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_SmartMoving [Smart Moving] (Smart Moving Client for ModLoader.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
mod_SmartRender [Smart Render] (Smart Moving Client for ModLoader.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
customStacks [Custom Stack Limit] (teleportationStones.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
teleportation [Teleportation Stones] (teleportationStones.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
TwilightForest [The Twilight Forest] (twilightforest-1.13.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
LWJGL: 2.4.2
OpenGL: GeForce GTX 570M/PCIe/SSE2 GL version 4.2.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'forge,fml'
Type: Client (map_client.txt)
Texture Pack: Sphax PureBDCraft 128x MC14 + Mod Support.zip
Profiler Position: N/A (disabled)
Vec3 Pool Size: 3698 (207088 bytes; 0 MB) allocated, 1364 (76384 bytes; 0 MB) used
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumSo, you have a mod that renders or changes item rendering. Looking at your modslist, i see some candidates - Custom Stack Limits, Damage Indicator, everything that uses GUIAPI (probably outdated as heck codebase, that).
When someone like me "magically" tells you what your cryptic crash report means, all i did was give your obfuscated class "um.c" to MCPBot or looked up the obfuscation in the MCP /conf/ files to get the "decrypted" classname, then look at the line in MCP sourcecode. NullPointerExceptions are usually easy to understand if you know what you are looking for.
EDIT:
I should clarify - you need to atleast be an amateur java developer to do this.
AS, thank you very much, very much appreciated. I did notice entity.renderer popped up but have no experience with java, I had no idea what to make of it. Same with the GUIAPI. I just recently added DamageIndicators so I'll uninstall that and try it, as well as other mods utilizing GUIAPI, and GUIAPI itself.
Sorry about all the pestering in your Ropes+ thread.
Again, thanks!!! +1 for you.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI don't see how this could be my Damage Indicators mod. I do no rendering at all to do with items, which is where the error is getting thrown at.
It looks like you are using 2.1.3, which was a bad version available for only 1 hour, and was quickly pulled, as it effected the other configs. Try an updated version.
Why might this happen? I can only think something in our world does not like gears or rope!
I was using 2.1.5 last night.
Arg, thanks for chiming in at least. I mean not to start a modder war! lol...Just going with the bits and pieces I get and can make out. Been researching this most of the afternoon. I've seen quite a few other people post the same instance of stack trace:
Nobody has received an answer in the few areas I find it via google! I've gonre as far as downloading MCP723 and looking into the config folder/files to try and understand what AS explained, but it's a bit more complicated than explained, lol. I searched all the excel files in said folder for "um.c" with no luck. I'm as lost as ever and this is driving me NUTS!
I'm off in about an hour and will finally be able to remove mods 1-by-1, logging in, crafting it, crashing, reboot server without mod, login, reboot server with mod again once proven it's not the cause, move on to next...To think, only 44 mods installed! I guess I can kiss my night goodbye.
Also, from the dates I've seen, this seems to more more of a recent problem, since around October this year, it started popping up.
I then moved the same mods and jar for the minecraft server to my ACTUAL server folder (replacing the old of course) and booted up, and logged in, hoping for the same results...Fail. Still cannot craft said items.
So I just got home from work and decided I'd take my minecraft world folder and place it in the test server that worked. I boot up, log in, and BOOM...can craft rope and gears in MY world!!!! So something must be FUBAR with a config file or a log file somewhere, that's my only guess. I'm going to play with it a bit more here and shall report back, in hopes this may help somebody else in the future.
I just wish I knew WHAT the problem was, instead of taking so much time for this work-around to get it working again.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumDid you copy over the config folder too?
YUP!!!! 100% has to do with a/the config file(s)!!! Just copied over ONLY config folder, and crashed! Backed up the newer configs, and I'm fine. Something happened to the configs at some point, must have been that darn 2.1.3? Thank you SO much for helping out and mentioning the configs. Only took me like 16 man-hours to figure out, lol.