public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* 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; 15+ 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] 15+ messages in thread

* Re: setup-x86_64.exe does not start in win10 20H2
  2021-12-10 14:39 setup-x86_64.exe does not start in win10 20H2 Kutty, Rejeesh
@ 2021-12-10 14:55 ` Marco Atzeri
  2021-12-10 16:45 ` Ken Brown
  1 sibling, 0 replies; 15+ messages in thread
From: Marco Atzeri @ 2021-12-10 14:55 UTC (permalink / raw)
  To: cygwin

  On 10.12.2021 15:39, Kutty, Rejeesh wrote:
> Hi,
> 
> I can't  launch setup-x86_64.exe, but setup-x86 runs fine.
> 

Hi Kutty,

It works fine on my W10 21H1

May be a corrupted download ?
Can you download it again ?


You can also try the last setup snapshots:

https://sourceware.org/pipermail/cygwin/2021-December/250130.html


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

* Re: setup-x86_64.exe does not start in win10 20H2
  2021-12-10 14:39 setup-x86_64.exe does not start in win10 20H2 Kutty, Rejeesh
  2021-12-10 14:55 ` Marco Atzeri
@ 2021-12-10 16:45 ` Ken Brown
  2021-12-10 17:12   ` Kutty, Rejeesh
  1 sibling, 1 reply; 15+ messages in thread
From: Ken Brown @ 2021-12-10 16:45 UTC (permalink / raw)
  To: cygwin

On 12/10/2021 9:39 AM, Kutty, Rejeesh wrote:
> I can't  launch setup-x86_64.exe, but setup-x86 runs fine.
[...]
> ModLoad: 00007ffd`43710000 00007ffd`4374a000   C:\WINDOWS\SYSTEM32\privman64.dll

What is this and why is it being loaded?

Ken

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

* RE: setup-x86_64.exe does not start in win10 20H2
  2021-12-10 16:45 ` Ken Brown
@ 2021-12-10 17:12   ` Kutty, Rejeesh
  2021-12-10 18:28     ` Ken Brown
  0 siblings, 1 reply; 15+ messages in thread
From: Kutty, Rejeesh @ 2021-12-10 17:12 UTC (permalink / raw)
  To: cygwin

Google says it is part of the Beyond Trust stuff, for security?
I couldn't find anything that tells me how to disable it.
Is this DLL the problem?

-----Original Message-----
From: Cygwin <cygwin-bounces+rejeesh.kutty=analog.com@cygwin.com> On Behalf Of Ken Brown
Sent: Friday, December 10, 2021 11:45 AM
To: cygwin@cygwin.com
Subject: Re: setup-x86_64.exe does not start in win10 20H2

[External]

On 12/10/2021 9:39 AM, Kutty, Rejeesh wrote:
> I can't  launch setup-x86_64.exe, but setup-x86 runs fine.
[...]
> ModLoad: 00007ffd`43710000 00007ffd`4374a000   C:\WINDOWS\SYSTEM32\privman64.dll

What is this and why is it being loaded?

Ken

-- 
Problem reports:      https://urldefense.com/v3/__https://cygwin.com/problems.html__;!!A3Ni8CS0y2Y!pcqILE6VYZ3kuNafrVyFcuPl78qLVLvCZ8TDCtcZOeP39W6lRqsjZ7q5B_U2w1cPnrY$ 
FAQ:                  https://urldefense.com/v3/__https://cygwin.com/faq/__;!!A3Ni8CS0y2Y!pcqILE6VYZ3kuNafrVyFcuPl78qLVLvCZ8TDCtcZOeP39W6lRqsjZ7q5B_U2LSeCxDU$ 
Documentation:        https://urldefense.com/v3/__https://cygwin.com/docs.html__;!!A3Ni8CS0y2Y!pcqILE6VYZ3kuNafrVyFcuPl78qLVLvCZ8TDCtcZOeP39W6lRqsjZ7q5B_U2TGoD1FI$ 
Unsubscribe info:     https://urldefense.com/v3/__https://cygwin.com/ml/*unsubscribe-simple__;Iw!!A3Ni8CS0y2Y!pcqILE6VYZ3kuNafrVyFcuPl78qLVLvCZ8TDCtcZOeP39W6lRqsjZ7q5B_U23r0nYsU$ 

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

