Hi! I tried to run the game but I faced issues.
First I tried to run ./launch-game and had following error:
/home/torkut/Game/the-test-subject/bin/guile: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory
Then I tried to build the game from source code, I used instructions from README. The built run without issues, but then I launched ./run-game I got an error:
./run-game
Backtrace:
In ice-9/boot-9.scm:
1736:10 17 (with-exception-handler _ _ #:unwind? _ # _)
In unknown file:
16 (apply-smob/0 #<thunk 7f17bb912ea0>)
In ice-9/boot-9.scm:
718:2 15 (call-with-prompt _ _ #<procedure default-prompt-handle…>)
In ice-9/eval.scm:
619:8 14 (_ #(#(#<directory (guile-user) 7f17bb90cc80>)))
In ice-9/command-line.scm:
185:18 13 (_ #<input: string 7f17bb907850>)
In unknown file:
12 (eval (launch-game) #<directory (guile-user) 7f17bb90cc…>)
In starling/kernel.scm:
369:10 11 (_ #<kernel name: #f id: 0> #<procedure 7f17bb3e5148 at…>)
In starling/node.scm:
336:2 10 (_ #<kernel name: #f id: 0> #<game name: #f id: 8>)
In ice-9/boot-9.scm:
260:13 9 (for-each #<procedure 7f17b9c5bc60 at starling/node.sc…> …)
In starling/node.scm:
344:16 8 (_ #<game name: #f id: 8>)
In test-subject/game.scm:
1104:2 7 (_ #<game name: #f id: 8>)
In chickadee/scripting/script.scm:
93:4 6 (spawn-script _)
85:13 5 (_)
In test-subject/game.scm:
155:2 4 (_ #<game name: #f id: 8>)
In starling/node.scm:
336:2 3 (_ #<game name: #f id: 8> #<sprite name: intro-lightne…> …)
In ice-9/boot-9.scm:
260:13 2 (for-each #<procedure 7f17b9c69d80 at starling/node.sc…> …)
In starling/node.scm:
344:16 1 (_ #<sprite name: intro-lightness id: 13>)
In starling/node-2d.scm:
597:25 0 (_ #<sprite name: intro-lightness id: 13>)
starling/node-2d.scm:597:25: In procedure texture-width: Wrong type argument: #<<asset> 7f17b7e1a600>
Maybe I'm missing something, do you have a clue what happened?
I run this on Debian using Guix package manager.
Cheers! (and happy debugging :) )