- Joined
- Jul 11, 2020
- Messages
- 0
- Reaction score
- 26
- Points
- 0
Well idk what I did, today I've opened eclipse up again for the first time in a while now and I've made 2 small changes which I've reverted right after I noticed that it broke something but it doesn't seem to help so It'd be nice if someone else who has more of a clue than me could help me out here xD.
Latest log:
Latest log:
Code:
[20:33:43] [Client thread/INFO]: Setting user: Player401
[20:33:43] [Client thread/INFO]: (Session ID is token:0:player401)
[20:33:45] [Client thread/INFO]: LWJGL Version: 2.9.4
[20:33:47] [Client thread/INFO]: Reloading ResourceManager: Default, Mentally ill
[20:33:47] [Client thread/ERROR]: Couldn't initialize twitch stream
[20:33:47] [Sound Library Loader/INFO]: Starting up SoundSystem...
[20:33:47] [Thread-7/INFO]: Initializing LWJGL OpenAL
[20:33:47] [Thread-7/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[20:33:47] [Thread-7/INFO]: OpenAL initialized.
[20:33:47] [Sound Library Loader/INFO]: Sound engine started
[20:33:51] [Client thread/INFO]: Created: 4096x2048 textures-atlas
[20:33:57] [Server thread/INFO]: Starting integrated minecraft server version 1.8.8
[20:33:57] [Server thread/INFO]: Generating keypair
[20:33:57] [Server thread/INFO]: Preparing start region for level 0
[20:33:58] [Server thread/INFO]: Changing view distance to 8, from 10
[20:33:58] [Server thread/INFO]: Player401[local:E:fe46b975] logged in with entity id 270 at (-134.98826835429884, 68.0, 548.5570641733309)
[20:33:58] [Server thread/INFO]: Player401 joined the game
[20:33:59] [Client thread/FATAL]: Reported exception thrown!
net.minecraft.util.ReportedException: Ticking entity
at net.minecraft.world.World.updateEntities(World.java:1439) ~[bin/:?]
at net.minecraft.client.Minecraft.runTick(Minecraft.java:2009) ~[bin/:?]
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1084) ~[bin/:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:470) [bin/:?]
at net.minecraft.client.main.Main.main(Main.java:123) [bin/:?]
at Start.main(Start.java:9) [bin/:?]
Caused by: java.lang.NullPointerException
at net.minecraft.entity.player.EntityPlayer.onUpdate(EntityPlayer.java:268) ~[bin/:?]
at net.minecraft.client.entity.EntityPlayerSP.onUpdate(EntityPlayerSP.java:195) ~[bin/:?]
at net.minecraft.world.World.updateEntityWithOptionalForce(World.java:1583) ~[bin/:?]
at net.minecraft.world.World.updateEntity(World.java:1558) ~[bin/:?]
at net.minecraft.world.World.updateEntities(World.java:1434) ~[bin/:?]
... 5 more
12.12.2018 - by FantaCoke
» Code-Tags hinzugefügt
» Code-Tags hinzugefügt
Last edited by a moderator: