jredfox / norespawnscreen

1 stars 0 forks source link

Spectator Errors #9

Closed UnlimatedStone9 closed 4 months ago

UnlimatedStone9 commented 6 years ago

Using /kill in spectator renders the player in a half dead half alive trance, when the chat is opened its permanently open and using /kill again does nothing, an error appears saying "An unexpected error occurred while attempting to use this command"

You literally have to force close the game and possibly loose progress, not to mention large modpacks have long load times

UnlimatedStone9 commented 6 years ago

Also using commands doesn't close chat nor even remove the command from the chat

UnlimatedStone9 commented 6 years ago

/tp just jitters the player mentally too

jredfox commented 6 years ago

unable to reproduce on demand this is a vanilla bug which can actually happen without this mod it's just more common since you skip the respawn screen

jredfox commented 6 years ago

I could maybe investigate when it happens. Is the player not in the world or isDead in the world on client side I could maybe set a boolean on client side. Even if it's a vanilla bug could maybe get fixed?

UnlimatedStone9 commented 6 years ago

oh ok then thanks jredfox!

UnlimatedStone9 commented 6 years ago

the player basically just floats wherever they died, no matter the gamemode and teleporting them just makes them go jittery, I really don't know what is going on, commands like setblock and such don't work so I believe the player is considered as dead

UnlimatedStone9 commented 6 years ago

I noticed relauching the save resulted in a crash

jredfox commented 6 years ago

post said crash. sounds to me like a broken mod I manually call all forge events needed and do everything to respawn the player properly

UnlimatedStone9 commented 6 years ago

If you want the crash report here it is I believe this is the correct one

crash-2018-07-29_02.58.36-server.txt

jredfox commented 6 years ago

Caused by: java.lang.ClassNotFoundException: com.EvilNotch.lib.minecraft.EntityUtil. class does in fact exist

Also try removing different coremods as they might be breaking forge asm

You have deleted a class and the jar is corrupt. Download the latest Evil Notch Lib

UnlimatedStone9 commented 6 years ago

Oh ok then, Thanks jredfox!

jredfox commented 6 years ago

If you don't crash anymore let me know and I will try and figure out what's going on here. Won't be immediate since it's a minor bug and the lib needs to be brought out of beta

jredfox commented 4 months ago

fixed in 2.0.0 re-write @UnlimatedStone9