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