Anyone else notice this? I am not the only one this is happening to as I've been emailed about it. Any help much appreciated. I thought perhaps the mobo or os install was flaking so tried another vid card to see if that triggered any difference and no.
Comments
The people who hosted the old IRC server apparently recently deleted the DNS record pointing to the server, so the game might be hitting an error due to incorrect built-in handling of failed DNS lookups. There's going to need to be a new build/installer soon, but in the meantime you can add
$IRCClient::state = IDIRC_CONNECTING_WAITING;
to an autoexec script to prevent autoconnections, or maybe just install this other IRC client:Alternatively, to fix the game's handling of failed DNS lookups in general, you could load this code in an autoexec script:
Outstanding work as usual Krash, thanks for everything.
Chocotaco wrote this temporary fix (same as Krash suggested) if anyone is looking to quickly just drop the fix into gamedata/base/scripts/autoexec.
Krash pointed me in the right direction to provide that the night it started acting up. I suggest doing whatever Krash recommends.
What I distribute now has
$IRCClient::state = IDIRC_CONNECTING_WAITING;
and the Winsock DNS mempatch as Krash suggested and provided for us.Thanks Krash