486c / rosu-memory

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

Takes a minute or so for the overlay to start #66

Closed FlySlime closed 5 months ago

FlySlime commented 5 months ago

As of the latest commits, it now takes slightly longer for the key overlays to begin working.

486c commented 5 months ago

By "key overlays" you mean data.keyoverlay values? Or rosu-memory in general? If second option then i have to ask is reading static values is slow for you (aka everything before Starting reading loop message) or everything after it (aka after Starting reading loop message)?

also if you compiled rosu-memory by yourself check that you didn't forgot --release flag

FlySlime commented 5 months ago

The problem was me not compiling with the --release flag 😛. All is good now!