Stránka 1 z 1

Forestry / Extra bees error

Napsal: 10 črc 2015, 15:56
od MoonDroper
Server: 93.91.250.139:27312

Zdravím,

chtěl bych se zeptat, jestli nevíte, jak vyřešit následující error:

Spoiler: zobrazit

Kód: Vybrat vše

---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 10.7.15 15:47
Description: Initializing game

java.lang.NullPointerException: Initializing game
   at forestry.apiculture.genetics.BeeDefinition.getTemplate(BeeDefinition.java:1002)
   at forestry.apiculture.genetics.BeeHelper.getDefaultTemplate(BeeHelper.java:225)
   at binnie.extrabees.genetics.ExtraBeesSpecies.getDefaultTemplate(ExtraBeesSpecies.java:422)
   at binnie.extrabees.genetics.ExtraBeesSpecies.doInit(ExtraBeesSpecies.java:465)
   at binnie.extrabees.genetics.ModuleGenetics.init(ModuleGenetics.java:40)
   at binnie.core.AbstractMod.init(AbstractMod.java:137)
   at binnie.extrabees.ExtraBees.init(ExtraBees.java:53)
   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:532)
   at sun.reflect.GeneratedMethodAccessor5.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:212)
   at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
   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:119)
   at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
   at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
   at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)
   at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
   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 forestry.apiculture.genetics.BeeDefinition.getTemplate(BeeDefinition.java:1002)
   at forestry.apiculture.genetics.BeeHelper.getDefaultTemplate(BeeHelper.java:225)
   at binnie.extrabees.genetics.ExtraBeesSpecies.getDefaultTemplate(ExtraBeesSpecies.java:422)
   at binnie.extrabees.genetics.ExtraBeesSpecies.doInit(ExtraBeesSpecies.java:465)
   at binnie.extrabees.genetics.ModuleGenetics.init(ModuleGenetics.java:40)
   at binnie.core.AbstractMod.init(AbstractMod.java:137)
   at binnie.extrabees.ExtraBees.init(ExtraBees.java:53)
   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:532)
   at sun.reflect.GeneratedMethodAccessor5.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:212)
   at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
   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:119)
   at cpw.mods.fml.common.Loader.initializeMods(Loader.java:737)
   at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:311)
   at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:552)

-- Initialization --
Details:
Stacktrace:
   at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
   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)

