Wyre Bash error

Post » Wed Aug 03, 2011 8:45 am

Traceback (most recent call last):
File "Wrye Bash Launcher.pyw", line 31, in
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



Happens everytime I launch Wrye Bash.

I have Python 2.7 installed, Wyre Bash 294.

Sort of lost

Help greatly appreciated!
User avatar
Marie Maillos
 
Posts: 3403
Joined: Wed Mar 21, 2007 4:39 pm

Post » Wed Aug 03, 2011 9:17 pm

If you used the installer version and BOSS 1.8, that's it. There's no fix for it, only if you used the archive version.

http://www.gamesas.com/index.php?/topic/1205712-rel-boss-better-oblivion-sorting-software/page__p__17996482#entry17996482

If you used installer:

uninstall Wrye Bash

download the archive, not installer, of Wrye Bash

Use WinRAR or 7-Zip, ect. to extract to your Oblivion directory, NOT the data folder

look for a file called 'basher' in the Bethesda Softworks/Oblivion/Mopy folder(theres 2, the one I am talking about is the one with the white icon and the fancy Python logo, not the black one with the same logo)

right click it, and click 'Edit with IDLE'

press 'ctrl f' (control button and f at the same time)

this brings up a search box, copy paste the line in the search box


if version > 3: version = 1




search for it, and if it finds it replace that line with
if version in (2,3): version = 2
elif version > 3: version = 1

Exit, you will be asked to save before exit, hit yes or save or whatever

Hope it helps, it did for me as I had the same problem!
User avatar
Jason White
 
Posts: 3531
Joined: Fri Jul 27, 2007 12:54 pm

Post » Wed Aug 03, 2011 9:57 pm

Happens everytime I launch Wrye Bash.

I have Python 2.7 installed, Wyre Bash 294.

Sort of lost

Help greatly appreciated!


NVM fixed with newest python release =)
User avatar
Krystina Proietti
 
Posts: 3388
Joined: Sat Dec 23, 2006 9:02 pm

Post » Wed Aug 03, 2011 6:43 am

NVM fixed with newest python release =)



However, this time around I dont have "permission", and there is no exe to add admin rights. I dont know how to add admin rights to the python launcher.

Any ideas about this?

I followed your usggestion, as the one I attempted to be null again.

Thanks again for your help!
User avatar
Dustin Brown
 
Posts: 3307
Joined: Sun Sep 30, 2007 6:55 am


Return to IV - Oblivion