Reza Tavakoli

Results 53 comments of Reza Tavakoli

I think it is because of mobaXterm launching terminal as a child process, but I'm not sure Can you add some debug print like this(change msg number each time): ```C...

Weird, all the lines between init and GetForegroundWindow are just memory allocation and variable assignments. If you can, add a debug line between all the lines to be able to...

Also please verify that your compiled file and openssh has same architecture(x86 or x64)

I'll try to check it when I have more time. For now, you can try using the internal implementation of OpenSSH(be sure to run mobaXterm as administrator)

autoreconf is correct, without it I think you can't compile at all.

Hey, I'm going to release a new version soon(small bug fixes). I'll check for this before releasing

Could you tell me all the steps you made? (from installation of mobaXterm and required tools) I just compiled the code on cygwin without any problem :/

``` Exception: STATUS_ACCESS_VIOLATION at eip=695C47F1 eax=00000000 ebx=695C1A0D ecx=80000008 edx=00000000 esi=FFFFFFF9 edi=00000000 ebp=0065CA7C esp=0065C9E4 program=C:\cygwin\usr\sbin\ssh-sk-helper.exe, pid 4199, thread main cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B Stack trace: Frame Function Args 0065CA7C...

Quick & dirty fix which worked for me: comment these lines: src/winhello.c#L87-L95 ```c BOOL user = 0; int isUserAvailable = webAuthNIsUserVerifyingPlatformAuthenticatorAvailable(&user); if (isUserAvailable == 0 && user == 1) return...

the bug is a race condition inside 32 bit version of `webAuthNIsUserVerifyingPlatformAuthenticatorAvailable`, I need MS support to debug it, but I'm trying to go as much as I can