l3lackShark / gosumemory

Cross-Platform memory reader for osu!
GNU General Public License v3.0
692 stars 63 forks source link

fopen failed when opening the file whose path contains non-ASCII characters. #104

Open Someone999 opened 2 years ago

Someone999 commented 2 years ago

The byte sequence in memory can not build a correct string too. Stack is C.params_from_map //So I think it's the problem of encoding. C.calc C.ezpp readData

The version of osu! is b20211028.2 The version of gosumemory is 1.3.4 The platform is Windows 11 22000.194

l3lackShark commented 2 years ago

Known limitation of the pp calculator that we currently use. This will be fixed as part of the rewrite. Leaving open for visibility.