Cronosus

crash chisel2 - 2.3.5.31

Feb 13th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.31 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I blame Dinnerbone.
  3.  
  4. Time: 2/13/15 7:08 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NullPointerException: Cannot add variation in group RCAbyssalBlock for null block.
  8.     at com.cricketcraft.chisel.carving.Carving.addVariation(Carving.java:152)
  9.     at com.cricketcraft.chisel.Features$62.addBlocks(Features.java:1792)
  10.     at com.cricketcraft.chisel.Features.loadBlocks(Features.java:2526)
  11.     at com.cricketcraft.chisel.Features.preInit(Features.java:2595)
  12.     at com.cricketcraft.chisel.Chisel.preInit(Chisel.java:117)
  13.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  14.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  15.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  16.     at java.lang.reflect.Method.invoke(Method.java:606)
  17.     at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  18.     at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  19.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20.     at java.lang.reflect.Method.invoke(Method.java:606)
  21.     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  22.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  23.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  24.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  25.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  26.     at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
  27.     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  28.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  30.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  31.     at java.lang.reflect.Method.invoke(Method.java:606)
  32.     at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  33.     at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  34.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  35.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  36.     at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  37.     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
  38.     at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
  39.     at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
  40.     at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:319)
  41.     at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:170)
  42.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620)
  43.     at java.lang.Thread.run(Thread.java:745)
  44.  
  45.  
  46. A detailed walkthrough of the error, its code path and all known details is as follows:
  47. ---------------------------------------------------------------------------------------
  48.  
  49. -- System Details --
  50. Details:
  51.     Minecraft Version: 1.7.10
  52.     Operating System: Linux (amd64) version 2.6.32-042stab093.4
  53.     Java Version: 1.7.0_65, Oracle Corporation
  54.     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  55.     Memory: 6672431832 bytes (6363 MB) / 7462518784 bytes (7116 MB) up to 7462518784 bytes (7116 MB)
  56.     JVM Flags: 17 total; -Xmx7G -Xms7G -Xmn512m -XX:PermSize=1024m -XX:MaxPermSize=4096M -XX:TargetSurvivorRatio=80 -XX:MaxTenuringThreshold=15 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=40 -XX:GCPauseIntervalMillis=150 -XX:+AggressiveOpts -XX:+TieredCompilation -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:CompileThreshold=1000
  57.     AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  58.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  59.     FML: ~~ERROR~~ NullPointerException: null
  60.     AE2 Version: beta rv2-beta-8 for Forge 10.13.2.1230
  61.     Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: bukkit
  62.     TConstruct Environment: Environment healthy.
  63.     Profiler Position: N/A (disabled)
  64.     Is Modded: Definitely; Server brand changed to 'cauldron,craftbukkit,mcpc,fml,forge'
  65.     Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment