Attnam / ivan

Iter Vehemens ad Necem - a continuation of the graphical roguelike by members of http://attnam.com
GNU General Public License v2.0
296 stars 42 forks source link

Multiple problems related to sound support #644

Open AMDmi3 opened 2 years ago

AMDmi3 commented 2 years ago

After update to 0.59 on FreeBSD:

(which is also not removed cleanly and the game then paints over it).

With that, the game is playable, but there's no sound. I expect MIDI not to work on FreeBSD as it seem to be dependent on ALSA, but SDL_mixer should work fine.

AquariusPower commented 2 years ago

strange, I downloaded the 30MB src code of the tag v059 and: egrep "fragment" -irnI
but there is no fragment error message on the code. I guess it may be coming from something external to ivan.

To enable midi you need some synth working: https://github.com/Attnam/ivan/issues/637#issuecomment-1007860961 The synth app must be running for it to work btw :)