Opened 6 years ago
#11257 new defect
CLOUD: Issue with case sensitive filesystems
| Reported by: | bgK | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | Cloud |
| Version: | Keywords: | ||
| Cc: | Game: |
Description
ScummVM 5c078d80c9d7416588fa27c9b06adb890b1c8bbc, Linux, Dropbox storage.
If I have a file with a (partially) uppercase name in my save folder on my case-sensitive filesystem. Say DREAMWEB.D00. It is uploaded to dropbox preserving the case. However, on the next sync, it is downloaded and written to the filesystem as dreamweb.d00.
The end result is two identical files in the saves folder. One named DREAMWEB.D00, the other dreamweb.d00. ScummVM's filesystem code complains about duplicates:
WARNING: DefaultSaveFileManager::assureCached: Name clash when building cache, ignoring file 'dreamweb.d00'!
