https://bugs.winehq.org/show_bug.cgi?id=48739
Bug ID: 48739 Summary: ConEmu fails to set IGNORE_OFFLINE and shows error dialog at startup Product: Wine Version: 5.3 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wininet Assignee: wine-bugs@winehq.org Reporter: rpisl@seznam.cz Distribution: ---
ConEmu shows error dialog at startup indicating that setting INTERNET_OPTION_IGNORE_OFFLINE with InternetSetOptionW() was unsuccessful. The option is unsupported yet. Silently ignore that flag would help. It is a minor issue.
https://bugs.winehq.org/show_bug.cgi?id=48739
Roman Pišl rpisl@seznam.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://conemu.github.io/ Keywords| |download CC| |rpisl@seznam.cz
https://bugs.winehq.org/show_bug.cgi?id=48739
--- Comment #1 from Roman Pišl rpisl@seznam.cz --- Patch sent: https://source.winehq.org/patches/data/180724. ConEmu is still evolving, so this is needed for version 191012.
https://bugs.winehq.org/show_bug.cgi?id=48739
Roman Pišl rpisl@seznam.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |6fcd1378b2516165468bcbd7126 | |3c1b18c6be491 Status|UNCONFIRMED |RESOLVED
--- Comment #2 from Roman Pišl rpisl@seznam.cz --- Confirming fixed by https://source.winehq.org/git/wine.git/commit/6fcd1378b2516165468bcbd71263c1..., thanks!
https://bugs.winehq.org/show_bug.cgi?id=48739
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@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@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...
--- 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
https://bugs.winehq.org/show_bug.cgi?id=48739
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 5.5.
https://bugs.winehq.org/show_bug.cgi?id=48739
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |5.0.x
https://bugs.winehq.org/show_bug.cgi?id=48739
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|5.0.x |---
--- Comment #5 from Michael Stefaniuc mstefani@winehq.org --- Removing the 5.0.x milestone from bug fixes included in 5.0.2.