MrCrayfish's Vehicle Mod

MrCrayfish's Vehicle Mod

11M Downloads

[1.15.2] 0.44.1 Crash on Server connect.

Slashaar opened this issue · 0 comments

commented

When I attempt to connect my client to the server I get this issue. I assume there are some Missing Mappings in the most recent release? I've tried rolling back into older versions and it still gives me the errors. 0.44.1

Error Clientside:

[Render thread/INFO] [minecraft/ConnectingScreen]: Connecting to REDACTED
[Render thread/ERROR] [ne.mi.ev.EventBus/EVENTBUS]: Exception caught during firing event: null
	Index: 2
	Listeners:
		0: NORMAL
		1: ASM: com.mrcrayfish.vehicle.common.CommonEvents@5f65cd8e onMissingEntity(Lnet/minecraftforge/event/RegistryEvent$MissingMappings;)V
		2: ASM: com.mrcrayfish.vehicle.common.CommonEvents@5f65cd8e onMissingItem(Lnet/minecraftforge/event/RegistryEvent$MissingMappings;)V
		3: ASM: com.mrcrayfish.vehicle.common.CommonEvents@5f65cd8e onMissingSound(Lnet/minecraftforge/event/RegistryEvent$MissingMappings;)V
		4: net.minecraftforge.eventbus.EventBus$$Lambda$2156/1702180644@4676d454
java.lang.NullPointerException
	at net.minecraftforge.event.RegistryEvent$MissingMappings.lambda$getMappings$0(RegistryEvent.java:125)
	at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
	at java.util.Collections$2.tryAdvance(Unknown Source)
	at java.util.Collections$2.forEachRemaining(Unknown Source)
	at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
	at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source)
	at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
	at java.util.stream.ReferencePipeline.collect(Unknown Source)
	at net.minecraftforge.event.RegistryEvent$MissingMappings.getMappings(RegistryEvent.java:125)
	at com.mrcrayfish.vehicle.common.CommonEvents.onMissingItem(CommonEvents.java:73)
	at net.minecraftforge.eventbus.ASMEventHandler_401_CommonEvents_onMissingItem_MissingMappings.invoke(.dynamic)
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80)
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
	at net.minecraftforge.registries.GameData.lambda$injectSnapshot$25(GameData.java:803)
	at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
	at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source)
	at java.util.Iterator.forEachRemaining(Unknown Source)
	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Unknown Source)
	at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
	at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source)
	at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source)
	at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
	at java.util.stream.ReferencePipeline.forEach(Unknown Source)
	at net.minecraftforge.registries.GameData.injectSnapshot(GameData.java:798)
	at net.minecraftforge.fml.network.FMLHandshakeHandler.lambda$handleRegistryLoading$7(FMLHandshakeHandler.java:239)
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_222818_b(SourceFile:59)
	at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source)
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
	at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23)
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103)
	at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:897)
	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553)
	at net.minecraft.client.main.Main.main(SourceFile:204)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
	at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
	at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
	at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
	at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)
	at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:50)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	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)

Error Serverside:

�[m�[32m[03:01:16] [User Authenticator #1/INFO] [minecraft/ServerLoginNetHandler]: UUID of player Slashaar is REDACTED
�[m�[32m[03:03:10] [Server thread/INFO] [minecraft/ServerLoginNetHandler]: Disconnecting com.mojang.authlib.GameProfile@2f1ddb1c[id=REDACTED,name=Slashaar,properties={textures=[com.mojang.authlib.properties.Property@494a7370]},legacy=false] (/REDACTED): Took too long to log in
�[m�[32m[03:03:11] [Server thread/INFO] [minecraft/ServerLoginNetHandler]: com.mojang.authlib.GameProfile@2f1ddb1c[id=REDACTED,name=Slashaar,properties={textures=[com.mojang.authlib.properties.Property@494a7370]},legacy=false] (/REDACTED) lost connection: Took too long to log in`