Cannot run nimble on windows

2022-09-09 Thread Omnomnim
I would first try to contact SentinelOne, though from what I've read they usually aren't very cooperative. Perhaps the company you work for is willing to consider a hash based exclusion?

Cannot run nimble on windows

2022-09-09 Thread pointystick
It won't help you, @pp, but I can confirm I've had similar issues at work with SentinelOne and InProcessClient(32|64).dll a couple of years ago (Nim 1.2.x days). Nimble stopped working out of nowhere, as well as some Nim programs I'd written. The most obvious symptom was that "nimble -v" produce

Cannot run nimble on windows

2022-09-09 Thread pp
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 0x7FFE305ABDA8 (InProcessClient64.dll) in

Cannot run nimble on windows

2022-09-08 Thread rockcavera
I would do the following. 1. temporarily disable all antivirus and test nimble; 2. if it doesn't solve it and as you say that it doesn't print anything on stdout, record a video of what is done so we have an idea of what appears or doesn't appear. Something in cmd or powershell should happen

Cannot run nimble on windows

2022-09-08 Thread pp
Unfortunately no luck...

Cannot run nimble on windows

2022-09-08 Thread RaZZlom
You can try to install nim and nimble with choosenim. It downloads all binary files and handle PATH problems.

Cannot run nimble on windows

2022-09-08 Thread pp
My System is **Windows 10 Pro** Currently I tried with 3 version of the compiler package, with both `cmd.exe` and `powershell` I get no output from `nimble.exe` or `nimble.exe --version` or any other test I did: Following version on nim which I tried to use nimble. As you can see nim works, th

Cannot run nimble on windows

2022-09-07 Thread Zoom
First of all, give us at least your Windows version, which shell you use, if you get any any output on `nimble --version` and `nim --version`, basic stuff. Also, how did you install Nimble?

Cannot run nimble on windows

2022-09-07 Thread pp
Hi guys! I cannot manage to run nimble on Windows... and that's annoying because I cannot install dependencies. Simply it does not show any output, it could be an antivirus related issue, but I guess I would receive some sort of notification (like I receive for `nimgrep` and other executables t