[Bug 48739] New: ConEmu fails to set IGNORE_OFFLINE and shows error dialog at startup
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(a)winehq.org Reporter: rpisl(a)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. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=48739 Roman Pišl <rpisl(a)seznam.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://conemu.github.io/ Keywords| |download CC| |rpisl(a)seznam.cz -- 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.
https://bugs.winehq.org/show_bug.cgi?id=48739 --- Comment #1 from Roman Pišl <rpisl(a)seznam.cz> --- Patch sent: https://source.winehq.org/patches/data/180724. ConEmu is still evolving, so this is needed for version 191012. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=48739 Roman Pišl <rpisl(a)seznam.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |6fcd1378b2516165468bcbd7126 | |3c1b18c6be491 Status|UNCONFIRMED |RESOLVED --- Comment #2 from Roman Pišl <rpisl(a)seznam.cz> --- Confirming fixed by https://source.winehq.org/git/wine.git/commit/6fcd1378b2516165468bcbd71263c1..., thanks! -- 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.
https://bugs.winehq.org/show_bug.cgi?id=48739 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |focht(a)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(a)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 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=48739 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 5.5. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=48739 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |5.0.x -- 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.
https://bugs.winehq.org/show_bug.cgi?id=48739 Michael Stefaniuc <mstefani(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|5.0.x |--- --- Comment #5 from Michael Stefaniuc <mstefani(a)winehq.org> --- Removing the 5.0.x milestone from bug fixes included in 5.0.2. -- 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.
participants (1)
-
WineHQ Bugzilla