[Scummvm-tracker] [ScummVM :: Bugs] #14569: incorrect version of the "access.dat" engine data file found. Expected 2.0 but got 1.0

ScummVM :: Bugs trac at scummvm.org
Wed Aug 9 12:13:50 UTC 2023


#14569: incorrect version of the "access.dat" engine data file found. Expected 2.0
but got 1.0
-------------------------------------+-------------------------------------
Reporter:  DeadVoivod                |       Owner:  (none)
    Type:  defect                    |      Status:  new
Priority:  normal                    |   Component:  Engine: Access
 Version:                            |  Resolution:
Keywords:  "access.dat" engine data  |        Game:  Amazon: Guardians of
  file found                         |  Eden
-------------------------------------+-------------------------------------
Comment (by antoniou79):

 Could you please check again with a tool like WizFile (https://antibody-
 software.com/wizfile/) just to make 100% sure there's no rogue access.dat
 file on your system where the error occurs.

 The code checking for this error for the engine is quite simple
 (https://github.com/scummvm/scummvm/blob/9c38762278fb4a330e92990c13a4a6ffa8d0e418/engines/access/resources.cpp#L55)
 and only reaches that point if a "access.dat" file is successfully opened
 up for reading.

 It should open the "access.dat" that's included in the scummvm executable
 (in Windows), but that one has the valid version of the file. However, if
 another access.dat was found in one of the paths that ScummVM is likely to
 search (typically those are the scummvm.exe's folder or the game data
 folder/subfolders), then it's going to try to use that one (and will not
 fall back to its own).
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/14569#comment:4>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list