Ticket #842 (new defect)
Opened 11 months ago
Umit Crash - 'Failed to open file '/share/pixmaps/umit/splash.png': No such file or directory'
| Reported by: | me@… | 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 6.00 ( http://nmap.org )
Platform: x86_64-redhat-linux-gnu
Compiled with: liblua-5.1.4 openssl-1.0.0j libpcre-8.21 libpcap-1.2.1 nmap-libdnet-1.12 ipv6
Compiled without:
Operating System: Linux athena 3.4.0-1.fc17.x86_64 #1 SMP Sun Jun 3 06:35:17 UTC 2012 x86_64
Umit: 1.0RC
UmitCore: 1.0RC
UmitGUI: 1.0RC
---
<class 'glib.GError'>
Python 2.7.3: /usr/bin/python
Sat Jun 23 11:20:49 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 0x29b3aa0 (GtkWindow at 0x29fb030)>, 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'>: Failed to open file '/share/pixmaps/umit/splash.png': No such file or directory
__class__ = <class 'glib.GError'>
__delattr__ = <method-wrapper '__delattr__' of GError object>
__dict__ = {'code': 4, 'domain': 'g-file-error-quark', 'message': "Failed to open file '/share/pixmaps/umit/splash.png': No such file or directory"}
__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 = ("Failed to open file '/share/pixmaps/umit/splash.png': No such file or directory",)
code = 4
domain = 'g-file-error-quark'
message = "Failed to open file '/share/pixmaps/umit/splash.png': No such file or directory"
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: Failed to open file '/share/pixmaps/umit/splash.png': No such file or directory
Note: See
TracTickets for help on using
tickets.
