Changes between Version 1 and Version 2 of Ticket #12335, comment 6


Ignore:
Timestamp:
03/21/21 06:51:48 (3 years ago)
Author:
OmerMor

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12335, comment 6

    v1 v2  
    55I monitored ScummVM's file system access with Sysinternals' Process Monitor and saw that it does indeed scan the relevant folders and even find the save files.
    66However an operation of IRP_MJ_CREATE for the file returns result of NAME_INVALID.
    7 (If it matters, loading regular saved games from this game works, so not all file system access is failing.)
     7
     8If it matters, loading regular saved games from this game works, so not all file system access is failing.
     9
     10Another data point: the original SCI qfg2 is able to find and import this saved character on my machine.