Advertisement
Guest User

Untitled

a guest
May 25th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.77 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Everything's going to plan. No, really, that was supposed to happen.
  3.  
  4. Time: 25/05/16 9:29 AM
  5. Description: Exception preparing structure feature
  6.  
  7. java.lang.ExceptionInInitializerError
  8. at com.lordskittles.arcanemastery.core.world.VillagerCreationHandler.buildComponent(VillagerCreationHandler.java:46)
  9. at net.minecraftforge.fml.common.registry.VillagerRegistry.getVillageComponent(VillagerRegistry.java:129)
  10. at net.minecraft.world.gen.structure.StructureVillagePieces.findAndCreateComponentFactory(StructureVillagePieces.java:136)
  11. at net.minecraft.world.gen.structure.StructureVillagePieces.generateComponent(StructureVillagePieces.java:170)
  12. at net.minecraft.world.gen.structure.StructureVillagePieces.generateAndAddComponent(StructureVillagePieces.java:209)
  13. at net.minecraft.world.gen.structure.StructureVillagePieces.access$100(StructureVillagePieces.java:30)
  14. at net.minecraft.world.gen.structure.StructureVillagePieces$Village.getNextComponentNN(StructureVillagePieces.java:1667)
  15. at net.minecraft.world.gen.structure.StructureVillagePieces$Path.buildComponent(StructureVillagePieces.java:1382)
  16. at net.minecraft.world.gen.structure.MapGenVillage$Start.<init>(MapGenVillage.java:122)
  17. at net.minecraft.world.gen.structure.MapGenVillage.getStructureStart(MapGenVillage.java:88)
  18. at net.minecraft.world.gen.structure.MapGenStructure.recursiveGenerate(MapGenStructure.java:42)
  19. at net.minecraft.world.gen.MapGenBase.generate(MapGenBase.java:31)
  20. at net.minecraft.world.gen.ChunkProviderFlat.provideChunk(ChunkProviderFlat.java:148)
  21. at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:174)
  22. at net.minecraft.world.World.getChunkFromChunkCoords(World.java:349)
  23. at net.minecraft.world.World.getChunkFromBlockCoords(World.java:341)
  24. at net.minecraft.world.World.getBlockState(World.java:906)
  25. at net.minecraft.world.World.isAirBlock(World.java:266)
  26. at net.minecraft.world.World.getGroundAboveSeaLevel(World.java:239)
  27. at net.minecraft.world.WorldProvider.canCoordinateBeSpawn(WorldProvider.java:85)
  28. at net.minecraft.world.WorldServer.createSpawnPosition(WorldServer.java:990)
  29. at net.minecraft.world.WorldServer.initialize(WorldServer.java:909)
  30. at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:87)
  31. at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:123)
  32. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:494)
  33. at java.lang.Thread.run(Thread.java:745)
  34. Caused by: java.lang.IllegalArgumentException: Cannot set property PropertyEnum{name=variant, clazz=class net.minecraft.block.BlockPlanks$EnumType, values=[oak, spruce, birch, jungle, acacia, dark_oak]} as it does not exist in BlockStateContainer{block=minecraft:log, properties=[axis, variant]}
  35. at net.minecraft.block.state.BlockStateContainer$StateImplementation.withProperty(BlockStateContainer.java:211)
  36. at com.lordskittles.arcanemastery.core.world.gen.structure.ComponentArcaneTower.<clinit>(ComponentArcaneTower.java:40)
  37. ... 26 more
  38.  
  39.  
  40. A detailed walkthrough of the error, its code path and all known details is as follows:
  41. ---------------------------------------------------------------------------------------
  42.  
  43. -- Head --
  44. Thread: Server thread
  45. Stacktrace:
  46. at com.lordskittles.arcanemastery.core.world.VillagerCreationHandler.buildComponent(VillagerCreationHandler.java:46)
  47. at net.minecraftforge.fml.common.registry.VillagerRegistry.getVillageComponent(VillagerRegistry.java:129)
  48. at net.minecraft.world.gen.structure.StructureVillagePieces.findAndCreateComponentFactory(StructureVillagePieces.java:136)
  49. at net.minecraft.world.gen.structure.StructureVillagePieces.generateComponent(StructureVillagePieces.java:170)
  50. at net.minecraft.world.gen.structure.StructureVillagePieces.generateAndAddComponent(StructureVillagePieces.java:209)
  51. at net.minecraft.world.gen.structure.StructureVillagePieces.access$100(StructureVillagePieces.java:30)
  52. at net.minecraft.world.gen.structure.StructureVillagePieces$Village.getNextComponentNN(StructureVillagePieces.java:1667)
  53. at net.minecraft.world.gen.structure.StructureVillagePieces$Path.buildComponent(StructureVillagePieces.java:1382)
  54. at net.minecraft.world.gen.structure.MapGenVillage$Start.<init>(MapGenVillage.java:122)
  55. at net.minecraft.world.gen.structure.MapGenVillage.getStructureStart(MapGenVillage.java:88)
  56.  
  57. -- Feature being prepared --
  58. Details:
  59. Is feature chunk: True
  60. Chunk location: 6,4
  61. Chunk pos hash: 17179869190
  62. Structure type: net.minecraft.world.gen.structure.MapGenVillage
  63. Stacktrace:
  64. at net.minecraft.world.gen.structure.MapGenStructure.recursiveGenerate(MapGenStructure.java:42)
  65. at net.minecraft.world.gen.MapGenBase.generate(MapGenBase.java:31)
  66. at net.minecraft.world.gen.ChunkProviderFlat.provideChunk(ChunkProviderFlat.java:148)
  67.  
  68. -- Chunk to be generated --
  69. Details:
  70. Location: -2,3
  71. Position hash: 17179869182
  72. Generator: net.minecraft.world.gen.ChunkProviderFlat@4157aaf7
  73. Stacktrace:
  74. at net.minecraft.world.gen.ChunkProviderServer.provideChunk(ChunkProviderServer.java:174)
  75. at net.minecraft.world.World.getChunkFromChunkCoords(World.java:349)
  76. at net.minecraft.world.World.getChunkFromBlockCoords(World.java:341)
  77. at net.minecraft.world.World.getBlockState(World.java:906)
  78. at net.minecraft.world.World.isAirBlock(World.java:266)
  79. at net.minecraft.world.World.getGroundAboveSeaLevel(World.java:239)
  80. at net.minecraft.world.WorldProvider.canCoordinateBeSpawn(WorldProvider.java:85)
  81. at net.minecraft.world.WorldServer.createSpawnPosition(WorldServer.java:990)
  82.  
  83. -- Affected level --
  84. Details:
  85. Level name: New World
  86. All players: 0 total; []
  87. Chunk stats: ServerChunkCache: 0 Drop: 0
  88. Level seed: 7433052292816240839
  89. Level generator: ID 01 - flat, ver 0. Features enabled: true
  90. Level generator options:
  91. Level spawn location: World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  92. Level time: 0 game time, 0 day time
  93. Level dimension: 0
  94. Level storage version: 0x04ABD - Anvil
  95. Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  96. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  97. Stacktrace:
  98. at net.minecraft.world.WorldServer.initialize(WorldServer.java:909)
  99. at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:87)
  100. at net.minecraft.server.integrated.IntegratedServer.startServer(IntegratedServer.java:123)
  101. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:494)
  102. at java.lang.Thread.run(Thread.java:745)
  103.  
  104. -- System Details --
  105. Details:
  106. Minecraft Version: 1.9.4
  107. Operating System: Windows 10 (amd64) version 10.0
  108. Java Version: 1.8.0_66, Oracle Corporation
  109. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  110. Memory: 1053927696 bytes (1005 MB) / 1514668032 bytes (1444 MB) up to 3625975808 bytes (3458 MB)
  111. JVM Flags: 0 total;
  112. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  113. FML: MCP 9.28 Powered by Forge 12.17.0.1910 4 mods loaded, 4 mods active
  114. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  115. UCHIJAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  116. UCHIJAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.9.4-12.17.0.1910-1.9.4.jar)
  117. UCHIJAA Forge{12.17.0.1910} [Minecraft Forge] (forgeSrc-1.9.4-12.17.0.1910-1.9.4.jar)
  118. UCHIJAA arcanemastery{1.0.0.0} [Arcane Mastery] (forge)
  119. Loaded coremods (and transformers):
  120. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  121. Profiler Position: N/A (disabled)
  122. Player Count: 0 / 8; []
  123. Type: Integrated Server (map_client.txt)
  124. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement