Ticket #371 (closed defect: wontfix)

Opened 3 years ago

Last modified 2 years ago

Umit Crash - 'Не удалось открыть файл «/var/tmp/portage/net-analyzer/umit-1.0_rc/image/usr/share/pixmaps/umit/splash.png»: Нет такого файла или каталога'

Reported by: yamadharma@… Owned by: boltrix
Priority: medium Milestone: Umit 1.0
Component: CrashReport Version: current svn
Keywords: user crash Cc: devtar, nopperm, getxsick

Description (last modified by luis) (diff)

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

sys.platform linux2
os.name posix
Gtk version 2.18.5
Umit version 1.0RC

Description


Versions:
---
GTK: 2.18.5
PyGTK: 2.20.0
HIGWidgets: 1.0RC
Python: 2.6.4 (r264:75706, Dec  8 2009, 12:20:54) 
[GCC 4.4.2]
Nmap: Nmap version 5.10BETA1 ( http://nmap.org )
Operating System: Linux beetle 2.6.32-karma-r2 #1 SMP PREEMPT Mon Dec 21 14:19:47 MSK 2009 i686
Umit: 1.0RC
UmitCore: 1.0RC
UmitGUI: 1.0RC
---
<class 'glib.GError'>
Python 2.6.4: /usr/bin/python2.6
Thu Dec 24 12:18:24 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.

 /usr/bin/umit in <module>()
  225     except KeyboardInterrupt:
  226         sys.exit(signal.SIGINT)
  227 
  228 if __name__ == "__main__":
  229     main(sys.argv)
main = <function main at 0xb741e02c>
sys = <module 'sys' (built-in)>
sys.argv = ['/usr/bin/umit']

 /usr/bin/umit in main(args=['/usr/bin/umit'])
  222 
  223     try:
  224         umit_app.run()
  225     except KeyboardInterrupt:
  226         sys.exit(signal.SIGINT)
umit_app = <umit.gui.App.App instance at 0x853a42c>
umit_app.run = <bound method App.run of <umit.gui.App.App instance at 0x853a42c>>

 /usr/lib/python2.6/site-packages/umit/gui/App.py in run(self=<umit.gui.App.App instance at 0x853a42c>)
  115             self.__run_text()
  116         else:
  117             self.__run_gui()
  118 
  119     def __run_text(self):
self = <umit.gui.App.App instance at 0x853a42c>
self.__run_gui undefined

 /usr/lib/python2.6/site-packages/umit/gui/App.py in __run_gui(self=<umit.gui.App.App instance at 0x853a42c>)
  137             if pixmap_d:
  138                 pixmap_file = os.path.join(pixmap_d, 'splash.png')
  139                 self.splash = Splash(pixmap_file, 1400)
  140 
  141         if main_is_frozen():
self = <umit.gui.App.App instance at 0x853a42c>
self.splash undefined
Splash = <class 'umit.gui.Splash.Splash'>
pixmap_file = '/var/tmp/portage/net-analyzer/umit-1.0_rc/image/usr/share/pixmaps/umit/splash.png'

 /usr/lib/python2.6/site-packages/umit/gui/Splash.py in __init__(self=<Splash object at 0x8540d74 (GtkWindow at 0x856b040)>, image='/var/tmp/portage/net-analyzer/umit-1.0_rc/image/usr/share/pixmaps/umit/splash.png', time=1400)
   31         self.set_position(gtk.WIN_POS_CENTER)
   32 
   33         splash_img = gtk.gdk.pixbuf_new_from_file(image)
   34         pixmap, mask = splash_img.render_pixmap_and_mask()
   35         width, height = pixmap.get_size()
splash_img undefined
global gtk = <module 'gtk' from '/usr/lib/python2.6/site-packages/gtk-2.0/gtk/__init__.pyc'>
gtk.gdk = <module 'gtk.gdk' (built-in)>
gtk.gdk.pixbuf_new_from_file = <built-in function pixbuf_new_from_file>
image = '/var/tmp/portage/net-analyzer/umit-1.0_rc/image/usr/share/pixmaps/umit/splash.png'
<class 'glib.GError'>: Не удалось открыть файл «/var/tmp/portage/net-analyzer/umit-1.0_rc/image/usr/share/pixmaps/umit/splash.png»: Нет такого файла или каталога
    __class__ = <class 'glib.GError'>
    __delattr__ = <method-wrapper '__delattr__' of GError object at 0x8540d9c>
    __dict__ = {'code': 4, 'domain': 'g-file-error-quark', 'message': '\xd0\x9d\xd0\xb5 \xd1\x83\xd0\xb4\xd0\xb0\xd0\xbb\xd0\xbe\xd1\x81\xd1\x8c \xd0\xbe\xd1\x82\xd0\xba\xd1\x80\xd1\x8b\xd1\x82\xd1\x8c \xd1\x84\xd0\xb0\xd0\xb9\xd0\xbb \xc2\xab/v...\x82 \xd1\x82\xd0\xb0\xd0\xba\xd0\xbe\xd0\xb3\xd0\xbe \xd1\x84\xd0\xb0\xd0\xb9\xd0\xbb\xd0\xb0 \xd0\xb8\xd0\xbb\xd0\xb8 \xd0\xba\xd0\xb0\xd1\x82\xd0\xb0\xd0\xbb\xd0\xbe\xd0\xb3\xd0\xb0'}
    __doc__ = None
    __format__ = <built-in method __format__ of GError object at 0x8540d9c>
    __getattribute__ = <method-wrapper '__getattribute__' of GError object at 0x8540d9c>
    __getitem__ = <method-wrapper '__getitem__' of GError object at 0x8540d9c>
    __getslice__ = <method-wrapper '__getslice__' of GError object at 0x8540d9c>
    __hash__ = <method-wrapper '__hash__' of GError object at 0x8540d9c>
    __init__ = <method-wrapper '__init__' of GError object at 0x8540d9c>
    __module__ = 'glib'
    __new__ = <built-in method __new__ of type object at 0x6c909a0>
    __reduce__ = <built-in method __reduce__ of GError object at 0x8540d9c>
    __reduce_ex__ = <built-in method __reduce_ex__ of GError object at 0x8540d9c>
    __repr__ = <method-wrapper '__repr__' of GError object at 0x8540d9c>
    __setattr__ = <method-wrapper '__setattr__' of GError object at 0x8540d9c>
    __setstate__ = <built-in method __setstate__ of GError object at 0x8540d9c>
    __sizeof__ = <built-in method __sizeof__ of GError object at 0x8540d9c>
    __str__ = <method-wrapper '__str__' of GError object at 0x8540d9c>
    __subclasshook__ = <built-in method __subclasshook__ of type object at 0x808140c>
    __unicode__ = <built-in method __unicode__ of GError object at 0x8540d9c>
    __weakref__ = None
    args = ('\xd0\x9d\xd0\xb5 \xd1\x83\xd0\xb4\xd0\xb0\xd0\xbb\xd0\xbe\xd1\x81\xd1\x8c \xd0\xbe\xd1\x82\xd0\xba\xd1\x80\xd1\x8b\xd1\x82\xd1\x8c \xd1\x84\xd0\xb0\xd0\xb9\xd0\xbb \xc2\xab/v...\x82 \xd1\x82\xd0\xb0\xd0\xba\xd0\xbe\xd0\xb3\xd0\xbe \xd1\x84\xd0\xb0\xd0\xb9\xd0\xbb\xd0\xb0 \xd0\xb8\xd0\xbb\xd0\xb8 \xd0\xba\xd0\xb0\xd1\x82\xd0\xb0\xd0\xbb\xd0\xbe\xd0\xb3\xd0\xb0',)
    code = 4
    domain = 'g-file-error-quark'
    message = '\xd0\x9d\xd0\xb5 \xd1\x83\xd0\xb4\xd0\xb0\xd0\xbb\xd0\xbe\xd1\x81\xd1\x8c \xd0\xbe\xd1\x82\xd0\xba\xd1\x80\xd1\x8b\xd1\x82\xd1\x8c \xd1\x84\xd0\xb0\xd0\xb9\xd0\xbb \xc2\xab/v...\x82 \xd1\x82\xd0\xb0\xd0\xba\xd0\xbe\xd0\xb3\xd0\xbe \xd1\x84\xd0\xb0\xd0\xb9\xd0\xbb\xd0\xb0 \xd0\xb8\xd0\xbb\xd0\xb8 \xd0\xba\xd0\xb0\xd1\x82\xd0\xb0\xd0\xbb\xd0\xbe\xd0\xb3\xd0\xb0'

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

Traceback (most recent call last):
  File "/usr/bin/umit", line 229, in <module>
    main(sys.argv)
  File "/usr/bin/umit", line 224, in main
    umit_app.run()
  File "/usr/lib/python2.6/site-packages/umit/gui/App.py", line 117, in run
    self.__run_gui()
  File "/usr/lib/python2.6/site-packages/umit/gui/App.py", line 139, in __run_gui
    self.splash = Splash(pixmap_file, 1400)
  File "/usr/lib/python2.6/site-packages/umit/gui/Splash.py", line 33, in __init__
    splash_img = gtk.gdk.pixbuf_new_from_file(image)
GError: Не удалось открыть файл «/var/tmp/portage/net-analyzer/umit-1.0_rc/image/usr/share/pixmaps/umit/splash.png»: Нет такого файла или каталога


Change History

Changed 3 years ago by luis

  • cc devtar, nopper added
  • description modified (diff)

This bug happens with gentoo, I guess.

wasn't a similar problem in archlinux?

Changed 3 years ago by ignotus

  • milestone changed from Umit 1.0RC to Umit 1.0

Changed 3 years ago by luis

I'm trying to reach the bug reporter. Probably he can help fixing it in ebuilds.

Related links: http://bugs.gentoo.org/147445

Changed 3 years ago by getxsick

  • cc nopperm, getxsick added; nopper removed

Changed 3 years ago by luis

The guy didn't answer. Someone is using gentoo?

Changed 3 years ago by getxsick

AFAIK nopper does.

Changed 2 years ago by luis

  • status changed from new to closed
  • resolution set to wontfix

This problem will be solved with the patch #394

Note: See TracTickets for help on using tickets.