[Bug 48739] ConEmu (Windows console emulator) v19.10.12 fails to set Wininet's INTERNET_OPTION_IGNORE_OFFLINE and shows error dialog at startup

WineHQ Bugzilla wine-bugs at winehq.org
Fri Mar 13 17:22:24 CDT 2020


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

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net
                URL|https://conemu.github.io/   |https://github.com/Maximus5
                   |                            |/ConEmu/releases/download/v
                   |                            |19.10.12/ConEmuSetup.191012
                   |                            |.exe
            Summary|ConEmu fails to set         |ConEmu (Windows console
                   |IGNORE_OFFLINE and shows    |emulator) v19.10.12 fails
                   |error dialog at startup     |to set Wininet's
                   |                            |INTERNET_OPTION_IGNORE_OFFL
                   |                            |INE and shows error dialog
                   |                            |at startup
           Keywords|                            |source

--- Comment #3 from Anastasius Focht <focht at gmx.net> ---
Hello Roman,

good work! I've added the app version you've tested with to the summary line.
This is in case they change that piece of code at some point.

Link to the source snippet as of v19.10.12:

https://github.com/Maximus5/ConEmu/blob/v19.10.12/src/ConEmuC/Downloader.cpp#L1003

--- snip ---
            // Force Online
            ReportMessage(dc_LogCallback, L"Set IGNORE_OFFLINE option",
at_None);
            nFlags = TRUE; _ASSERTE(sizeof(nFlags)==4);
            if (!wi->_InternetSetOptionW(mh_Internet,
INTERNET_OPTION_IGNORE_OFFLINE, &nFlags, sizeof(nFlags)))
            {
                ReportMessage(dc_ErrCallback,
                    L"Set IGNORE_OFFLINE option, code=%u", at_Uint,
GetLastError(), at_None);
                //goto wrap;
}
--- snip ---

Regards

-- 
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