Ticket #816 (new defect)

Opened 12 months ago

Umit Crash - 'Nem sikerült megnyitni a(z) „/share/pixmaps/umit/splash.png” fájlt: Nincs ilyen fájl vagy könyvtár'

Reported by: 1@… Owned by: boltrix
Priority: medium Milestone: Umit 1.0RC
Component: CrashReport Version: current svn
Keywords: user crash Cc:

Description

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

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

Description


Versions:
---
GTK: 2.24.10
PyGTK: 2.28.6
HIGWidgets: 1.0RC
Python: 2.7.3 (default, Apr 30 2012, 21:18:11) 
[GCC 4.7.0 20120416 (Red Hat 4.7.0-2)]
Nmap: Nmap version 5.51 ( http://nmap.org )
Operating System: Linux sass-tamas.intranet.prolan.hu 3.3.7-1.fc17.x86_64 #1 SMP Mon May 21 22:32:19 UTC 2012 x86_64
Umit: 1.0RC
UmitCore: 1.0RC
UmitGUI: 1.0RC
---
<class 'glib.GError'>
Python 2.7.3: /usr/bin/python
Fri Jun  8 09:58:03 2012

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

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

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

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

 /usr/lib/python2.7/site-packages/umit/gui/App.py in __run_gui(self=<umit.gui.App.App instance>)
  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>
self.splash undefined
Splash = <class 'umit.gui.Splash.Splash'>
pixmap_file = '/share/pixmaps/umit/splash.png'

 /usr/lib/python2.7/site-packages/umit/gui/Splash.py in __init__(self=<Splash object at 0x1388af0 (GtkWindow at 0x13d1080)>, image='/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/lib64/python2.7/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 = '/share/pixmaps/umit/splash.png'
<class 'glib.GError'>: Nem sikerült megnyitni a(z) „/share/pixmaps/umit/splash.png” fájlt: Nincs ilyen fájl vagy könyvtár
    __class__ = <class 'glib.GError'>
    __delattr__ = <method-wrapper '__delattr__' of GError object>
    __dict__ = {'code': 4, 'domain': 'g-file-error-quark', 'message': 'Nem siker\xc3\xbclt megnyitni a(z) \xe2\x80\x9e/share/pixmaps/u....png\xe2\x80\x9d f\xc3\xa1jlt: Nincs ilyen f\xc3\xa1jl vagy k\xc3\xb6nyvt\xc3\xa1r'}
    __doc__ = None
    __format__ = <built-in method __format__ of GError object>
    __getattribute__ = <method-wrapper '__getattribute__' of GError object>
    __getitem__ = <method-wrapper '__getitem__' of GError object>
    __getslice__ = <method-wrapper '__getslice__' of GError object>
    __hash__ = <method-wrapper '__hash__' of GError object>
    __init__ = <method-wrapper '__init__' of GError object>
    __module__ = 'glib'
    __new__ = <built-in method __new__ of type object>
    __reduce__ = <built-in method __reduce__ of GError object>
    __reduce_ex__ = <built-in method __reduce_ex__ of GError object>
    __repr__ = <method-wrapper '__repr__' of GError object>
    __setattr__ = <method-wrapper '__setattr__' of GError object>
    __setstate__ = <built-in method __setstate__ of GError object>
    __sizeof__ = <built-in method __sizeof__ of GError object>
    __str__ = <method-wrapper '__str__' of GError object>
    __subclasshook__ = <built-in method __subclasshook__ of type object>
    __unicode__ = <built-in method __unicode__ of GError object>
    __weakref__ = None
    args = ('Nem siker\xc3\xbclt megnyitni a(z) \xe2\x80\x9e/share/pixmaps/u....png\xe2\x80\x9d f\xc3\xa1jlt: Nincs ilyen f\xc3\xa1jl vagy k\xc3\xb6nyvt\xc3\xa1r',)
    code = 4
    domain = 'g-file-error-quark'
    message = 'Nem siker\xc3\xbclt megnyitni a(z) \xe2\x80\x9e/share/pixmaps/u....png\xe2\x80\x9d f\xc3\xa1jlt: Nincs ilyen f\xc3\xa1jl vagy k\xc3\xb6nyvt\xc3\xa1r'

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

Traceback (most recent call last):
  File "/bin/umit", line 228, in <module>
    main(sys.argv)
  File "/bin/umit", line 223, in main
    umit_app.run()
  File "/usr/lib/python2.7/site-packages/umit/gui/App.py", line 117, in run
    self.__run_gui()
  File "/usr/lib/python2.7/site-packages/umit/gui/App.py", line 139, in __run_gui
    self.splash = Splash(pixmap_file, 1400)
  File "/usr/lib/python2.7/site-packages/umit/gui/Splash.py", line 33, in __init__
    splash_img = gtk.gdk.pixbuf_new_from_file(image)
GError: Nem sikerült megnyitni a(z) „/share/pixmaps/umit/splash.png” fájlt: Nincs ilyen fájl vagy könyvtár


Note: See TracTickets for help on using tickets.