[Scummvm-tracker] [ScummVM :: Bugs] #10925: SCI: SQ3 German Amiga crashes on audio init

ScummVM :: Bugs trac at scummvm.org
Fri Mar 29 14:42:02 CET 2019


#10925: SCI: SQ3 German Amiga crashes on audio init
----------------------------+------------------------------
  Reporter:  sluicebox      |      Owner:  sluicebox
      Type:  defect         |     Status:  new
  Priority:  normal         |  Component:  Engine: SCI
Resolution:                 |   Keywords:  has-pull-request
      Game:  Space Quest 3  |
----------------------------+------------------------------
Changes (by sluicebox):

 * keywords:   => has-pull-request
 * owner:  (none) => sluicebox


Comment:

 https://github.com/scummvm/scummvm/pull/1562

 MidiDriver_AmigaMac is attempting to determine the platform based on the
 existence of resources. SQ3 German Amiga happens to contain a patch 7
 resource, which the code treats as proof of Macintosh, and uses that
 instead of the correct patch 5.

 There's no need for this component to try to figure out the platform, it's
 already known, so now it uses the known value.

 Tested against all my Amiga and Mac versions.

-- 
Ticket URL: <https://bugs.scummvm.org/ticket/10925#comment:2>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list