[Scummvm-tracker] [ScummVM :: Bugs] #12817: No Title screen music in Mixed-up Mother Goose Deluxe

ScummVM :: Bugs trac at scummvm.org
Sat Aug 21 21:52:19 UTC 2021


#12817: No Title screen music in Mixed-up Mother Goose Deluxe
----------------------+-------------------------------------------
Reporter:  RogerW123  |       Owner:  (none)
    Type:  defect     |      Status:  new
Priority:  normal     |   Component:  Audio
 Version:             |  Resolution:
Keywords:  No Music   |        Game:  Mixed-Up Mother Goose Deluxe
----------------------+-------------------------------------------
Comment (by sluicebox):

 I can confirm that no music plays in this game on Mac when building from
 latest source on the command line. But, music does play when building from
 latest source with Xcode. The 2.2.0 release also doesn't play music on
 Mac.

 When there is no music, this is logged:


 {{{
 WARNING: SCUMMVM_MIDI environment variable not set, using /dev/sequencer!
 WARNING: Cannot open rawmidi device /dev/sequencer - using /dev/null (no
 music will be heard)!
 }}}


 I set a breakpoint on the MidiDriver_SEQ constructor that produces this
 warning in Xcode, but the constructor is never called.

 If I had to make a list of things I'm ignorant about, Macs and MIDI would
 be right at the top, so I hope that helps someone knowledgable. Happy to
 test things though.

 The thing about this SCI game is that it only has a General MIDI version
 of its music. At least, that's the impression we're under according to
 GameFeatures::generalMidiOnly().

 My Xcode setup is the standard one from following instructions on the
 wiki. My configure parameters are just to disable all engines except
 SCI,SCI32. All ScummVM audio settings are default.
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/12817#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list