Page 1 of 1

TheTravelingFox

PostPosted: 17 Jul 2019, 01:19
by mdtrooper
I was "taking a walk" on the game category in Snap package store https://snapcraft.io, it was only for fun and spend free time.

And I found this game, TheTravelingFox. I don't know nothing about it...but it seems awesome, it is coded in Panda3D and it is free software (and I think that the assets are free too).

Do you know this game? I haven't time to install it (maybe the next weekend) for saying anything about the gameplay and performance.

Re: TheTravelingFox

PostPosted: 17 Jul 2019, 04:38
by fluffrabbit
It uses the Python version of Panda, which is not surprising considering that was the best practice up until recently. Panda is fortunately the only Python dependency.

I can't find a media license in the repo. Fonts are typically OFL, but the only license listed is BSD, so I speculate that the developer didn't keep track of the media sources and much of it is probably copyfree but perhaps not compatible with DRM. Also it may be a violation of licenses requiring attribution. But the project is pretty good-natured so I don't think anybody will sue.

Re: TheTravelingFox

PostPosted: 17 Jul 2019, 05:21
by drummyfish
fluffrabbit {l Wrote}:I can't find a media license in the repo.


Here it says CC-BY-SA. Added to LGW suggested games.

Re: TheTravelingFox

PostPosted: 17 Jul 2019, 10:32
by Hythlodaeus
That's just about the creepiest thing I've seen in a while

Re: TheTravelingFox

PostPosted: 17 Jul 2019, 10:58
by mdtrooper
This morning, I am waiting for a train and I have the laptop....I have tryed the game (I have installed it with snap) and it does not run:

{l Code}: {l Select All Code}
md@speccy-laptop:~$ snap run the-traveling-fox
:display(warning): Unable to load: libGL.so.1: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "main.py", line 41, in <module>
  File "/usr/lib/python3.5/importlib/_bootstrap.py", line 1016, in _handle_fromlist
    _call_with_frames_removed(import_, from_name)
  File "/usr/lib/python3.5/importlib/_bootstrap.py", line 222, in _call_with_frames_removed
    return f(*args, **kwds)
  File "/usr/lib/python3.5/importlib/_bootstrap.py", line 969, in _find_and_load
    return _find_and_load_unlocked(name, import_)
  File "/usr/lib/python3.5/importlib/_bootstrap.py", line 958, in _find_and_load_unlocked
    module = _load_unlocked(spec)
  File "/usr/lib/python3.5/importlib/_bootstrap.py", line 673, in _load_unlocked
    spec.loader.exec_module(module)
  File "/usr/lib/python3.5/importlib/_bootstrap.py", line 816, in exec_module
    exec(code, module.__dict__)
  File "/build/the-traveling-fox+edge/parts/the-traveling-fox/src/core/configs.py", line 60, in <module>
AttributeError: 'NoneType' object has no attribute 'getDisplayWidth'
md@speccy-laptop:~$

Re: TheTravelingFox

PostPosted: 17 Jul 2019, 19:02
by flavio
Hi! The first line seems related to some issues with the graphics drivers.

mdtrooper {l Wrote}:
{l Code}: {l Select All Code}
:display(warning): Unable to load: libGL.so.1: cannot open shared object file: No such file or directory