[Scummvm-tracker] [ScummVM :: Bugs] #14476: ZVISION: ZGI - crashes on Mac OS X PPC at Flood Control Dam #3

ScummVM :: Bugs trac at scummvm.org
Thu Jun 1 00:34:45 UTC 2023


#14476: ZVISION: ZGI - crashes on Mac OS X PPC at Flood Control Dam #3
-------------------------+------------------------------------
Reporter:  johnpevensie  |       Owner:  dwatteau
    Type:  defect        |      Status:  pending
Priority:  normal        |   Component:  Engine: ZVision
 Version:                |  Resolution:  assigned
Keywords:  PPC, crash    |        Game:  Zork Grand Inquisitor
-------------------------+------------------------------------
Comment (by PushmePullyu):

 We should rule out file corruption first so we don't have to stumble
 around in the dark and risk being eaten by a grue.
 Could you run the following in a terminal and post the resulting file as
 an attachment (warning: If you already have a file named "zgimd5.txt" in
 your home directory, it will be overwritten):
 {{{
 ( cd '/path/to/zgi_data_dir' && find ./ -type f -exec openssl md5 -r -- {}
 \; ) | tee ~/zgimd5.txt
 }}}
 You will need to replace "/path/to/zgi_data_dir" with the location of your
 ZGI data directory (it can be found in ScummVM: Game Options->Paths->Game
 Path).
 This will output a list of all ZGI files with their md5 hashes to the
 terminal and to "zgimd5.txt", which I can then compare against my copy of
 the game.

 Additionally, the output of the following command in a terminal could
 prove useful:
 {{{
 ( cd '/path/to/zgi_data_dir' && find ./ -type f -iname 'ue1ea021.rlf'
 -print -exec od -Ax -N8 -t x1z -- {} \; )
 }}}
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/14476#comment:2>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list