Botania

Botania

133M Downloads

client crash after playing with botania

Netzi opened this issue ยท 1 comments

commented

I got the following crash while trying to start client. Yesterday it was all fine and build and played some hours botania.

---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 12.07.16 09:24
Description: Initializing game

java.lang.NullPointerException: Initializing game
at vazkii.botania.client.gui.lexicon.GuiLexiconChallenge.getNotesKey(GuiLexiconChallenge.java:178)
at vazkii.botania.client.core.handler.PersistentVariableHelper.load(PersistentVariableHelper.java:91)
at vazkii.botania.client.core.proxy.ClientProxy.preInit(ClientProxy.java:197)
at vazkii.botania.common.Botania.preInit(Botania.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 vazkii.botania.client.gui.lexicon.GuiLexiconChallenge.getNotesKey(GuiLexiconChallenge.java:178)
at vazkii.botania.client.core.handler.PersistentVariableHelper.load(PersistentVariableHelper.java:91)
at vazkii.botania.client.core.proxy.ClientProxy.preInit(ClientProxy.java:197)
at vazkii.botania.common.Botania.preInit(Botania.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:532)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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.preinitializeMods(Loader.java:556)
at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

-- 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(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 664499232 bytes (633 MB) / 1672830976 bytes (1595 MB) up to 4241293312 bytes (4044 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn512M
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.1614 Optifine OptiFine_1.7.10_HD_U_D1 112 mods loaded, 102 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCH mcp{9.05} Minecraft Coder Pack
UCH FML{7.10.99.99} Forge Mod Loader
UCH Forge{10.13.4.1614} Minecraft Forge
UCH CodeChickenCore{1.0.7.47} CodeChicken Core
UCH NotEnoughItems{1.0.5.120} Not Enough Items
UCH OpenModsCore{0.9.1} OpenModsCore
UCH {000} CoFH ASM
UCH journeymap{4.0.1} JourneyMap
UCH koresample{1.7.10-1.3.0} Kore Sample
UCH dendrology{1.7.10-1.3.0} Ancient Trees
UCH animalsPlus{1.2} Animals+
UCH antiqueatlas{4.2.2-1.7.10} Antique Atlas
UCH AppleCore{1.1.0} AppleCore
UCH AutoSapling{1.0} AutoSapling
UCH Backpack{2.0.1} Backpack
UCH BetterFoliage{1.0.3} Better Foliage
UCH BiblioCraft{1.11.4} BiblioCraft
UCH BiomesOPlenty{2.1.0} Biomes O' Plenty
UCH BiblioWoodsBoP{1.9} BiblioWoods Biomes O'Plenty Edition
UCH ExtrabiomesXL{3.16.2} ExtrabiomesXL
UCH BiblioWoodsEBXL{1.4} BiblioWoods ExtraBiomesXL Edition
UCH Baubles{1.0.1.10} Baubles
UCH Thaumcraft{4.2.3.5} Thaumcraft
UCE Botania{r1.8-249} [Botania](Botania r1.8-249.jar)
UCH CoFHCore{1.7.10R3.1.2} CoFH Core
UCH BuildCraft|Core{7.1.16} BuildCraft
UCH BuildCraft|Builders{7.1.16} BC Builders
UCH BuildCraft|Transport{7.1.16} BC Transport
UCH BuildCraft|Energy{7.1.16} BC Energy
UCH BuildCraft|Silicon{7.1.16} BC Silicon
UCH BuildCraft|Robotics{7.1.16} BC Robotics
UCH BuildCraft|Factory{7.1.16} BC Factory
UCH CarpentersBlocks{3.3.7} [Carpenter's Blocks](Carpenter's Blocks v3.3.7 - MC 1.7.10.jar)
UCH TwilightForest{2.3.3} The Twilight Forest
UCH chisel{2.3.10.37} Chisel 2
UCH chocolateQuest{1.0} Chocolate Quest
UCH PTRModelLib{1.0.0} PTRModelLib
UCH props{2.3.2} Decocraft
UCH BrandonsCore{1.0.0.12} Brandon's Core
UCH DraconicEvolution{1.0.2g} Draconic Evolution
UCH DynamicLights{1.3.9} Dynamic Lights
UCH DynamicLights_onFire{1.0.5} Dynamic Lights Burning Entity Module
UCH DynamicLights_creepers{1.0.4} Dynamic Lights Creeper Module
UCH DynamicLights_dropItems{1.0.8} Dynamic Lights EntityItem Module
UCH DynamicLights_entityClasses{1.0.1} Dynamic Lights Entity Light Module
UCH DynamicLights_mobEquipment{1.0.8} Dynamic Lights Mob Equipment Light Module
UCH DynamicLights_flameArrows{1.0.0} Dynamic Lights Fiery Arrows Light Module
UCH DynamicLights_floodLights{1.0.2} Dynamic Lights Flood Light
UCH DynamicLights_otherPlayers{1.0.8} Dynamic Lights OtherPlayers Light Module
UCH DynamicLights_thePlayer{1.1.4} Dynamic Lights Player Light Module
UCH SlimevoidLib{2.0.4.7} Slimevoid Library
UCH DynamicTransport{0.1.2.0} Dynamic Transport
UCH EasyCrafting{1.7.10-2.0.1.16} Easy Crafting
UCH eplus{3.0.2-d} Enchanting Plus
UCH EnderStorage{1.4.7.38} EnderStorage
UCH extrabuttons{1.7.10.1} ExtraButtons
UCH ExtraUtilities{1.2.12} Extra Utilities
UCH farseek{1.0.11} Farseek
UCH GardenCore{1.7.10-1.6.3} Garden Core
UCH GardenContainers{1.7.10-1.6.3} Garden Containers
UCH GardenStuff{1.7.10-1.6.3} Garden Stuff
UCH GardenTrees{1.7.10-1.6.3} Garden Trees
UCH gravestonemod{1.7.2} GraveStone
UCH HopperDuctMod{1.3.2} Hopper Ducts
UCH ImmersiveEngineering{0.7.7} Immersive Engineering
UCH ImmibisCore{59.1.4} Immibis Core
UCH inventorytweaks{1.59-dev-152-cf6e263} Inventory Tweaks
UCH Waila{1.5.10} Waila
UCH JABBA{1.2.2} JABBA
UCH litwr{1.7.10-1.0.7} Life in the Woods: Renaissance
UCH LogisticsPipes{0.9.3.125} Logistics Pipes
UCH Mantle{1.7.10-0.3.2.jenkins191} Mantle
UCH MineFactoryReloaded{1.7.10R2.8.2B1} MineFactory Reloaded
UCH MineFactoryReloaded|CompatBuildCraft{1.7.10R2.8.2B1} MFR Compat: BuildCraft
UCH MineFactoryReloaded|CompatExtraBiomes{1.7.10R2.8.2B1} MFR Compat: ExtraBiomes
UCH MineFactoryReloaded|CompatForgeMicroblock{1.7.10R2.8.2B1} MFR Compat: ForgeMicroblock
UCH MineFactoryReloaded|CompatThaumcraft{1.7.10R2.8.2B1} MFR Compat: Thaumcraft
UCH TConstruct{1.7.10-1.8.8.build988} Tinkers' Construct
UCH MineFactoryReloaded|CompatTConstruct{1.7.10R2.8.2B1} MFR Compat: Tinkers' Construct
UCH MineFactoryReloaded|CompatTwilightForest{1.7.10R2.8.2B1} MFR Compat: TwilightForest
UCH MineFactoryReloaded|CompatVanilla{1.7.10R2.8.2B1} MFR Compat: Vanilla
UCH OpenMods{0.9.1} OpenMods
UCH OpenBlocks{1.5.1} OpenBlocks
UCH harvestcraft{1.7.10j} [Pam's HarvestCraft](Pam's HarvestCraft 1.7.10j.jar)
UCH plantmegapack{4.23} Plant Mega Pack
UCH RedstonePasteMod{1.6.2} Redstone Paste
UCH AS_Ruins{15.4} Ruins Spawning System
UCH simplerefinement{1.0} [Simple Refinement](SimpleRefinement-mc1.7.10-1.0 %281%29.jar)
UCH punt{1.7.10-10.13.0-16.1} Punt
UCH whitehall{1.7.10-10.13.0-16.1} Whitehall
UCH hoy{1.7.10-10.13.0-16.1} Hoy
UCH smallboats{1.7.10-10.13.0-16.1} SmallBoats (base)
UCH soundfilters{0.8_for_1.7.X} Sound Filters
UCH StorageDrawers{1.7.10-1.5.6} Storage Drawers
UCH StorageDrawersBop{1.7.10-1.0.1} Storage Drawers: Biomes O' Plenty Pack
UCH streams{0.1.2} Streams
UCH TMechworks{0.2.15.106} Tinkers' Mechworks
UCH UndergroundBiomes{0.7} Underground Biomes Constructs
UCH YALSM{2.1.3} Yet Another Leather Smelting Mod
UCH bspkrsCore{6.16} bspkrsCore
UCH HungerOverhaul{1.7.10-1.0.0.jenkins75} Hunger Overhaul
UCH VeganOption{0.1.1} The Vegan Option
UD MineFactoryReloaded|CompatAppliedEnergistics{1.7.10R2.8.2B1} MFR Compat: Applied Energistics
UD MineFactoryReloaded|CompatAtum{1.7.10R2.8.2B1} MFR Compat: Atum
UD MineFactoryReloaded|CompatBackTools{1.7.10R2.8.2B1} MFR Compat: BackTools
UD MineFactoryReloaded|CompatChococraft{1.7.10R2.8.2B1} MFR Compat: Chococraft
UD MineFactoryReloaded|CompatForestry{1.7.10R2.8.2B1} MFR Compat: Forestry
UD MineFactoryReloaded|CompatIC2{1.7.10R2.8.2B1} MFR Compat: IC2
UD MineFactoryReloaded|CompatProjRed{1.7.10R2.8.2B1} MFR Compat ProjectRed
UD MineFactoryReloaded|CompatRailcraft{1.7.10R2.8.2B1} MFR Compat: Railcraft
UD MineFactoryReloaded|CompatSufficientBiomes{1.7.10R2.8.2B1} MFR Compat: Sufficient Biomes
UD MineFactoryReloaded|CompatThermalExpansion{1.7.10R2.8.2B1} MFR Compat: Thermal Expansion
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13440 Compatibility Profile Context 16.200.1025.0' Renderer: 'AMD Radeon R9 200 Series'
OpenModsLib class transformers: [stencil_patches:FINISHED],[movement_callback:FINISHED],[map_gen_fix:FINISHED],[gl_capabilities_hook:FINISHED],[player_render_hook:FINISHED]
Class transformer null safety: all safe
CoFHCore: -[1.7.10]3.1.2-325
Mantle Environment: DO NOT REPORT THIS CRASH! Unsupported mods in environment: optifine
MineFactoryReloaded: -[1.7.10]2.8.2B1-188
TConstruct Environment: Environment healthy.
Stencil buffer state: Function set: GL30, pool: forge, bits: 8
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: AMD Radeon R9 200 Series GL version 4.5.13440 Compatibility Profile Context 16.200.1025.0, ATI Technologies Inc.
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: [Fanver_Modded_Universal.zip]
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)
OptiFine Version: OptiFine_1.7.10_HD_U_D1
Render Distance Chunks: 12
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
OpenGlVersion: 4.5.13440 Compatibility Profile Context 16.200.1025.0
OpenGlRenderer: AMD Radeon R9 200 Series
OpenGlVendor: ATI Technologies Inc.
CpuCount: 8 
commented

renamed the botania.cfg and the botania.dat to try and it works fine
minecraft starts and i can play again on the server
hmmm