* Re: setup-x86_64.exe does not start in win10 20H2
  2021-12-10 17:12   ` Kutty, Rejeesh
@ 2021-12-10 18:28     ` Ken Brown
  2021-12-10 18:38       ` Kutty, Rejeesh
  0 siblings, 1 reply; 15+ messages in thread
From: Ken Brown @ 2021-12-10 18:28 UTC (permalink / raw)
  To: cygwin

On 12/10/2021 12:12 PM, Kutty, Rejeesh wrote:
> Google says it is part of the Beyond Trust stuff, for security?
> I couldn't find anything that tells me how to disable it.
> Is this DLL the problem?

Could be.  Is Beyond Trust something that you have control over?  Can you 
uninstall it, or temporarily suspend it, or tell it to exclude certain directories?

Ken

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

* RE: setup-x86_64.exe does not start in win10 20H2
  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]
  0 siblings, 1 reply; 15+ messages in thread
From: Kutty, Rejeesh @ 2021-12-10 18:38 UTC (permalink / raw)
  To: cygwin

I tried two things (though may not make sense).

Renamed that DLL -- same behavior, and same  access violation in WinDbg.
Killed all Beyond Trust Services/Tasks -- same behavior.


-----Original Message-----
From: Cygwin <cygwin-bounces+rejeesh.kutty=analog.com@cygwin.com> On Behalf Of Ken Brown
Sent: Friday, December 10, 2021 1:29 PM
To: cygwin@cygwin.com
Subject: Re: setup-x86_64.exe does not start in win10 20H2

[External]

On 12/10/2021 12:12 PM, Kutty, Rejeesh wrote:
> Google says it is part of the Beyond Trust stuff, for security?
> I couldn't find anything that tells me how to disable it.
> Is this DLL the problem?

Could be.  Is Beyond Trust something that you have control over?  Can you uninstall it, or temporarily suspend it, or tell it to exclude certain directories?

Ken

-- 
Problem reports:      https://urldefense.com/v3/__https://cygwin.com/problems.html__;!!A3Ni8CS0y2Y!svGaMBRZaWA6cka50TBFP2PYTAVYdIG7Pi8yVgvvn_3Up9m8v_SPOmZkY2mLWW7n9z8$ 
FAQ:                  https://urldefense.com/v3/__https://cygwin.com/faq/__;!!A3Ni8CS0y2Y!svGaMBRZaWA6cka50TBFP2PYTAVYdIG7Pi8yVgvvn_3Up9m8v_SPOmZkY2mLuvozMME$ 
Documentation:        https://urldefense.com/v3/__https://cygwin.com/docs.html__;!!A3Ni8CS0y2Y!svGaMBRZaWA6cka50TBFP2PYTAVYdIG7Pi8yVgvvn_3Up9m8v_SPOmZkY2mLJd1xOEo$ 
Unsubscribe info:     https://urldefense.com/v3/__https://cygwin.com/ml/*unsubscribe-simple__;Iw!!A3Ni8CS0y2Y!svGaMBRZaWA6cka50TBFP2PYTAVYdIG7Pi8yVgvvn_3Up9m8v_SPOmZkY2mL0sP5jXE$ 

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

* RE: setup-x86_64.exe does not start in win10 20H2
  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
  0 siblings, 1 reply; 15+ messages in thread
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] @ 2021-12-10 20:17 UTC (permalink / raw)
  To: Kutty, Rejeesh, cygwin

> Renamed that DLL -- same behavior, and same  access violation in WinDbg.
> Killed all Beyond Trust Services/Tasks -- same behavior.

Does WinDBG still show the DLL loaded?

Anton Lavrentiev
Contractor NIH/NLM/NCBI

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

* RE: setup-x86_64.exe does not start in win10 20H2
  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
  0 siblings, 1 reply; 15+ messages in thread
From: Kutty, Rejeesh @ 2021-12-10 20:19 UTC (permalink / raw)
  To: cygwin


No it didn't, but it reported access violation after RPCRT4.dll.
(This is the RPC API, as per google).

-----Original Message-----
From: Lavrentiev, Anton (NIH/NLM/NCBI) [C] <lavr@ncbi.nlm.nih.gov> 
Sent: Friday, December 10, 2021 3:17 PM
To: Kutty, Rejeesh <Rejeesh.Kutty@analog.com>; cygwin@cygwin.com
Subject: RE: setup-x86_64.exe does not start in win10 20H2

[External]

> Renamed that DLL -- same behavior, and same  access violation in WinDbg.
> Killed all Beyond Trust Services/Tasks -- same behavior.

Does WinDBG still show the DLL loaded?

Anton Lavrentiev
Contractor NIH/NLM/NCBI

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

* Re: setup-x86_64.exe does not start in win10 20H2
  2021-12-10 20:19           ` Kutty, Rejeesh
