Advertisement
Guest User

Untitled

a guest
Sep 16th, 2014
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.41 KB | None | 0 0
  1. Wrye Bash starting
  2. Using Wrye Bash Version 306.0.05
  3. Python version: 2.7.8
  4. wxPython version: 2.8.12.1 (msw-unicode)
  5. input encoding: None; output encoding: None; locale: ('en_US', 'cp1252')
  6. Searching for game to manage:
  7. bush.py   81 detectGames: Detected the following supported games via Windows Registry:
  8. bush.py   83 detectGames:  fallout3: C:\Games\Steam\steamapps\common\Fallout 3 goty
  9. bush.py   83 detectGames:  falloutnv: c:\games\steam\steamapps\common\fallout new vegas
  10. bush.py   83 detectGames:  oblivion: C:\Games\Steam\steamapps\common\Oblivion
  11. bush.py   83 detectGames:  skyrim: C:\Games\Steam\steamapps\common\Skyrim
  12. bush.py   95 detectGames: Detecting games via relative path and the -o argument:
  13. bush.py  101 detectGames:  skyrim: C:\Games\Steam\SteamApps\common\Skyrim
  14. bush.py  144 setGame: No preferred game specified.
  15. bush.py  151 setGame:  Using skyrim game: C:\Games\Steam\SteamApps\common\Skyrim
  16. testing UAC
  17. bosh.py 5563 __init__: Using libbsa API version: 2.0.0
  18. bosh.py 5569 __init__: Using libloadorder API version: 4.0.1
  19. bosh.py 5575 __init__: Using LOOT API version: 0.6.0
  20. C:\Games\Steam\SteamApps\common\Skyrim
  21. bosh.py 4782 getOrdered: Error sorting modnames: [bolt.Path(u'Update.esm'), bolt.Path(u'Tera Armor Level List.esp'), 50762693, bolt.Path(u'Remodeled Armor - Vanilla Replacer.esp'), bolt.Path(u'Skyrim.esm'), bolt.Path(u'TERAArmors - Leveled Lists.esp'), bolt.Path(u'AOS.esp'), bolt.Path(u'Hothtrooper44_ArmorCompilation.esp'), bolt.Path(u'Dawnguard.esm'), bolt.Path(u'Executor.esp'), bolt.Path(u'HearthFires.esm'), bolt.Path(u'Unofficial Dawnguard Patch.esp'), bolt.Path(u'Dragonborn.esm')]
  22. Traceback (most recent call last):
  23.   File "bash\bosh.py", line 4780, in getOrdered
  24.     modNames.sort(key=lambda a: (a in data) and data.index(a)) #--Sort on masterlist load order
  25.   File "bash\bosh.py", line 4780, in <lambda>
  26.     modNames.sort(key=lambda a: (a in data) and data.index(a)) #--Sort on masterlist load order
  27.   File "bash\bolt.py", line 1525, in __cmp__
  28.     return cmp(self._cs, Path.getCase(other))
  29.   File "bash\bolt.py", line 1029, in getCase
  30.     return os.path.normcase(os.path.normpath(name))
  31.   File "C:\Python27\lib\ntpath.py", line 418, in normpath
  32.     if path.startswith(('\\\\.\\', '\\\\?\\')):
  33. AttributeError: 'int' object has no attribute 'startswith'
  34.  
  35.  
  36. Traceback (most recent call last):
  37.   File "bash\basher.py", line 7051, in Execute
  38.     patchFile.buildPatch(log,SubProgress(progress,0.8,0.9))#no speeding needed/really possible (less than 1/4 second even with large LO)
  39.   File "bash\bosh.py", line 10664, in buildPatch
  40.     self.tes4.masters = self.getMastersUsed()
  41.   File "bash\bosh.py", line 654, in getMastersUsed
  42.     return masters.getOrdered()
  43.   File "bash\bosh.py", line 387, in getOrdered
  44.     return list(modInfos.getOrdered(list(self)))
  45.   File "bash\bosh.py", line 4780, in getOrdered
  46.     modNames.sort(key=lambda a: (a in data) and data.index(a)) #--Sort on masterlist load order
  47.   File "bash\bosh.py", line 4780, in <lambda>
  48.     modNames.sort(key=lambda a: (a in data) and data.index(a)) #--Sort on masterlist load order
  49.   File "bash\bolt.py", line 1525, in __cmp__
  50.     return cmp(self._cs, Path.getCase(other))
  51.   File "bash\bolt.py", line 1029, in getCase
  52.     return os.path.normcase(os.path.normpath(name))
  53.   File "C:\Python27\lib\ntpath.py", line 418, in normpath
  54.     if path.startswith(('\\\\.\\', '\\\\?\\')):
  55. AttributeError: 'int' object has no attribute 'startswith'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement