486c / rosu-memory

Lightweight, cross-platform memory reader for osu! but in rust
24 stars 7 forks source link

Reading loop occasionally resets #45

Closed Chiffario closed 9 months ago

Chiffario commented 9 months ago

Loop of finding osu folder -> reading static signatures -> actual reading loop seems to break on Windows machines. Requires platform-specific investigation, as I was unable to replicate the issue even once

Example output: image

Seems to be related to #44 in some form, as I've not seen anyone replicate only one of the two so far

486c commented 9 months ago

During my short investigation found that's highly connected with cutting-edge and spectating. Windows probably doesn't related to this

486c commented 9 months ago

Pretty much happens only if values is not ready yet, we really can't do anything about it, just reset reading loop and pray that values gonna appear in next read cycle 😄

Feel free to reopen