(PC) Episode 2 Glitch
Anytime I finish Episode 1 of The Walking Dead and try to continue to Episode 2, the screen remains almost completely black except for the item sidebar on the left side (showing only the ax) and some ambient noise plays. I originally downloaded the game from Steam, bought via Amazon. I have uninstalled and re-installed the game a couple of times, but the result is always the same. Has anyone else had this same issue? And if so, did you find a way to fix it? Any help would be greatly appreciated!
This discussion has been closed.
Comments
First, open a command window.
Windows XP: Go to your start menu and click on run. Type in "cmd" and press enter
Windows Vista / 7: Press the Windows key. Type in "cmd" and press enter
Windows 8: At the start screen, type in "cmd" and press enter
Copy this command line and paste it into the command window, and press enter.
dir /B/s c:\prefs.prop |clip
Now start a new reply to this post. Then paste the clipboard into it, by pressing CTRL+ V.
If you have the game installed on drive other than c:, please also copy the results for that drive.
You just have to change the drive letter in the command. E.g. for d:
dir /B/s d:\prefs.prop |clip
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\Jamal>dir /B/s c:\prefs.prop |clip
C:\Users\Jamal>c:\Program Files (x86)\Steam\SteamApps\common\The Walking Dead\Pa
ck\default\prefs.prop
'c:\Program' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\Jamal>c:\Users\Jamal\Documents\Telltale Games\The Walking Dead\prefs.pr
op
'c:\Users\Jamal\Documents\Telltale' is not recognized as an internal or external
command,
operable program or batch file.
C:\Users\Jamal>
You have 2 prefs.prop files, although there should be only one:
c:\Program Files (x86)\Steam\SteamApps\common\The Walking Dead\Pack\default\prefs.prop
c:\Users\Jamal\Documents\Telltale Games\The Walking Dead\prefs.prop
Please move the prefs.prop from
c:\Program Files (x86)\Steam\SteamApps\common\The Walking Dead\Pa
ck\default\prefs.prop
to the desktop, and try the game.
Make a backup copy of
c:\Users\Jamal\Documents\Telltale Games\The Walking Dead\prefs.prop
and then copy the prefs.prop from the desktop to
c:\Users\Jamal\Documents\Telltale Games\The Walking Dead\
and overwrite the original one.
Somehow sometimes a second prefs.prop is generated in the install folder. This is what happened here.
I still don't know why it happens on some systems though. If you could help me trying to figure that out, that would be great.
I am wondering if it is some interaction with other installed software, so a list of your installed software could help.
Open a command window as described above, and run:
wmic /output:installed.txt product get name,version
Then open c:\Users\Jamal\ in the explorer, and open the installed.txt.
Select all content by pressing CTRL-A and copy it using CTRL-C.
Now either start a new reply, or if you want to keep it more private send it to me in a PM.
Paste the content of the file using CTRL-V.