Giter Club home page Giter Club logo

Comments (6)

oleg-derevenetz avatar oleg-derevenetz commented on June 11, 2024 1

Looks like an issue with sdl2_mixer Homebrew package. Native MIDI backend seems to be disabled (I have no idea what the reason is), FluidSynth MIDI backend is enabled, but it requires sound fonts that have not been installed by fheroes2 package. Try to manually copy files/soundfonts/fheroes2.sf3 from the source package to ~/.fheroes2/files/soundfonts.

from fheroes2.

pshirshov avatar pshirshov commented on June 11, 2024

It works, thank you.
Though, I think it's still a good idea to fix it in the brew formula or in the code itself.

from fheroes2.

oleg-derevenetz avatar oleg-derevenetz commented on June 11, 2024

Though, I think it's still a good idea to fix it in the brew formula or in the code itself.

There is nothing to fix in our code in this case. As for the brew formula, I do not know who is its regular maintainer. Personally, I don't use Homebrew, but MacPorts. In MacPorts, on the contrary, FluidSynth backend is disabled and native macOS MIDI is enabled, i.e. no soundfonts are required.

from fheroes2.

pshirshov avatar pshirshov commented on June 11, 2024

Well, it still might be a good idea to show a user-friendly error message.

from fheroes2.

oleg-derevenetz avatar oleg-derevenetz commented on June 11, 2024

Well, it still might be a good idea to show a user-friendly error message.

This error comes from SDL as a string. It doesn't make much sense to show this error in the game UI as is, because an average user, most likely, still won't understand what this means and what needs to be done, it's just going to be some kind of another incomprehensible "blablabla" error message for him. Also there is no point in trying to parse this error string somehow, because its wording is not a part of the API contract - this string can be changed, translated/localized, and so on at any time. Moreover, even though errors of this kind are returned by SDL, they can be originated from some 3-rd party library. Errors of this kind are logged and user can contact our team or package maintainer for help if something really doesn't work for him (e.g. he can't hear the MIDI music, like in your case).

from fheroes2.

ihhub avatar ihhub commented on June 11, 2024

This issue is outside our project and must be fixed in Homebrew package itself, which is not maintained by the core team.

from fheroes2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.