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 > The Walking Dead > PC/Mac Support

PC/Mac Support If you have not found the answer to your question on the forums, please email Telltale Support for further assistance: support@telltalegames.com Thank You! ~Telltale Support Team

Reply
 
Thread Tools Search this Thread
Old 07/04/2012, 11:57 am   #1
tokra100
Junior Member
 
Join Date: Jul 2012
Posts: 10
Exclamation TWD: PC Missing Save Game / Game Restart [POSSIBLE SOLUTION Windows7/64 bit]

Hi All,

Like many of you on here I have been plagued by my game restarting every time I accidentally pressed escape, alt-tab etc. After a lot of digging I managed to come up with a fix that works for me. I have only tested this on Windows 7-64 bit, however, the nature of the fix should work for any 64 bit version of windows.

NOTE: After further experimentation I have found that a cut down version of the original instructions also works 9/10 times (and restores your current saves). Please try Method 1 first and if for some reason that fails move onto method 2.

WARNING: This fix involves editing you systems registry. Please backup your registry before making any changes.

Method 1

1. For windows 7/vista users press

Start Menu -> Type 'regedit' -> Press Enter

For Windows XP users

Start Menu -> Run -> Type 'regedit' -> Press Enter

2. In the registry editor naviage to

HKEY_CURRENT_USER\Software\Telltale Games\

Right click on the WalkingDead101.exe entry and select export. Save this file to a directory on your machine

3. Open the file exported in the previous step in notepad. Replace the line

[HKEY_CURRENT_USER\Software\Telltale Games\WalkingDead101.exe]

With

[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Telltale Games\WalkingDead101.exe]

Your full file should read something like the following

Quote:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Telltale Games\WalkingDead101.exe]
"Language ID"="1033"
"Language"="english"
"Manual"="Manual.pdf"
"ReadMe"="Readme.txt"
"Install Location"="C:\\The Walking Dead\\GameData\\"
"Uninstaller"="C:\\The Walking Dead\\UNINSTALL_WalkingDead101.exe"
"Franchise"="WalkingDead100"
"Distribution"="Telltale"
"Version"="1.0.0.15"
"SaveGameFolderName"="The Walking Dead"
Save your changes and close the file.

4. Double click the file you just edited. When asked "Are you sure you wish to continue?". Select yes.

5. Your done. Start your game as normal.

Method 2

1. Uninstall The Walking Dead. Remove all save games. Make sure the %USERPROFILE%\My Documents\Telltale Games is also deleted.

2. For windows 7/vista users press

Start Menu -> Type 'regedit' -> Press Enter

For Windows XP users

Start Menu -> Run -> Type 'regedit' -> Press Enter

3. In the registry editor naviage to

HKEY_CURRENT_USER\Software\Telltale Games\

Delete the WalkingDead101.exe entry and ALL its sub keys.

4. Close the registry editor.

5. Re-install the walking dead. Do not launch the game.

6. Reopen the registry editor as outlined in step 2.

7. Navigate to

HKEY_CURRENT_USER\Software\Telltale Games\

Right click on the WalkingDead101.exe entry and select export. Save this file to a directory on your machine

8. Open the file exported in the previous step in notepad. Replace the line

[HKEY_CURRENT_USER\Software\Telltale Games\WalkingDead101.exe]

With

[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Telltale Games\WalkingDead101.exe]


Your full file should read something like the following

Quote:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Wow6432Node\Telltale Games\WalkingDead101.exe]
"Language ID"="1033"
"Language"="english"
"Manual"="Manual.pdf"
"ReadMe"="Readme.txt"
"Install Location"="C:\\The Walking Dead\\GameData\\"
"Uninstaller"="C:\\The Walking Dead\\UNINSTALL_WalkingDead101.exe"
"Franchise"="WalkingDead100"
"Distribution"="Telltale"
"Version"="1.0.0.15"
"SaveGameFolderName"="The Walking Dead"
Save your changes and close the file.

9. Double click the file you just edited. When asked "Are you sure you wish to continue?". Select yes.

10. Your done. Start your game as normal.

You may be able to re-import old save game backups however I have not tested this approach.

Let me know if this works for you

Last edited by tokra100; 07/05/2012 at 01:25 pm. Reason: Added a fix that allows save games to be recovered
tokra100 is offline   Reply With Quote
Old 07/04/2012, 02:21 pm   #2
tokra100
Junior Member
 
Join Date: Jul 2012
Posts: 10
Default

Quick update everyone. I have managed to complete all of chapter 1 and move onto chapter two.

Before this I was having trouble getting a game to save at any point. I have also done a quick test on a laptop of mine (Vista/64bit). The first install encountered the same problems. Again this was solved with the above.

Hope it helps
tokra100 is offline   Reply With Quote
Old 07/04/2012, 05:39 pm   #3
Khorino
Junior Member
 
