When I try to apply the option of borders disabled it opens a log and it doesn't change. Here's the log:
Spoiler Traceback (most recent call last):
File "C:\Documents and Settings\Nico\Mis documentos\nico\Oblivion\Mopy\basher.py", line 7970, in Execute
iniList.data.ini.applyTweakFile(file)
File "C:\Documents and Settings\Nico\Mis documentos\nico\Oblivion\Mopy\bosh.py", line 6892, in applyTweakFile
IniFile.applyTweakFile(self,tweakPath)
File "C:\Documents and Settings\Nico\Mis documentos\nico\Oblivion\Mopy\bosh.py", line 6733, in applyTweakFile
self.saveSettings(ini_settings)
File "C:\Documents and Settings\Nico\Mis documentos\nico\Oblivion\Mopy\bosh.py", line 6886, in saveSettings
IniFile.saveSettings(self,settings)
File "C:\Documents and Settings\Nico\Mis documentos\nico\Oblivion\Mopy\bosh.py", line 6696, in saveSettings
elif maSetting and LString(maSetting.group(1)) in sectionSettings:
TypeError: argument of type 'NoneType' is not iterable
This happens for all .ini changes I try to apply through Wrye Bash. Also, curiously, if I click "open" and modify the code from 1 to 0, the "Border Regions Enabled.ini" deactivates itself, only appearing with a checkmark if I check the line code back to 1.