when i try to load up my block models it crashes the client, if it doesn't try to load them up then its fine and it has no problem loading up item textures however it crashes when loading up block models, this is in the editor, crash report:
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 5/20/15 3:08 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
at com.google.common.collect.StandardTable.put(StandardTable.java:139)
at com.google.common.collect.HashBasedTable.put(HashBasedTable.java:55)
at net.minecraftforge.fml.client.FMLClientHandler.trackBrokenTexture(FMLClientHandler.java:909)
at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:167)
at net.minecraft.client.renderer.texture.TextureMap.loadSprites(TextureMap.java:83)
at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:96)
at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(ModelManager.java:29)
at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:130)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:511)
at net.minecraft.client.Minecraft.run(Minecraft.java:356)
at net.minecraft.client.main.Main.main(Main.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
at GradleStart.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213)
at com.google.common.collect.StandardTable.put(StandardTable.java:139)
at com.google.common.collect.HashBasedTable.put(HashBasedTable.java:55)
at net.minecraftforge.fml.client.FMLClientHandler.trackBrokenTexture(FMLClientHandler.java:909)
at net.minecraft.client.renderer.texture.TextureMap.loadTextureAtlas(TextureMap.java:167)
at net.minecraft.client.renderer.texture.TextureMap.loadSprites(TextureMap.java:83)
at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:96)
at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(ModelManager.java:29)
at net.minecraft.client.resources.SimpleReloadableResourceManager.registerReloadListener(SimpleReloadableResourceManager.java:130)
at net.minecraft.client.Minecraft.startGame(Minecraft.java:511)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.run(Minecraft.java:356)
at net.minecraft.client.main.Main.main(Main.java:117)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
at GradleStart.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Linux (amd64) version 3.8.11
Java Version: 1.7.0_79, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 902063640 bytes (860 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.99.4.1410 Minecraft Forge 11.14.1.1410 4 mods loaded, 4 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
FML{8.99.4.1410} [Forge Mod Loader] (forgeSrc-1.8-11.14.1.1410.jar) Unloaded->Constructed->Pre-initialized
Forge{11.14.1.1410} [Minecraft Forge] (forgeSrc-1.8-11.14.1.1410.jar) Unloaded->Constructed->Pre-initialized
worldtrigger{1.0.0} [World Trigger] (tvgolds-mods) Unloaded->Constructed->Pre-initialized
Loaded coremods (and transformers):
GL info: ' Vendor: 'Intel Open Source Technology Center' Version: '3.0 Mesa 10.1.3' Renderer: 'Mesa DRI Intel® Haswell Mobile '
Launched Version: 1.8
LWJGL: 2.9.1
OpenGL: Mesa DRI Intel® Haswell Mobile GL version 3.0 Mesa 10.1.3, Intel Open Source Technology Center
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: No
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)