Hello,
I was wondering why DoomRL "wasn't working". It was stuck on the black console window at start, without showing signs of loading, and I tended to close it after maybe 10 seconds (when it used to insta-load, before).
I uninstalled, reinstalled - same behavior. And I didn't get any log (the log.txt file stayed at 0 bytes)
I tried to run it a number of times, without getting anything. Then, on another try (don't know why it finally "worked" - maybe some "max retrys" setting, or something getting cached), after waiting for about 15 seconds, I got the popup asking me if I wanted to run full-screen, and the game started.
I closed the game, and looked at the log.txt file, and I saw the cause for the 15-seconds wait:
23:26:32 : INFO : <TDownloadTask> DoomNet: downloading doom.chaosforge.net/info.xml to C:\Program Files (x86)\DoomRL\info.xml...
23:26:51 : INFO : <TDownloadTask> DoomNet: ESocketError caught - Receive from "doom.chaosforge.net:80" failed (10060)
I've noticed the website is now chaosforge.org, but trying the URL changing the .net to .org leads me to an error page, on my browser.
So, changing the NetworkConnection = true to false in config.lua worked, and the game then started without any delay - but is there any plan to fix this ?