[Bug 49819] EveMon (v 4.0.18.4979): (with dotnet461) crashes on add character

WineHQ Bugzilla wine-bugs at winehq.org
Fri Sep 11 22:13:56 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=49819

--- Comment #3 from Chris Maxwell <maxwellc at 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/SSOWebServerHttpListener.cs

Calls line 95 of
https://referencesource.microsoft.com/#system/net/System/Net/HttpListenerTimeoutManager.cs
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/52c6070ea5e47d254253dea6f977746d3588e619#diff-f6c6540d9ee81c45ac880ba2f1d2531b)

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.



More information about the wine-bugs mailing list