Jump to content

1.7.2 crash with microblocks


piotref1

Recommended Posts

So.. I was playing on a few mods for around 1 hour. And after making a stack of glass covers nothing happened, but when i tried to place it.. Minecraft crashed and I can't open this world. I want to use multipart because it helps and with it I can make some nice things :D

 

Mods and versions:

-CodeChickenCore 1.7.2-rc1

-ForgeMultipart-1.7.2-1.1.0.268-universal

-Mantle-1.7.2-0.2.6

-NotEnoughItems-1.7.2-rc2

-TConstruct-1.7.2-1.6.0.a12

-Thaumcraft-1.7.2-4.1.1.10

-Baubles-1.7.2-1.0.0.9

-Forge 10.12.1.1061

 

 

Crash report:

 

 

---- Minecraft Crash Report ----

// I blame Dinnerbone.

 

Time: 26.04.14 16:43

Description: Registering texture

 

java.lang.NullPointerException: Registering texture

at scala.collection.mutable.ArrayOps$ofRef$.length$extension(ArrayOps.scala:114)

at scala.collection.mutable.ArrayOps$ofRef.length(ArrayOps.scala:114)

at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:32)

at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:108)

at codechicken.microblock.MicroMaterialRegistry$.loadIcons(MicroMaterialRegistry.scala:178)

at codechicken.microblock.handler.MicroblockEventHandler$.postTextureStitch(MicroblockEventHandler.scala:23)

at cpw.mods.fml.common.eventhandler.ASMEventHandler_68_MicroblockEventHandler$_postTextureStitch_Post.invoke(.dynamic)

at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)

at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)

at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPost(ForgeHooksClient.java:272)

at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:291)

at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90)

at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72)

at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92)

at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:566)

at com.thevoxelbox.voxelmap.VoxelMap.<init>(VoxelMap.java:44)

at com.thevoxelbox.voxelmap.ClientProxy.postInit(ClientProxy.java:15)

at com.thevoxelbox.voxelmap.VoxelMapMod.postInit(VoxelMapMod.java:37)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)

at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

at com.google.common.eventbus.EventBus.post(EventBus.java:267)

at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

at com.google.common.eventbus.EventBus.post(EventBus.java:267)

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:680)

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:268)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:525)

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:813)

at net.minecraft.client.main.Main.main(SourceFile:103)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

 

A detailed walkthrough of the error, its code path and all known details is as follows:

---------------------------------------------------------------------------------------

 

-- Head --

Stacktrace:

at scala.collection.mutable.ArrayOps$ofRef$.length$extension(ArrayOps.scala:114)

at scala.collection.mutable.ArrayOps$ofRef.length(ArrayOps.scala:114)

at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:32)

at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:108)

at codechicken.microblock.MicroMaterialRegistry$.loadIcons(MicroMaterialRegistry.scala:178)

at codechicken.microblock.handler.MicroblockEventHandler$.postTextureStitch(MicroblockEventHandler.scala:23)

at cpw.mods.fml.common.eventhandler.ASMEventHandler_68_MicroblockEventHandler$_postTextureStitch_Post.invoke(.dynamic)

at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)

at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)

at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPost(ForgeHooksClient.java:272)

at net.minecraft.client.renderer.texture.TextureMap.func_110571_b(TextureMap.java:291)

at net.minecraft.client.renderer.texture.TextureMap.func_110551_a(TextureMap.java:90)

 

-- Resource location being registered --

Details:

Resource location: minecraft:textures/atlas/blocks.png

Texture object class: net.minecraft.client.renderer.texture.TextureMap

Stacktrace:

at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(SourceFile:72)

at net.minecraft.client.renderer.texture.TextureManager.func_110549_a(SourceFile:136)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110544_b(SourceFile:104)

at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110541_a(SourceFile:92)

at net.minecraft.client.Minecraft.func_110436_a(Minecraft.java:566)

at com.thevoxelbox.voxelmap.VoxelMap.<init>(VoxelMap.java:44)

at com.thevoxelbox.voxelmap.ClientProxy.postInit(ClientProxy.java:15)

at com.thevoxelbox.voxelmap.VoxelMapMod.postInit(VoxelMapMod.java:37)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)

at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

at com.google.common.eventbus.EventBus.post(EventBus.java:267)

at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

at com.google.common.eventbus.EventBus.post(EventBus.java:267)

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:680)

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:268)

at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:525)

 

-- Initialization --

Details:

Stacktrace:

at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:813)

at net.minecraft.client.main.Main.main(SourceFile:103)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)

at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

 

-- System Details --

Details:

Minecraft Version: 1.7.2

Operating System: Windows 7 (x86) version 6.1

Java Version: 1.7.0_51, Oracle Corporation

Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

Memory: 115722056 bytes (110 MB) / 408289280 bytes (389 MB) up to 1037959168 bytes (989 MB)

JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G

AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

FML: MCP v9.01-pre FML v7.2.156.1060 Minecraft Forge 10.12.1.1060 14 mods loaded, 14 mods active

mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

FML{7.2.156.1060} [Forge Mod Loader] (forge-1.7.2-10.12.1.1060.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

Forge{10.12.1.1060} [Minecraft Forge] (forge-1.7.2-10.12.1.1060.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

CodeChickenCore{rc_} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

NotEnoughItems{rc_} [Not Enough Items] (NotEnoughItems-1.7.2-rc2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

TConstruct-Preloader{0.1.1} [Tinkers Corestruct] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

ForgeMultipart{1.1.0.268} [Forge Multipart] (ForgeMultipart-1.7.2-1.1.0.268-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

McMultipart{1.1.0.268} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.2-1.1.0.268-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

Mantle{1.7.2-124.8c69232} [Mantle] (Mantle-1.7.2-0.2.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

TConstruct{1.7.2-1.6.0.jenkins455} [Tinkers' Construct] (TConstruct-1.7.2-1.6.0.a12.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

Baubles{1.0.0.9} [baubles] (Baubles-1.7.2-1.0.0.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

Thaumcraft{4.1.1.10} [Thaumcraft] (Thaumcraft-1.7.2-4.1.1.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized

voxelmap{1.7.2} [VoxelMap] (voxelmap-1.7.2-1.0.jar) Unloaded->Constructed->Pre-initialized->Initialized

ForgeMicroblock{1.1.0.268} [Forge Microblocks] (ForgeMultipart-1.7.2-1.1.0.268-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized

Mantle Environment: Environment healthy.

TConstruct Environment: Environment healthy.

Launched Version: 1.7.2-Forge10.12.1.1060

LWJGL: 2.9.0

OpenGL: GeForce 9800 GT/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation

Is Modded: Definitely; Client brand changed to 'fml,forge'

Type: Client (map_client.txt)

Resource Packs: []

Current Language: English (US)

Profiler Position: N/A (disabled)

Vec3 Pool Size: ~~ERROR~~ NullPointerException: null

Anisotropic Filtering: Off (1)

 

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.



×
×
  • Create New...

Important Information

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