@ 2021-12-11  5:38             ` Brian Inglis
  2021-12-13 23:26               ` Kutty, Rejeesh
  0 siblings, 1 reply; 15+ messages in thread
From: Brian Inglis @ 2021-12-11  5:38 UTC (permalink / raw)
  To: cygwin

On 2021-12-10 13:19, Kutty, Rejeesh wrote:
>>> Renamed that DLL -- same behavior, and same  access violation in WinDbg.
>>> Killed all Beyond Trust Services/Tasks -- same behavior.

You will probably need to restart Windows after any changes in order to 
unload or reload DLLs and associated data.

>> Does WinDBG still show the DLL loaded?

 > No it didn't, but it reported access violation after RPCRT4.dll.
 > (This is the RPC API, as per google).

Many of these apps have difficulty handling dynamic modification, 
cleanly removing themselves from the call or message chains they insert 
themselves into, transparently passing along arbitrary calls, data, 
events, or messages, especially when application code is multithreaded 
and reentrant using mutexes and waits.

Beyond Trust is on the Cygwin Big List of Dodgy Apps: poorly written 
(often so-called "anti-malware", "anti-virus", or "security") software 
that monitors, logs, blocks, and/or interferes with normal operation of 
many applications, with effects sometimes indistinguishable from 
malware, and known to prevent Cygwin working properly; see:

	https://cygwin.com/faq/faq.html#faq.using.bloda

Beyond Trust has caused problems because its certs became outdated 
unless you kept the product and its certs updated. Try updating the 
product and check its certs are up to date in the cert store.
If that fails you may need to raise a case with the product vendor 
regarding Cygwin 64; especially useful to mention:

	https://www.cygwin.com/faq.html#faq.api.fork

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

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

