When i place a item frame my game crashes and says this:
---- Minecraft Crash Report ----
// Sorry :(
Time: 5/2/14 5:58 AM
Description: Rendering entity in world
java.lang.NullPointerException: Rendering entity in world
at cce.a(SourceFile:79)
at cce.a(SourceFile:53)
at cce.a(SourceFile:24)
at cbt.a(SourceFile:219)
at cbt.a(SourceFile:199)
at cbt.a(SourceFile:176)
at bxs.a(SourceFile:495)
at bxl.a(SourceFile:1146)
at bxl.b(SourceFile:937)
at bjf.ai(SourceFile:828)
at bjf.f(SourceFile:755)
at net.minecraft.client.main.Main.main(SourceFile:121)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at cce.a(SourceFile:79)
at cce.a(SourceFile:53)
at cce.a(SourceFile:24)
-- Entity being rendered --
Details:
Entity Type: ItemFrame (uh)
Entity ID: 0
Entity Name: entity.ItemFrame.name
Entity's Exact location: 1.97, 100.50, -7.50
Entity's Block location: 1.00,100.00,-8.00 - World: (1,100,-8), Chunk: (at 1,6,8 in 0,-1; contains blocks 0,0,-16 to 15,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Rider: ~~ERROR~~ NullPointerException: null
Entity's Vehicle: ~~ERROR~~ NullPointerException: null
-- Renderer details --
Details:
Assigned renderer: cce@d22345a
Location: 1.96,0.50,-1.42 - World: (1,0,-2), Chunk: (at 1,0,14 in 0,-1; contains blocks 0,0,-16 to 15,255,-1), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Rotation: 90.0
Delta: 0.9250386
Stacktrace:
at cbt.a(SourceFile:219)
at cbt.a(SourceFile:199)
at cbt.a(SourceFile:176)
at bxs.a(SourceFile:495)
at bxl.a(SourceFile:1146)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [bxb['Phocrafter'/1, l='MpServer', x=0.01, y=100.00, z=-6.08]]
Chunk stats: MultiplayerChunkCache: 160, 160
Level seed: 0
Level generator: ID 01 - flat, ver 0. Features enabled: false
Level generator options:
Level spawn location: 0.00,100.00,0.00 - World: (0,100,0), Chunk: (at 0,6,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 37690 game time, 23986 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: 2 total; [uh['entity.ItemFrame.name'/0, l='MpServer', x=1.97, y=100.50, z=-7.50], bxb['Phocrafter'/1, l='MpServer', x=0.01, y=100.00, z=-6.08]]
Retry entities: 0 total; []
Server brand: vanilla
Server type: Integrated singleplayer server
Stacktrace:
at buw.a(SourceFile:308)
at bjf.b(SourceFile:2069)
at bjf.f(SourceFile:764)
at net.minecraft.client.main.Main.main(SourceFile:121)
-- System Details --
Details:
Minecraft Version: 14w18a
Operating System: Windows 8 (amd64) version 6.2
Java Version: 1.7.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 71834224 bytes (68 MB) / 292552704 bytes (279 MB) up to 954728448 bytes (910 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
Launched Version: 14w18a
LWJGL: 2.9.1
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 9.17.10.2867, 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.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Probably not. Jar signature remains and client brand is untouched.
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Anisotropic Filtering: Off (1)
Duplicate of MC-54008