Just Map

Just Map

85.5k Downloads

[CRASH] Client crashes as another player joins

Nykorin opened this issue ยท 0 comments

commented

Client crashes as a different player joins. I have everything enabled, all gamerules to allow radar.

Minecraft Crash Report
// Uh... Did I do that?

Time: 4/12/20 10:57 PM
Description: Registering texture

java.lang.NullPointerException: Registering texture
	at net.minecraft.class_3304.method_14486(class_3304.java:64)
	at net.minecraft.class_1049$class_4006.method_18156(class_1049.java:81)
	at net.minecraft.class_1049.method_18153(class_1049.java:57)
	at net.minecraft.class_1049.method_4625(class_1049.java:28)
	at net.minecraft.class_1060.method_24303(class_1060.java:85)
	at net.minecraft.class_1060.method_4616(class_1060.java:68)
	at net.minecraft.class_1060.method_4618(class_1060.java:61)
	at net.minecraft.class_1060.method_22813(class_1060.java:51)
	at ru.bulldog.justmap.map.icon.PlayerHeadIcon.draw(PlayerHeadIcon.java:68)
	at ru.bulldog.justmap.map.icon.PlayerIcon.draw(PlayerIcon.java:42)
	at ru.bulldog.justmap.client.render.MapRenderer.draw(MapRenderer.java:266)
	at net.minecraft.class_329.handler$zhf000$draw(class_329.java:1821)
	at net.minecraft.class_329.method_1753(class_329.java:364)
	at net.minecraft.class_757.method_3192(class_757.java:585)
	at net.minecraft.class_310.method_1523(class_310.java:1005)
	at net.minecraft.class_310.method_1514(class_310.java:633)
	at net.minecraft.client.main.Main.main(Main.java:204)
	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.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192)
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140)
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
	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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)


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

-- Head --
Thread: Render thread
Stacktrace:
	at net.minecraft.class_3304.method_14486(class_3304.java:64)
	at net.minecraft.class_1049$class_4006.method_18156(class_1049.java:81)
	at net.minecraft.class_1049.method_18153(class_1049.java:57)
	at net.minecraft.class_1049.method_4625(class_1049.java:28)

-- Resource location being registered --
Details:
	Resource location: ~~NULL~~
	Texture object class: net.minecraft.class_1049
Stacktrace:
	at net.minecraft.class_1060.method_24303(class_1060.java:85)
	at net.minecraft.class_1060.method_4616(class_1060.java:68)
	at net.minecraft.class_1060.method_4618(class_1060.java:61)
	at net.minecraft.class_1060.method_22813(class_1060.java:51)
	at ru.bulldog.justmap.map.icon.PlayerHeadIcon.draw(PlayerHeadIcon.java:68)
	at ru.bulldog.justmap.map.icon.PlayerIcon.draw(PlayerIcon.java:42)
	at ru.bulldog.justmap.client.render.MapRenderer.draw(MapRenderer.java:266)
	at net.minecraft.class_329.handler$zhf000$draw(class_329.java:1821)
	at net.minecraft.class_329.method_1753(class_329.java:364)

-- Affected level --
Details:
	All players: 2 total; [class_746['Nerokin'/3845, l='MpServer', x=251.50, y=73.00, z=218.50], class_745['Lowell15'/3269, l='MpServer', x=272.35, y=73.00, z=237.44]]
	Chunk stats: Client Chunks (ImmPtl) 529
	Level dimension: minecraft:overworld
	Level name: MpServer
	Level seed: -2576560484428040704
	Level generator: ID 00 - default, ver 1. Features enabled: false
	Level generator options: NBT[{}]
	Level spawn location: World: (256,74,224), Chunk: (at 0,4,0 in 16,14; contains blocks 256,0,224 to 271,255,239), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Level time: 656308 game time, 624679 day time
	Known server brands: 
	Level was modded: false
	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
	Server brand: fabric
	Server type: Non-integrated multiplayer server
