View Issue Details

IDProjectCategoryView StatusLast Update
0002663Kali LinuxGeneral Bugpublic2025-07-14 09:37
Reporterharmin Assigned Tosbrun  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionwon't fix 
Product Version2.0 
Summary0002663: Impossible to execute Webshag
Description

I get the following errors when trying to execute webshag-gui

root@kali:~# webshag-gui
Traceback (most recent call last):
File "/usr/bin/webshag-gui", line 27, in <module>
gui.run()
File "/usr/share/webshag/webshag/gui/gui.py", line 72, in run
app = WebshagGUI(redirect=False)
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8628, in init
self._BootstrapApp()
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 8196, in _BootstrapApp
return core.PyAppBootstrapApp(*args, **kwargs)
File "/usr/share/webshag/webshag/gui/gui.py", line 85, in OnInit
window = WebshagWindow(None, -1, WEBSHAG + ' ' + WEBSHAG_VERSION)
File "/usr/share/webshag/webshag/gui/gui.py", line 161, in init
self.__infoPanel = gui_info.Panel(self.
notebook, self)
File "/usr/share/webshag/webshag/gui/gui_info.py", line 103, in init
rootSizer.AddGrowableCol(1)
File "/usr/lib/python2.7/dist-packages/wx-3.0-gtk2/wx/_core.py", line 15364, in AddGrowableCol
return core.FlexGridSizer_AddGrowableCol(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "!m_cols || idx < (size_t)m_cols" failed at ../src/common/sizer.cpp(1980) in AddGrowableCol(): invalid column index
root@kali:~#

Activities

sbrun

sbrun

2016-05-09 09:07

manager   ~0005204

webshag-gui doesn't work with latest versions of gtk. It's not maintained upstream. It's not in kali anymore.

Issue History

Date Modified Username Field Change
2015-09-16 04:40 harmin New Issue
2015-11-06 23:44 bhjr Issue cloned: 0002776
2016-05-09 09:07 sbrun Note Added: 0005204
2016-05-09 09:07 sbrun Assigned To => sbrun
2016-05-09 09:07 sbrun Status new => closed
2016-05-09 09:07 sbrun Resolution open => won't fix
2025-07-14 09:36 g0tmi1k Priority high => normal
2025-07-14 09:37 g0tmi1k Severity block => minor