486c / rosu-memory

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

Cannot access memory at negative address in windows #69

Closed TheEZIC closed 2 months ago

TheEZIC commented 3 months ago

This error have occured when I ran 1.0.0 release build on windows

image

TheEZIC commented 3 months ago

I think this issue have happened because all addresses above 0x80000000 are negative. Casting address to c_uint helped to fix this issue for me somehow.