---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!
Time: 12/28/17 9:34 AM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
at vazkii.botania.client.model.GunModel.<init>(GunModel.java:42)
at vazkii.botania.client.core.handler.MiscellaneousIcons.onModelBake(MiscellaneousIcons.java:95)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_209_MiscellaneousIcons_onModelBake_ModelBakeEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.client.ForgeHooksClient.onModelBake(ForgeHooksClient.java:371)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:30)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
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 --
Thread: Client thread
Stacktrace:
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
at vazkii.botania.client.model.GunModel.<init>(GunModel.java:42)
at vazkii.botania.client.core.handler.MiscellaneousIcons.onModelBake(MiscellaneousIcons.java:95)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_209_MiscellaneousIcons_onModelBake_ModelBakeEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.client.ForgeHooksClient.onModelBake(ForgeHooksClient.java:371)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:30)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
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.12.2
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: 1095393320 bytes (1044 MB) / 1677721600 bytes (1600 MB) up to 3221225472 bytes (3072 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.1.2555 38 mods loaded, 38 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
Launched Version: 1.12.2-forge1.12.2-14.23.1.2555
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 3000 GL version 3.1.0 - Build 9.17.10.4459, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
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)
CPU: 8x Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
Minecraft Forums,
I have installed some 1.12.2 mods and 1.12.2 forge, I have put in 3G's of RAM, and I can"t figure out what the problem is.
_________________________________________________________________________________________________________________________
Here is the crash report:
---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!
Time: 12/28/17 9:34 AM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
at vazkii.botania.client.model.GunModel.<init>(GunModel.java:42)
at vazkii.botania.client.core.handler.MiscellaneousIcons.onModelBake(MiscellaneousIcons.java:95)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_209_MiscellaneousIcons_onModelBake_ModelBakeEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.client.ForgeHooksClient.onModelBake(ForgeHooksClient.java:371)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:30)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
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 --
Thread: Client thread
Stacktrace:
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
at vazkii.botania.client.model.GunModel.<init>(GunModel.java:42)
at vazkii.botania.client.core.handler.MiscellaneousIcons.onModelBake(MiscellaneousIcons.java:95)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_209_MiscellaneousIcons_onModelBake_ModelBakeEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179)
at net.minecraftforge.client.ForgeHooksClient.onModelBake(ForgeHooksClient.java:371)
at net.minecraft.client.renderer.block.model.ModelManager.func_110549_a(ModelManager.java:30)
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110542_a(SimpleReloadableResourceManager.java:121)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:512)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
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.12.2
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: 1095393320 bytes (1044 MB) / 1677721600 bytes (1600 MB) up to 3221225472 bytes (3072 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=16M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.1.2555 38 mods loaded, 38 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:----- |:------------------- |:----------------- |:--------------------------------------------- |:---------------------------------------- |
| UCH | minecraft | 1.12.2 | minecraft.jar | None |
| UCH | mcp | 9.42 | minecraft.jar | None |
| UCH | FML | 8.0.99.99 | forge-1.12.2-14.23.1.2555.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH | forge | 14.23.1.2555 | forge-1.12.2-14.23.1.2555.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH | mercurius_updater | 1.0 | MercuriusUpdater-1.12.2.jar | None |
| UCH | appliedenergistics2 | rv5-stable-3 | appliedenergistics2-rv5-stable-3.jar | None |
| UCH | baubles | 1.5.1 | Baubles-1.12-1.5.1.jar | None |
| UCH | bibliocraft | 2.4.3 | BiblioCraft[v2.4.3][MC1.12.0].jar | None |
| UCH | botania | r1.10-352 | Botania r1.10-352.jar | None |
| UCH | buildcraftlib | 7.99.13 | buildcraft-7.99.13.jar | None |
| UCH | buildcraftcore | 7.99.13 | buildcraft-7.99.13.jar | None |
| UCH | buildcraftbuilders | 7.99.13 | buildcraft-7.99.13.jar | None |
| UCH | buildcraftenergy | 7.99.13 | buildcraft-7.99.13.jar | None |
| UCH | buildcraftfactory | 7.99.13 | buildcraft-7.99.13.jar | None |
| UCH | buildcraftrobotics | 7.99.13 | buildcraft-7.99.13.jar | None |
| UCH | buildcraftsilicon | 7.99.13 | buildcraft-7.99.13.jar | None |
| UCH | buildcrafttransport | 7.99.13 | buildcraft-7.99.13.jar | None |
| UCH | chameleon | 1.12-4.1.3 | Chameleon-1.12-4.1.3.jar | None |
| UCH | chisel | MC1.12-0.1.1.24 | Chisel-MC1.12-0.1.1.24.jar | None |
| UCH | codechickenlib | 3.1.5.331 | CodeChickenLib-1.12.2-3.1.5.331-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH | cucumber | 1.0.3 | cucumber-1.12-1.0.3.jar | None |
| UCH | jei | 4.8.5.138 | jei_1.12.2-4.8.5.138.jar | None |
| UCH | mantle | 1.12-1.3.1.21 | Mantle-1.12-1.3.1.21.jar | None |
| UCH | tconstruct | 1.12-2.8.1.49 | TConstruct-1.12-2.8.1.49.jar | None |
| UCH | extrautils2 | 1.0 | extrautils2-1.12-1.7.2.jar | None |
| UCH | zerocore | 1.12-0.1.1.0 | zerocore-1.12-0.1.1.0.jar | None |
| UCH | bigreactors | 1.12-0.4.5.44 | ExtremeReactors-1.12-0.4.5.44.jar | None |
| UCH | waila | 1.8.23 | Hwyla-1.8.23-B38_1.12.jar | None |
| UCH | ironchest | 1.12.2-7.0.34.820 | ironchest-1.12.2-7.0.34.820.jar | None |
| UCH | lucky | 7.5.0 | LuckyBlock-1.12.zip | None |
| UCH | mysticalagriculture | 1.6.7 | mysticalagriculture-1.12-1.6.7.jar | None |
| UCH | nei | 2.4.1 | NotEnoughItems-1.12.2-2.4.1.233-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| UCH | storagedrawers | 1.12-5.2.5 | StorageDrawers-1.12.1-5.3.3.jar | None |
| UCH | veinminer | 0.38.1 | VeinMiner-1.12-0.38.1.639+134fb1e.jar | None |
| UCH | veinminermodsupport | 0.38.1 | VeinMiner-1.12-0.38.1.639+134fb1e.jar | None |
| UCH | wailaharvestability | 1.1.12 | WailaHarvestability-mc1.12-1.1.12.jar | None |
| UCH | wawla | 2.5.247 | Wawla-1.12.2-2.5.247.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
| UCH | worldedit | 6.1.8 | worldedit-forge-mc1.12-6.1.8-dist.jar | None |
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel' Version: '3.1.0 - Build 9.17.10.4459' Renderer: 'Intel(R) HD Graphics 3000'
AE2 Version: stable rv5-stable-3 for Forge 14.23.1.2554
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- wailaIntegration (Enabled/Not Forced)
Launched Version: 1.12.2-forge1.12.2-14.23.1.2555
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 3000 GL version 3.1.0 - Build 9.17.10.4459, Intel
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: Yes
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)
CPU: 8x Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
_________________________________________________________________________________________________________________________
This is the log:
[09:33:45] [main/INFO]: Setting user: Unknown
[09:33:56] [main/INFO]: LWJGL Version: 2.9.4
[09:34:22] [main/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:mercurius_updater, FMLFileResourcePack:Applied Energistics 2, FMLFileResourcePack:Baubles, FMLFileResourcePack:BiblioCraft, FMLFileResourcePack:Botania, FMLFileResourcePack:BC Builders, FMLFileResourcePack:BuildCraft, FMLFileResourcePack:BC Energy, FMLFileResourcePack:BC Factory, FMLFileResourcePack:BuildCraft Lib, FMLFileResourcePack:BC Robotics, FMLFileResourcePack:BC Silicon, FMLFileResourcePack:BC Transport, FMLFileResourcePack:Chameleon, FMLFileResourcePack:Chisel, FMLFileResourcePack:CodeChicken Lib, FMLFileResourcePack:Cucumber, FMLFileResourcePack:Extra Utilities 2, FMLFileResourcePack:Extreme Reactors, FMLFileResourcePack:Waila, FMLFileResourcePack:Iron Chest, FMLFileResourcePack:Just Enough Items, FMLFileResourcePack:Lucky Block, FMLFileResourcePack:Mantle, FMLFileResourcePack:Mystical Agriculture, FMLFileResourcePack:Not Enough Items, FMLFileResourcePack:Storage Drawers, FMLFileResourcePack:Tinkers' Construct, FMLFileResourcePack:Vein Miner, FMLFileResourcePack:Mod Support, FMLFileResourcePack:Waila Harvestability, FMLFileResourcePack:What Are We Looking At, FMLFileResourcePack:WorldEdit, FMLFileResourcePack:Zero CORE
[09:34:48] [Sound Library Loader/INFO]: Starting up SoundSystem...
_________________________________________________________________________________________________________________________
I have no idea why my sound system wouldn't work. If I could get any help that would be great.
Thank You,
JayfireTheCat
remove botania
I do live support at:
https://minecraftirc.net/minecrafthelp/landing/
https://discordapp.com/invite/minecraft
My discord: Greymagic27#4493
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumTry with forge version 2575 and retry?
I am out. If you want to contact me, send me a mail, or a tweet.
contact me
contact [at] augitesoul [dot] fr
https://twitter.com/luoSetiguA
I do vaporwave aesthetics, and soon audio creations.
l'oeil, l'image
l'ouïe, le son
Sounds from a future that does not exist yet. Results of arbitrary code execution into a living computing matrix, turned into sounds...
https://nouveaudossier.bandcamp.com
https://soundcloud.com/nouveaudossier