Helion-Engine / Helion

A modern fast paced Doom FPS engine
GNU General Public License v3.0
86 stars 9 forks source link

No sound ingame: Cannot convert from mus to midi. #553

Closed franzmondlichtmann closed 5 months ago

franzmondlichtmann commented 8 months ago

Lastest git version of helion, tested on WIN11 and OpenSuse Tumbleweed. Sound in the menu works, but sound in the game does not work. Following error occurs: "Cannot convert from mus to midi."

Also: Merry christmas!

nstlaurent commented 8 months ago

Merry Christmas!

Is this a specific map or always? Helion currently only supports midi and mus files. Since mus files don't have a header it will stupidly assume it's a mus file if it encounters something it doesn't support like an mp3 or ogg.

franzmondlichtmann commented 8 months ago

The problem happens with the map ancient aliens. [https://doomwiki.org/wiki/Ancient_Aliens]() [https://www.doomworld.com/idgames/levels/doom2/Ports/megawads/aaliens]() Helion works fine on many other maps though.

nstlaurent commented 8 months ago

It's because the first map is an ogg. I'm working on getting ogg/mp3 support.

nstlaurent commented 8 months ago

I pushed what I have to dev, feel free to try it out. May not to be the most stable until I have time to test after Christmas :)

franzmondlichtmann commented 8 months ago

Thanks man, enjoy christmas :)

nstlaurent commented 5 months ago

Fixed with 0.9.2.7