Ticket #244 (closed defect: none)

Opened 4 years ago

Last modified 4 years ago

Umit Crash - 'File 'C:\Users\Steve\.umit\umitng.db' does not exist or could not be found!'

Reported by: steve.mallard@… Owned by: gpolo
Priority: major Milestone: Umit 1.0beta1
Component: CrashReport Version: current svn
Keywords: user crash Cc:

Description (last modified by gpolo) (diff)

Crash Report
==========

sys.platform win32
os.name nt
Gtk version 2.14.7
Umit version 1.0beta1

Description


Versions:
---
GTK: 2.14.7
PyGTK: 2.14.2
HIGWidgets: 1.0beta1
Python: 2.6.1 (r261:67517, Dec  4 2008, 16:51:00) [MSC v.1500 32 bit (Intel)]
Nmap: Nmap version 4.76 ( http://nmap.org )
Operating System: Vista 6.0.6000  Multiprocessor Free
Umit: 1.0beta1
UmitCore: 1.0beta1
UmitGUI: 1.0beta1
---
<type 'exceptions.Exception'>
Python 2.6.1: C:\Program Files\Umit\umit.exe
Tue Mar 17 23:37:28 2009

A problem occurred in a Python script.  Here is the sequence of
function calls leading up to the error, in the order they occurred.

 C:\Program Files\Umit\umitGUI\App.pyo in __create_show_main_window(self=<umitGUI.App.App instance at 0x0126FAD0>)


 C:\Program Files\Umit\umitGUI\MainWindow.pyo in <module>()


 C:\Program Files\Umit\umitCore\DataDecay.pyo in <module>()


 C:\Program Files\Umit\umitCore\Paths.pyo in __getattr__(self=<umitCore.Paths.Paths object at 0x0126E6D0>, name='umitdb_ng')


 C:\Program Files\Umit\umitCore\Paths.pyo in return_if_exists(path=r'C:\Users\Steve\.umit\umitng.db', create=False)

<type 'exceptions.Exception'>: File 'C:\Users\Steve\.umit\umitng.db' does not exist or could not be found!
    __class__ = <type 'exceptions.Exception'>
    __delattr__ = <method-wrapper '__delattr__' of exceptions.Exception object at 0x022CBFD0>
    __dict__ = {}
    __doc__ = 'Common base class for all non-exit exceptions.'
    __format__ = <built-in method __format__ of exceptions.Exception object at 0x022CBFD0>
    __getattribute__ = <method-wrapper '__getattribute__' of exceptions.Exception object at 0x022CBFD0>
    __getitem__ = <method-wrapper '__getitem__' of exceptions.Exception object at 0x022CBFD0>
    __getslice__ = <method-wrapper '__getslice__' of exceptions.Exception object at 0x022CBFD0>
    __hash__ = <method-wrapper '__hash__' of exceptions.Exception object at 0x022CBFD0>
    __init__ = <method-wrapper '__init__' of exceptions.Exception object at 0x022CBFD0>
    __new__ = <built-in method __new__ of type object at 0x1E1D15A8>
    __reduce__ = <built-in method __reduce__ of exceptions.Exception object at 0x022CBFD0>
    __reduce_ex__ = <built-in method __reduce_ex__ of exceptions.Exception object at 0x022CBFD0>
    __repr__ = <method-wrapper '__repr__' of exceptions.Exception object at 0x022CBFD0>
    __setattr__ = <method-wrapper '__setattr__' of exceptions.Exception object at 0x022CBFD0>
    __setstate__ = <built-in method __setstate__ of exceptions.Exception object at 0x022CBFD0>
    __sizeof__ = <built-in method __sizeof__ of exceptions.Exception object at 0x022CBFD0>
    __str__ = <method-wrapper '__str__' of exceptions.Exception object at 0x022CBFD0>
    __subclasshook__ = <built-in method __subclasshook__ of type object at 0x1E1D15A8>
    __unicode__ = <built-in method __unicode__ of exceptions.Exception object at 0x022CBFD0>
    args = (r"File 'C:\Users\Steve\.umit\umitng.db' does not exist or could not be found!",)
    message = r"File 'C:\Users\Steve\.umit\umitng.db' does not exist or could not be found!"

The above is a description of an error in a Python program.  Here is
the original traceback:

Traceback (most recent call last):
  File "umitGUI\App.pyo", line 60, in __create_show_main_window
  File "umitGUI\MainWindow.pyo", line 64, in <module>
  File "umitCore\DataDecay.pyo", line 29, in <module>
  File "umitCore\Paths.pyo", line 249, in __getattr__
  File "umitCore\Paths.pyo", line 349, in return_if_exists
Exception: File 'C:\Users\Steve\.umit\umitng.db' does not exist or could not be found!


Change History

Changed 4 years ago by gpolo

  • owner changed from boltrix to gpolo
  • status changed from new to assigned
  • description modified (diff)
  • reporter changed from steve.mallard@… to steve.mallard@…

Hi Steve,

Can you try renaming the directory C:\Users\Steve\.umit to something else and running umit again ? If you had installed an older umit version before this umit 1.0beta1 then the problem was likely caused by that.

This is related to ticket 212.

Changed 4 years ago by gpolo

  • status changed from assigned to closed
  • resolution set to none

Closing as no response was given.

Ticket #212 needs attention.

Note: See TracTickets for help on using tickets.