NullPointerException joining a specific server
lopcode opened this issue ยท 2 comments
Hi there,
I'm getting a NullPointerException trying to get the server side mod to connect to a specific server. I enabled debug mode in the config and did a reload, here's the result: http://pastebin.com/ZaJdiS7z
It looks like an issue with the server's NOTICE command, though I'm not quite sure why. I'm running "eirairc-mc1.7.10-v1.7.29.jar" from Curse.
It's probably easiest to debug yourself if you try to connect to irchost.tardis.ed.ac.uk - we're in #compsoc-minecraft if you wanted to ask any more questions (obviously here is fine too).
This bug was fixed recently and it will be officially released on CurseForge tomorrow-ish. If you don't want to wait, you can try out the development version on http://blay09.net:8080/jenkins/.
It was caused by the IRC server sending NOTICEs without a sender and EiraIRC not handling that properly.