RoanH / KeysPerSecond

A keys-per-second meter & counter. Written for osu! but should work for other rhythm games too.
https://osu.ppy.sh/forum/t/552405/
GNU General Public License v3.0
346 stars 28 forks source link

Cannot run #86

Closed Nyayurin closed 1 year ago

Nyayurin commented 1 year ago

Error with Dragonwell 17 Screen Error with Dragonwell 8 Screen System info Screen

RoanH commented 1 year ago

Interesting error, but it appears like there is simply not enough free space in /tmp, which then causes the native library to fail to load. Whether there's actually not enough space I don't know. As far as I can tell you should be meeting all of the system requirements just fine otherwise.

Nyayurin commented 1 year ago

I also encountered this problem toolbox running jetbrains before. At that time, I used temporary environment variables to change the tmp directory. Perhaps this problem can be solved in this way as well.

RoanH commented 1 year ago

If you wanted to you could pass a custom temp directory by changing the JVM java.io.tmpdir system property. Though it'd be user dependent what a sensible value would be to pass, so not really something I'd be able to really automate.