* RE: setup-x86_64.exe does not start in win10 20H2
  2021-12-11  5:38             ` Brian Inglis
@ 2021-12-13 23:26               ` Kutty, Rejeesh
  2021-12-14  6:17                 ` Brian Inglis
  0 siblings, 1 reply; 15+ messages in thread
From: Kutty, Rejeesh @ 2021-12-13 23:26 UTC (permalink / raw)
  To: cygwin


I uninstalled Beyond Trust with our IT help, rebooted, same behavior.

I then came upon another thread that talks about the compression.
I didn't build it, I just decompressed it and now setup-64bit works fine.
For some reason, 32bit doesn't have any of this problem.

If it is not too much of trouble, I would request that you provide an uncompressed version too.
The file size is not that bad, It came to be about 5MB only.

Perhaps,  suggest in the installation instructions to try in case it doesn't launch?

Thanks for all your help.


-----Original Message-----
From: Cygwin <cygwin-bounces+rejeesh.kutty=analog.com@cygwin.com> On Behalf Of Brian Inglis
Sent: Saturday, December 11, 2021 12:39 AM
To: cygwin@cygwin.com
Subject: Re: setup-x86_64.exe does not start in win10 20H2

[External]

On 2021-12-10 13:19, Kutty, Rejeesh wrote:
>>> Renamed that DLL -- same behavior, and same  access violation in WinDbg.
>>> Killed all Beyond Trust Services/Tasks -- same behavior.

You will probably need to restart Windows after any changes in order to unload or reload DLLs and associated data.

>> Does WinDBG still show the DLL loaded?

 > No it didn't, but it reported access violation after RPCRT4.dll.
 > (This is the RPC API, as per google).

Many of these apps have difficulty handling dynamic modification, cleanly removing themselves from the call or message chains they insert themselves into, transparently passing along arbitrary calls, data, events, or messages, especially when application code is multithreaded and reentrant using mutexes and waits.

Beyond Trust is on the Cygwin Big List of Dodgy Apps: poorly written (often so-called "anti-malware", "anti-virus", or "security") software that monitors, logs, blocks, and/or interferes with normal operation of many applications, with effects sometimes indistinguishable from malware, and known to prevent Cygwin working properly; see:

	https://urldefense.com/v3/__https://cygwin.com/faq/faq.html*faq.using.bloda__;Iw!!A3Ni8CS0y2Y!uPaRC6ohLqsjqrbgUACGkx243avIO2jUMYZ09x5cgOrHWncL_fmuGb_5k5qPX0GSDDg$ 

Beyond Trust has caused problems because its certs became outdated unless you kept the product and its certs updated. Try updating the product and check its certs are up to date in the cert store.
If that fails you may need to raise a case with the product vendor regarding Cygwin 64; especially useful to mention:

	https://urldefense.com/v3/__https://www.cygwin.com/faq.html*faq.api.fork__;Iw!!A3Ni8CS0y2Y!uPaRC6ohLqsjqrbgUACGkx243avIO2jUMYZ09x5cgOrHWncL_fmuGb_5k5qP00bIrrM$ 

--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

-- 
Problem reports:      https://urldefense.com/v3/__https://cygwin.com/problems.html__;!!A3Ni8CS0y2Y!uPaRC6ohLqsjqrbgUACGkx243avIO2jUMYZ09x5cgOrHWncL_fmuGb_5k5qP-FRJ2uE$ 
FAQ:                  https://urldefense.com/v3/__https://cygwin.com/faq/__;!!A3Ni8CS0y2Y!uPaRC6ohLqsjqrbgUACGkx243avIO2jUMYZ09x5cgOrHWncL_fmuGb_5k5qPOErRlRs$ 
Documentation:        https://urldefense.com/v3/__https://cygwin.com/docs.html__;!!A3Ni8CS0y2Y!uPaRC6ohLqsjqrbgUACGkx243avIO2jUMYZ09x5cgOrHWncL_fmuGb_5k5qPWiY-_HE$ 
Unsubscribe info:     https://urldefense.com/v3/__https://cygwin.com/ml/*unsubscribe-simple__;Iw!!A3Ni8CS0y2Y!uPaRC6ohLqsjqrbgUACGkx243avIO2jUMYZ09x5cgOrHWncL_fmuGb_5k5qP1DBErDc$ 

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

* Re: setup-x86_64.exe does not start in win10 20H2
  2021-12-13 23:26               ` Kutty, Rejeesh
@ 2021-12-14  6:17                 ` Brian Inglis
  2021-12-14  6:31                   ` Marco Atzeri
  0 siblings, 1 reply; 15+ messages in thread
From: Brian Inglis @ 2021-12-14  6:17 UTC (permalink / raw)
  To: cygwin

On 2021-12-13 16:26, Kutty, Rejeesh wrote:
> I uninstalled Beyond Trust with our IT help, rebooted, same behavior.
> I then came upon another thread that talks about the compression.
> I didn't build it, I just decompressed it and now setup-64bit works fine.
> For some reason, 32bit doesn't have any of this problem.
> If it is not too much of trouble, I would request that you provide an uncompressed version too.
> The file size is not that bad, It came to be about 5MB only.
> Perhaps, suggest in the installation instructions to try in case it doesn't launch?

What was the URL of the thread about compression?
Which file did you download about 5MB, from which URL, how did you 
download and decompress it: using which tools, commands, options, and 
what were the before and after sizes?
There appear to be no Cygwin setup files about 5MB:

			https://cygwin.com/
	__________________________________________________

