https://bugs.winehq.org/show_bug.cgi?id=49819 --- Comment #3 from Chris Maxwell <maxwellc(a)gmail.com> --- For interest, this is started from about line 67 of https://github.com/peterhaneve/evemon/blob/4.0.18/src/EVEMon.Common/Service/... Calls line 95 of https://referencesource.microsoft.com/#system/net/System/Net/HttpListenerTim... Calls line 521 of https://referencesource.microsoft.com/#system/net/system/Net/HttpListener.cs Calling line 501 of same and at line 510, we run into trouble "statusCode = UnsafeNclNativeMethods.HttpApi.HttpSetUrlGroupProperty( m_UrlGroupId, property, info, infosize); if (statusCode != UnsafeNclNativeMethods.ErrorCodes.ERROR_SUCCESS) { HttpListenerException exception = new HttpListenerException((int)statusCode); if (Logging.On) Logging.Exception(Logging.HttpListener, this, "HttpSetUrlGroupProperty:: Property: " + property, exception); throw exception;" and throw back the exception. https://source.winehq.org/source/dlls/httpapi/httpapi_main.c:0657 Which I think might be addressed in 5.17 (https://github.com/wine-mirror/wine/commit/52c6070ea5e47d254253dea6f977746d3...) I will update if the problem disappears once I have worked all the way through the process of compiling (since Ubuntu's binary staging is still 5.16) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.