Nmap Development mailing list archives

Zenmap crash


From: David Fifield <david () bamsoftware com>
Date: Fri, 16 Aug 2013 20:46:20 -0700

On Mon, Aug 12, 2013 at 12:07:38PM -0430, heison montes wrote:
Version: 6.40
Traceback (most recent call last):
  File "/usr/local/bin/zenmap", line 189, in <module>
    zenmapGUI.App.run()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/App.py", line 318, in run
    window = new_window()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/App.py", line 187, in new_window
    w = ScanWindow()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/MainWindow.py", line 193, in __init__
    self.scan_interface = ScanInterface()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ScanInterface.py", line 198, in __init__
    self.__create_toolbar()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ScanInterface.py", line 315, in __create_toolbar
    self.toolbar = ScanToolbar()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ScanToolbar.py", line 171, in __init__
    self._create_profile()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ScanToolbar.py", line 205, in _create_profile
    self.profile_entry = ProfileCombo()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ProfileCombo.py", line 137, in __init__
    self.update()
  File "/usr/local/lib/python2.7/dist-packages/zenmapGUI/ProfileCombo.py", line 149, in update
    profile = CommandProfile()
  File "/usr/local/lib/python2.7/dist-packages/zenmapCore/UmitConf.py", line 308, in __init__
    Profile.__init__(self, user_profile)
  File "/usr/local/lib/python2.7/dist-packages/zenmapCore/UmitConf.py", line 255, in __init__
    user_profile = Path.scan_profile
  File "/usr/local/lib/python2.7/dist-packages/zenmapCore/Paths.py", line 210, in __getattr__
    return return_if_exists(join(self.user_config_dir, base_paths[name]))
  File "/usr/local/lib/python2.7/dist-packages/zenmapCore/Paths.py", line 264, in return_if_exists
    raise Exception("File '%s' does not exist or could not be found!" % path)
Exception: File '/root/.zenmap/scan_profile.usp' does not exist or could not be found!

Thanks for this report. I recommend that you delete the /root/.zenmap
directory and start the program again.

David Fifield
_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: