Posts by Manuepolis23
-
-
-
the important fact is that it GENERATES!
-
so v0.6 has worldgen? and it is ok?
-
-
-
now it's ok,thanks
-
-
---- Minecraft Crash Report ----
// Quite honestly, I wouldn't worry myself about that.Time: 11/4/14 3:40 PM
Description: Unexpected errorjava.lang.NullPointerException: Unexpected error
at com.chrislikesbirds.mod.TickHandler.onRenderTick(TickHandler.java:141)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_115_TickHandler_onRenderTick_RenderTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickStart(FMLCommonHandler.java:335)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:988)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
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 com.chrislikesbirds.mod.TickHandler.onRenderTick(TickHandler.java:141)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_115_TickHandler_onRenderTick_RenderTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Manuepolis23'/45, l='MpServer', x=354.50, y=5.62, z=474.50]]
Chunk stats: MultiplayerChunkCache: 169, 178
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (345,4,477), Chunk: (at 9,0,13 in 21,29; contains blocks 336,0,464 to 351,255,479), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 11225 game time, 11225 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 13 total; [EntityPig['Pig'/34, l='MpServer', x=406.22, y=4.00, z=505.78], EntityPig['Pig'/35, l='MpServer', x=409.50, y=4.00, z=505.50], EntityChicken['Chicken'/32, l='MpServer', x=392.50, y=4.00, z=395.50], EntityPig['Pig'/33, l='MpServer', x=402.03, y=4.00, z=505.03], EntityChicken['Chicken'/23, l='MpServer', x=309.50, y=4.00, z=469.50], EntityPig['Pig'/36, l='MpServer', x=407.81, y=4.00, z=504.19], EntityItem['item.item.egg'/25, l='MpServer', x=318.41, y=4.13, z=468.69], EntityChicken['Chicken'/24, l='MpServer', x=310.50, y=4.00, z=467.50], EntityChicken['Chicken'/27, l='MpServer', x=320.41, y=4.00, z=469.41], EntityChicken['Chicken'/26, l='MpServer', x=322.47, y=4.00, z=475.44], EntityClientPlayerMP['Manuepolis23'/45, l='MpServer', x=354.50, y=5.62, z=474.50], EntityItem['item.item.egg'/28, l='MpServer', x=321.88, y=4.13, z=473.19], EntityChicken['Chicken'/31, l='MpServer', x=391.50, y=4.00, z=395.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
it is not fixed -
---- Minecraft Crash Report ----
// My bad.Time: 11/3/14 10:02 PM
Description: Initializing gamejava.lang.IllegalArgumentException: The name carbon_mod:itemPhotovoltaicCell has been registered twice, for com.chrislikesbirds.ic2.PhotovoltaicCell@29fa90eb and com.chrislikesbirds.ic2.PhotovoltaicCellv2@14049d5.
at cpw.mods.fml.common.registry.FMLControlledNamespacedRegistry.add(FMLControlledNamespacedRegistry.java:362)
at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:838)
at cpw.mods.fml.common.registry.GameData.registerItem(GameData.java:802)
at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:143)
at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:131)
at com.chrislikesbirds.mod.Init.registerItems(Init.java:483)
at com.chrislikesbirds.mod.Init.afterModsLoaded(Init.java:319)
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.GeneratedMethodAccessor4.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
at cpw.mods.fml.common.Loader.initializeMods(Loader.java:694)
at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) -
---- Minecraft Crash Report ----
// My bad.Time: 11/3/14 7:47 PM
Description: Unexpected errorjava.lang.NullPointerException: Unexpected error
at com.chrislikesbirds.mod.TickHandler.onRenderTick(TickHandler.java:141)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_107_TickHandler_onRenderTick_RenderTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onRenderTickStart(FMLCommonHandler.java:335)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:988)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
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 com.chrislikesbirds.mod.TickHandler.onRenderTick(TickHandler.java:141)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_107_TickHandler_onRenderTick_RenderTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Manuepolis23'/66, l='MpServer', x=575.11, y=5.62, z=-158.46]]
Chunk stats: MultiplayerChunkCache: 169, 178
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (579,4,-155), Chunk: (at 3,0,5 in 36,-10; contains blocks 576,0,-160 to 591,255,-145), Region: (1,-1; contains chunks 32,-32 to 63,-1, blocks 512,0,-512 to 1023,255,-1)
Level time: 12940 game time, 12940 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: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 30 total; [EntityClientPlayerMP['Manuepolis23'/66, l='MpServer', x=575.11, y=5.62, z=-158.46], EntityChicken['Chicken'/23, l='MpServer', x=502.50, y=4.00, z=-171.50], EntityChicken['Chicken'/25, l='MpServer', x=499.50, y=4.00, z=-168.50], EntityChicken['Chicken'/24, l='MpServer', x=499.50, y=4.00, z=-169.50], EntitySheep['Sheep'/27, l='MpServer', x=527.50, y=4.00, z=-124.50], EntityChicken['Chicken'/26, l='MpServer', x=497.50, y=4.00, z=-169.50], EntityHorse['Horse'/29, l='MpServer', x=535.50, y=4.00, z=-128.50], EntityHorse['Horse'/28, l='MpServer', x=522.89, y=4.00, z=-82.36], EntityHorse['Horse'/31, l='MpServer', x=530.63, y=4.00, z=-132.88], EntityHorse['Horse'/30, l='MpServer', x=539.50, y=4.00, z=-128.50], EntityPig['Pig'/35, l='MpServer', x=539.50, y=4.00, z=-79.50], EntityHorse['Horse'/32, l='MpServer', x=530.50, y=4.00, z=-127.50], EntityChicken['Chicken'/38, l='MpServer', x=577.50, y=4.00, z=-228.50], EntityChicken['Chicken'/39, l='MpServer', x=578.50, y=4.00, z=-231.50], EntityChicken['Chicken'/36, l='MpServer', x=585.50, y=4.00, z=-229.50], EntityChicken['Chicken'/37, l='MpServer', x=582.50, y=4.00, z=-231.50], EntitySheep['Sheep'/42, l='MpServer', x=629.94, y=4.00, z=-170.19], EntitySheep['Sheep'/43, l='MpServer', x=632.78, y=4.00, z=-170.50], EntityPig['Pig'/40, l='MpServer', x=623.50, y=4.00, z=-155.50], EntityChicken['Chicken'/41, l='MpServer', x=639.71, y=4.00, z=-161.64], EntitySheep['Sheep'/46, l='MpServer', x=633.22, y=4.00, z=-163.84], EntitySheep['Sheep'/47, l='MpServer', x=633.41, y=4.00, z=-161.75], EntitySheep['Sheep'/44, l='MpServer', x=631.50, y=4.00, z=-170.72], EntitySheep['Sheep'/45, l='MpServer', x=632.56, y=4.00, z=-167.23], EntityPig['Pig'/50, l='MpServer', x=625.91, y=4.00, z=-158.94], EntityPig['Pig'/49, l='MpServer', x=631.50, y=4.00, z=-156.50], EntityPig['Pig'/48, l='MpServer', x=623.40, y=4.00, z=-164.91], EntityHorse['Horse'/55, l='MpServer', x=640.69, y=4.00, z=-160.49], EntitySheep['Sheep'/57, l='MpServer', x=642.09, y=4.00, z=-153.03], EntityHorse['Horse'/56, l='MpServer', x=642.50, y=4.00, z=-158.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2433)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
at net.minecraft.client.main.Main.main(SourceFile:148)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
it is fixed? -
why is this add-on dead?