Can't save without admin credentials.
As it says on the tin. I run XP with a limited profile, and use "Run as..." to get the privileges when I need to install, for better security. For some reason with the first two episodes of this season it hasn't saved unless I've given it admin privileges via "Run as...". I've only met one other piece of software with this problem, and that was quite old, and so assumed full access to C:\Programme Files.
This is made worse by the fact it comes up with "Game Saved" WHEN IT HASN'T. After quite a long session therefore it only came to light when I went to save and exit, and there was no auto-save and the save button didn't do anything.
Is there anything I can do to fix this, or further details I could give?
Nevertheless, congrats on making a game where replaying quite a bit of it almost immediately is still fun.
This is made worse by the fact it comes up with "Game Saved" WHEN IT HASN'T. After quite a long session therefore it only came to light when I went to save and exit, and there was no auto-save and the save button didn't do anything.
Is there anything I can do to fix this, or further details I could give?
Nevertheless, congrats on making a game where replaying quite a bit of it almost immediately is still fun.
This discussion has been closed.
Comments
It might help to install the game to a folder that can be accessed from the limited user account, rather than saving it in the default folder. I forget exactly where but I remember this coming up before and that being the solution. Maybe someone else can weigh in with a location to try.
The best way may be to give yourself permissions to write in the installation directory (by this, I mean the directory called "Episode 202 - Moai Better Blues"; not the "Sam and Max - Season 2" directory). To do so, turn off Simple File Sharing in Explorer (it's in the Tools menu, under Folder Options > View > Advanced Settings) and then right-click the installation directory and select Properties. On the Security tab, you can now select your restricted user and enable the Write permission.
Alternatively, if you are the only user of the computer playing the game, you might as well just make yourself the owner of the entire directory. You can do this from the Security tab as well; click on Advanced, and then on the Owner tab select the new owner.
If you are not the only user and file permissions confuse you, you might as well just copy the entire installation folder to a place you own (e.g. the Desktop) and simply run from there by clicking the executable. Note however, that this requires additional disk space, you need to change your existing shortcuts, and the uninstaller will not remove your copy automatically; in all, this is probably the least desirable solution.
I can't find Advanced Settings in the tools tab in Folder Options, or a Security tab in file properties. Are you sure that's in XP (Home)?
Is there any chance of this changing at some point? I just don't quite see why this Season feels the need to write to a location, that simply put it shouldn't, when every other game I've played doesn't.
Regarding the advanced file permissions: it may very well be that you can't set these in Windows XP Home. If you can't take ownership of the files either, I suggest you just use the ugly solution and copy the entire directory to your desktop (or somewhere else) and run it from there. In principle, you can even uninstall the game at that point, to save disk space.
The only problem is I'm sure to forget and just install it in the default location for the next episode.
Also I noticed if you install and allow the installer run the game right away, the saving seems to work. I guess the administration rights are in effect then within the game.
launch a command prompt, be sure you do so with administrative credentials (as an administrator)
go to your installation folder
run the following command in the command prompt
CACLS <dirname> /E /T /G <computername>\<username>:F
Example
CACLS "Telltale Games" /E /T /G COMPUTER\User:F
Note: "F" gives full access to the user. You may want to restrict it to read, write and change. just change the F to RWC
Example
CACLS "Telltale Games" /E /T /G COMPUTER\User:RWC