Colin Grogan
Colin Grogan
I'm seeing this issue occur on a project of mine also. The error message I'm receiving is: vibe.crypto.cryptorand.CryptoException@../../.dub/packages/vibe-d-0.7.23/source/vibe/crypto/cryptorand.d(91): Cannot init SystemRNG: Error id is 24, Error message is: "Cannot open...
@s-ludwig It only occurs after it's running for a while. I'm currently trying to reproduce the problem while keeping track of the number of file descriptors open to see if...
@s-ludwig So, in our project, we were using SystemRNG to generate a random keys. Our code created a new SystemRNG each time, and this leaked the file descriptors. I added...
I played around with this more this evening, and after compiling on the v0.12.0 branch, this issue goes away and I can launch the sample game, so seems to be...
So, I'm in the middle of this atm - and it mostly works fine. Installing it on OSX has been pretty easy - I've just installed all dependencies using brew...
Might be time for a fork maybe? :)
Any update on this / motivation to fix?
Hmm I'm using `jj` and there's clearly something wrong with it's git signing :) I'll work on figuring out how to fix