TwelveIterationMods / EiraIRC

No longer maintained.
MIT License
24 stars 13 forks source link

[Thread-6/INFO]: �123� is not a valid nickname. #164

Closed radien closed 9 years ago

radien commented 9 years ago

Not sure how to fix this, i've tried several different nicknames, i've deleted the file and recreated it. I've got forge-1.8-11.14.0.1299 & eirairc-mc1.8-v1.7.5

BlayTheNinth commented 9 years ago

I'm already in bed so I can only guess right now, but make sure that nickPrefix and nickSuffix are empty, and that you change all nicks (global AND server-specific one). Also, if it's the default %USERNAME%, it might be some mod adding a name color in a weird way in which case it should help just putting your username there directly. I'll have a closer look tomorrow if you don't get it solved till then.

Another thing would be ensuring that eirairc.cfg is encoded as UTF-8. I guess there could be problems otherwise if your nick contains special characters, but I'm not sure.

-------- Ursprüngliche Nachricht --------
Von: radien notifications@github.com
Datum:25.02.2015 21:56 (GMT+01:00)
An: blay09/EiraIRC EiraIRC@noreply.github.com
Betreff: [EiraIRC] [Thread-6/INFO]: �123� is not a valid nickname. (#164)
Not sure how to fix this, i've tried several different nicknames, i've deleted the file and recreated it. I've got forge-1.8-11.14.0.1299 & eirairc-mc1.8-v1.7.5 — Reply to this email directly or view it on GitHub.
radien commented 9 years ago

I figured it out shortly after posting this. when i was getting the error the config line was this: S:nick="123" but once i changed it to S:nick=123 it worked.

I copied the "servers { }'s bit from http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1291581-eirairc-irc-twitch-screenshots-and-more

BlayTheNinth commented 9 years ago

Ah, so it's a bug with EiraIRC after all then. Will fix it for the jenkins version later today.

Glad you got it sorted out!

-------- Ursprüngliche Nachricht --------
Von: radien notifications@github.com
Datum:25.02.2015 22:38 (GMT+01:00)
An: blay09/EiraIRC EiraIRC@noreply.github.com
Cc: Christopher Baker blay09@hotmail.de
Betreff: Re: [EiraIRC] [Thread-6/INFO]: �123� is not a valid nickname. (#164)
I figured it out shortly after posting this. when i was getting the error the config line was this: S:nick="123" but once i changed it to S:nick=123 it worked. I copied the "servers { }'s bit from http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1291581-eirairc-irc-twitch-screenshots-and-more — Reply to this email directly or view it on GitHub.
radien commented 9 years ago

Would EiraIRC effect any entity ticking? we're running 11.14.1.1332 with just EiraIRC and the server keeps dying with en error "ticking entity" before i asked for help from forge i figured i'd see if it was something in your code

BlayTheNinth commented 9 years ago

I highly doubt this is EiraIRC, since it neither adds entities or messes with them in any way. We can be sure if you show me the crashlog.

radien commented 9 years ago

Here's the Crash report. http://pastebin.com/ZwJRVwSU

we disabled EiraIRC and the problem hasn't happened again.

BlayTheNinth commented 9 years ago

When does the crash happen? On login? On relogin? While playing?

I've looked at the corresponding Minecraft code and it looks like it's ticking the entity and sending chunk data before the FML handshake is done. I wouldn't know how EiraIRC could be causing this so I assume it's a Forge/FML issue.