116 lines
7.1 KiB
Plaintext
116 lines
7.1 KiB
Plaintext
---- Minecraft Crash Report ----
|
|
// Daisy, daisy...
|
|
|
|
Time: 06/12/25 05:13
|
|
Description: Getting biome
|
|
|
|
java.lang.NullPointerException: Getting biome
|
|
at net.minecraft.world.chunk.Chunk.getBiomeGenForWorldCoords(Chunk.java:1289)
|
|
at net.minecraft.world.World.getBiomeGenForCoordsBody(World.java:141)
|
|
at net.minecraft.world.WorldProvider.getBiomeGenForCoords(WorldProvider.java:365)
|
|
at net.minecraft.world.World.getBiomeGenForCoords(World.java:130)
|
|
at net.minecraftforge.client.ForgeHooksClient.getSkyBlendColour(ForgeHooksClient.java:407)
|
|
at net.minecraft.world.World.getSkyColorBody(World.java:1597)
|
|
at net.minecraft.world.WorldProvider.getSkyColor(WorldProvider.java:399)
|
|
at net.minecraft.world.World.getSkyColor(World.java:1575)
|
|
at net.minecraft.client.renderer.EntityRenderer.updateFogColor(EntityRenderer.java:1672)
|
|
at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1154)
|
|
at net.minecraft.client.renderer.EntityRenderer.updateCameraAndRender(EntityRenderer.java:1015)
|
|
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1001)
|
|
at net.minecraft.client.Minecraft.run(Minecraft.java:898)
|
|
at net.minecraft.client.main.Main.main(SourceFile:148)
|
|
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:498)
|
|
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)
|
|
|
|
|
|
A detailed walkthrough of the error, its code path and all known details is as follows:
|
|
---------------------------------------------------------------------------------------
|
|
|
|
-- Head --
|
|
Stacktrace:
|
|
at net.minecraft.world.chunk.Chunk.getBiomeGenForWorldCoords(Chunk.java:1289)
|
|
|
|
-- Coordinates of biome request --
|
|
Details:
|
|
Location: World: (229,0,66), Chunk: (at 5,0,2 in 14,4; contains blocks 224,0,64 to 239,255,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
|
|
Stacktrace:
|
|
at net.minecraft.world.World.getBiomeGenForCoordsBody(World.java:141)
|
|
at net.minecraft.world.WorldProvider.getBiomeGenForCoords(WorldProvider.java:365)
|
|
at net.minecraft.world.World.getBiomeGenForCoords(World.java:130)
|
|
at net.minecraftforge.client.ForgeHooksClient.getSkyBlendColour(ForgeHooksClient.java:407)
|
|
at net.minecraft.world.World.getSkyColorBody(World.java:1597)
|
|
at net.minecraft.world.WorldProvider.getSkyColor(WorldProvider.java:399)
|
|
at net.minecraft.world.World.getSkyColor(World.java:1575)
|
|
at net.minecraft.client.renderer.EntityRenderer.updateFogColor(EntityRenderer.java:1672)
|
|
at net.minecraft.client.renderer.EntityRenderer.renderWorld(EntityRenderer.java:1154)
|
|
|
|
-- Affected level --
|
|
Details:
|
|
Level name: MpServer
|
|
All players: 1 total; [EntityClientPlayerMP['Player339'/187, l='MpServer', x=255,30, y=71,62, z=92,96]]
|
|
Chunk stats: MultiplayerChunkCache: 0, 0
|
|
Level seed: 0
|
|
Level generator: ID 00 - default, ver 1. Features enabled: false
|
|
Level generator options:
|
|
Level spawn location: World: (204,64,252), Chunk: (at 12,4,12 in 12,15; contains blocks 192,0,240 to 207,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
|
|
Level time: 93835 game time, 33893 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: 12 total; [EntityBat['Bat'/195, l='MpServer', x=195,91, y=42,06, z=36,25], EntityZombie['Zombie'/196, l='MpServer', x=220,50, y=28,00, z=19,50], EntityCreeper['Creeper'/197, l='MpServer', x=222,50, y=28,00, z=20,50], EntityCreeper['Creeper'/198, l='MpServer', x=181,50, y=37,00, z=41,50], EntitySheep['Sheep'/199, l='MpServer', x=190,94, y=64,00, z=40,06], EntitySheep['Sheep'/200, l='MpServer', x=183,75, y=66,00, z=38,28], EntityBat['Bat'/201, l='MpServer', x=192,75, y=43,09, z=24,28], EntityBat['Bat'/202, l='MpServer', x=198,38, y=42,63, z=31,41], EntityClientPlayerMP['Player339'/187, l='MpServer', x=255,30, y=71,62, z=92,96], EntityBat['Bat'/189, l='MpServer', x=228,41, y=18,28, z=35,75], EntityBat['Bat'/190, l='MpServer', x=245,59, y=59,94, z=21,66], EntitySkeleton['Skeleton'/191, l='MpServer', x=230,50, y=21,00, z=23,50]]
|
|
Retry entities: 0 total; []
|
|
Server brand: fml,forge
|
|
Server type: Integrated singleplayer server
|
|
Stacktrace:
|
|
at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:373)
|
|
at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2444)
|
|
at net.minecraft.client.Minecraft.run(Minecraft.java:919)
|
|
at net.minecraft.client.main.Main.main(SourceFile:148)
|
|
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:498)
|
|
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)
|
|
|
|
-- System Details --
|
|
Details:
|
|
Minecraft Version: 1.7.10
|
|
Operating System: Windows 10 (amd64) version 10.0
|
|
Java Version: 1.8.0_202, Oracle Corporation
|
|
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
|
|
Memory: 624090528 bytes (595 MB) / 775421952 bytes (739 MB) up to 7618953216 bytes (7266 MB)
|
|
JVM Flags: 0 total;
|
|
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
|
IntCache: cache: 15, tcache: 131, allocated: 3, tallocated: 4
|
|
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 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.05} [Minecraft Coder Pack] (minecraft.jar)
|
|
UCHIJAAAA FML{7.10.99.99} [Forge Mod Loader] (forgeBin-1.7.10-10.13.4.1614-1.7.10.jar)
|
|
UCHIJAAAA Forge{10.13.4.1614} [Minecraft Forge] (forgeBin-1.7.10-10.13.4.1614-1.7.10.jar)
|
|
UCHIJAAAA vanamod{0.1} [VanaMod] (VanaMod-0.1.jar)
|
|
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 581.15' Renderer: 'NVIDIA GeForce RTX 3070/PCIe/SSE2'
|
|
Launched Version: 1.7.10
|
|
LWJGL: 2.9.1
|
|
OpenGL: NVIDIA GeForce RTX 3070/PCIe/SSE2 GL version 4.6.0 NVIDIA 581.15, NVIDIA Corporation
|
|
GL Caps: Using GL 1.3 multitexturing.
|
|
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: Definitely; Client brand changed to 'fml,forge'
|
|
Type: Client (map_client.txt)
|
|
Resource Packs: []
|
|
Current Language: ~~ERROR~~ NullPointerException: null
|
|
Profiler Position: N/A (disabled)
|
|
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
|
|
Anisotropic Filtering: On (16) |