[Scummvm-tracker] [ScummVM] #6548: COMPOSER: Gregory French Crash

Eugene Sandulenko trac at scummvm.org
Sat Nov 25 22:39:48 CET 2017


#6548: COMPOSER: Gregory French Crash
-----------------------------+------------------------------
  Reporter:  SF/georgeqgreg  |      Owner:  sev-
      Type:  defect          |     Status:  closed
  Priority:  blocker         |  Component:  Engine: Composer
Resolution:  invalid         |   Keywords:  has-pull-request
      Game:                  |
-----------------------------+------------------------------
Changes (by sev-):

 * owner:  bgK => sev-
 * status:  new => closed
 * resolution:   => invalid


Comment:

 What I see here is that the user first installed the game and then tried
 to launch it.

 On installation he got files in:

   F:\PROGRAMS\BOOK.INI
   F:\DATA\PAGE99.RSC

 Detection works on book.ini, so ScummVM assumed that the files sit in
 F:\PROGRAMS, and then it was unable to open DATA directory.

 The proper setup is to copy the CD contents, so that DATA directory is
 within PROGAMS directory.

 Current code works well with ../ paths, as it is handled by
 normalizePath() called from backends/fs/posix/posix-fs.cpp.

--
Ticket URL: <https://bugs.scummvm.org/ticket/6548#comment:11>
ScummVM <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list