Join Date: Oct 2010
Location: Brasília, Brazil
Posts: 17
Default

Just finished the first episode, no problem! Thank you!

But what is the logic on that registry modification? Out of curiosity.
Khorino is offline   Reply With Quote
Old 07/05/2012, 01:23 am   #4
tokra100
Junior Member
 
Join Date: Jul 2012
Posts: 10
Default

The reasoning comes from how windows provides access to the registry for 64-bit and 32-bit applications. For 64-bit applications Windows provides registry access as normal. However when a 32-bit application is run windows substitutes the normal registry view for the content of the WOW6432Node. This is to allow for different configurations for 32-bit and 64-bit applications, as well as ensuring that the information is isolated to the correct process.

Normally this works fine however the problem here arose because the Telltale installer ran as a 64 bit application, while the TWD ran as a 32 bit application. This meant that any registry entries created by the installer were invisible to the actual executing program.

The normal fix here would be either

a) Write the registry entries to both the normal registry position and the WOW6432Node.

b) Have both the installer and executing program use the same bit-level assemblies.

This could also lead to an explanation of why Telltale are having trouble tracking this issue down. If they are developing and testing on 32-bit machines it will be impossible for them to replicate this issue.

Hopefully we will see a general purpose patch for this, but, until then this workaround will get you up and running.

Last edited by tokra100; 07/05/2012 at 12:50 pm. Reason: Text Formatting
tokra100 is offline   Reply With Quote
Old 07/05/2012, 01:07 pm   #5
DjNDB  Community Moderator
Community Moderator
 
DjNDB's Avatar
 
Join Date: Jan 2007
Location: Germany
Posts: 4,740
Default

Quote:
Originally Posted by tokra100 View Post
1. Uninstall The Walking Dead. Remove all save games. Make sure the %USERPROFILE%\My Documents\Telltale Games is also deleted.
Great guide.
Shouldn't it be enough to limit the deleting to
%USERPROFILE%\My Documents\Telltale Games\The Walking Dead
?
__________________
I am a Community Moderator, and I am here to keep the Forum a fun place for everyone.
My posts represent my personal opinion. I am a volunteer, not a TTG employee.
DjNDB is offline   Reply With Quote
Old 07/05/2012, 01:17 pm   #6
tokra100
Junior Member
 
Join Date: Jul 2012
Posts: 10
Default

Quote:
Originally Posted by DjNDB View Post
Great guide.
Shouldn't it be enough to limit the deleting to
%USERPROFILE%\My Documents\Telltale Games\The Walking Dead
?
Thanks.

Yes it probably would. When I wrote the original instructions I wanted to make sure that the instructions gave all the information necessary.

After further tests I found that you only need to do the registry fix. Most save games will appear as expected afterwards. I will edit the original post to have a shorter, initial fix, and then the full one if all else fails.
tokra100 is offline   Reply With Quote
Old 07/07/2012, 03:52 am   #7
Khorino
Junior Member
 
Join Date: Oct 2010
Location: Brasília, Brazil
Posts: 17
Default

Quote:
Originally Posted by tokra100 View Post
The reasoning comes from how windows provides access to the registry for 64-bit and 32-bit applications. For 64-bit applications Windows provides registry access as normal. However when a 32-bit application is run windows substitutes the normal registry view for the content of the WOW6432Node. This is to allow for different configurations for 32-bit and 64-bit applications, as well as ensuring that the information is isolated to the correct process.

Normally this works fine however the problem here arose because the Telltale installer ran as a 64 bit application, while the TWD ran as a 32 bit application. This meant that any registry entries created by the installer were invisible to the actual executing program.

The normal fix here would be either

a) Write the registry entries to both the normal registry position and the WOW6432Node.

b) Have both the installer and executing program use the same bit-level assemblies.

This could also lead to an explanation of why Telltale are having trouble tracking this issue down. If they are developing and testing on 32-bit machines it will be impossible for them to replicate this issue.

Hopefully we will see a general purpose patch for this, but, until then this workaround will get you up and running.
I see. Thanks!
Khorino is offline   Reply With Quote
Old 07/07/2012, 04:55 am   #8
Morkev
Junior Member
 
Join Date: Jul 2009
Posts: 3
Default

Quote:
Originally Posted by tokra100 View Post
Hi All,
*snip*
Let me know if this works for you
Greetings, tokra100!

You, sir, are a true scholar and a gentleman.
I will make sure my children write poems honoring Your name!

With hat-in-hand thanks from Morkev!
Morkev is offline   Reply With Quote
Old 07/07/2012, 07:24 am   #9
smellylettuce
Junior Member
 
Join Date: Jul 2009
Posts: 2
Default

Thank for the great guide, I hope Telltale pick up on this and update as necessary.
smellylettuce is offline   Reply With Quote
Old 07/09/2012, 01:17 pm   #10
sebarnolds
Member
 
sebarnolds's Avatar
 
