The Walking Dead Law and Order Legacies Jurassic Park Back to the future: The Game Puzzle Agent Sam & Max Tales of Monkey Island Wallace & Gromit's Grand Adventures More Telltale Games
Forgot your password?
No worries, we can help!

The Walking Dead

Go Back   Telltale Games Forums > Telltale Games Support > Game Support - General

Game Support - General Having trouble with a Telltale Product? Look below. Need to contact support? Click here : support@telltalegames.com

Reply
 
Thread Tools Search this Thread
Old 12/23/2008, 09:59 pm   #1
Joren
Junior Member
 
Join Date: Dec 2008
Posts: 2
Post SBCG4AP - Not saving [Steam on Vista]

I just saw the whole season come up on Steam and since I come from a long line of $35 bucks-havers, I thought I would get it there. So I downloaded the episodes through Steam and decided to give episode one a whirl. After playing for a bit, I tried saving and loading only to find that my game and all my preferences had been DELORTED.

Essentials:

* PC game
* Running on Dell Inspiron 1720 with current drivers and reference nVidia notebook drivers for the GeForce 8600M.
* Windows Vista service pack 1
* Season 1 purchased via Steam.
* Running as Administrator
* UAC is and has been turned OFF - I will not have Vista repeatedly second-guessing me.
* Local files have been verified (Steam) - this is not a corrupt download


Problem:

SBCG4AP will not save or load any games, and also does not remember user preferences. It doesn't matter what episode.


Obligatory Steps to Reproduce:

1. Start a new game.

2. After the introduction stuff, click Gear icon or press Escape to get to menu.

3. Click Save/Load

4. There are four grayed-out slots and only one button. It's on the left side of the first slot, and is blue with a little arrow. I click it.

5. Message appears on screen: "Game Saved". However, nothing has changed. No save-title appears, and no time-stamp. My screen looks like the screenshot provided from someone else's post:

http://www.telltalegames.com/forums/...7&postcount=20




Try loading a game:

1. Click on "Quit it". Choose "Quit to Main Menu."

2. We are going to attempt to load the game that was supposedly saved. Click on "Save/Load".

3. Notice the distinct lack of any saved games. All four slots are empty, and there is only one button next to the first slot. This is the SAVE button, and clicking it results in The Paper saying "Sorry, you can't save right now." THERE IS NO LOAD BUTTON, NO SAVE TITLE, NO TIME-STAMP OF ANY KIND.


Now, I want to see if the game remembers ANYTHING AT ALL. Perhaps, if I can get it to remember something intelligent, I can get a batch of those special Grumblecakes. So, we are going to modify some preferences.

1. Load SBCG4AP. We are going to try changing some preferences, just for kicks, and see if it remembers them. Go to Settings. Change the resolution, or hint level, or whatever you want. For most dramatic example, try changing "Full Screen Mode" under "Graphics Setup."

2. Click on "Quit it." It helpfully asks, "Are you sure you want to quit the game?" choose "Yep!"

3. Load SBCG4AP again. Click on "Settings". Notice that the preferences have NOT been saved; they have ALL been reset to the defaults.

This is most apparent if the preference you changed was the "Full Screen Mode" under "Graphics Setup." It will load in the default letter-box, not full-screen.


So we have established it does not remember anything at all. Now lets see if we can find out whether or not any new files have been created.

1. Back in Windows, go to Start Menu.

2. Select "Documents"

3. Look for folder called "Telltale Games." A ha! There IS a directory called that! Double-click that folda!

4. Look for any episode folders. In my case, right now there is a "homestar ruiner" folder. double-click that one, too

5. Notice that the entire folder is empty. Not a SINGLE file. But wait! Maybe the file is set to "hidden"!

6. Try browsing with "show hidden files" / "show system files" enabled from Folder Options. Or if you're like me and Vista's user interface really frustrates you, you can go to a command prompt and try "cd %userprofile%/documents/telltale games/homestar ruiner" and then "dir /ah". Silly Vista. It uses NEW computers!

7. No files. Nothing.


Ok, so maybe we have a corrupted download.

1. Go to Steam.

2. Right-click the episode of your choice.

3. Select Properties.

4. Go to "Local files"

5. Select "Verify integrity of game cache..."

6. Notice that verification succeeds.


You could also try a different episode. This calls for a DO-OVER!!!

1. Load a different episode of SBCG4AP.

2. Try the above steps and see if anything changed.

3. What does the game do differently Richie? Nothing. Absolutely nothing.

4. NICE TRY!


Try to dig up some more info, or perhaps some ancient ruins under Strongbadia:

Steam insists on putting everything in its own directory. In our case, the game seems to be stored in "C:\Program Files\Steam\steamapps\common". Under episode folder, for example, "homestar ruiner", there is a lone executable, some dll, some vdf file, and some subfolders. Let's see if there is a security issue.

1. Under My Computer (or Windowskey-R if you're like me) go to "C:\Program Files\Steam\Steamapps\Common

2. Right-click on an episode folder. Select properties.

3. Select "Security"

4. Select "Advanced" (all good things are hidden behind Advanced; it's a general rule of life)

5. Verify that "Administrators" has full control of everything.

6. Click "Edit"

7. Check box that says "Replace all existing inheritable permissions on all descendants..."

8. Click OK to your heart's content. Turns out it was just a cap off of Coldonesdry.

9. Try running the game. Nothing has changed.


Obligatory what-if: Did I download a virus? Did I download 400,000 viruses?

1. Run Edgar's Virus Hunter (edgarware.exe) or your scanner of choice. In my case, no viruses. Of course, one should probably also run Edgar's Step-mom's Sister's Spyware Scanner (programmed entirely in mom's attic). Nope, no spyware.


This is all I have energy for right now. Thoughts?

Oh, and happy Decemberween everyone!

-- Joren

Last edited by Joren; 12/23/2008 at 10:09 pm. Reason: Thought I should link the image directly...
Joren is offline   Reply With Quote
Old 12/24/2008, 05:59 am   #2
Joren
Junior Member
 
Join Date: Dec 2008
Posts: 2
Default

Guess what? I found a bug.

I tried using Process Monitor to examine where it was trying to write a file. Here's the summary: Because the expected save location is in the Documents folder, the game tries to get the path to my user Documents folder.

However, my user name is in Unicode, and apparently this game does not handle Unicode correctly. My Windows Vista profile name is ジョーレン コームズ, but SBCG4AP has decided to creat an alternate reality, where it doesn't have to spell correctly, mangling my user name from ジョーレン コームズ to ヘョーレン ビームペ.

I did notice in Process Monitor that all the path and file names seem to have been formatted to be lowercase. Is it possible that some kind of string formatting function is being used, which doesn't know what to do with Japanese Katakana? Here are the two strings side by side so you can see where it went wrong.

ジョーレン コームズ
ヘョーレン ビームペ

ジョ became ヘョ, コ became ビ, and ズ became ペ.



So for anyone else out there who has this problem and wants a short term fix, there are two things you can do:

If you're The Cheat:

1. Use "Procmon" by Sysinternals to monitor the game and figure out what user name it is trying to write to. Note any "PATH NOT FOUND" errors.

2. You will want to create a junction inside your C:\Users folder. (C:\Documents and Settings in XP or 2K) The link's name should be the misspelled username found above, and the link's target should be your correct user folder.

To make this link, in Vista you can use the command prompt. There's a command called mklink. In XP or 2K, you should download NTFS Link.


If you're Homestar Runner:

1. Just use a different Windows profile with a non-Unicode name. Of course this profile should be an administrator. It's less complicated, but it's not as cool and you don't get as much street cred.


Long-term Solution

SBCG4AP is gonna need to learn how to spell. Can I have my Grumblecakes now?


-- Joren

Last edited by Joren; 12/24/2008 at 06:10 am. Reason: sleepy
Joren is offline   Reply With Quote
Old 12/27/2008, 08:12 pm   #3
Emily
Formerly of the Telltale Team
 
Emily's Avatar
 
Join Date: Oct 2006
Location: San Francisco
Posts: 4,549
Default

Thanks for posting about the problem and what you were able to figure out. We're closed for the holidays right now, but we'll make sure to take a look at this when we're back at work in 2009.
Emily is offline   Reply With Quote
Reply

Bookmarks

Tags
notsaving, sbcg4ap, steam, support, vista

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
howto: get SBCG4AP 101 (demo and full game) running on Linux tremby Game Support - General 96 03/10/2011 09:28 am
Sbcg4ap Boxart! [fanart] TechNick Strong Bad General Discussion 120 01/14/2009 01:06 pm
Will SBCG4AP come to Steam? (Yes -- SBCG4AP now on Steam) Pippykk Strong Bad General Discussion 25 12/28/2008 04:22 pm
SBCG4AP: A Season Retrospective Thread Rather Dashing Strong Bad General Discussion 4 12/22/2008 02:26 pm
Will_________in SBCG4AP Redrot Strong Bad General Discussion 5 06/01/2008 02:24 pm


All times are GMT -8. The time now is 06:45 pm.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Telltale Games - © 2013 Telltale, Incorporated. All rights reserved.
Home  |   Store  |   Blogs  |   Forums  |   Product Support  |   Corporate Info  |   Press Releases  |   Jobs  |   Terms of Use  |   Privacy Policy