[Bug 47408] New: Katamari Damacy: AppData\Local mismatch causes Steam Cloud to be ignored

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jun 23 20:47:38 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=47408

            Bug ID: 47408
           Summary: Katamari Damacy: AppData\Local mismatch causes Steam
                    Cloud to be ignored
           Product: Wine
           Version: 4.10
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: devilj at outlook.pt
      Distribution: ---

Hi,

This game seems to have hardcoded the directories for the AppData\Local and
AppData\LocalLow folders, and that means the game isn't syncing with Steam
Cloud, because Steam is a good program and knows where to store the files
correctly and this game doesn't.

Specifically, Steam saves in the right directory ("%LocalAppData%" ->
"%USERPROFILE%\Local Settings\Application Data\"), and the game is looking for
"%USERPROFILE%\AppData\Local\"; thus, Steam can't see the files that the game
writes and vice-versa. Note that the game loads and saves correctly; it just
does it in the wrong directory.

There is also the issue of LocalLow being missing entirely.

Now, obviously, this bug sits entirely with the game; but there seems to be
more reports about games missing these specific folders (see bug #45713). And
this bug is very easily fixable, too, by creating symlinks.

That said, the AppData directories are standard since Windows Vista, and Wine
is using the very old, XP-style Application Data structure.

I propose that we create symlinks from AppData\Local and AppData\Romaing
pointing to the correct directories, and create AppData\LocalLow on prefix
creation. Hopefully that would be simple to do, and it'd fix every bug of this
kind.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list