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

Arch Linux Exception in thread Thread-1: #51

Open
Physicist1616 opened this issue Oct 4, 2017 · 3 comments
Open

Arch Linux Exception in thread Thread-1: #51

Physicist1616 opened this issue Oct 4, 2017 · 3 comments
Labels

Comments

@Physicist1616
Copy link

Physicist1616 commented Oct 4, 2017

Maybe two issues, but maybe just one issue like "arch support please"; your project, your call, my thanks if you can accomodate, and my thanks anyway for in-general support for non-proprietary game clients.

Arch Linux (if it matters, default python is python3, but I have both installed) crash.
I can't correctly browse to anything (KDE Plasma) because the folders don't have names next to them.

This is what happens when I type the path of a manifest.json file, note that ctrl-c did nothing, I had to ctrl-z and kill it:

[tim@arch temp]$ ./cursePackDownloader-0.3-linux64
Cache path : /home/tim/.cache/cursePackDownloader/curseCache
111 files to download
Exception in thread Thread-1:
Traceback (most recent call last):
File "threading.py", line 914, in _bootstrap_inner
File "threading.py", line 862, in run
File "downloader.py", line 72, in goDownloadBackground
File "downloader.py", line 132, in doDownload
AttributeError: 'NoneType' object has no attribute 'setOutput'

^C

^Z
[2]+ Stopped ./cursePackDownloader-0.3-linux64
[tim@arch temp]$ kill %2

@portablejim portablejim added the bug label Oct 5, 2017
@Physicist1616
Copy link
Author

Physicist1616 commented Oct 6, 2017

Additional info about python versioning in Arch, python is symlinked to python3, and the executable for 2 is predictably python2.
[tim@arch ~]$ ls -lah /bin/python*
lrwxrwxrwx 1 root root 7 Jul 19 09:53 /bin/python -> python3
lrwxrwxrwx 1 root root 9 Sep 19 07:26 /bin/python2 -> python2.7
-rwxr-xr-x 1 root root 5.8K Sep 19 07:26 /bin/python2.7
-rwxr-xr-x 1 root root 1.7K Sep 19 07:26 /bin/python2.7-config
lrwxrwxrwx 1 root root 16 Sep 19 07:26 /bin/python2-config -> python2.7-config
lrwxrwxrwx 1 root root 9 Jul 19 09:53 /bin/python3 -> python3.6
-rwxr-xr-x 2 root root 11K Jul 19 09:54 /bin/python3.6
lrwxrwxrwx 1 root root 17 Jul 19 09:53 /bin/python3.6-config -> python3.6m-config
-rwxr-xr-x 2 root root 11K Jul 19 09:54 /bin/python3.6m
-rwxr-xr-x 1 root root 3.1K Jul 19 09:53 /bin/python3.6m-config
lrwxrwxrwx 1 root root 16 Jul 19 09:53 /bin/python3-config -> python3.6-config
lrwxrwxrwx 1 root root 14 Jul 19 09:53 /bin/python-config -> python3-config
[tim@arch ~]$

@UtechtDustin
Copy link

same issue here, workaround ?

@Dijkstra1-zz
Copy link

Downloading the source and running that seems to work

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

No branches or pull requests

4 participants