Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple problems related to sound support #644

Open
AMDmi3 opened this issue Dec 24, 2021 · 1 comment
Open

Multiple problems related to sound support #644

AMDmi3 opened this issue Dec 24, 2021 · 1 comment

Comments

@AMDmi3
Copy link
Contributor

AMDmi3 commented Dec 24, 2021

After update to 0.59 on FreeBSD:

  • 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
    sound

(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
Copy link
Contributor

AquariusPower commented Jan 8, 2022

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants