View attachment 101441View attachment 101442View attachment 101443
Hi Wulf,
I mentioned this on skype but an posting here so I can upload ss/logs.
Fresh install of newest HB, only change is the addition of Oracle to routines. Upon startup, getting a 404 application error, then HB crashes. .NET 4.5 installed and restarted.
Log and SS attached.
Edit: Looks like the problem is with the usage tracking link, line 28 in Shared\Logging\Logger.cs. For whatever reason, the hotel internet I'm on has statcounter blocked and so this call 404's out. I'd recommend adding in an error catch or something around it for the rare cases where someone can't get to the url so that the Routine can still function
I got around it by commenting it out for the time being.
Code:
new MemoryStream(new WebClient().DownloadData("http://c.statcounter.com/9163330/0/bc0014de/1/"));
~ski