I followed all of the instructions as I've done before in the past to install Wrye Bash, but it just won't start. When I double-click the Wrye Bash launcher file in the Mopy directory, the computer just doesn't do anything. I've noticed that, curiously, it doesn't seem to be recognized as a file that can be "run."
I've tried to read around to find a solution for this issue, but nothing seems to suffice. I haven't found much, and what I have found either seems so overly technical that it isn't worth it, or people just saying "you shouldn't have to do that." Has anyone else ever experienced this problem?
EDIT: Here is a little more information that I hope will be helpful.
I found http://www.thenexusforums.com/index.php?/topic/195662-wrye-bash-launcherpyw-file-type-not-recognized-help/ where a person talks about a way they worked around this program, though it is inconvenient. I tried this also, and here is my experience:
- I had to put "python26" into the command prompt, because my python folder at c:\ is python26, not python25.
- When it ran, this was the output in the command prompt:
C:\Program Files (x86)\Bethesda Softworks\Oblivion\Mopy>c:\python26\python.exe bash.py -dTraceback (most recent call last): File "bash.py", line 95, inbosh.initDirs(personal,localAppData,oblivionPath) File "C:\Program Files (x86)\Bethesda Softworks\Oblivion\Mopy\bosh.py", line 27707, in initDirs dirs[key].makedirs() File "C:\Program Files (x86)\Bethesda Softworks\Oblivion\Mopy\bolt.py", line 469, in makedirs if not self.exists(): os.makedirs(self._s) File "c:\python26\lib\os.py", line 150, in makedirs makedirs(head, mode) File "c:\python26\lib\os.py", line 157, in makedirs mkdir(name, mode)WindowsError: [Error 5] Access is denied: 'C:\\Program Files (x86)\\Bethesda Softworks\\Oblivion Mods'
I have no idea what that means, but I figured the last line might be pretty telling. Any ideas? I get the vague feeling that I am doing something stupid, I just can't quite figure out what it is.