setup-x86.exe		   15-Jul-2021 11:59		1252371
setup-x86.exe.sig	   15-Jul-2021 11:59		    661
setup-x86_64.exe	   15-Jul-2021 12:05		1355283
setup-x86_64.exe.sig	   15-Jul-2021 12:05		    661
sha512.sum		   15-Jul-2021 13:37		    291
key/pubring.asc		   13-Mar-2020 16:30		   3049
	__________________________________________________
$ lynx -dump -nolist -nonumbers https://muug.ca/mirror/cygwin/x86/
		Index of /mirror/cygwin/x86/
	__________________________________________________
../
release/                   09-Dec-2021 06:05                   -
setup.bz2                  13-Dec-2021 05:50             4355068
setup.bz2.sig              13-Dec-2021 05:50                 566
setup.ini                  13-Dec-2021 05:50            18364231
setup.ini.sig              13-Dec-2021 05:50                 566
setup.xz                   13-Dec-2021 05:50             3387988
setup.xz.sig               13-Dec-2021 05:50                 566
setup.zst                  13-Dec-2021 05:50             3623348
setup.zst.sig              13-Dec-2021 05:50                 661
sha512.sum                 13-Dec-2021 06:14                1278
	__________________________________________________
$ lynx -dump -nolist -nonumbers https://muug.ca/mirror/cygwin/x86_64/
		Index of /mirror/cygwin/x86_64/
	__________________________________________________
../
release/                   09-Dec-2021 06:05                   -
setup.bz2                  13-Dec-2021 05:50             4342309
setup.bz2.sig              13-Dec-2021 05:50                 566
setup.ini                  13-Dec-2021 05:50            18405663
setup.ini.sig              13-Dec-2021 05:50                 566
setup.xz                   13-Dec-2021 05:51             3378648
setup.xz.sig               13-Dec-2021 05:51                 566
setup.zst                  13-Dec-2021 05:50             3579442
setup.zst.sig              13-Dec-2021 05:51                 661
sha512.sum                 13-Dec-2021 06:14                1278
	__________________________________________________

Where possible you should normally download from local and/or official 
Cygwin mirror sites using https with Cygwin utilities such as curl 
-JOR/wget/wget2 -N which avoid or handle inflight compression 
transparently, any available sha512.sum with which you can check the 
integrity of the downloaded files using sha512sum -c, and the Cygwin key 
with which you can check the integrity of the executables and their 
signatures using gpg/gpg2 --verify.

> -----Original Message-----
> From: Cygwin <cygwin-bounces+rejeesh.kutty=analog.com@cygwin.com> On Behalf Of Brian Inglis
> Sent: Saturday, December 11, 2021 12:39 AM
> To: cygwin@cygwin.com
> Subject: Re: setup-x86_64.exe does not start in win10 20H2
> 
> [External]
> 
> On 2021-12-10 13:19, Kutty, Rejeesh wrote:
>>>> Renamed that DLL -- same behavior, and same  access violation in WinDbg.
>>>> Killed all Beyond Trust Services/Tasks -- same behavior.
> 
> You will probably need to restart Windows after any changes in order to unload or reload DLLs and associated data.
> 
>>> Does WinDBG still show the DLL loaded?
> 
>   > No it didn't, but it reported access violation after RPCRT4.dll.
>   > (This is the RPC API, as per google).
> 
> Many of these apps have difficulty handling dynamic modification, cleanly removing themselves from the call or message chains they insert themselves into, transparently passing along arbitrary calls, data, events, or messages, especially when application code is multithreaded and reentrant using mutexes and waits.
> 
> Beyond Trust is on the Cygwin Big List of Dodgy Apps: poorly written (often so-called "anti-malware", "anti-virus", or "security") software that monitors, logs, blocks, and/or interferes with normal operation of many applications, with effects sometimes indistinguishable from malware, and known to prevent Cygwin working properly; see:
> 
> 	https://urldefense.com/v3/__https://cygwin.com/faq/faq.html*faq.using.bloda__;Iw!!A3Ni8CS0y2Y!uPaRC6ohLqsjqrbgUACGkx243avIO2jUMYZ09x5cgOrHWncL_fmuGb_5k5qPX0GSDDg$
> 
> Beyond Trust has caused problems because its certs became outdated unless you kept the product and its certs updated. Try updating the product and check its certs are up to date in the cert store.
> If that fails you may need to raise a case with the product vendor regarding Cygwin 64; especially useful to mention:
> 
> 	https://urldefense.com/v3/__https://www.cygwin.com/faq.html*faq.api.fork__;Iw!!A3Ni8CS0y2Y!uPaRC6ohLqsjqrbgUACGkx243avIO2jUMYZ09x5cgOrHWncL_fmuGb_5k5qP00bIrrM$
> 
> --
> Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada
> 
> This email may be disturbing to some readers as it contains too much technical detail. Reader discretion is advised.
> [Data in binary units and prefixes, physical quantities in SI.]
> 


