un altro crash con le mod

scxteam

Utente
9
1
Appena apro minecraft con il mio modpack ed entro in un server ploudos crasha il gioco
come potrei risolvere questo problema?



---- Minecraft Crash Report ----
// You're mean.

Time: 11/03/23 11.11
Description: Rendering Block Entity

java.lang.NullPointerException: Rendering Block Entity
at net.minecraft.tileentity.MobSpawnerBaseLogic.func_98265_a(SourceFile:110)
at net.minecraft.tileentity.MobSpawnerBaseLogic.func_98281_h(SourceFile:236)
at net.minecraft.client.renderer.tileentity.TileEntityMobSpawnerRenderer.func_147517_a(SourceFile:20)
at net.minecraft.client.renderer.tileentity.TileEntityMobSpawnerRenderer.func_147500_a(SourceFile:15)
at net.minecraft.client.renderer.tileentity.TileEntityMobSpawnerRenderer.func_147500_a(SourceFile:10)
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_147549_a(SourceFile:100)
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_147544_a(SourceFile:92)
at net.minecraft.client.renderer.RenderGlobal.func_147589_a(RenderGlobal.java:807)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1712)
at net.minecraft.client.renderer.EntityRenderer.func_78480_b(EntityRenderer.java:1392)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1001)
at net.minecraft.client.Minecraft.func_99999_d(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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Stacktrace:
at net.minecraft.tileentity.MobSpawnerBaseLogic.func_98265_a(SourceFile:110)
at net.minecraft.tileentity.MobSpawnerBaseLogic.func_98281_h(SourceFile:236)
at net.minecraft.client.renderer.tileentity.TileEntityMobSpawnerRenderer.func_147517_a(SourceFile:20)
at net.minecraft.client.renderer.tileentity.TileEntityMobSpawnerRenderer.func_147500_a(SourceFile:15)
at net.minecraft.client.renderer.tileentity.TileEntityMobSpawnerRenderer.func_147500_a(SourceFile:10)

-- Block Entity Details --
Details:
Name: MobSpawner // net.minecraft.tileentity.TileEntityMobSpawner
Block type: ID #52 (tile.mobSpawner // net.minecraft.block.BlockMobSpawner)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-1135,40,225), Chunk: (at 1,2,1 in -71,14; contains blocks -1136,0,224 to -1121,255,239), Region: (-3,0; contains chunks -96,0 to -65,31, blocks -1536,0,0 to -1025,255,511)
Actual block type: ID #52 (tile.mobSpawner // net.minecraft.block.BlockMobSpawner)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_147549_a(SourceFile:100)
at net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher.func_147544_a(SourceFile:92)
at net.minecraft.client.renderer.RenderGlobal.func_147589_a(RenderGlobal.java:807)
at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1712)

-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['Albyscx_'/87, l='MpServer', x=-1103,14, y=75,62, z=187,73]]
Chunk stats: MultiplayerChunkCache: 169, 169
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (-905,74,368), Chunk: (at 7,4,0 in -57,23; contains blocks -912,0,368 to -897,255,383), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,0,0 to -513,255,511)
Level time: 4903824 game time, 105895 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 10 total; [EntityClientPlayerMP['Albyscx_'/87, l='MpServer', x=-1103,14, y=75,62, z=187,73], EntityZombie['Zombie'/97, l='MpServer', x=-1169,13, y=111,00, z=229,34], EntityItem['item.item.superhero_chestplate'/88, l='MpServer', x=-1102,91, y=74,13, z=187,78], EntityItem['item.item.superhero_leggings'/89, l='MpServer', x=-1103,75, y=74,13, z=189,28], EntityItem['item.item.superhero_boots'/90, l='MpServer', x=-1099,53, y=74,13, z=191,91], EntityItem['item.item.superhero_helmet'/91, l='MpServer', x=-1106,66, y=74,13, z=190,38], EntityItem['item.item.superhero_chestplate'/92, l='MpServer', x=-1106,03, y=74,13, z=187,44], EntityBat['Bat'/93, l='MpServer', x=-1099,87, y=37,70, z=213,39], EntityBat['Bat'/94, l='MpServer', x=-1100,53, y=47,35, z=208,94], EntityBat['Bat'/95, l='MpServer', x=-1062,71, y=36,00, z=220,58]]
Retry entities: 0 total; []
Server brand: fml,forge
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:425)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2444)
at net.minecraft.client.Minecraft.func_99999_d(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:497)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1134650784 bytes (1082 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 Optifine OptiFine_1.7.10_HD_U_E7 7 mods loaded, 7 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
UCHIJA FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJA Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar)
UCHIJA fiskheroescore{2.1.2} [Fisk's Superheroes Core] (FiskHeroes-1.7.10-2.1.2.jar)
UCHIJA cosmeticarmorreworked{1.7.10-v7} [CosmeticArmorReworked] (CosmeticArmorReworked-1.7.10-v7.jar)
UCHIJA fiskheroes{2.1.2} [Fisk's Superheroes] (FiskHeroes-1.7.10-2.1.2.jar)
UCHIJA fisktag{1.0.0} [FiskTag] (FiskHeroes-1.7.10-2.1.2.jar)
GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 526.56' Renderer: 'NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2'
Launched Version: 1.7.10-Forge10.13.4.1614-1.7.10
LWJGL: 2.9.1
OpenGL: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 526.56, 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: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
OptiFine Version: OptiFine_1.7.10_HD_U_E7
Render Distance Chunks: 13
Mipmaps: 4
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 526.56
OpenGlRenderer: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 20
 

15Minutes

Mod
Membro dello Staff
Mod
55
10
Calabria, Italia
Discord
ong.ar
Ciao! Se non ho capito male c'è un blocco che non renderizza bene, penso sia il mob spawner, prova a toglierlo cercando in queste coordinate :
Block location: World: (-1135,40,225), Chunk: (at 1,2,1 in -71,14; contains blocks -1136,0,224 to -1121,255,239), Region: (-3,0; contains chunks -96,0 to -65,31, blocks -1536,0,0 to -1025,255,511). Dovrebbe funzionare