libretro / easyrpg-libretro

⚠️⚠️⚠️ DON'T USE THIS FORK FOR YOUR OWN BUILDS / PACKAGES / ETC ⛔️⛔️⛔️ NO SUPPORT WHEN YOU USE IT ⚠️⚠️⚠️ It is only used by the libretro buildbot. ❤️❤️❤️ For your own builds use the upstream repository: https://github.com/EasyRPG/Player/ (See: "Building a libretro core" in the Readme) ❤️❤️❤️
https://easyrpg.org/
GNU General Public License v3.0
10 stars 8 forks source link

Couldn't play BGM Music mp3 Format not supported #12

Closed zach-morris closed 5 years ago

zach-morris commented 6 years ago

Please fill in the following fields before submitting an issue:

Name of the game:

Various, this particular one is called Nightmare Johnny

Player platform:

Windows, Linux, OSX

Log: ... [2018-01-04 19:23:33] Debug: Tree: Titlescreen [2018-01-04 19:23:33] Warning: Couldn't play BGM Music/Prelude.mp3. Format not supported [2018-01-04 19:23:36] Debug: Loading Map Map0022.lmu [2018-01-04 19:23:36] Debug: Tree: Intro [2018-01-04 19:23:38] Debug: Loading Map Map0028.lmu [2018-01-04 19:23:38] Debug: Tree: Home < Intro [2018-01-04 19:23:39] Warning: Couldn't play BGM Music/Hintergrund.mp3. Format not supported ...

I've tried various games, and many of them complain of not supporting mp3 music / sounds.

Edit: Actually, the same appears to be true for wav files? [2018-01-04 20:05:13] Warning: Couldn't play SE Sound/bolt06.wav. Format not supported

ghost commented 5 years ago

I've also hit this issue.

Ghabry commented 5 years ago

That's a build system issue because libmpg123 is missing

Ghabry commented 5 years ago

This is now solved. Please wait up to 24 hours for the core to recompile on the buildbot. The new version will not work on all platforms yet, I create a new issue to track the platform progress.