-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

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

* Re: setup-x86_64.exe does not start in win10 20H2
  2021-12-14  6:17                 ` Brian Inglis
@ 2021-12-14  6:31                   ` Marco Atzeri
  2021-12-14  8:09                     ` Brian Inglis
  0 siblings, 1 reply; 15+ messages in thread
From: Marco Atzeri @ 2021-12-14  6:31 UTC (permalink / raw)
  To: cygwin

On 14.12.2021 07:17, Brian Inglis wrote:
> On 2021-12-13 16:26, Kutty, Rejeesh wrote:
>> I uninstalled Beyond Trust with our IT help, rebooted, same behavior.
>> I then came upon another thread that talks about the compression.
>> I didn't build it, I just decompressed it and now setup-64bit works fine.
>> For some reason, 32bit doesn't have any of this problem.
>> If it is not too much of trouble, I would request that you provide an 
>> uncompressed version too.
>> The file size is not that bad, It came to be about 5MB only.
>> Perhaps, suggest in the installation instructions to try in case it 
>> doesn't launch?
> 
> What was the URL of the thread about compression?
> Which file did you download about 5MB, from which URL, how did you 
> download and decompress it: using which tools, commands, options, and 
> what were the before and after sizes?
> There appear to be no Cygwin setup files about 5MB:
> 

he means 5MB after decompressing the 1.3Mb setup-x86_64.exe

If I remember right upx is used for setup compression

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

* Re: setup-x86_64.exe does not start in win10 20H2
  2021-12-14  6:31                   ` Marco Atzeri
@ 2021-12-14  8:09                     ` Brian Inglis
  0 siblings, 0 replies; 15+ messages in thread
From: Brian Inglis @ 2021-12-14  8:09 UTC (permalink / raw)
  To: cygwin

On 2021-12-13 23:31, Marco Atzeri wrote:
> On 14.12.2021 07:17, Brian Inglis wrote:
>> On 2021-12-13 16:26, Kutty, Rejeesh wrote:
>>> I uninstalled Beyond Trust with our IT help, rebooted, same behavior.
>>> I then came upon another thread that talks about the compression.
>>> I didn't build it, I just decompressed it and now setup-64bit works 
>>> fine.
>>> For some reason, 32bit doesn't have any of this problem.
>>> If it is not too much of trouble, I would request that you provide an 
>>> uncompressed version too.
>>> The file size is not that bad, It came to be about 5MB only.
>>> Perhaps, suggest in the installation instructions to try in case it 
>>> doesn't launch?

If you have that problem, you have an app in the BLODA.
Are you still running BeyondTrust or another AV?
You need to get Cygwin setup exes using upx bypassed or whitelisted by 
your support or the vendor.

>> What was the URL of the thread about compression?
>> Which file did you download about 5MB, from which URL, how did you 
>> download and decompress it: using which tools, commands, options, and 
>> what were the before and after sizes?
>> There appear to be no Cygwin setup files about 5MB:

> he means 5MB after decompressing the 1.3Mb setup-x86_64.exe
> If I remember right upx is used for setup compression

Why would anyone want or need to do that manually: that implies a badly 
written app in the BLODA interfering with decompression, and that hasn't 
had any mentions as a problem for a couple of years!

-- 
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada

This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]

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

* RE: setup-x86_64.exe does not start in win10 20H2
  2021-12-10 15:30 ` Marco Atzeri
