blacksmithkazuma Posted July 20, 2011 Share Posted July 20, 2011 (edited) I have tried and tried and tried, I just cant get Bash to work for me... can someone please help me with this. Bash log file... *Edit* Got actual BugDump Microsoft Windows [Version 6.1.7601]Copyright © 2009 Microsoft Corporation. All rights reserved. C:\Users\Wayne>chdir /d "G:\Bethesda Softworks\Oblivion\Mopy" G:\Bethesda Softworks\Oblivion\Mopy>Z:\Python2python.exe bash.py -d'Z:\Python2python.exe' is not recognized as an internal or external command,operable program or batch file. G:\Bethesda Softworks\Oblivion\Mopy>Z:\Python27\python.exe bash.py -dTraceback (most recent call last): File "bash.py", line 344, in <module> main() File "bash.py", line 311, in main basher.InitLinks() File "G:\Bethesda Softworks\Oblivion\Mopy\basher.py", line 15386, in InitLinks InitStatusBar() File "G:\Bethesda Softworks\Oblivion\Mopy\basher.py", line 14297, in InitStatusBar (bosh.dirs['app'].join('Data\\BOSS.bat'),bosh.dirs['app'].join('Data\\BOSS.exe'),bosh.dirs['app'].join('BOSS\\BOSS.exe'))[version],IndexError: tuple index out of range G:\Bethesda Softworks\Oblivion\Mopy> --------------------------------------------------------------------File from inside Mopy folder ---> Traceback (most recent call last): File "Wrye Bash Launcher.pyw", line 31, in <module> bash.main() File "bash.pyo", line 311, in main File "basher.pyo", line 15386, in InitLinks File "basher.pyo", line 14297, in InitStatusBarIndexError: tuple index out of rangeTraceback (most recent call last): File "Wrye Bash Launcher.pyw", line 31, in <module> bash.main() File "bash.pyo", line 311, in main File "basher.pyo", line 15386, in InitLinks File "basher.pyo", line 14297, in InitStatusBarIndexError: tuple index out of rangeTraceback (most recent call last): File "Wrye Bash Launcher.pyw", line 31, in <module> bash.main() File "bash.pyo", line 311, in main File "basher.pyo", line 15386, in InitLinks File "basher.pyo", line 14297, in InitStatusBarIndexError: tuple index out of rangeTraceback (most recent call last): File "Wrye Bash Launcher.pyw", line 31, in <module> File "bash.pyo", line 280, in main File "zipextimporter.pyo", line 82, in load_module File "basher.pyo", line 456, in <module> File "basher.pyo", line 420, in __init__ File "balt.pyo", line 122, in __init__bolt.ArgumentError: Missing resource file: images\checkbox_purple_on.png.Traceback (most recent call last): File "Wrye Bash Launcher.pyw", line 31, in <module> bash.main() File "bash.pyo", line 311, in main File "basher.pyo", line 15386, in InitLinks File "basher.pyo", line 14297, in InitStatusBarIndexError: tuple index out of range My system DXDIAG Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1 (7601.win7sp1_gdr.110408-1631) Language: English (Regional Setting: English)System Manufacturer: BIOSTAR Group System Model: TH55B HD BIOS: Default System BIOS Processor: Intel® Core i5 CPU 760 @ 2.80GHz (4 CPUs), ~3.4GHz Memory: 8192MB RAMAvailable OS Memory: 8152MB RAM Page File: 1924MB used, 12368MB available Windows Dir: C:\Windows DirectX Version: DirectX 11DX Setup Parameters: Not found User DPI Setting: Using System DPI System DPI Setting: 96 DPI (100 percent) DWM DPI Scaling: Disabled DxDiag Version: 6.01.7601.17514 32bit Unicode Edited July 20, 2011 by blacksmithkazuma Link to comment Share on other sites More sharing options...
Fonger Posted July 20, 2011 Share Posted July 20, 2011 did you install python? Link to comment Share on other sites More sharing options...
crudius Posted July 20, 2011 Share Posted July 20, 2011 If you using version 293,did you see fix here? http://www.tesnexus.com/downloads/file.php?id=22368 just a thought. Link to comment Share on other sites More sharing options...
DaedraEater Posted July 20, 2011 Share Posted July 20, 2011 I have the same problem. Followed the instructions to the letter, and used the fix listed at the top of the file's description, tried running it as an administrator, and it still wont start up. Is installing python not enough? Blargh. Link to comment Share on other sites More sharing options...
SeraVerte Posted July 21, 2011 Share Posted July 21, 2011 I'm having similar problems, Installed Python 2.7, Wyre Bash and tried a bugdump. I get "tuple index out of range," as well Link to comment Share on other sites More sharing options...
Tillow214 Posted July 21, 2011 Share Posted July 21, 2011 (edited) Here try this, I had the same problem and this worked for me: (copied from the TESNexus page) "On line 14293 of basher.py, replace: if version > 3: version = 1 with: if version in (2,3): version = 2elif version > 3: version = 1 Keep in mind that in Python, spaces matter. Even the difference between a space and a tab is important, so keep the same number of spaces before these lines. Also, this fix will not work for the WBSA, as there are no Python files to edit (sorry)." Edited July 21, 2011 by Tillow214 Link to comment Share on other sites More sharing options...
MacabreSaint Posted July 24, 2011 Share Posted July 24, 2011 (edited) Nevermind Edited July 24, 2011 by MacabreSaint Link to comment Share on other sites More sharing options...
edross Posted July 28, 2011 Share Posted July 28, 2011 I too cannot get Wrye Bash 293 to work with Boss 1.8, and I too have tried the fix, several times. I would like to give up, and make do with Boss 1.7 until Wrye Bash 294 comes out however I cannot find a download for Boss 1.7 Does anyone know where I can get Boss 1.7? Link to comment Share on other sites More sharing options...
deadly161 Posted July 30, 2011 Share Posted July 30, 2011 Here try this, I had the same problem and this worked for me: (copied from the TESNexus page) "On line 14293 of basher.py, replace: if version > 3: version = 1 with: if version in (2,3): version = 2elif version > 3: version = 1 Keep in mind that in Python, spaces matter. Even the difference between a space and a tab is important, so keep the same number of spaces before these lines. Also, this fix will not work for the WBSA, as there are no Python files to edit (sorry)." this fixed it for me, WB now starts when i click "Wrye Bash Launcher.pyw" where as it was unresponsive before. Link to comment Share on other sites More sharing options...
Recommended Posts