PlatinPython / RGBBlocks

Blocks in almost all colors you can imagine.
https://www.curseforge.com/minecraft/mc-mods/rgb-blocks-forge
MIT License
4 stars 2 forks source link

does not allow connections to servers #1

Closed yikescg closed 3 years ago

yikescg commented 3 years ago

minecraft version 1.16.5 forge 36.1.4

when included in a modpack for a server, attempting to connect to the server produces the error "internal exception: io.netty.handler.codec.encoderexception: java.lang.nullpointerexception"

Steps to Reproduce run a forge server with this as one of the mods and attempt to connect

PlatinPython commented 3 years ago

Could you please provide both a server and a client log?

yikescg commented 3 years ago

I got two server and client logs each and idk if you want debug or the dated one

client: 2021-05-29-1.log.gz debug-1.log.gz

server: 2021-05-30-1.log.gz debug-1.log.gz

PlatinPython commented 3 years ago

Well I don't see anything that would suggest my mod as the culprit at the moment. Can you connect without my mod in the mod list? Or even just a vanilla server?

PlatinPython commented 3 years ago

I couldn't test this in the last 2 days. I just tested it and I can see that there is an issue. I will try to find the source for that and fix it as soon as I can.

yikescg commented 3 years ago

thanks for testing it, sorry I've been scatterbrained and couldn't check this page. I can also try a local test for you and get back to you later, if i remember

PlatinPython commented 3 years ago

You don't have to, I have already found the class responsible although atm I don't know what exactly is causing the error