abulka / pynsource

Reverse engineer Python source code into UML
http://pynsource.com
282 stars 40 forks source link

wxEntryStart failed, unable to initialize wxWidgets! #55

Open LukasWallisch opened 5 years ago

LukasWallisch commented 5 years ago

When trying to launch it on Ubuntu 18.04 i get following Error:

Traceback (most recent call last): File "/snap/pynsource/4/pynsource-gui.py", line 1578, in main_async() File "/snap/pynsource/4/pynsource-gui.py", line 1540, in main_async application = MainApp(0) File "/snap/pynsource/4/lib/python3.6/site-packages/wxasync.py", line 22, in init super(WxAsyncApp, self).init() File "/snap/pynsource/4/lib/python3.6/site-packages/wx/core.py", line 2137, in init self._BootstrapApp() SystemError: wxEntryStart failed, unable to initialize wxWidgets! (Is DISPLAY set properly?) Speicherzugriffsfehler (Speicherabzug geschrieben)

abulka commented 5 years ago

Possibly similar to #54?

abulka commented 1 year ago

Are you running Ubuntu in Vmware Workstation, using Gnome running on xorg? Because I just got this error too.

Turning off 3D acceleration in Vmware Workstation fixed it.
Or running Gnome on Wayland (which is the default for Ubuntu 22.04).