@ 2021-12-10 15:39   ` Kutty, Rejeesh
  0 siblings, 0 replies; 15+ messages in thread
From: Kutty, Rejeesh @ 2021-12-10 15:39 UTC (permalink / raw)
  To: cygwin


MD5SUM from bash shell: (seems to match)

[/cygdrive/c/Users/rkutty/Downloads]> md5sum setup-*x86_64.exe
82f0a6cf3a2b228acf0b2009dc6f6d42 *setup-2.909.x86_64.exe
02bf88888c1db4b4e5ead39c1812bd13 *setup-2.910-3-g217aad.x86_64.exe
be948258a63ff971c6f21ebc2a8af43e *setup-2.910.x86_64.exe
82f0a6cf3a2b228acf0b2009dc6f6d42 *setup-x86_64.exe

Trying in a different folder on command prompt:

c:\TEMP>setup-2.910.x86_64.exe -V

But If I run 32bit:

c:\TEMP>setup-x86.exe -V

c:\TEMP>Cygwin setup 2.909

c:\TEMP>



-----Original Message-----
From: Cygwin <cygwin-bounces+rejeesh.kutty=analog.com@cygwin.com> On Behalf Of Marco Atzeri
Sent: Friday, December 10, 2021 10:31 AM
To: cygwin@cygwin.com
Subject: Re: setup-x86_64.exe does not start in win10 20H2

[External]

On 10.12.2021 16:19, Kutty, Rejeesh wrote:
> 
> 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.
> 

can you check the files ?

$ md5sum setup-*x86_64.exe
be948258a63ff971c6f21ebc2a8af43e *setup-2.910.x86_64.exe
02bf88888c1db4b4e5ead39c1812bd13 *setup-2.910-3-g217aad.x86_64.exe
82f0a6cf3a2b228acf0b2009dc6f6d42 *setup-x86_64.exe

additional, as I see

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

Can you also try to run it in a different directory like C:\TEMP ?


-- 
Problem reports:      https://urldefense.com/v3/__https://cygwin.com/problems.html__;!!A3Ni8CS0y2Y!twvpymEizoN61iP3hZzPtTY-xon0FL_RCITMP0pPncMKipVHe8kqbEY7FV-ItQuIXZY$ 
FAQ:                  https://urldefense.com/v3/__https://cygwin.com/faq/__;!!A3Ni8CS0y2Y!twvpymEizoN61iP3hZzPtTY-xon0FL_RCITMP0pPncMKipVHe8kqbEY7FV-I2HWLH_w$ 
Documentation:        https://urldefense.com/v3/__https://cygwin.com/docs.html__;!!A3Ni8CS0y2Y!twvpymEizoN61iP3hZzPtTY-xon0FL_RCITMP0pPncMKipVHe8kqbEY7FV-ImxtVucA$ 
Unsubscribe info:     https://urldefense.com/v3/__https://cygwin.com/ml/*unsubscribe-simple__;Iw!!A3Ni8CS0y2Y!twvpymEizoN61iP3hZzPtTY-xon0FL_RCITMP0pPncMKipVHe8kqbEY7FV-Ir-t2QcA$ 

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

* 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
  2021-12-10 15:39   ` Kutty, Rejeesh
  0 siblings, 1 reply; 15+ messages in thread
From: Marco Atzeri @ 2021-12-10 15:30 UTC (permalink / raw)
  To: cygwin

On 10.12.2021 16:19, Kutty, Rejeesh wrote:
> 
> 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.
> 

can you check the files ?

$ md5sum setup-*x86_64.exe
be948258a63ff971c6f21ebc2a8af43e *setup-2.910.x86_64.exe
02bf88888c1db4b4e5ead39c1812bd13 *setup-2.910-3-g217aad.x86_64.exe
82f0a6cf3a2b228acf0b2009dc6f6d42 *setup-x86_64.exe

additional, as I see

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

Can you also try to run it in a different directory
like C:\TEMP ?


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

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

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-10 14:39 setup-x86_64.exe does not start in win10 20H2 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
2021-12-10 15:19 Kutty, Rejeesh
2021-12-10 15:30 ` Marco Atzeri
2021-12-10 15:39   ` Kutty, Rejeesh

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