Advertisement
Sharlikran

Untitled

Sep 19th, 2014
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 13.55 KB | None | 0 0
  1. Wrye Bash starting
  2. Using Wrye Bash Version 306.0.07
  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\Bethesda Softworks\Fallout3
  9. bush.py   83 detectGames:  falloutnv: c:\steam\steamapps\common\fallout new vegas
  10. bush.py   83 detectGames:  oblivion: C:\Games\Bethesda Softworks\Oblivion
  11. bush.py   83 detectGames:  skyrim: C:\Steam\steamapps\common\Skyrim
  12. bush.py   95 detectGames: Detecting games via relative path and the -o argument:
  13. bush.py  144 setGame: No preferred game specified.
  14. bush.py   81 detectGames: Detected the following supported games via Windows Registry:
  15. bush.py   83 detectGames:  fallout3: C:\Games\Bethesda Softworks\Fallout3
  16. bush.py   83 detectGames:  falloutnv: c:\steam\steamapps\common\fallout new vegas
  17. bush.py   83 detectGames:  oblivion: C:\Games\Bethesda Softworks\Oblivion
  18. bush.py   83 detectGames:  skyrim: C:\Steam\steamapps\common\Skyrim
  19. bush.py   95 detectGames: Detecting games via relative path and the -o argument:
  20. bush.py  133 setGame: Specified game "skyrim" was found: C:\Steam\steamapps\common\Skyrim
  21. testing UAC
  22. bosh.py 5563 __init__: Using libbsa API version: 2.0.0
  23. bosh.py 5569 __init__: Using libloadorder API version: 4.0.1
  24. bosh.py 5575 __init__: Using LOOT API version: 0.6.0
  25. C:\Steam\steamapps\common\Skyrim
  26. Error in Unofficial Skyrim Patch.esp
  27. bosh.py  544 load:  
  28. Traceback (most recent call last):
  29.   File "bash\bosh.py", line 538, in load
  30.     selfTops[label].load(ins,unpack and (topClass != MobBase))
  31.   File "bash\patcher\RecordGroups.py", line 70, in load
  32.     ins.tell() + self.size - self.header.__class__.size)
  33.   File "bash\patcher\RecordGroups.py", line 740, in loadData
  34.     cell = recCellClass(header,ins,True)
  35. TypeError: 'NoneType' object is not callable
  36.  
  37. Skyrim.esm: CLMT.FNAM: Attempted to read past (13310199) end (249371467) of file/buffer.
  38. Error loading 'CLMT' record and/or subrecord: 00000F91
  39.   eid = u'KarthspireClimate'
  40.   subrecord = 'FNAM'
  41.   subrecord size = 12
  42.   file pos = 13310187
  43. Error in Skyrim.esm
  44. bosh.py  544 load:  
  45. Traceback (most recent call last):
  46.   File "bash\bosh.py", line 538, in load
  47.     selfTops[label].load(ins,unpack and (topClass != MobBase))
  48.   File "bash\patcher\RecordGroups.py", line 70, in load
  49.     ins.tell() + self.size - self.header.__class__.size)
  50.   File "bash\patcher\RecordGroups.py", line 172, in loadData
  51.     record = recClass(header,ins,True)
  52.   File "bash\brec.py", line 1678, in __init__
  53.     self.__class__.melSet.initRecord(self,header,ins,unpack)
  54.   File "bash\brec.py", line 1226, in initRecord
  55.     MreRecord.__init__(record,header,ins,unpack)
  56.   File "bash\brec.py", line 1474, in __init__
  57.     if ins: self.load(ins,unpack)
  58.   File "bash\brec.py", line 1537, in load
  59.     self.loadData(ins,inPos+self.size)
  60.   File "bash\brec.py", line 1687, in loadData
  61.     self.__class__.melSet.loadData(self,ins,endPos)
  62.   File "bash\brec.py", line 1255, in loadData
  63.     loaders[Type].loadData(record,ins,Type,size,readId)
  64.   File "bash\brec.py", line 906, in loadData
  65.     value = ins.readLString(size,readId)
  66.   File "bash\brec.py", line 265, in readLString
  67.     raise ModReadError(self.inName,recType,endPos,self.size)
  68. ModReadError: Skyrim.esm: CLMT.FNAM: Attempted to read past (13310199) end (249371467) of file/buffer.
  69.  
  70. Error in Update.esm
  71. bosh.py  544 load:  
  72. Traceback (most recent call last):
  73.   File "bash\bosh.py", line 538, in load
  74.     selfTops[label].load(ins,unpack and (topClass != MobBase))
  75.   File "bash\patcher\RecordGroups.py", line 70, in load
  76.     ins.tell() + self.size - self.header.__class__.size)
  77.   File "bash\patcher\RecordGroups.py", line 740, in loadData
  78.     cell = recCellClass(header,ins,True)
  79. TypeError: 'NoneType' object is not callable
  80.  
  81. unpack requires a string argument of length 12
  82. Error loading 'CLMT' record and/or subrecord: 02001409
  83.   eid = u'SoulCairnClimate'
  84.   subrecord = 'WLST'
  85.   subrecord size = 24
  86.   file pos = 1669830
  87. Error in Dawnguard.esm
  88. bosh.py  544 load:  
  89. Traceback (most recent call last):
  90.   File "bash\bosh.py", line 538, in load
  91.     selfTops[label].load(ins,unpack and (topClass != MobBase))
  92.   File "bash\patcher\RecordGroups.py", line 70, in load
  93.     ins.tell() + self.size - self.header.__class__.size)
  94.   File "bash\patcher\RecordGroups.py", line 172, in loadData
  95.     record = recClass(header,ins,True)
  96.   File "bash\brec.py", line 1678, in __init__
  97.     self.__class__.melSet.initRecord(self,header,ins,unpack)
  98.   File "bash\brec.py", line 1226, in initRecord
  99.     MreRecord.__init__(record,header,ins,unpack)
  100.   File "bash\brec.py", line 1474, in __init__
  101.     if ins: self.load(ins,unpack)
  102.   File "bash\brec.py", line 1537, in load
  103.     self.loadData(ins,inPos+self.size)
  104.   File "bash\brec.py", line 1687, in loadData
  105.     self.__class__.melSet.loadData(self,ins,endPos)
  106.   File "bash\brec.py", line 1255, in loadData
  107.     loaders[Type].loadData(record,ins,Type,size,readId)
  108.   File "bash\brec.py", line 791, in loadData
  109.     self.loaders[type].loadData(target,ins,type,size,readId)
  110.   File "bash\brec.py", line 969, in loadData
  111.     unpacked = ins.unpack(self.format,readsize,readId)
  112.   File "bash\brec.py", line 297, in unpack
  113.     return struct.unpack(format,self.ins.read(size))
  114. error: unpack requires a string argument of length 12
  115.  
  116. Error in Unofficial Dawnguard Patch.esp
  117. bosh.py  544 load:  
  118. Traceback (most recent call last):
  119.   File "bash\bosh.py", line 538, in load
  120.     selfTops[label].load(ins,unpack and (topClass != MobBase))
  121.   File "bash\patcher\RecordGroups.py", line 70, in load
  122.     ins.tell() + self.size - self.header.__class__.size)
  123.   File "bash\patcher\RecordGroups.py", line 740, in loadData
  124.     cell = recCellClass(header,ins,True)
  125. TypeError: 'NoneType' object is not callable
  126.  
  127. Error in Unofficial Skyrim Patch.esp
  128. bosh.py  544 load:  
  129. Traceback (most recent call last):
  130.   File "bash\bosh.py", line 538, in load
  131.     selfTops[label].load(ins,unpack and (topClass != MobBase))
  132.   File "bash\patcher\RecordGroups.py", line 70, in load
  133.     ins.tell() + self.size - self.header.__class__.size)
  134.   File "bash\patcher\RecordGroups.py", line 740, in loadData
  135.     cell = recCellClass(header,ins,True)
  136. TypeError: 'NoneType' object is not callable
  137.  
  138. unpack requires a string argument of length 12
  139. Error loading 'CLMT' record and/or subrecord: 02001409
  140.   eid = u'SoulCairnClimate'
  141.   subrecord = 'WLST'
  142.   subrecord size = 24
  143.   file pos = 1669830
  144. Error in Dawnguard.esm
  145. bosh.py  544 load:  
  146. Traceback (most recent call last):
  147.   File "bash\bosh.py", line 538, in load
  148.     selfTops[label].load(ins,unpack and (topClass != MobBase))
  149.   File "bash\patcher\RecordGroups.py", line 70, in load
  150.     ins.tell() + self.size - self.header.__class__.size)
  151.   File "bash\patcher\RecordGroups.py", line 172, in loadData
  152.     record = recClass(header,ins,True)
  153.   File "bash\brec.py", line 1678, in __init__
  154.     self.__class__.melSet.initRecord(self,header,ins,unpack)
  155.   File "bash\brec.py", line 1226, in initRecord
  156.     MreRecord.__init__(record,header,ins,unpack)
  157.   File "bash\brec.py", line 1474, in __init__
  158.     if ins: self.load(ins,unpack)
  159.   File "bash\brec.py", line 1537, in load
  160.     self.loadData(ins,inPos+self.size)
  161.   File "bash\brec.py", line 1687, in loadData
  162.     self.__class__.melSet.loadData(self,ins,endPos)
  163.   File "bash\brec.py", line 1255, in loadData
  164.     loaders[Type].loadData(record,ins,Type,size,readId)
  165.   File "bash\brec.py", line 791, in loadData
  166.     self.loaders[type].loadData(target,ins,type,size,readId)
  167.   File "bash\brec.py", line 969, in loadData
  168.     unpacked = ins.unpack(self.format,readsize,readId)
  169.   File "bash\brec.py", line 297, in unpack
  170.     return struct.unpack(format,self.ins.read(size))
  171. error: unpack requires a string argument of length 12
  172.  
  173. Error in HearthFires.esm
  174. bosh.py  544 load:  
  175. Traceback (most recent call last):
  176.   File "bash\bosh.py", line 538, in load
  177.     selfTops[label].load(ins,unpack and (topClass != MobBase))
  178.   File "bash\patcher\RecordGroups.py", line 70, in load
  179.     ins.tell() + self.size - self.header.__class__.size)
  180.   File "bash\patcher\RecordGroups.py", line 740, in loadData
  181.     cell = recCellClass(header,ins,True)
  182. TypeError: 'NoneType' object is not callable
  183.  
  184. Error in Unofficial Hearthfire Patch.esp
  185. bosh.py  544 load:  
  186. Traceback (most recent call last):
  187.   File "bash\bosh.py", line 538, in load
  188.     selfTops[label].load(ins,unpack and (topClass != MobBase))
  189.   File "bash\patcher\RecordGroups.py", line 70, in load
  190.     ins.tell() + self.size - self.header.__class__.size)
  191.   File "bash\patcher\RecordGroups.py", line 740, in loadData
  192.     cell = recCellClass(header,ins,True)
  193. TypeError: 'NoneType' object is not callable
  194.  
  195. Error in HearthFires.esm
  196. bosh.py  544 load:  
  197. Traceback (most recent call last):
  198.   File "bash\bosh.py", line 538, in load
  199.     selfTops[label].load(ins,unpack and (topClass != MobBase))
  200.   File "bash\patcher\RecordGroups.py", line 70, in load
  201.     ins.tell() + self.size - self.header.__class__.size)
  202.   File "bash\patcher\RecordGroups.py", line 740, in loadData
  203.     cell = recCellClass(header,ins,True)
  204. TypeError: 'NoneType' object is not callable
  205.  
  206. Dragonborn.esm: CLMT.FNAM: Attempted to read past (2088438) end (64062384) of file/buffer.
  207. Error loading 'CLMT' record and/or subrecord: 02034CFC
  208.   eid = u'DLC2ApocryphaClimateNew'
  209.   subrecord = 'FNAM'
  210.   subrecord size = 12
  211.   file pos = 2088426
  212. Error in Dragonborn.esm
  213. bosh.py  544 load:  
  214. Traceback (most recent call last):
  215.   File "bash\bosh.py", line 538, in load
  216.     selfTops[label].load(ins,unpack and (topClass != MobBase))
  217.   File "bash\patcher\RecordGroups.py", line 70, in load
  218.     ins.tell() + self.size - self.header.__class__.size)
  219.   File "bash\patcher\RecordGroups.py", line 172, in loadData
  220.     record = recClass(header,ins,True)
  221.   File "bash\brec.py", line 1678, in __init__
  222.     self.__class__.melSet.initRecord(self,header,ins,unpack)
  223.   File "bash\brec.py", line 1226, in initRecord
  224.     MreRecord.__init__(record,header,ins,unpack)
  225.   File "bash\brec.py", line 1474, in __init__
  226.     if ins: self.load(ins,unpack)
  227.   File "bash\brec.py", line 1537, in load
  228.     self.loadData(ins,inPos+self.size)
  229.   File "bash\brec.py", line 1687, in loadData
  230.     self.__class__.melSet.loadData(self,ins,endPos)
  231.   File "bash\brec.py", line 1255, in loadData
  232.     loaders[Type].loadData(record,ins,Type,size,readId)
  233.   File "bash\brec.py", line 906, in loadData
  234.     value = ins.readLString(size,readId)
  235.   File "bash\brec.py", line 265, in readLString
  236.     raise ModReadError(self.inName,recType,endPos,self.size)
  237. ModReadError: Dragonborn.esm: CLMT.FNAM: Attempted to read past (2088438) end (64062384) of file/buffer.
  238.  
  239. Error in Unofficial Dragonborn Patch.esp
  240. bosh.py  544 load:  
  241. Traceback (most recent call last):
  242.   File "bash\bosh.py", line 538, in load
  243.     selfTops[label].load(ins,unpack and (topClass != MobBase))
  244.   File "bash\patcher\RecordGroups.py", line 70, in load
  245.     ins.tell() + self.size - self.header.__class__.size)
  246.   File "bash\patcher\RecordGroups.py", line 740, in loadData
  247.     cell = recCellClass(header,ins,True)
  248. TypeError: 'NoneType' object is not callable
  249.  
  250. Dragonborn.esm: CLMT.FNAM: Attempted to read past (2088438) end (64062384) of file/buffer.
  251. Error loading 'CLMT' record and/or subrecord: 02034CFC
  252.   eid = u'DLC2ApocryphaClimateNew'
  253.   subrecord = 'FNAM'
  254.   subrecord size = 12
  255.   file pos = 2088426
  256. Error in Dragonborn.esm
  257. bosh.py  544 load:  
  258. Traceback (most recent call last):
  259.   File "bash\bosh.py", line 538, in load
  260.     selfTops[label].load(ins,unpack and (topClass != MobBase))
  261.   File "bash\patcher\RecordGroups.py", line 70, in load
  262.     ins.tell() + self.size - self.header.__class__.size)
  263.   File "bash\patcher\RecordGroups.py", line 172, in loadData
  264.     record = recClass(header,ins,True)
  265.   File "bash\brec.py", line 1678, in __init__
  266.     self.__class__.melSet.initRecord(self,header,ins,unpack)
  267.   File "bash\brec.py", line 1226, in initRecord
  268.     MreRecord.__init__(record,header,ins,unpack)
  269.   File "bash\brec.py", line 1474, in __init__
  270.     if ins: self.load(ins,unpack)
  271.   File "bash\brec.py", line 1537, in load
  272.     self.loadData(ins,inPos+self.size)
  273.   File "bash\brec.py", line 1687, in loadData
  274.     self.__class__.melSet.loadData(self,ins,endPos)
  275.   File "bash\brec.py", line 1255, in loadData
  276.     loaders[Type].loadData(record,ins,Type,size,readId)
  277.   File "bash\brec.py", line 906, in loadData
  278.     value = ins.readLString(size,readId)
  279.   File "bash\brec.py", line 265, in readLString
  280.     raise ModReadError(self.inName,recType,endPos,self.size)
  281. ModReadError: Dragonborn.esm: CLMT.FNAM: Attempted to read past (2088438) end (64062384) of file/buffer.
  282.  
  283. Error in SMIM-Merged-All.esp
  284. bosh.py  544 load:  
  285. Traceback (most recent call last):
  286.   File "bash\bosh.py", line 538, in load
  287.     selfTops[label].load(ins,unpack and (topClass != MobBase))
  288.   File "bash\patcher\RecordGroups.py", line 70, in load
  289.     ins.tell() + self.size - self.header.__class__.size)
  290.   File "bash\patcher\RecordGroups.py", line 740, in loadData
  291.     cell = recCellClass(header,ins,True)
  292. TypeError: 'NoneType' object is not callable
  293.  
  294. Error in Book Covers Skyrim.esp
  295. bosh.py  544 load:  
  296. Traceback (most recent call last):
  297.   File "bash\bosh.py", line 538, in load
  298.     selfTops[label].load(ins,unpack and (topClass != MobBase))
  299.   File "bash\patcher\RecordGroups.py", line 70, in load
  300.     ins.tell() + self.size - self.header.__class__.size)
  301.   File "bash\patcher\RecordGroups.py", line 740, in loadData
  302.     cell = recCellClass(header,ins,True)
  303. TypeError: 'NoneType' object is not callable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement