Menu

#236 Error when uninstalling mods.

Current
open
nobody
None
1
2013-01-06
2012-11-09
No

Running 301 version standalone, Oblivion, Windows 8 x64.
Every time I try to uninstall a mod I get an error like this:

Traceback (most recent call last):
File "bash\basher.pyo", line 10527, in Execute
File "bash\bosh.pyo", line 9374, in uninstall
File "bash\bosh.pyo", line 4004, in removeMods
File "bash\bosh.pyo", line 3977, in saveLoadOrder
File "bash\bolt.pyo", line 1211, in getmtime
File "genericpath.pyo", line 54, in getmtime
WindowsError: [Error 2] The system cannot find the file specified: u'D:\Games\Oblivion\Data\<name_of_mod>.esp'

The esp file is actually gets removed.

Discussion

  • Vlad Sharanhovich

    With 302.1 I get the same error. Interesting that after this error while uninstalling all other .esp files get unchecked in the "Mod" list.

     
  • Vlad Sharanhovich

    Tried both standalone and installer. Error persists:

    Traceback (most recent call last):
    File "bash\basher.pyo", line 10530, in Execute
    File "bash\bosh.pyo", line 9382, in uninstall
    File "bash\bosh.pyo", line 4005, in removeMods
    File "bash\bosh.pyo", line 3978, in saveLoadOrder
    File "bash\bolt.pyo", line 1211, in getmtime
    File "genericpath.pyo", line 54, in getmtime
    WindowsError: [Error 2] The system cannot find the file specified: u'D:\Games\Oblivion\Data\bartholm.esp'

     
  • Vlad Sharanhovich

    And the same error running from sources:

    Traceback (most recent call last):
    File "D:\Games\Oblivion\Mopy\bash\basher.py", line 10530, in Execute
    self.data.uninstall(self.filterInstallables(),progress)
    File "D:\Games\Oblivion\Mopy\bash\bosh.py", line 9382, in uninstall
    modInfos.plugins.removeMods(removedPlugins, True)
    File "D:\Games\Oblivion\Mopy\bash\bosh.py", line 4005, in removeMods
    self.saveLoadOrder()
    File "D:\Games\Oblivion\Mopy\bash\bosh.py", line 3978, in saveLoadOrder
    modInfos.mtimes[name] = modInfos[name].getPath().mtime
    File "D:\Games\Oblivion\Mopy\bash\bolt.py", line 1211, in getmtime
    mtime = int(os.path.getmtime(self._s))
    File "C:\Program Files (x86)\Python27\lib\genericpath.py", line 54, in getmtime
    return os.stat(filename).st_mtime
    WindowsError: [Error 2] The system cannot find the file specified: u'D:\Games\Oblivion\Data\bartholm.esp'

     
  • Vlad Sharanhovich

    Version 303 standalone:

    Traceback (most recent call last):
    File "bash\basher.py", line 10530, in Execute
    self.data.uninstall(self.filterInstallables(),progress)
    File "bash\bosh.py", line 9382, in uninstall
    modInfos.plugins.removeMods(removedPlugins, True)
    File "bash\bosh.py", line 4005, in removeMods
    self.saveLoadOrder()
    File "bash\bosh.py", line 3978, in saveLoadOrder
    modInfos.mtimes[name] = modInfos[name].getPath().mtime
    File "bash\bolt.py", line 1211, in getmtime
    mtime = int(os.path.getmtime(self._s))
    File "genericpath.pyo", line 54, in getmtime
    WindowsError: [Error 2] The system cannot find the file specified: u'D:\Games\Oblivion\Data\bartholm.esp'

     

Log in to post a comment.