public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Re: setup-x86_64.exe does not start in win10 20H2
@ 2021-12-10 15:19 Kutty, Rejeesh
  2021-12-10 15:30 ` Marco Atzeri
  0 siblings, 1 reply; 16+ messages in thread
From: Kutty, Rejeesh @ 2021-12-10 15:19 UTC (permalink / raw)
  To: cygwin


Thanks,

I did try deleting, re-downloading many times, no luck.
I also tried the following versions from the link you gave me (cygwin.com/setup/):

setup-2.909.x86_64.exe
setup-2.910.x86_64.exe
setup-2.910-3-g217aad.x86_64.exe

All behave the same way.



^ permalink raw reply	[flat|nested] 16+ messages in thread
* setup-x86_64.exe does not start in win10 20H2
@ 2021-12-10 14:39 Kutty, Rejeesh
  2021-12-10 14:55 ` Marco Atzeri
  2021-12-10 16:45 ` Ken Brown
  0 siblings, 2 replies; 16+ messages in thread
From: Kutty, Rejeesh @ 2021-12-10 14:39 UTC (permalink / raw)
  To: cygwin

Hi,

I can't  launch setup-x86_64.exe, but setup-x86 runs fine.

PC Info:

Windows 10, 20H2, OS build: 19042.1348
64-bit operating system, x64-based processor
Windows Feature Experience Pack 120.2212.3920.0

I tried to run from a command prompt, same behavior.
I tried various flags, -B, -a, -t, -V, same behavior.

I tried to debug using the WinDBG tool, here is the output:
Apologies in advance, if the following is irrelevant.

Microsoft (R) Windows Debugger Version 10.0.22000.194 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.

CommandLine: C:\Users\rkutty\Downloads\setup-x86_64.exe

************* Path validation summary **************
Response                         Time (ms)     Location
Deferred                                       srv*
Symbol search path is: srv*
Executable search path is:
ModLoad: 00000000`00400000 00000000`008e4000   image00000000`00400000
ModLoad: 00007ffd`46290000 00007ffd`46485000   ntdll.dll
ModLoad: 00007ffd`45cc0000 00007ffd`45d7e000   C:\WINDOWS\System32\KERNEL32.DLL
ModLoad: 00007ffd`439b0000 00007ffd`43c78000   C:\WINDOWS\System32\KERNELBASE.dll
ModLoad: 00007ffd`44760000 00007ffd`4480c000   C:\WINDOWS\System32\ADVAPI32.DLL
ModLoad: 00007ffd`45e30000 00007ffd`45ece000   C:\WINDOWS\System32\msvcrt.dll
ModLoad: 00007ffd`459f0000 00007ffd`45a8b000   C:\WINDOWS\System32\sechost.dll
ModLoad: 00007ffd`44b40000 00007ffd`44c6a000   C:\WINDOWS\System32\RPCRT4.dll
(1a1c.3788): Break instruction exception - code 80000003 (first chance)
ntdll!LdrpDoDebuggerBreak+0x30:
00007ffd`463606b0 cc              int     3
0:000> g
ModLoad: 00007ffd`43710000 00007ffd`4374a000   C:\WINDOWS\SYSTEM32\privman64.dll
ModLoad: 00007ffd`44930000 00007ffd`44ad1000   C:\WINDOWS\System32\USER32.dll
ModLoad: 00007ffd`43d80000 00007ffd`43da2000   C:\WINDOWS\System32\win32u.dll
ModLoad: 00007ffd`44c70000 00007ffd`44c9b000   C:\WINDOWS\System32\GDI32.dll
ModLoad: 00007ffd`43fd0000 00007ffd`440db000   C:\WINDOWS\System32\gdi32full.dll
ModLoad: 00007ffd`440e0000 00007ffd`4417d000   C:\WINDOWS\System32\msvcp_win.dll
ModLoad: 00007ffd`43c80000 00007ffd`43d80000   C:\WINDOWS\System32\ucrtbase.dll
ModLoad: 00007ffd`44e50000 00007ffd`4558f000   C:\WINDOWS\System32\SHELL32.dll
ModLoad: 00007ffd`44ca0000 00007ffd`44dca000   C:\WINDOWS\System32\ole32.dll
ModLoad: 00007ffd`45590000 00007ffd`458e5000   C:\WINDOWS\System32\combase.dll
ModLoad: 00007ffd`44ae0000 00007ffd`44b35000   C:\WINDOWS\System32\SHLWAPI.dll
ModLoad: 00007ffd`43870000 00007ffd`4389e000   C:\WINDOWS\SYSTEM32\USERENV.dll
ModLoad: 00007ffd`458f0000 00007ffd`45920000   C:\WINDOWS\System32\IMM32.DLL
(1a1c.3788): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
*** WARNING: Unable to verify timestamp for C:\Users\rkutty\Downloads\setup-x86_64.exe
setup_x86_64+0xe34dd:
00000000`004e34dd 0000            add     byte ptr [rax],al ds:00000000`00000224=??
0:000> g
(1a1c.3788): Access violation - code c0000005 (!!! second chance !!!)
setup_x86_64+0xe34dd:
00000000`004e34dd 0000            add     byte ptr [rax],al ds:00000000`00000224=??
0:000> g
(1a1c.3788): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
setup_x86_64+0xe34dd:
00000000`004e34dd 0000            add     byte ptr [rax],al ds:00000000`00000224=??

Thanks,
Rejeesh

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-12-14  8:09 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-10 15:19 Re: setup-x86_64.exe does not start in win10 20H2 Kutty, Rejeesh
2021-12-10 15:30 ` Marco Atzeri
2021-12-10 15:39   ` Kutty, Rejeesh
  -- strict thread matches above, loose matches on Subject: below --
2021-12-10 14:39 Kutty, Rejeesh
2021-12-10 14:55 ` Marco Atzeri
2021-12-10 16:45 ` Ken Brown
2021-12-10 17:12   ` Kutty, Rejeesh
2021-12-10 18:28     ` Ken Brown
2021-12-10 18:38       ` Kutty, Rejeesh
2021-12-10 20:17         ` Lavrentiev, Anton (NIH/NLM/NCBI) [C]
2021-12-10 20:19           ` Kutty, Rejeesh
2021-12-11  5:38             ` Brian Inglis
2021-12-13 23:26               ` Kutty, Rejeesh
2021-12-14  6:17                 ` Brian Inglis
2021-12-14  6:31                   ` Marco Atzeri
2021-12-14  8:09                     ` Brian Inglis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).