John Hennig

Results 71 comments of John Hennig

It's Windows Defender, if anything. I have no other anti-virus software installed. I get the same error as above on two different machines. One, my PC laptop with Windows 10...

@LilyWangLL Thanks for your feedback. Yes, I also get a build error if I try to install `tesseract` as in the other issue. The build error I get then is...

Also no joy. I deactivated the built-in virus protection, and it still fails. The problem seems to be that ``` C:\vcpkg\downloads\tools\jom\jom-1.1.3\jom.exe -j 1 -f makefile install_sw ``` crashes with an...

So I checked out an earlier release tag, `2022.02.23`, and with that it worked fine. ``` git clean -xfd git switch 2022.02.23 --detach bootstrap-vcpkg.bat vcpkg install openssl:x64-windows ``` I had...

No, it didn't. See my earlier comment: > Also no joy. I deactivated the built-in virus protection, and it still fails.

I have no idea how to do that. Also, so far nobody has commented that they could reproduce the error. In light of that, I would suggest to close this...

I can confirm that. If we use `jpype.config.destroy_jvm = False`, that seems to fix our issue. In that all tests pass without any shutdown delays. Details in John-Hennig/MPh#15. Thanks for...

@DrYak Actually, what we're currently testing on our production server (with a "hot patch", as it hasn't been merged yet), is #1779.

@johanneskoester FYI, this should be quick to review: it's a one-line code change and a very obvious bug (once you see it). We've been running this as a hot-patch in...

I, for one, cannot reproduce that error. But since the error occurs in Mamba, this is not a bug *in Snakemake*.