Skip to content

Instantly share code, notes, and snippets.

@ProsperCraft
Created October 2, 2020 04:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ProsperCraft/c7839c9003ac94aa66d25eabb3ebe296 to your computer and use it in GitHub Desktop.
Save ProsperCraft/c7839c9003ac94aa66d25eabb3ebe296 to your computer and use it in GitHub Desktop.
[01Oct2020 21:01:24.013] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: <litjohn1> i don't
[01Oct2020 21:01:27.063] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: Non [a-z0-9_.-] character in namespace of location: *:*
Index: 4
Listeners:
0: HIGHEST
1: ASM: top.theillusivec4.curioofundying.CurioOfUndying@ba199ff onLivingDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
2: NORMAL
3: ASM: com.dainxt.dungeonsmod.handlers.EventsHandler@4aa3aef6 onDeathEvent(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
4: ASM: com.mrbysco.unhealthydying.handlers.EasterEgg@54b503ea killedEntityEvent(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
5: ASM: net.blay09.mods.trashslot.TrashSlot@48232465 onPlayerDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
6: ASM: com.bluepowermod.event.BPEventHandler@628f1618 onEntityDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
7: ASM: class poopoodice.ava.misc.AVAPlayerEvent onPlayerDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
8: ASM: class poopoodice.ava.misc.AVAEvents onLivingDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
9: ASM: class com.buuz135.industrial.item.infinity.OneThreeFiveHandler onEntityKill(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
10: ASM: me.desht.pneumaticcraft.common.event.EventHandlerPneumaticArmor@238658c5 onEntityDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
11: ASM: class ml.denisd3d.minecraft2discord.events.MinecraftEvents onLivingDeath(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
12: LOWEST
13: ASM: class me.ichun.mods.deathcounter.common.core.DeathHandler onLivingDeathEvent(Lnet/minecraftforge/event/entity/living/LivingDeathEvent;)V
net.minecraft.util.ResourceLocationException: Non [a-z0-9_.-] character in namespace of location: *:*
at net.minecraft.util.ResourceLocation.<init>(SourceFile:38)
at net.minecraft.util.ResourceLocation.<init>(SourceFile:50)
at com.mrbysco.unhealthydying.util.UnhealthyHelper.getEntityLocation(UnhealthyHelper.java:86)
at com.mrbysco.unhealthydying.handlers.EasterEgg.killedEntityEvent(EasterEgg.java:37)
at net.minecraftforge.eventbus.ASMEventHandler_125_EasterEgg_killedEntityEvent_LivingDeathEvent.invoke(.dynamic)
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297)
at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:344)
at net.minecraft.entity.LivingEntity.func_70645_a(LivingEntity.java:1183)
at net.minecraft.entity.LivingEntity.func_70097_a(LivingEntity.java:1059)
at net.minecraft.entity.monster.MonsterEntity.func_70097_a(SourceFile:73)
at net.minecraft.entity.player.PlayerEntity.func_71059_n(PlayerEntity.java:1100)
at net.minecraft.entity.player.ServerPlayerEntity.func_71059_n(ServerPlayerEntity.java:1286)
at net.minecraft.network.play.ServerPlayNetHandler.func_147340_a(ServerPlayNetHandler.java:1122)
at net.minecraft.network.play.client.CUseEntityPacket.func_148833_a(SourceFile:74)
at net.minecraft.network.play.client.CUseEntityPacket.func_148833_a(SourceFile:13)
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21)
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18)
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:729)
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:156)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:712)
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:706)
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103)
at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:691)
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:641)
at net.minecraft.server.MinecraftServer.lambda$func_240784_a_$0(MinecraftServer.java:229)
at java.lang.Thread.run(Thread.java:748)
[01Oct2020 21:01:27.064] [Server thread/FATAL] [net.minecraft.util.concurrent.ThreadTaskExecutor/]: Error executing task on Server
net.minecraft.util.ResourceLocationException: Non [a-z0-9_.-] character in namespace of location: *:*
at net.minecraft.util.ResourceLocation.<init>(SourceFile:38) ~[?:?]
at net.minecraft.util.ResourceLocation.<init>(SourceFile:50) ~[?:?]
at com.mrbysco.unhealthydying.util.UnhealthyHelper.getEntityLocation(UnhealthyHelper.java:86) ~[?:1.3]
at com.mrbysco.unhealthydying.handlers.EasterEgg.killedEntityEvent(EasterEgg.java:37) ~[?:1.3]
at net.minecraftforge.eventbus.ASMEventHandler_125_EasterEgg_killedEntityEvent_LivingDeathEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-3.0.3-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.3-service.jar:?]
at net.minecraftforge.common.ForgeHooks.onLivingDeath(ForgeHooks.java:344) ~[?:?]
at net.minecraft.entity.LivingEntity.func_70645_a(LivingEntity.java:1183) ~[?:?]
at net.minecraft.entity.LivingEntity.func_70097_a(LivingEntity.java:1059) ~[?:?]
at net.minecraft.entity.monster.MonsterEntity.func_70097_a(SourceFile:73) ~[?:?]
at net.minecraft.entity.player.PlayerEntity.func_71059_n(PlayerEntity.java:1100) ~[?:?]
at net.minecraft.entity.player.ServerPlayerEntity.func_71059_n(ServerPlayerEntity.java:1286) ~[?:?]
at net.minecraft.network.play.ServerPlayNetHandler.func_147340_a(ServerPlayNetHandler.java:1122) ~[?:?]
at net.minecraft.network.play.client.CUseEntityPacket.func_148833_a(SourceFile:74) ~[?:?]
at net.minecraft.network.play.client.CUseEntityPacket.func_148833_a(SourceFile:13) ~[?:?]
at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?]
at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?]
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.server.MinecraftServer.func_213166_h(MinecraftServer.java:729) ~[?:?]
at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:156) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?]
at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:712) ~[?:?]
at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:706) ~[?:?]
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?]
at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:691) ~[?:?]
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:641) ~[?:?]
at net.minecraft.server.MinecraftServer.lambda$func_240784_a_$0(MinecraftServer.java:229) ~[?:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment