Skip to content

Instantly share code, notes, and snippets.

@Matthewacon
Created April 3, 2016 16:51
Show Gist options
  • Save Matthewacon/7e43cb684e513288dc09bc320c9f24e2 to your computer and use it in GitHub Desktop.
Save Matthewacon/7e43cb684e513288dc09bc320c9f24e2 to your computer and use it in GitHub Desktop.
java.lang.NoSuchMethodError: net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.getNameForObject(Ljava/lang/Object;)Lnet/minecraft/util/ResourceLocation;
at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:354) ~[StackHelper.class:?]
at mezz.jei.ItemRegistryFactory.addItemStack(ItemRegistryFactory.java:147) ~[ItemRegistryFactory.class:?]
at mezz.jei.ItemRegistryFactory.createItemRegistry(ItemRegistryFactory.java:58) ~[ItemRegistryFactory.class:?]
at mezz.jei.ProxyCommonClient.startJEI(ProxyCommonClient.java:151) ~[ProxyCommonClient.class:?]
at mezz.jei.ProxyCommonClient.onEntityJoinedWorld(ProxyCommonClient.java:136) ~[ProxyCommonClient.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_8_ProxyCommonClient_onEntityJoinedWorld_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140) [EventBus.class:?]
at net.minecraft.world.World.spawnEntityInWorld(World.java:1208) [World.class:?]
at net.minecraft.client.multiplayer.WorldClient.spawnEntityInWorld(WorldClient.java:208) [WorldClient.class:?]
at net.minecraft.client.Minecraft.loadWorld(Minecraft.java:2544) [Minecraft.class:?]
at net.minecraft.client.Minecraft.loadWorld(Minecraft.java:2449) [Minecraft.class:?]
at net.minecraft.client.network.NetHandlerPlayClient.handleJoinGame(NetHandlerPlayClient.java:297) [NetHandlerPlayClient.class:?]
at net.minecraft.network.play.server.SPacketJoinGame.processPacket(SPacketJoinGame.java:89) [SPacketJoinGame.class:?]
at net.minecraft.network.play.server.SPacketJoinGame.processPacket(SPacketJoinGame.java:13) [SPacketJoinGame.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15) [PacketThreadUtil$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_66]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_66]
at net.minecraft.util.Util.runTask(Util.java:23) [Util.class:?]
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1104) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:401) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
at GradleStart.main(GradleStart.java:26) [start/:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144) [idea_rt.jar:?]
[12:44:06] [Client thread/ERROR]: Index: 3 Listeners:
[12:44:06] [Client thread/ERROR]: 0: HIGHEST
[12:44:06] [Client thread/ERROR]: 1: ASM: net.minecraftforge.common.ForgeInternalHandler@7921a93 onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
[12:44:06] [Client thread/ERROR]: 2: NORMAL
[12:44:06] [Client thread/ERROR]: 3: ASM: mezz.jei.ProxyCommonClient@2b553f2e onEntityJoinedWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
[12:44:06] [Client thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError: net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.getNameForObject(Ljava/lang/Object;)Lnet/minecraft/util/ResourceLocation;
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_66]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_66]
at net.minecraft.util.Util.runTask(Util.java:24) [Util.class:?]
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1104) [Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:401) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
at GradleStart.main(GradleStart.java:26) [start/:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144) [idea_rt.jar:?]
Caused by: java.lang.NoSuchMethodError: net.minecraftforge.fml.common.registry.FMLControlledNamespacedRegistry.getNameForObject(Ljava/lang/Object;)Lnet/minecraft/util/ResourceLocation;
at mezz.jei.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:354) ~[StackHelper.class:?]
at mezz.jei.ItemRegistryFactory.addItemStack(ItemRegistryFactory.java:147) ~[ItemRegistryFactory.class:?]
at mezz.jei.ItemRegistryFactory.createItemRegistry(ItemRegistryFactory.java:58) ~[ItemRegistryFactory.class:?]
at mezz.jei.ProxyCommonClient.startJEI(ProxyCommonClient.java:151) ~[ProxyCommonClient.class:?]
at mezz.jei.ProxyCommonClient.onEntityJoinedWorld(ProxyCommonClient.java:136) ~[ProxyCommonClient.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_8_ProxyCommonClient_onEntityJoinedWorld_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:49) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140) ~[EventBus.class:?]
at net.minecraft.world.World.spawnEntityInWorld(World.java:1208) ~[World.class:?]
at net.minecraft.client.multiplayer.WorldClient.spawnEntityInWorld(WorldClient.java:208) ~[WorldClient.class:?]
at net.minecraft.client.Minecraft.loadWorld(Minecraft.java:2544) ~[Minecraft.class:?]
at net.minecraft.client.Minecraft.loadWorld(Minecraft.java:2449) ~[Minecraft.class:?]
at net.minecraft.client.network.NetHandlerPlayClient.handleJoinGame(NetHandlerPlayClient.java:297) ~[NetHandlerPlayClient.class:?]
at net.minecraft.network.play.server.SPacketJoinGame.processPacket(SPacketJoinGame.java:89) ~[SPacketJoinGame.class:?]
at net.minecraft.network.play.server.SPacketJoinGame.processPacket(SPacketJoinGame.java:13) ~[SPacketJoinGame.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15) ~[PacketThreadUtil$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_66]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_66]
at net.minecraft.util.Util.runTask(Util.java:23) ~[Util.class:?]
... 20 more
[12:44:06] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@6b7019ce[id=d348823b-3bf6-3a30-a0d3-4992821bb72f,name=Wurmcraft,properties={},legacy=false]
com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?]
at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]
at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?]
at net.minecraft.client.Minecraft.getProfileProperties(Minecraft.java:3038) [Minecraft.class:?]
at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:130) [SkinManager$3.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_66]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_66]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_66]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_66]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
[12:44:07] [Server thread/INFO]: Saving and pausing game...
[12:44:07] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[12:44:10] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[12:44:10] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[12:44:12] [Server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 6804ms behind, skipping 136 tick(s)
[12:44:15] [Server thread/INFO]: Stopping server
[12:44:15] [Server thread/INFO]: Saving players
[12:44:15] [Server thread/INFO]: Saving worlds
[12:44:15] [Server thread/INFO]: Saving chunks for level 'New World'/Overworld
[12:44:15] [Server thread/INFO]: Saving chunks for level 'New World'/Nether
[12:44:15] [Server thread/INFO]: Saving chunks for level 'New World'/The End
[12:44:16] [Server thread/INFO]: Unloading dimension 0
[12:44:16] [Server thread/INFO]: Unloading dimension -1
[12:44:16] [Server thread/INFO]: Unloading dimension 1
[12:44:16] [Server thread/INFO]: Applying holder lookups
[12:44:16] [Server thread/INFO]: Holder lookups applied
[12:44:16] [Client thread/FATAL]: Reported exception thrown!
net.minecraft.util.ReportedException: Ticking entity
at net.minecraft.world.World.updateEntities(World.java:1895) ~[World.class:?]
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1880) ~[Minecraft.class:?]
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1114) ~[Minecraft.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:401) [Minecraft.class:?]
at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
at GradleStart.main(GradleStart.java:26) [start/:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_66]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_66]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_66]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_66]
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144) [idea_rt.jar:?]
Caused by: java.lang.NullPointerException
at net.minecraft.client.entity.EntityPlayerSP.onLivingUpdate(EntityPlayerSP.java:908) ~[EntityPlayerSP.class:?]
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2159) ~[EntityLivingBase.class:?]
at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:252) ~[EntityPlayer.class:?]
at net.minecraft.client.entity.EntityPlayerSP.onUpdate(EntityPlayerSP.java:199) ~[EntityPlayerSP.class:?]
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2086) ~[World.class:?]
at net.minecraft.world.World.updateEntity(World.java:2051) ~[World.class:?]
at net.minecraft.world.World.updateEntities(World.java:1882) ~[World.class:?]
... 21 more
[12:44:16] [Client thread/INFO]: [net.minecraft.init.Bootstrap:printToSYSOUT:646]: ---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 03/04/16 12:44 PM
Description: Ticking entity
java.lang.NullPointerException: Ticking entity
at net.minecraft.client.entity.EntityPlayerSP.onLivingUpdate(EntityPlayerSP.java:908)
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2159)
at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:252)
at net.minecraft.client.entity.EntityPlayerSP.onUpdate(EntityPlayerSP.java:199)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2086)
at net.minecraft.world.World.updateEntity(World.java:2051)
at net.minecraft.world.World.updateEntities(World.java:1882)
at net.minecraft.client.Minecraft.runTick(Minecraft.java:1880)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1114)
at net.minecraft.client.Minecraft.run(Minecraft.java:401)
at net.minecraft.client.main.Main.main(Main.java:118)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
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:497)
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
at GradleStart.main(GradleStart.java:26)
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:497)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.entity.EntityPlayerSP.onLivingUpdate(EntityPlayerSP.java:908)
at net.minecraft.entity.EntityLivingBase.onUpdate(EntityLivingBase.java:2159)
at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:252)
at net.minecraft.client.entity.EntityPlayerSP.onUpdate(EntityPlayerSP.java:199)
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:2086)
at net.minecraft.world.World.updateEntity(World.java:2051)
-- Entity being ticked --
Details:
Entity Type: null (net.minecraft.client.entity.EntityPlayerSP)
Entity ID: 288
Entity Name: Wurmcraft
Entity's Exact location: 122.50, 70.00, 238.50
Entity's Block location: World: (122,70,238), Chunk: (at 10,4,14 in 7,14; contains blocks 112,0,224 to 127,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
at net.minecraft.world.World.updateEntities(World.java:1882)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Wurmcraft'/288, l='MpServer', x=122.50, y=70.00, z=238.50]]
Chunk stats: MultiplayerChunkCache: 164, 164
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (128,64,244), Chunk: (at 0,4,4 in 8,15; contains blocks 128,0,240 to 143,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 114 game time, 114 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: 64 total; [EntityPig['Pig'/128, l='MpServer', x=108.50, y=75.00, z=180.50], EntityWolf['Wolf'/129, l='MpServer', x=112.30, y=70.45, z=263.26], EntityWolf['Wolf'/130, l='MpServer', x=112.68, y=69.34, z=264.59], EntityWolf['Wolf'/131, l='MpServer', x=114.50, y=70.00, z=265.50], EntityWolf['Wolf'/132, l='MpServer', x=113.50, y=70.00, z=266.50], EntityWolf['Wolf'/133, l='MpServer', x=114.50, y=70.00, z=265.50], EntityWolf['Wolf'/134, l='MpServer', x=116.50, y=70.00, z=265.50], EntityWolf['Wolf'/135, l='MpServer', x=115.50, y=70.00, z=266.50], EntityWolf['Wolf'/136, l='MpServer', x=119.50, y=72.00, z=269.50], EntityPig['Pig'/146, l='MpServer', x=126.50, y=80.00, z=158.50], EntityPig['Pig'/147, l='MpServer', x=124.50, y=80.00, z=163.50], EntityPig['Pig'/148, l='MpServer', x=122.50, y=79.00, z=160.50], EntityPig['Pig'/149, l='MpServer', x=123.50, y=77.00, z=316.50], EntityPig['Pig'/150, l='MpServer', x=127.50, y=79.00, z=312.50], EntityPig['Pig'/151, l='MpServer', x=124.50, y=82.00, z=312.50], EntityPig['Pig'/152, l='MpServer', x=120.50, y=81.00, z=315.50], EntityPig['Pig'/161, l='MpServer', x=151.56, y=77.00, z=198.50], EntityPig['Pig'/162, l='MpServer', x=150.50, y=77.00, z=198.50], EntityPig['Pig'/163, l='MpServer', x=150.50, y=77.00, z=199.50], EntityPig['Pig'/164, l='MpServer', x=150.50, y=77.00, z=195.50], EntityWolf['Wolf'/165, l='MpServer', x=144.50, y=69.00, z=308.50], EntityWolf['Wolf'/166, l='MpServer', x=144.50, y=69.00, z=309.50], EntityWolf['Wolf'/167, l='MpServer', x=146.30, y=69.00, z=311.67], EntityWolf['Wolf'/168, l='MpServer', x=143.50, y=71.00, z=307.50], EntityWolf['Wolf'/173, l='MpServer', x=183.50, y=71.00, z=229.50], EntityWolf['Wolf'/174, l='MpServer', x=181.50, y=71.00, z=226.50], EntityWolf['Wolf'/175, l='MpServer', x=180.50, y=72.00, z=225.50], EntityWolf['Wolf'/176, l='MpServer', x=183.50, y=72.00, z=226.50], EntitySkeleton['Skeleton'/327, l='MpServer', x=171.50, y=28.00, z=188.50], EntityWolf['Wolf'/81, l='MpServer', x=46.50, y=77.00, z=286.50], EntityWolf['Wolf'/82, l='MpServer', x=47.50, y=77.00, z=286.50], EntityWolf['Wolf'/83, l='MpServer', x=44.50, y=77.00, z=286.50], EntityWolf['Wolf'/84, l='MpServer', x=47.50, y=77.00, z=289.50], EntityWolf['Wolf'/85, l='MpServer', x=49.50, y=77.00, z=282.50], EntityWolf['Wolf'/86, l='MpServer', x=51.50, y=72.00, z=280.50], EntityWolf['Wolf'/87, l='MpServer', x=52.50, y=77.00, z=282.50], EntityWolf['Wolf'/88, l='MpServer', x=53.50, y=72.00, z=281.50], EntityChicken['Chicken'/89, l='MpServer', x=46.50, y=77.00, z=291.50], EntityChicken['Chicken'/90, l='MpServer', x=46.50, y=77.00, z=292.50], EntityChicken['Chicken'/91, l='MpServer', x=48.50, y=77.00, z=291.50], EntityChicken['Chicken'/92, l='MpServer', x=47.50, y=77.00, z=291.50], EntityWolf['Wolf'/97, l='MpServer', x=66.50, y=72.00, z=256.50], EntityWolf['Wolf'/98, l='MpServer', x=66.50, y=73.00, z=259.50], EntityWolf['Wolf'/99, l='MpServer', x=69.50, y=73.00, z=261.50], EntityWolf['Wolf'/100, l='MpServer', x=70.50, y=72.00, z=261.50], EntityWolf['Wolf'/101, l='MpServer', x=77.50, y=81.00, z=309.50], EntityWolf['Wolf'/102, l='MpServer', x=77.52, y=81.00, z=310.53], EntityWolf['Wolf'/103, l='MpServer', x=77.38, y=81.00, z=310.21], EntityWolf['Wolf'/104, l='MpServer', x=80.50, y=81.00, z=310.50], EntityWolf['Wolf'/105, l='MpServer', x=79.50, y=81.00, z=310.50], EntityWolf['Wolf'/106, l='MpServer', x=79.50, y=82.00, z=307.50], EntityWolf['Wolf'/107, l='MpServer', x=77.50, y=81.00, z=309.49], EntityWolf['Wolf'/108, l='MpServer', x=80.50, y=82.00, z=309.50], EntityWolf['Wolf'/113, l='MpServer', x=92.50, y=69.00, z=241.50], EntityWolf['Wolf'/114, l='MpServer', x=92.50, y=69.00, z=240.50], EntityWolf['Wolf'/115, l='MpServer', x=92.50, y=69.00, z=243.50], EntityWolf['Wolf'/116, l='MpServer', x=95.50, y=69.00, z=245.50], EntityWolf['Wolf'/117, l='MpServer', x=91.50, y=80.00, z=291.50], EntityWolf['Wolf'/118, l='MpServer', x=90.50, y=76.00, z=289.50], EntityWolf['Wolf'/119, l='MpServer', x=96.50, y=81.00, z=292.50], EntityWolf['Wolf'/120, l='MpServer', x=99.50, y=81.00, z=291.50], EntityPig['Pig'/125, l='MpServer', x=109.50, y=75.00, z=178.50], EntityPig['Pig'/126, l='MpServer', x=109.50, y=75.00, z=182.50], EntityPig['Pig'/127, l='MpServer', x=108.50, y=75.00, z=183.50]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:445)
at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2766)
at net.minecraft.client.Minecraft.run(Minecraft.java:422)
at net.minecraft.client.main.Main.main(Main.java:118)
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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
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:497)
at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
at GradleStart.main(GradleStart.java:26)
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:497)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
-- System Details --
Details:
Minecraft Version: 1.9
Operating System: Linux (amd64) version 4.3.0-kali1-amd64
Java Version: 1.8.0_66, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 819905456 bytes (781 MB) / 2333081600 bytes (2225 MB) up to 6545211392 bytes (6242 MB)
JVM Flags: 0 total;
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP 9.23 Powered by Forge 12.16.0.1832 4 mods loaded, 4 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.9-12.16.0.1832-1.9-PROJECT(VoidRPG).jar)
UCHIJAAAA Forge{12.16.0.1832} [Minecraft Forge] (forgeSrc-1.9-12.16.0.1832-1.9-PROJECT(VoidRPG).jar)
UCHIJAAAA JEI{3.1.2.172} [Just Enough Items] (jei_1.9-3.1.2.172.jar)
Loaded coremods (and transformers):
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 352.79' Renderer: 'GeForce GTX 950/PCIe/SSE2'
Launched Version: 1.9
LWJGL: 2.9.4
OpenGL: GeForce GTX 950/PCIe/SSE2 GL version 4.5.0 NVIDIA 352.79, NVIDIA Corporation
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)
CPU: 8x Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz
[12:44:16] [Client thread/INFO]: [net.minecraft.init.Bootstrap:printToSYSOUT:646]: #@!@# Game crashed! Crash report saved to: #@!@# /home/matthew/Git/VoidRPG/run/./crash-reports/crash-2016-04-03_12.44.16-client.txt
AL lib: (EE) alc_cleanup: 1 device not closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment