Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ps issue #434

Open
Melechtna opened this issue Jul 17, 2023 · 0 comments
Open

ps issue #434

Melechtna opened this issue Jul 17, 2023 · 0 comments

Comments

@Melechtna
Copy link

GameConqueror.py:104297): dbind-WARNING **: 14:32:09.209: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
/nix/store/08kl4dq5znqgdzv1pm73i1v2z0wqpa4w-scanmem-0.18-dev/share/gameconqueror/GameConqueror.py:1193: PyGIDeprecationWarning: Since version 3.11, calling threads_init is no longer needed. See: https://wiki.gnome.org/PyGObject/Threading
GObject.threads_init()
/nix/store/08kl4dq5znqgdzv1pm73i1v2z0wqpa4w-scanmem-0.18-dev/share/gameconqueror/GameConqueror.py:1194: DeprecationWarning: Gdk.threads_init is deprecated
Gdk.threads_init()
Traceback (most recent call last):
File "/nix/store/08kl4dq5znqgdzv1pm73i1v2z0wqpa4w-scanmem-0.18-dev/share/gameconqueror/GameConqueror.py", line 529, in SelectProcess_Button_clicked_cb
pl = self.get_process_list()
File "/nix/store/08kl4dq5znqgdzv1pm73i1v2z0wqpa4w-scanmem-0.18-dev/share/gameconqueror/GameConqueror.py", line 913, in get_process_list
(pid, user, pname) = [tok.strip() for tok in proc.split(None, 2)]
ValueError: not enough values to unpack (expected 3, got 0)
Traceback (most recent call last):
File "/nix/store/08kl4dq5znqgdzv1pm73i1v2z0wqpa4w-scanmem-0.18-dev/share/gameconqueror/GameConqueror.py", line 529, in SelectProcess_Button_clicked_cb
pl = self.get_process_list()
File "/nix/store/08kl4dq5znqgdzv1pm73i1v2z0wqpa4w-scanmem-0.18-dev/share/gameconqueror/GameConqueror.py", line 913, in get_process_list
(pid, user, pname) = [tok.strip() for tok in proc.split(None, 2)]
ValueError: not enough values to unpack (expected 3, got 0)

Seems to be an issue with the assumptions made in the ps parser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant