You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it no longer builds with -DNOSOUND (which I've used for 0.58):
/wrkdirs/usr/ports/games/ivan/work/ivan-059/Main/Source/iconf.cpp:1189:3: error: use of undeclared identifier 'soundeffects'
soundeffects::SetSfxVolume(SfxVolume.Value);
^
it builds fine without NOSOUND, but there's an error message when starting a game
(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.
The text was updated successfully, but these errors were encountered:
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: #637 (comment)
The synth app must be running for it to work btw :)
After update to 0.59 on FreeBSD:
-DNOSOUND
(which I've used for 0.58):(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.
The text was updated successfully, but these errors were encountered: