» Fri Jan 14, 2011 5:43 am
I was able to narrow down what settings were causing my problems.
*** Under "Tweak Assorted", checking "Reweigh: Staffs [1]" gives me this window:
Traceback (most recent call last):
File "C:Program FilesBethesda SoftworksOblivionMopyasher.py", line 4960, in Execute
raise
File "C:Program FilesBethesda SoftworksOblivionMopyasher.py", line 4919, in Execute
patchFile.buildPatch(log,SubProgress(progress,0.8,0.9))#no speeding needed/really possible (less than 1/4 second even with large LO)
File "C:Program FilesBethesda SoftworksOblivionMopyosh.py", line 15314, in buildPatch
patcher.buildPatch(log,SubProgress(subProgress,index))
File "C:Program FilesBethesda SoftworksOblivionMopyosh.py", line 22155, in buildPatch
tweak.buildPatch(log,progress,self.patchFile)
File "C:Program FilesBethesda SoftworksOblivionMopyosh.py", line 21600, in buildPatch
log(_('Staffs set to maximum weight of %f') % mxWeight)
NameError: global name 'mxWeight' is not defined
------------------------------------------------------------
*** Under "Tweak Settings", checking "Inventory Quantity Prompt [10]" gives me this window:
Traceback (most recent call last):
File "C:Program FilesBethesda SoftworksOblivionMopyasher.py", line 4960, in Execute
raise
File "C:Program FilesBethesda SoftworksOblivionMopyasher.py", line 4919, in Execute
patchFile.buildPatch(log,SubProgress(progress,0.8,0.9))#no speeding needed/really possible (less than 1/4 second even with large LO)
File "C:Program FilesBethesda SoftworksOblivionMopyosh.py", line 15314, in buildPatch
patcher.buildPatch(log,SubProgress(subProgress,index))
File "C:Program FilesBethesda SoftworksOblivionMopyosh.py", line 23335, in buildPatch
tweak.buildPatch(self.patchFile,keep,log)
File "C:Program FilesBethesda SoftworksOblivionMopyosh.py", line 22773, in buildPatch
fid = gmst.fid = keep(gmst.getGMSTFid())
File "C:Program FilesBethesda SoftworksOblivionMopyosh.py", line 2699, in getGMSTFid
return (modInfos.masterName, myClass.oblivionIds[self.eid])
KeyError: 'iInventoryAskQuantityAt'
------------------------------------------------------------
Any suggestions? Right now, I just unchecked those two settings and the bash patch gets created just fine. But I would really like to use those settings.
Thanks for your time.