I received a "GOG.com downloader has stopped working." message in Windows 7 x64. I tried to debug, but nothing happened. I think it had to do with my internet connection dropping out while downloading. I notice a bunch of "Request error response" lines at the end of the logger file. Sorry I can't provide more information.
EDIT:
OK, got it to happen right when opening the downloader and was able to get a stack trace. I'm not sure this is the same error that happened a little bit ago.
System.NullReferenceException was unhandled
Message="Object reference not set to an instance of an object."
Source="GOG.com Downloader"
StackTrace:
at GOGCompanionApp.Utilities.General.MakeRequest(String uri, String method, WebProxy proxy)
at GOGCompanionApp.Worker.Init(WorkerTask workerTask)
at GOGCompanionApp.Worker.Run()
at System.Threading.ExecutionContext.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException:
logger.log looks like this:
1332915405 Log started
1332915405 init started
1332915405 Requesting
https://api.gog.com/en/downloader2/status/beta/
1332915419 Request error response
EDIT 2:
Seems fine with 3.0.25, we'll see if it finishes.