Comment 0 for bug 124896

Revision history for this message
Patrice Vetsel (vetsel-patrice) wrote : [GUTSY] spe crashed with AttributeError in LoadFile()

Binary package hint: spe

spe crash on launch
using : python /usr/bin/spe --debug > debug.txt 2>&1

i have :
AttributeError: 'Throbber' object has no attribute '_fileName'

at the end of debug.txt

debug.txt :
kagou@satori:~/p$ cat debug.txt

***MEMORY-WARNING***: [8038]: GSlice: g_thread_init() must be called before all other GLib functions; memory corruption due to late invocation of g_thread_init() has been detected; this program is likely to crash, leak or unexpectedly abort soon...

Spe Warning: Spe was developped on wxPython v2.6.1.0., but v2.8.4.0. was found.
If you experience any problems please install wxPython v2.6.1.0.

SPE v0.8.2.a (c)2003-2005 www.stani.be

If spe fails to start:
 - type "python SPE.py --debug > debug.txt 2>&1" at the command prompt
   (or if you use tcsh: "python SPE.py --debug >& debug.txt")
 - send debug.txt with some info to spe.stani.be[at]gmail.com

Blender support disabled (run SPE inside Blender to enable).

Encrypted debugging disabled.
  If you prefer encrypted debugging, install the "Python Cryptography Toolkit"
  from http://www.amk.ca/python/code/crypto

Spe is running in debugging mode with this configuration:
- platform : linux2
- python : 2.5.1
- wxPython : 2.8.4.0.
- interface : <default>
- encoding : UTF-8

Launching application...
Create: Framework: menu.
Create: Framework: toolbar.
Create: Framework: statusbar.
Traceback (most recent call last):
  File "/usr/bin/spe", line 3, in <module>
    import _spe.SPE
  File "/usr/lib/python2.5/site-packages/_spe/SPE.py", line 209, in <module>
    style = style)
  File "/usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 1278, in __init__
    wx.App.__init__(self,redirect=not debug)
  File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7757, in __init__
    self._BootstrapApp()
  File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 7354, in _BootstrapApp
    return _core_.PyApp__BootstrapApp(*args, **kwargs)
  File "/usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 1298, in OnInit
    **self.attributes)
  File "/usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 801, in __init__
    Parent.__init__(self,app=app,page=page,**options)
  File "/usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 596, in __init__
    **options)
  File "/usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 325, in __init__
    self.__statusBar__()
  File "/usr/lib/python2.5/site-packages/_spe/sm/wxp/smdi.py", line 417, in __statusBar__
    self.statusBar = self.app.StatusBar(parent=self,id=wx.ID_ANY)
  File "/usr/lib/python2.5/site-packages/_spe/Menu.py", line 730, in __init__
    self.throbber = Throbber(self,'throbber_still.gif')
  File "/usr/lib/python2.5/site-packages/_spe/Menu.py", line 736, in __init__
    GIFAnimationCtrl.__init__(self,statusBar,-1,info.imageFile(fileName))
  File "/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/animate.py", line 242, in __init__
    self.LoadFile(filename)
  File "/usr/lib/python2.5/site-packages/_spe/Menu.py", line 749, in LoadFile
    if fileName != self._fileName and not self._running:
AttributeError: 'Throbber' object has no attribute '_fileName'

ProblemType: Crash
Architecture: i386
Date: Mon Jul 9 16:02:04 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/spe
InterpreterPath: /usr/bin/python2.5
NonfreeKernelModules: fglrx
Package: spe 0.8.2a+repack-1
PackageArchitecture: all
ProcCmdline: python /usr/bin/spe
ProcCwd: /home/kagou/p
ProcEnviron:
 SHELL=/bin/bash
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=fr_FR.UTF-8
PythonArgs: ['/usr/bin/spe']
SourcePackage: spe
Title: spe crashed with AttributeError in LoadFile()
Uname: Linux satori 2.6.22-7-generic #1 SMP Mon Jun 25 17:33:14 GMT 2007 i686 GNU/Linux