Join Date: Jul 2008
Posts: 35
Default

Thanks for the help. I'll try that and hope it works as I just started the game an hour ago and paused the game only to discover that saves were not working.

BTW, I am using the Telltale store version and I am running Vista 64bits. I really hope Telltale will quickly fix this...
sebarnolds is offline   Reply With Quote
Old 07/09/2012, 03:13 pm   #11
tokra100
Junior Member
 
Join Date: Jul 2012
Posts: 10
Default

Quote:
Originally Posted by sebarnolds View Post
Thanks for the help. I'll try that and hope it works as I just started the game an hour ago and paused the game only to discover that saves were not working.

BTW, I am using the Telltale store version and I am running Vista 64bits. I really hope Telltale will quickly fix this...
Hi mate

This should fix it no problem. However I would have expected some official word from telltale regarding this issue. While the workaround is not particularly complex it is definitely enough to be off-putting to the non-technical gamer (let alone the less technically confident!)
tokra100 is offline   Reply With Quote
Old 07/16/2012, 05:29 pm   #12
Autoduel
Junior Member
 
Join Date: Jul 2012
Posts: 3
Default

Didn't work for me. I bought the game yesterday and played to somewhere on the farm and when I tried to quit for a break I got stuck in the starting over loop. I then came on here and found this post and made the regedit changes and started playing again today.

I quit out at Clementine's house to test it and it worked. It saved and let me continue from there. So I kept playing thinking things were ok, until I paused to go to the bathroom a ways into the drugstore area. Then I got stuck in the loop again and had to alt-f4 out of it.

If telltale can't address this I don't see how I can play this game any more.
Autoduel is offline   Reply With Quote
Old 07/27/2012, 04:46 pm   #13
DaShiznit
Junior Member
 
Join Date: Apr 2012
Posts: 8
Default

This is the same problem I have been having. I tried the reg fix (Win 7 / 64 bit) and it didn't work for me either. I haven't heard back from 4 support tickets since this began.

I went to the BBB link for Telltale Games and filed a report. They are not BBB accredited, but maybe it might light a fire in the right spot.
DaShiznit is offline   Reply With Quote
Old 07/28/2012, 11:02 am   #14
MadsDK
Junior Member
 
Join Date: Jun 2009
Posts: 2
Default

The fix didn't work for me either. I have filed a support request with Telltale - but haven't heard from them yet.

I really want to play this game, so maybe I'll just buy it for another platform :-)

Best regards,
Mads
MadsDK is offline   Reply With Quote
Old 09/18/2012, 02:41 pm   #15
denimismis
Junior Member
 
Join Date: Sep 2012
Posts: 3
The Great Cow Race Thanks and clarification

Hey

Thanks a lot for your work!
I don't know if i would have been able to do this before i did the method 1 fix, but now i can access my save games and rewind the last stage i was in (but not by clicking continue) so i can continue playing the game.

Is there a place where i can leave a ticket about this problem in the game? I couldn't find any support section on their site. I'm amazed how this kind of bug can be left in a game.

-Dennis
denimismis is offline   Reply With Quote
Old 09/21/2012, 03:29 pm   #16
thedarkwarrior
Junior Member
 
Join Date: Sep 2012
Posts: 6
Default

This didn't work for me as the files don't seem to exist in my registry though the Telltale folder does but I just wanted to point out that this thread has FOUR THOUSAND VIEWS.

Wake the heck up Telltale and fix your game.
thedarkwarrior is offline   Reply With Quote
Old 09/26/2012, 09:37 pm   #17
wreckratz
Junior Member
 
Join Date: Sep 2012
Posts: 6
Default

Didn't work for me either - game wouldn't run after I made the change (error 80). Haven't tried the second method yet, although if it gives a "file not found" error I'm not sure if that would fix it...
wreckratz is offline   Reply With Quote
Old 10/12/2012, 01:56 pm   #18
LuckyJack6
Junior Member
 
Join Date: Apr 2012
Posts: 1
Default

I re installed the game and kept my save files but they aren't showing up when I try to load them in the game. How do I access them?
LuckyJack6 is offline   Reply With Quote
Old 10/12/2012, 08:37 pm   #19
permie
Junior Member
 
Join Date: Oct 2012
Posts: 13
Default

Didn't work.
permie is offline   Reply With Quote
Reply

Bookmarks

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
List your adventure games here :) anonima General Chat 123 08/31/2012 03:43 pm
Walkthroughs Simon 123890 Strong Bad Hints 34 05/05/2009 03:37 pm
Can't always save game BasicSystems Bone Series Discussion 4 04/28/2008 06:40 am
Sam&Max Ep2 - stops working once a save game exists CptKlotz Game Support - General 16 08/06/2007 11:31 am
Three major problems with graphic adventure games, and possible solutions. anonima General Chat 32 11/02/2006 04:33 pm


All times are GMT -8. The time now is 06:46 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