Jump to content

Wyre Bash & Win 7


Recommended Posts

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 -d

Traceback (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 InitStatu

sBar

(bosh.dirs['app'].join('Data\\BOSS.bat'),bosh.dirs['app'].join('Data\\BOSS.e

xe'),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 InitStatusBar

IndexError: tuple index out of range

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 InitStatusBar

IndexError: tuple index out of range

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 InitStatusBar

IndexError: tuple index out of range

Traceback (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 InitStatusBar

IndexError: 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 RAM

Available OS Memory: 8152MB RAM

Page File: 1924MB used, 12368MB available

Windows Dir: C:\Windows

DirectX Version: DirectX 11

DX 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 by blacksmithkazuma
Link to comment
Share on other sites

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

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 = 2

elif 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 by Tillow214
Link to comment
Share on other sites

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

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 = 2

elif 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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...