
Hi,
As a newbie, I'm doing my first local install, cloning the game at commit 714d34c on a LinuxMint 17.3 Cinnamon 64bit (ubuntu 14.04 based, rather old library) the viewport of the game launch, blink then crash after a little half-second.
Python is 2.7.6 when I do python -V in a console.
Here is the full log, text version:
deevad@workstation ~ $ sudo apt-get install python-pygame python-pip
[sudo] password for deevad:
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-pygame is already the newest version.
python-pip is already the newest version.
The following packages were automatically installed and are no longer required:
libaudcore1 libbinio1ldbl liblensfun-data liblensfun0 libmowgli2 libpano13-2
libzthread-2.3-2 linux-image-3.16.0-38-generic
linux-image-extra-3.16.0-38-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 23 not upgraded.
deevad@workstation ~ $ sudo pip install pytmx 'pyscroll<2.16.2' --force-reinstall
Downloading/unpacking pytmx
Downloading PyTMX-3.20.14.zip
Running setup.py (path:/tmp/pip_build_root/pytmx/setup.py) egg_info for package pytmx
Downloading/unpacking pyscroll<2.16.2
Downloading pyscroll-2.16.1.zip
Running setup.py (path:/tmp/pip_build_root/pyscroll/setup.py) egg_info for package pyscroll
Requirement already satisfied (use --upgrade to upgrade): six in /usr/lib/python2.7/dist-packages (from pytmx)
Requirement already satisfied (use --upgrade to upgrade): pygame in /usr/lib/python2.7/dist-packages (from pyscroll<2.16.2)
Installing collected packages: pytmx, pyscroll
Running setup.py install for pytmx
Running setup.py install for pyscroll
Successfully installed pytmx pyscroll
Cleaning up...
deevad@workstation ~ $ cd ~/Sources
deevad@workstation ~/Sources $ git clone https://github.com/WinterLicht/Chaos-Projectile.git
Cloning into 'Chaos-Projectile'...
remote: Counting objects: 1416, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 1416 (delta 0), reused 0 (delta 0), pack-reused 1409
Receiving objects: 100% (1416/1416), 40.05 MiB | 1.58 MiB/s, done.
Resolving deltas: 100% (918/918), done.
Checking connectivity... done.
deevad@workstation ~/Sources $ cd Chaos-Projectile/
deevad@workstation ~/Sources/Chaos-Projectile $ ls
doc README.md src
deevad@workstation ~/Sources/Chaos-Projectile $ cd src/
deevad@workstation ~/Sources/Chaos-Projectile/src $ python game.py
SDL_JoystickGetAxis value:-32767:
SDL_JoystickGetAxis value:-32767:
Traceback (most recent call last):
File "game.py", line 76, in <module>
spinner.run()
File "game.py", line 42, in run
self.event_manager.post(event)
File "/home/deevad/Sources/Chaos-Projectile/src/events.py", line 408, in post
listener.notify(event)
File "/home/deevad/Sources/Chaos-Projectile/src/controller.py", line 76, in notify
if self.joystick.get_hat(0):
pygame.error: Invalid joystick hat
deevad@workstation ~/Sources/Chaos-Projectile/src $
I hope this is not my operating-system. I'm available to enter more command line in terminal if you need more information about my library versions. Thank you for your time.
Hi,
As a newbie, I'm doing my first local install, cloning the game at commit 714d34c on a LinuxMint 17.3 Cinnamon 64bit (ubuntu 14.04 based, rather old library) the viewport of the game launch, blink then crash after a little half-second.
Python is 2.7.6 when I do
python -Vin a console.Here is the full log, text version:
I hope this is not my operating-system. I'm available to enter more command line in terminal if you need more information about my library versions. Thank you for your time.