Stacktrace:
	at net.minecraft.class_638.method_8538(class_638.java:431)
	at net.minecraft.class_310.method_1587(class_310.java:1977)
	at net.minecraft.class_310.method_1514(class_310.java:651)
	at net.minecraft.client.main.Main.main(Main.java:204)
	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.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192)
	at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140)
	at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
	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 org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196)
	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231)
	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
	at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- System Details --
Details:
	Minecraft Version: 20w15a
	Minecraft Version ID: 20w15a
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_242, AdoptOpenJDK
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), 
	Memory: 1547299312 bytes (1475 MB) / 5368709120 bytes (5120 MB) up to 5368709120 bytes (5120 MB)
	CPUs: 4
	JVM Flags: 9 total; -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=25 -XX:G1HeapRegionSize=32M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms5120m -Xmx5120m
	Fabric Mods: 
		advancements-enlarger: Advancements Enlarger 0.2.0-unstable
		amecs: Amecs 1.3.0+mc.20w11a
		amecsapi: Amecs API 1.0.0+20w11a
		antighost: AntiGhost 20w10a-fabric0.5.1-1.1.1
		artofalchemy: Art of Alchemy 0.5.0+20w15a
		aswitch: AutoSwitch 1.3.0
		autoconfig1u: Auto Config v1 Updated 2.0.1
		betternether: Better Nether 2.6.2
		biow0rks: biow0rk5 0.4.4-1.16
		blue_endless_jankson: jankson +
		campanion: Campanion 1.1.2+build.7
		cavebiomes: Cave Biomes 0.1.1
		chat-up: Chat Up! 1.0
		chunkpregen: Fabric Chunk Pregenerator 0.2.0
		clear-skies: Clear Skies 1.1.26
		cloth: Cloth Events 2.0.2-unstable
		cloth-basic-math: Cloth Basic Math 0.4.1
		cloth-config2: Cloth Config v2 3.3.1-unstable
		convenient-mobgriefing-gamerules: Convenient mobGriefing Gamerules 1.0.0
		corail_woodcutter: Corail Woodcutter 1.0.3
		cotton-client-commands: Cotton Client Commands 0.4.2+1.14.3-SNAPSHOT
		cullparticles: Cull Particles 1.0
		dark-loading-screen: Dark Loading Screen 1.2.0
		diggusmaximus: Diggus Maximus 1.2.7-1.16
		duplegg: DuplicatEgg 1.0.1
		durabilityviewer: Giselbaers Durability Viewer 20w10a-fabric0.5.1-1.1
		enchantedtooltips: Enchanted ToolTips 1.2.4
		endfestation: Endfestation 1.0.1
		extraalchemy: Extra Alchemy 1.0.1
		fabric: Fabric API 0.5.10+build.320-1.16
		fabric-api-base: Fabric API Base 0.1.3+12a8474c41
		fabric-biomes-v1: Fabric Biomes (v1) 0.2.1+b7d52fa588
		fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+c6a8ea8988
		fabric-commands-v0: Fabric Commands (v0) 0.1.4+a2a96bf988
		fabric-containers-v0: Fabric Containers (v0) 0.1.7+d249f7b688
		fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.5+88afe60788
		fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825d88
		fabric-dimensions-v1: fabric-dimensions-v1 0.3.3+a2a96bf988
		fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.3.0+04b9979441
		fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.1.2+1a47cd7888
		fabric-item-groups-v0: Fabric Item Groups (v0) 0.1.10+d249f7b688
		fabric-keybindings-v0: Fabric Key Bindings (v0) 0.1.1+dfdb52d688
		fabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.6+2f56dff288
		fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.2+5b8a535a41
		fabric-models-v0: Fabric Models (v0) 0.1.0+dfdb52d688
		fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.5+b50ffc7b88
		fabric-networking-v0: Fabric Networking (v0) 0.1.9+1a47cd7888
		fabric-object-builders-v0: Fabric Object Builders (v0) 0.2.3+c808269f88
		fabric-particles-v1: fabric-particles-v1 0.1.2+12a8474c88
		fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.9+372d827d88
		fabric-renderer-api-v1: Fabric Renderer API (v1) 0.2.12+12a8474c88
		fabric-renderer-indigo: Fabric Renderer - Indigo 0.2.28+c808269f88
		fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.0.1+5a0f9a6088
		fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+b7f9825d88
		fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.7+12a8474c88
		fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+5341049088
		fabric-rendering-v1: Fabric Rendering (v1) 0.1.1+1a47cd7888
		fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.13+94c7834a88
		fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.2.3+9cd8d66088
		fabric-textures-v0: Fabric Textures (v0) 1.0.4+821cdba788
		fabriccontrolling: Fabric Controlling 1.0.1
		fabricloader: Fabric Loader 0.8.2+build.194
		gbfabrictools: GBfabrictools 1.2.0.20w10a
		godown: Go Down 0.2.0+20w07a
		horizontal-glass-panes: Horizontal Glass Panes 1.0.0
		immersive_portals: Immersive Portals 0.6
		improved-stations: Improved Stations 2.0.0-unstable
		irishwolves: Irish Wolves 1.0.0
		jankson: Jankson 2.0.1+j1.2.0
		justmap: Just Map 1.1.43
		kirin: Kirin UI 1.6-20w13b-SNAPSHOT
		kyrptconfig: Kytpt Config 1.0.0-1.16
		libgamerule: LibGamerule ${version}
		libgui: LibGui 1.8.1+20w15a
		lightoverlay: Light Overlay 5.0.2-unstable
		linkedstorage: Linked Storage 1.2.0-1.16-20w13b
		minecraft: Minecraft 1.16-alpha.20.15.a
		mm: Manningham Mills 2.0
		modmenu: Mod Menu 1.11.1+build.3
		moenchantments: Mo'Enchantments 1.10.0
		mousewheelie: Mouse Wheelie 1.4.5+mc20w14a
		orderly: Orderly 2.0.0-alpha.9-1.16
		org_aeonbits_owner_owner: owner 1.0.10
		org_jetbrains_annotations: annotations 18.0.0
		phosphor: Phosphor 0.5.2+build.5
		playerlightlevelfix: playerlightlevelfix 1.0.2+fabric-20w11a
		presencefootsteps: Presence Footsteps r24+20w13b
		rare-ice: Rare Ice 0.1.1
		reborncore: Reborn Core 4.2.7+build.13
		roughlyenoughitems: Roughly Enough Items 4.1.7-unstable
		shulkerboxtooltip: Shulker Box Tootip 1.4.8+20w12a
		smoothscrollingeverywhere: Smooth Scrolling Everywhere 3.0.1-unstable
		sneakthroughberries: Sneak Through Berries unspecified
		statement: Statement 2.1.3+20w15a
		stuffz: StuffZ 2.0.0
		team_reborn_energy: Energy 0.1.0
		techreborn: Tech Reborn 3.3.9+build.17
		terraform: Terraform 1.6.1+build.8
		terrestria: Terrestria 1.3.3+build.7
		the_loved_ones: The Loved Ones 1.0.0-20w06a
		tinyfuel: Tiny Fuel 0.2.1
		towelette: Towelette 3.1.6+20w15a
		traverse: Traverse 2.2.2+build.5
		tweed: Tweed API 2.2.12
		verticalslabs: Vertical Slabs 1.0.1
		waila: Hwyla 1.9.21
		water-erosion: Water Erosion 1.1.0
	Launched Version: MultiMC5
	Backend library: LWJGL version 3.2.2 build 10
	Backend API: GeForce GTX 970/PCIe/SSE2 GL version 4.6.0 NVIDIA 445.75, NVIDIA Corporation
	GL Caps: Using framebuffer using OpenGL 3.0
	Using VBOs: Yes
	Is Modded: Definitely; Client brand changed to 'fabric'
	Type: Client (map_client.txt)
	Resource Packs: 
	Current Language: English (US)
	CPU: 4x Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz```