ohasanov-hbrw / osus-revented

The sussy osu clone named osus, revamped!
Other
48 stars 3 forks source link

crash at song select #8

Open GuythatUhmCreatesRandomStuff opened 1 month ago

GuythatUhmCreatesRandomStuff commented 1 month ago

(Device info at #7 ) Game crashes after song select Screenshot_20240518-093448_Termux

ohasanov-hbrw commented 1 month ago

Hmm, I need to look at that map. I should be parsing the audio I need to load from the beatmap file, maybe I am reading it wrong in that map particularly...

ohasanov-hbrw commented 1 month ago

Ok, after some testing, I found out that the zip decoder I have doesn't work so well. Just extract the files manually for now, sorry. After extracting them though, I haven't managed to make it crash on 3 different systems, including the 3DS. Dunno whats happening there.

GuythatUhmCreatesRandomStuff commented 4 weeks ago

Ok, after some testing, I found out that the zip decoder I have doesn't work so well. Just extract the files manually for now, sorry. After extracting them though, I haven't managed to make it crash on 3 different systems, including the 3DS. Dunno whats happening there.

Which directory should i extract the files in?

ohasanov-hbrw commented 4 weeks ago

Ok, after some testing, I found out that the zip decoder I have doesn't work so well. Just extract the files manually for now, sorry. After extracting them though, I haven't managed to make it crash on 3 different systems, including the 3DS. Dunno whats happening there.

Which directory should i extract the files in?

image The "beatmaps" folder should be located like this. (Or, if you are not launching the game using ./linuxmakefast.sh or ./windowsmakefast.sh, you should put the resources and beatmaps folder in the same directory as the executable)