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

Latest version (8.7) doesn't run on Windows 11 but worked earlier #78

Closed Imaproshaman closed 1 year ago

Imaproshaman commented 1 year ago

I tried reinstalling but it just doesn't open now. I didn't do anything recently. Nothing pops up so I can't figure out what the issue is. I also tried the previous version (8.6) but the same issue exists.

RoanH commented 1 year ago

Thank you for the report. Can you check if you have any additional information available when running via command line (cmd or PowerShell) with: java -jar KeysPerSecond.exe

Most likely there should be some kind of error visible there and probably that will have enough information for me to figure out the cause.

Imaproshaman commented 1 year ago

I fixed it by reinstalling Java, so the error was on my end. So it's all good.

RoanH commented 1 year ago

Awesome! Thanks for letting me know.