byte-chan™
byte-chan™
`os.pullEvent = os.pullEventRaw` Google "basic password door" or "how to disable terminate" for more. :joy:
Seems to be something else, actually. On my machine, the launcher tries to spawn **1490** Java checkers, and a timeout happened with a *non-empty* path. It's possible that the launcher...
On second thought, this issue only really affects the Linux Java detection code, which blindly considers an excessive number of locations instead of checking a more limited set like on...
Looking at `strace` output, I could observe a failed `clone(flags=CLONE_PIDFD|SIGCHLD, ...)` followed by thousands of failed `pipe2()` syscalls, all failing with `EMFILE` (Too many open files), which sounds like it's...
Current `develop` scans several directories on Linux and blindly assumes there might be a Java executable, which adds up to 1490 candidates on my machine, 1481 of which don't even...