Unfortunately I cannot disable antivirus due to company restrictions. But I have launched nimble inside a Visual Studio debugger to understand if I could have more clues about what was happening. The process terminates with:
> Unhandled exception at 0x00007FFE305ABDA8 (InProcessClient64.dll) in > nimble.exe: An invalid parameter was passed to a function that considers > invalid parameters fatal. Looking at the call stack I see: > InProcessClient64.dll!00007ffe305abda8() Unknown > InProcessClient64.dll!00007ffe305abd3d() Unknown > InProcessClient64.dll!00007ffe305abd59() Unknown > InProcessClient64.dll!00007ffe305b2146() Unknown > InProcessClient64.dll!00007ffe3054ef7b() Unknown > InProcessClient64.dll!00007ffe305069df() Unknown > InProcessClient64.dll!00007ffe30532d39() Unknown > InProcessClient64.dll!00007ffe30506913() Unknown > InProcessClient64.dll!00007ffe30506a98() Unknown > InProcessClient64.dll!00007ffe30506881() Unknown > nimble.exe!00007ff7dd5c6f05() Unknown nimble.exe!00007ff7dd60cc32() Unknown > nimble.exe!00007ff7dd61b76e() Unknown nimble.exe!00007ff7dd61b789() Unknown > nimble.exe!00007ff7dd626fad() Unknown nimble.exe!00007ff7dd581445() Unknown > nimble.exe!00007ff7dd581146() Unknown kernel32.dll!00007ffe32637034() Unknown > ntdll.dll!00007ffe331c2651() Unknown So I searched for this `InProcessClient64.dll` and ... drums ... it is a process associated with `SentinelOne Agent` (my antivirus) that is apparently not simply blocking but crashing the process. Here ends my investigation, I guess there is no fix for this kind of issue. Anyway, If you think this is the case I am at disposition to go deeper with more tests.
