| Summary: | vboxgtk crashes | ||
|---|---|---|---|
| Product: | Fedora | Reporter: | giulix <giulio.martinat> |
| Component: | vboxgtk | Assignee: | Hicham HAOUARI <hicham.haouari> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | normal | ||
| Priority: | P5 | ||
| Version: | 12 | ||
| Hardware: | i386 | ||
| OS: | GNU/Linux | ||
| namespace: | |||
Thanks for reporting that bug, however, I apologize for not being able to fix it. Upstream is dead ( I mailed them but no response ), and VirtualBox-OSE-3.1.x API have changed causing this crash. I am retiring the package from F-12 + |
When trying to run vboxgtk-0.5.0-3.fc12.i686 from the command line I get: [giulix@localhost ~]$ vboxgtk Traceback (most recent call last): File "/usr/bin/vboxgtk", line 91, in <module> vboxgtk.main() File "/usr/lib/python2.6/site-packages/vboxgtk/vboxgtk_iface.py", line 789, in main VBoxGtk(vboxdao_xpcom.VBoxDaoXpcom()) File "/usr/lib/python2.6/site-packages/vboxgtk/vboxgtk_iface.py", line 55, in __init__ self.vboxdao.vm_states.Discarding: _("Discading"), File "/usr/lib/python2.6/site-packages/virtualbox/xpcom/components.py", line 143, in __getattr__ raise AttributeError, "'%s' interfaces do not define a constant '%s'" % (self.name, attr) AttributeError: 'MachineState' interfaces do not define a constant 'Discarding'