Bug
planyte opened this issue ยท 20 comments
My player open furnace After that writes to the server console this
https://cdn.discordapp.com/attachments/663114062061764622/671705739705843726/ScreenShot_20200128161811.png
It's making players listen in on containers which they're already listening to. That may be something I can fix, but it should be easy on their side to do a small check
Quote tomdodd4598
Eh yeah, only difference is that the player container should never ever call "OnContainerOpen"
unless forge changed something.
Also the issue is that I would have to keep track of each container instance and validate that it isnt opened twice, and deleting a listener isnt possible since you are only allowed to do that ClientSided.
So something was changed.
If he knows how to fix it then ask him to submit a patch, I will test the patch and if it works for me I am throwing out a update.
Right now a couple bigger projects eat most of the time.
I can give him a discord it will be easier for you to talk to him in the DS yourself he said that I would write a report here
Checking through my source code, I don't think I'm calling OnContainerOpen
anywhere, but the crash report doesn't indicate to me that NC is involved anyway, so I think we're barking up the complete wrong tree. I don't think there's anything wrong with what your mod is doing - instead I imagine it could well be a core mod such as Magma causing it in the background.
https://discord.gg/Pw8uZVU There you will find my screenshots
@turbodiesel4598 i missed your message. This looks really weird to me. I wonder if the respawn logic has something to do with it. But you could be right to. I am testing the crashcase now and see what exactly it is.
@planyte @turbodiesel4598 is right this has nothing to do with my mod. It seems like that the base you build your stuff on has a bug and does not reset the player container everytime the player respawns. Because i killed myself like 10 times (5 times in a singleplayer world & 5 times on a quickhosted server)
and i wasnt able to generate a crash.