[Scummvm-tracker] [ScummVM :: Bugs] #11528: ILLUSIONS: Duckman - Crash after option menu "times out"

ScummVM :: Bugs trac at scummvm.org
Fri Jul 2 21:36:30 UTC 2021


#11528: ILLUSIONS: Duckman - Crash after option menu "times out"
--------------------+--------------------------------
Reporter:  raziel-  |       Owner:  (none)
    Type:  defect   |      Status:  new
Priority:  normal   |   Component:  Engine: Illusions
 Version:           |  Resolution:
Keywords:  Duckman  |        Game:
--------------------+--------------------------------
Comment (by dwatteau):

 You just need to delete the previous local repo (because I think you still
 have mine), re-clone the official github.com/scummvm/scummvm repository
 from scratch and apply the diff above.

 I don't know how this translates in AmigaOS, but in Unix it's something
 along the lines of:

 {{{
 rm -rf scummvm
 git clone -b master https://github.com/scummvm/scummvm
 cd scummvm
 sed -i -e 's/ptr != _tblPtr;/*ptr != _0;/'
 engines/illusions/resources/talkresource.cpp
 ./configure --disable-all-engines --enable-engine=illusions --enable-debug
 make
 }}}
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/11528#comment:28>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list