For some odd reason i get this error Traceback (most recent call last): File "D:\Bethesda Softworks\Oblivion\Mopy\bash\basher.py", line 5828, in Execute patchFile.initData(SubProgress(progress,0,0.1)) #try to speed this up! File "D:\Bethesda Softworks\Oblivion\Mopy\bash\bosh.py", line 17868, in initData patcher.initData(SubProgress(progress,index)) File "D:\Bethesda Softworks\Oblivion\Mopy\bash\bosh.py", line 20090, in initData if value == record.__getattribute__(attr): continue AttributeError: 'MreActi' object has no attribute 'iconPath' The problem i found is that after it is trying to bash patch Import graphics. It give me that error. And when i uncheck OOO.esm in that import graphics place. I was able to pass import graphics and finished the bashed patch without any error. My Wrye bash is fully updated. Also i follow the FCOM GUIDE. It told me to check everything in import graphics. Anyone able to solve this? Edit: NVM