vanaf3/run/crash-reports/crash-2025-12-06_05.07.51-c...

137 lines
7.9 KiB
Plaintext

---- Minecraft Crash Report ----
// Why did you do that?
Time: 06/12/25 05:07
Description: Invalid Biome id
java.lang.NullPointerException: Invalid Biome id
at net.minecraft.world.biome.WorldChunkManager.getRainfall(WorldChunkManager.java:76)
at net.minecraft.world.biome.BiomeCache$Block.<init>(SourceFile:26)
at net.minecraft.world.biome.BiomeCache.getBiomeCacheBlock(SourceFile:52)
at net.minecraft.world.biome.BiomeCache.getBiomeGenAt(SourceFile:61)
at net.minecraft.world.biome.WorldChunkManager.getBiomeGenAt(WorldChunkManager.java:58)
at net.minecraft.world.chunk.Chunk.getBiomeGenForWorldCoords(Chunk.java:1288)
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.biome.WorldChunkManager.getRainfall(WorldChunkManager.java:76)
-- DownfallBlock --
Details:
biome id: 0
downfalls[] size: 256
x: 0
z: 0
w: 16
h: 16
Stacktrace:
at net.minecraft.world.biome.WorldChunkManager.getRainfall(WorldChunkManager.java:76)
at net.minecraft.world.biome.BiomeCache$Block.<init>(SourceFile:26)
at net.minecraft.world.biome.BiomeCache.getBiomeCacheBlock(SourceFile:52)
at net.minecraft.world.biome.BiomeCache.getBiomeGenAt(SourceFile:61)
at net.minecraft.world.biome.WorldChunkManager.getBiomeGenAt(WorldChunkManager.java:58)
at net.minecraft.world.chunk.Chunk.getBiomeGenForWorldCoords(Chunk.java:1288)
-- Coordinates of biome request --
Details:
Location: World: (218,0,6), Chunk: (at 10,0,6 in 13,0; contains blocks 208,0,0 to 223,255,15), 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['Player230'/190, l='MpServer', x=244,17, y=72,62, z=32,92]]
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: 91646 game time, 31704 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: 9 total; [EntityEnderman['Enderman'/192, l='MpServer', x=238,31, y=14,00, z=45,16], EntitySpider['Spider'/193, l='MpServer', x=225,94, y=20,41, z=30,28], EntitySkeleton['Skeleton'/194, l='MpServer', x=233,50, y=41,00, z=17,50], EntitySkeleton['Skeleton'/195, l='MpServer', x=242,50, y=45,00, z=12,50], EntitySkeleton['Skeleton'/196, l='MpServer', x=251,50, y=60,00, z=11,50], EntityZombie['Zombie'/197, l='MpServer', x=252,50, y=60,00, z=10,50], EntityCreeper['Creeper'/198, l='MpServer', x=251,97, y=51,00, z=15,44], EntityBat['Bat'/203, l='MpServer', x=224,53, y=51,09, z=15,59], EntityClientPlayerMP['Player230'/190, l='MpServer', x=244,17, y=72,62, z=32,92]]
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: 646393272 bytes (616 MB) / 793247744 bytes (756 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: 18, tcache: 95, allocated: 5, tallocated: 59
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)