bluesabre/sgt-launcher

can't open Galaxies from launcher

Closed this issue · 4 comments

When loading sgt-lanucher from menu. and selecting "Galaxies", it just spins endlessly and never opens.

When I sgt-launcher from terminal, and select "Galaxies" i get this on the terminal (and no change on terminal

guiverc@d960-ubu2:/de2900/ubuntu_podcasts/ubu_sec$ sgt-launcher
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sgtlauncher/SgtSocketLauncher.py", line 52, in callback
withdrawn = self.wait_for_window_withdraw()
File "/usr/lib/python3/dist-packages/sgtlauncher/SgtSocketLauncher.py", line 89, in wait_for_window_withdraw
withdrawn = is_withdrawn(self.window_id)
File "/usr/lib/python3/dist-packages/sgtlauncher/SgtSocketLauncher.py", line 178, in is_withdrawn
withdrawn = not property_reply or property_value[0] == 0
TypeError: 'NoneType' object is not subscriptable

I'm using Lubuntu currently (thus LXQt is active desktop), but xubuntu-desktop is installed too.

Launchpad Details: #LP1864270 Chris Guiver - 2020-02-22 03:10:08 +0000

I've run apport-collect 1864270 and results didn't show here :( (I did notice package upgrades earlier today so could just be unlucky)
Maybe helpful :-

sgt-launcher:
Installed: 0.2.5-0ubuntu1
Candidate: 0.2.5-0ubuntu1
Version table:
*** 0.2.5-0ubuntu1 500
500 http://ftp.iinet.net.au/pub/ubuntu focal/universe amd64 Packages
500 http://ftp.iinet.net.au/pub/ubuntu focal/universe i386 Packages
100 /var/lib/dpkg/status

sgt-puzzles:
Installed: 20191231.79a5378-3
Candidate: 20191231.79a5378-3
Version table:
*** 20191231.79a5378-3 500
500 http://ftp.iinet.net.au/pub/ubuntu focal/universe amd64 Packages
100 /var/lib/dpkg/status

Launchpad Details: #LPC Chris Guiver - 2020-02-22 03:34:05 +0000

Tested on ubuntu-desktop 20.04 development branch, gnome3 and system up to date

installed sgt-launcher & sgt-puzzles

after opening main sgt-launcher icon i get the main puzzle list

doubleclicking a game makes it launch a little window outside the main square and loops back
to the main puzzle list (see screenshot)

the second attempt to open the same game, does launch it inside the square

this is only half reproducable, sometimes it loops, sometimes it launches puzzle
right away

Launchpad Details: #LPC lotuspsychje - 2020-02-22 05:01:18 +0000

It's also not just that program, or possibly it not all the time

A re-launch of sgt-launcher and selecting "Bridges"

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sgtlauncher/SgtSocketLauncher.py", line 52, in callback
withdrawn = self.wait_for_window_withdraw()
File "/usr/lib/python3/dist-packages/sgtlauncher/SgtSocketLauncher.py", line 89, in wait_for_window_withdraw
withdrawn = is_withdrawn(self.window_id)
File "/usr/lib/python3/dist-packages/sgtlauncher/SgtSocketLauncher.py", line 178, in is_withdrawn
withdrawn = not property_reply or property_value[0] == 0
TypeError: 'NoneType' object is not subscriptable

A re-launch of sgt-launcher and selecting "Flip"

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sgtlauncher/SgtSocketLauncher.py", line 52, in callback
withdrawn = self.wait_for_window_withdraw()
File "/usr/lib/python3/dist-packages/sgtlauncher/SgtSocketLauncher.py", line 89, in wait_for_window_withdraw
withdrawn = is_withdrawn(self.window_id)
File "/usr/lib/python3/dist-packages/sgtlauncher/SgtSocketLauncher.py", line 178, in is_withdrawn
withdrawn = not property_reply or property_value[0] == 0
TypeError: 'NoneType' object is not subscriptable

I didn't explore much when first ran, I was summarizing Sean's blog for UWN & that made me want to look :)

I thought I had one open, but maybe I didn't (having opened it directly via terminal which does work for me; the launcher is where I'm having issues). I'll explore more if requested.

Launchpad Details: #LPC Chris Guiver - 2020-02-22 05:58:26 +0000

I had the same problem.
When I run sgt-launcher and try to start any game from it, I get error messages like Chris Guiver (guiverc):

Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/sgtlauncher/SgtSocketLauncher.py", line 52, in callback
withdrawn = self.wait_for_window_withdraw()
File "/usr/lib/python3/dist-packages/sgtlauncher/SgtSocketLauncher.py", line 89, in wait_for_window_withdraw
withdrawn = is_withdrawn(self.window_id)
File "/usr/lib/python3/dist-packages/sgtlauncher/SgtSocketLauncher.py", line 178, in is_withdrawn
withdrawn = not property_reply or property_value[0] == 0
TypeError: 'NoneType' object is not subscriptable

When I had upgraded to Ubuntu 20.04 by debian way (adding new repository and run aptitude), it stared to make error.
Then I tried command
apt-get dist-upgrade
as root, it finished successfully (it upgraded python2-minimal, python2 & libpython2-stdlib, which conflicts I was not able to solve with aptitude), but it does not help with sgt-launcher error, it still gives the same error.

Launchpad Details: #LPC Rudolf Dovičín - 2020-05-10 13:20:26 +0000