l3lackShark / gosumemory

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

OBS not detecting Web-based counter, errors in bash etc... #65

Closed Maritsu closed 3 years ago

Maritsu commented 3 years ago

Unable to connect to localhost:24050 (connection refused)

gosumemory is running, `localhost:24050` isn't working

OBS not detecting web counter

`localhost:24050/Simplistic` doesn't show anything when opened in OBS

Errors in bash

keeps spitting out this error: ```2021/04/02 15:52:11 Failure mid getting offsets, retrying! ERROR: no memory matched the pattern: 83 E0 20 85 C0 7E 2F```

System info

Ubuntu 20.04.2 LTS, 64-bit, Linux 5.8.0-48-generic (default) kernel

config.ini ```ini [Main] update = 100 path = /home/bittheprotogen/Games/osu/Songs cgodisable = false memdebug = false memcycletest = false wine = true [Web] serverip = 127.0.0.1:24050 cors = false [GameOverlay] ; https://github.com/l3lackShark/gosumemory/wiki/GameOverlay enabled = true gameWidth = 1920 gameHeight = 1080 overlayURL = http://localhost:24050/Simplistic overlayWidth = 355 overlayHeight = 97 overlayOffsetX = 0 overlayOffsetY = 0 overlayScale = 10
l3lackShark commented 3 years ago

Please launch native Linux version with sudo privileges, as stated in the README.

l3lackShark commented 3 years ago

Also, only dotnet 4.5 runtime is supported. Make sure that it's the one that running your osu instance.

Maritsu commented 3 years ago

Thanks for the help!