pumpitupdev / pumptools

A collection of tools to run Pump It Up games.
The Unlicense
22 stars 7 forks source link

Mk3 error after linux update #30

Closed voidderef closed 3 years ago

voidderef commented 3 years ago

In GitLab by @hiryu69 on Apr 5, 2021, 22:13

after linux ubuntu update (20.4) is looks like the mk3 hook cant find the sound device i read the other issue (MK3 games crashes right after launch) and the hook readme, but i cant make it to work always get the error "corrupted size vs prev_size in fastbins" i attach the logs and screenshot of the problem

Piutools tested: 1.10 1.07 1.06 same error, mk5 and mk6 piu games works normalscreenshot

piueb.log

pumptools.log

voidderef commented 3 years ago

In GitLab by @hiryu69 on Apr 5, 2021, 22:14

changed the description

voidderef commented 3 years ago

In GitLab by @icex2 on Apr 6, 2021, 24:55

No idea about the error but looks like some kind of memory corruption. It's quite difficult for me to keep up with any updates on different distributions. Therefore, you are mostly on your own coming up with things to try about this. You can still report back in this issue and share your learnings and what you find out, so others benefit from that. With that said, here are some suggestions for things that you can try out:

voidderef commented 3 years ago

In GitLab by @hiryu69 on Apr 6, 2021, 20:21

SOLVED! using libasound.so and libasound.so2 from lib-ld.zip make the games work again, now everything is fine. thanks icex2!

voidderef commented 3 years ago

In GitLab by @icex2 on Apr 12, 2021, 15:33

Sounds like something introduced a breaking change when updating to Ubuntu 20.04. Definitely good to know/be aware of on further reports. But this also sucks as it requires more effort regarding compatibility issues in the future.

Thanks for reaching out about this.