Added games keep dissappearing
Moderator: ScummVM Team
Added games keep dissappearing
I am on firmware 1.1.3 and was using an older build of scumm. This morning I updated to the newest build and once I add a game I can play it fine but once I quit and return the games aren't there. Any suggestions? Thanks.
- Vinterstum
- ScummVM Developer
- Posts: 580
- Joined: Sun Oct 16, 2005 6:59 am
- Vinterstum
- ScummVM Developer
- Posts: 580
- Joined: Sun Oct 16, 2005 6:59 am
Something weird is going on there
. If ScummVM created that directory (and the Preferences file, which is the same as scummvm.ini on windows), then it should be owned by the "mobile" user and not by root. Did you run ScummVM as suid root the first time you ran 0.11.1, by any chance?
Do a:
chown mobile -R /var/mobile/Library/ScummVM
And for good measure, to make sure:
ls -lad /var/mobile/Library
ls -lad /var/mobile
and report the output, please
.

Do a:
chown mobile -R /var/mobile/Library/ScummVM
And for good measure, to make sure:
ls -lad /var/mobile/Library
ls -lad /var/mobile
and report the output, please

- Vinterstum
- ScummVM Developer
- Posts: 580
- Joined: Sun Oct 16, 2005 6:59 am
Vinterstum, yes I created the folders via ssh. (which I login with root, think that may be a problem?) I also created the preferences folder hoping it would create some sort of ini that I could edit to find the games.
I got :
/$ chown mobile -R /var/mobile/Library/ScummVM
/$ ls -lad /var/mobile/Library
drwx------ 20 mobile wheel 816 Mar 4 15:00 /var/mobile/Library
/$ ls -lad /var/mobile
drwxr-x--- 4 mobile wheel 170 Feb 18 10:27 /var/mobile
I just tried again and no dice.
What do you suggest? Delete all traces of scumm, then add the games and save data to the folders it creates?
and thanks a ton for this, for it really is odd.
I got :
/$ chown mobile -R /var/mobile/Library/ScummVM
/$ ls -lad /var/mobile/Library
drwx------ 20 mobile wheel 816 Mar 4 15:00 /var/mobile/Library
/$ ls -lad /var/mobile
drwxr-x--- 4 mobile wheel 170 Feb 18 10:27 /var/mobile
I just tried again and no dice.

What do you suggest? Delete all traces of scumm, then add the games and save data to the folders it creates?
and thanks a ton for this, for it really is odd.
As I said, per start up of scumm, I have to add the game. It plays for that session, but then it disappears. So I tried it, saved and it saves to var/mobile/Library/ScummVM/Savegames... I find that odd that it can find where to save the games to but not where the games actually are. Just more info...
And thanks again!
And thanks again!
- Vinterstum
- ScummVM Developer
- Posts: 580
- Joined: Sun Oct 16, 2005 6:59 am
Ah, that would be the problemKlizine wrote:I also created the preferences folder hoping it would create some sort of ini that I could edit to find the games.
