- Joined
- Jul 11, 2020
- Messages
- 0
- Reaction score
- 26
- Points
- 0
Der Error-Log (Aus Intelij):
Code:
[19:18:34] [Client thread/INFO]: Setting user: Player242
[19:18:34] [Client thread/INFO]: (Session ID is token:0:player242)
[19:18:36] [Client thread/INFO]: LWJGL Version: 2.9.1
[19:18:36] [Client thread/INFO]: Reloading ResourceManager: Default
[19:18:36] [Sound Library Loader/INFO]: Starting up SoundSystem...
[19:18:36] [Thread-6/INFO]: Initializing LWJGL OpenAL
[19:18:36] [Thread-6/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org)
[19:18:37] [Thread-6/INFO]: OpenAL initialized.
[19:18:37] [Sound Library Loader/INFO]: Sound engine started
[19:18:40] [Client thread/INFO]: Created: 512x512 textures-atlas
This client is Decrypted please don't try to decompile this its a waste of time and energy! ;)
[19:19:59] [Server thread/INFO]: Starting integrated minecraft server version 1.8
[19:19:59] [Server thread/INFO]: Generating keypair
[19:19:59] [Server thread/INFO]: Preparing start region for level 0
[19:20:00] [Server thread/INFO]: Changing view distance to 9, from 10
[19:20:00] [Server thread/INFO]: Player242[local:E:5294a98c] logged in with entity id 192 at (542.6586888621254, 66.0, 226.7134681350071)
[19:20:00] [Server thread/INFO]: Player242 joined the game
[19:20:01] [Client thread/FATAL]: Unreported exception thrown!
java.lang.NullPointerException
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1474) ~[bin/:?]
at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1298) ~[bin/:?]
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1123) ~[bin/:?]
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1140) ~[bin/:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:421) [bin/:?]
at net.minecraft.client.main.Main.main(Main.java:114) [bin/:?]
at Start.main(Start.java:11) [bin/:?]
---- Minecraft Crash Report ----
// Why is it breaking :(
Time: 17.11.17 19:20
Description: Unexpected error
java.lang.NullPointerException: Unexpected error
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1474)
at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1298)
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1123)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1140)
at net.minecraft.client.Minecraft.run(Minecraft.java:421)
at net.minecraft.client.main.Main.main(Main.java:114)
at Start.main(Start.java:11)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1474)
at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1298)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Player242'/192, l='MpServer', x=542,66, y=66,00, z=226,71]]
Chunk stats: MultiplayerChunkCache: 0, 0
Level seed: 0
Level generator: ID 02 - largeBiomes, ver 0. Features enabled: false
Level generator options:
Level spawn location: 584,00,64,00,166,00 - World: (584,64,166), Chunk: (at 8,4,6 in 36,10; contains blocks 576,0,160 to 591,255,175), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511)
Level time: 73330 game time, 72710 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: 1 total; [EntityPlayerSP['Player242'/192, l='MpServer', x=542,66, y=66,00, z=226,71]]
Retry entities: 0 total; []
Server brand: vanilla
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:391)
at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2731)
at net.minecraft.client.Minecraft.run(Minecraft.java:450)
at net.minecraft.client.main.Main.main(Main.java:114)
at Start.main(Start.java:11)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_144, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 388411648 bytes (370 MB) / 565182464 bytes (539 MB) up to 1900019712 bytes (1812 MB)
JVM Flags: 0 total;
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 99
Launched Version: mcp
LWJGL: 2.9.1
OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 387.92, 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: Very likely; Jar signature invalidated
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
#@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Jan-Paul\Desktop\Vera\jars\.\crash-reports\crash-2017-11-17_19.20.01-client.txt
AL lib: (EE) alc_cleanup: 1 device not closed
Process finished with exit code -1