Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
what will creating a new user account do? other steam games dont have this issue - including ff9, x,xIII
its a ownership permission issue. You could also delete the ffxii folder in mydoucments/mygames and make it recreate it.
This is a common problem for windows 10, it seems that the folder ownership is messed up for a fair number of people, basiclly the main account your using no longer has read and write rights to the folder in question. Creating a new account restores the permissions for the folders.
While not the best workaround, it works in this case. But you have to blame MS for this, as its not a game issue, but a windows OS issue.
FFIX and X
C:\Users\username\Documents\Square Enix
FFXII
C:\Users\username\Documents\My Games\FINAL FANTASY XII THE ZODIAC AGE
Interesting, I didn't notice this until now, if they had kept to where FF9 and 10 are located, then people probably wouldn't be having as many save related issues, as the folder is different, then I suspect that the main user account is having problems writing in the My Games folder. So you should compare folders in the securty tab and see what is different.
And this is why Windows 10 enforces User Account Controls. Because if you're using a computer used by other people, you're basically a hazard to this system.
blame MS, its their system, it certainly seems for windows 10, they consider the average computer user IQ as that of a pea. But again, its the location of the saves that seems to be triggering the problems. as the my games folder is a windows OS folder, and windows is very protective of its OS folders.
When the command window pops up type in
cd c:/users/username/documents/
and then
attrib -r /S *.*
This should make all files in your My Documents folder R/W again.
that is interesting, could be the reason for a few issues as well, namely that the saves have no file extension, and secondly, because they are in a system protected folder, nice find.
C++ Developer here- its not really something microsoft needs to fix. 99.99% of use cases have no issue writing files to the local filesystem, I find it a lot more likely the exact method used for saving game data in FF12 is just poorly implemented, rather than this being something microsoft needs to fix.
If you're developing for a platform, you need to know the quirks that it has and develop around it, not write code that only works half the time and then expect the Operating System to change when it doesn't.
Given that the config files write to the same directory, its clearly something being done specific to save files.