-- System Details --
Details:
   Minecraft Version: 1.7.10
   Operating System: Windows 8.1 (amd64) version 6.3
   Java Version: 1.8.0_45, Oracle Corporation
   Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
   Memory: 291180424 bytes (277 MB) / 833945600 bytes (795 MB) up to 1060372480 bytes (1011 MB)
   JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
   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.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1448 54 mods loaded, 54 mods active
   States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
   UCHI   mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
   UCHI   FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
   UCHI   Forge{10.13.4.1448} [Minecraft Forge] (forge-1.7.10-10.13.4.1448-1.7.10.jar)
   UCHI   appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
   UCHI   CodeChickenCore{1.0.7.46} [CodeChicken Core] (minecraft.jar)
   UCHI   NotEnoughItems{1.0.5.111} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.111-universal.jar)
   UCHI   <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
   UCHI   appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
   UCHI   BiblioCraft{1.10.4} [BiblioCraft] (BiblioCraft[v1.10.4][MC1.7.10].jar)
   UCHI   BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1364-universal.jar)
   UCHI   BiblioWoodsBoP{1.9} [BiblioWoods Biomes O'Plenty Edition] (BiblioWoods[BiomesOPlenty][v1.9].jar)
   UCHI   ExtrabiomesXL{3.16.2} [ExtrabiomesXL] (extrabiomesxl_1.7.10-3.16.2.jar)
   UCHI   BiblioWoodsEBXL{1.4} [BiblioWoods ExtraBiomesXL Edition] (BiblioWoods[ExtraBiomesXL][v1.4].jar)
   UCHI   IC2{2.2.747-experimental} [IndustrialCraft 2] (industrialcraft-2-2.2.747-experimental.jar)
   UCHI   CoFHCore{1.7.10R3.0.3B2} [CoFH Core] (CoFHCore-[1.7.10]3.0.3B2-294.jar)
   UCHI   BuildCraft|Core{7.0.13} [BuildCraft] (buildcraft-7.0.13.jar)
   UCHE   Forestry{3.6.2.19} [Forestry for Minecraft] (forestry_1.7.10-3.6.2.19.jar)
   UCHI   BiblioWoodsForestry{1.7} [BiblioWoods Forestry Edition] (BiblioWoods[Forestry][v1.7].jar)
   UCHE   BinnieCore{2.0-pre14} [Binnie Core] (binnie-mods-2.0-pre14.jar)
   UCHI   Botany{2.0-pre14} [Botany] (binnie-mods-2.0-pre14.jar)
   UCHE   ExtraBees{2.0-pre14} [Extra Bees] (binnie-mods-2.0-pre14.jar)
   UCHI   ExtraTrees{2.0-pre14} [Extra Trees] (binnie-mods-2.0-pre14.jar)
   UCHI   Genetics{2.0-pre14} [Genetics] (binnie-mods-2.0-pre14.jar)
   UCHI   BuildCraft|Silicon{7.0.13} [BC Silicon] (buildcraft-7.0.13.jar)
   UCHI   BuildCraft|Transport{7.0.13} [BC Transport] (buildcraft-7.0.13.jar)
   UCHI   BuildCraft|Builders{7.0.13} [BC Builders] (buildcraft-7.0.13.jar)
   UCHI   BuildCraft|Robotics{7.0.13} [BC Robotics] (buildcraft-7.0.13.jar)
   UCHI   BuildCraft|Energy{7.0.13} [BC Energy] (buildcraft-7.0.13.jar)
   UCHI   BuildCraft|Factory{7.0.13} [BC Factory] (buildcraft-7.0.13.jar)
   UCHI   ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-universal.jar)
   UCHI   EnderStorage{1.4.7.36} [EnderStorage] (EnderStorage-1.7.10-1.4.7.36-universal.jar)
   UCHI   ThermalFoundation{1.7.10R1.2.0B1} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0B1-95.jar)
   UCHI   ExtraUtilities{1.2.8} [Extra Utilities] (extrautilities-1.2.8.jar)
   UCHI   FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar)
   UCHE   Railcraft{9.6.1.0} [Railcraft] (Railcraft_1.7.10-9.6.1.0.jar)
   UCHI   ThermalExpansion{1.7.10R4.0.2B2} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.2B2-210.jar)
   UCHE   gregtech{MC1710} [GregTech] (gregtech_1.7.10-5.07.07.jar)
   UCHI   GemBlocksForGreg{1.5.0} [GemBlocksForGreg] (GemBlocksForGreg-1.5.0.jar)
   UCHI   GraviSuite{1.7.10-2.0.3} [Graviation Suite] (GraviSuite-1.7.10-2.0.3.jar)
   UCHI   IC2NuclearControl{2.2.5a-GoingForTheKill} [Nuclear Control 2] (IC2NuclearControl-2.2.5a-GoingForTheKill.jar)
   UCHI   ImmibisCore{59.1.1} [Immibis Core] (immibis-core-59.1.1.jar)
   UCHI   Waila{1.5.10} [Waila] (Waila-1.5.10_1.7.10.jar)
   UCHI   JABBA{1.2.1} [JABBA] (Jabba-1.2.1a_1.7.10.jar)
   UCHI   journeymap{@JMVERSION@} [JourneyMap] (journeymap-1.7.10-5.1.0-unlimited.jar)
   UCHI   LogisticsPipes{0.9.1.15} [Logistics Pipes] (logisticspipes-0.9.1.15.jar)
   UCHI   Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar)
   UCHI   NEIAddons{1.12.10.33} [NEI Addons] (neiaddons-1.12.10.33-mc1.7.10.jar)
   UCHI   NEIAddons|AppEng{1.12.10.33} [NEI Addons: Applied Energistics 2] (neiaddons-1.12.10.33-mc1.7.10.jar)
   UCHI   NEIAddons|Botany{1.12.10.33} [NEI Addons: Botany] (neiaddons-1.12.10.33-mc1.7.10.jar)
   UCHI   NEIAddons|Forestry{1.12.10.33} [NEI Addons: Forestry] (neiaddons-1.12.10.33-mc1.7.10.jar)
   UCHI   NEIAddons|CraftingTables{1.12.10.33} [NEI Addons: Crafting Tables] (neiaddons-1.12.10.33-mc1.7.10.jar)
   UCHI   NEIAddons|ExNihilo{1.12.10.33} [NEI Addons: Ex Nihilo] (neiaddons-1.12.10.33-mc1.7.10.jar)
   UCHI   neiintegration{1.0.11} [NEI Integration] (NEIIntegration-MC1.7.10-1.0.11.jar)
   UCHI   RedLogic{59.1.11} [RedLogic] (redlogic-59.1.11.jar)
   GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 353.30' Renderer: 'GeForce GTX 770/PCIe/SSE2'
   AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
   CoFHCore: -[1.7.10]3.0.3B2-294
   ThermalFoundation: -[1.7.10]1.2.0B1-95
   ThermalExpansion: -[1.7.10]4.0.2B2-210
   Mantle Environment: Environment healthy.
   Launched Version: 1.7.10-Forge10.13.4.1448-1.7.10
   LWJGL: 2.9.1
   OpenGL: GeForce GTX 770/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.30, NVIDIA Corporation
   GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.

   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: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
   Anisotropic Filtering: Off (1)


Moc děkuji za případnou pomoc,
MoonDroper

Re: Forestry / Extra bees error

Napsal: 11 črc 2015, 08:09
od xenom
to ti dělá vždy když dáš play?

Re: Forestry / Extra bees error

Napsal: 11 črc 2015, 09:18
od MoonDroper
Ano..

Re: Forestry / Extra bees error

Napsal: 12 črc 2015, 13:01
od Hanakocz
Zkus třeba to Forestry aktualizovat. Máš 3.6.2.9, ofiko vydaná verze je už 3.6.2.19 http://jenkins.ic2.player.to/job/Forestry/ a dev verze je 3.7.0.629 http://jenkins.ic2.player.to/job/Forestry_Dev/
Ty dev verze se dají taky hrát.
Pokud ti to nadále bude házet chybu, piš to sem (anglicky, s crash logama) -> https://github.com/ForestryMC/ForestryMC/ -> vpravo jsou ISSUES, tam si najdi, pokud to někdo řešil, případně založ novou.
Forestry je hodně aktivně vyvíjené, nemám obavy, že by to již nebylo opravené/že to neumí rychle opravit