l3lackShark / gosumemory

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

Failure mid getting offsets, no memory matched the pattern #140

Closed LMFuture-Me closed 2 years ago

LMFuture-Me commented 2 years ago

2022/06/17 20:12:29 Failure mid getting offsets, retrying! ERROR: no memory matched the pattern: 83 E0 20 85 C0 7E 2F on wine 7.10 image

Sclafus commented 2 years ago

Since you are on linux, are you running gosumemory as root? gosumemory needs to read stuff in /proc (literally the first line of the readme)

LMFuture-Me commented 2 years ago

Since you are on linux, are you running gosumemory as root? gosumemory needs to read stuff in /proc (literally the first line of the readme)

Yes. I can neither run it directly nor with wine

filemanager1 commented 2 years ago

@LMFuture-Me To fix this issue you need to install dotnet45 to your Wine prefix.

At least in my case I'd do something like this: WINEARCH=win32 WINEPREFIX=~/.wineosu winetricks dotnet45; however you're free to install dotnet45 with whatever is the most convenient option for you.

After installing, close the game if you had it open, run the game again and gosumemory will start working as normal.

LMFuture-Me commented 2 years ago

Fixed. Thx