-
Notifications
You must be signed in to change notification settings - Fork 24
Description
I would like to run headshotbox 0.17.4 on a most current RasberryPI
pi@raspi:/opt/headshotbox $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
with most current Java 8 runtime:
pi@raspi:/opt/headshotbox $ java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) Client VM (build 25.191-b12, mixed mode)
All Demos are available on a network share which is mounted. I have full (r/w) access from my PI to that Share. I am running sudo ./headshotbox.sh and get this from all of my demos:
18-11-18 15:09:41 raspi DEBUG [hsbox.indexer:76] - Adding path /mnt/csgo-demos/match730_003304804337284284534_0845772536_195.dem
18-11-18 15:09:41 raspi INFO [hsbox.demo:317] - Processing /mnt/csgo-demos/match730_003304804337284284534_0845772536_195.dem
18-11-18 15:09:41 raspi ERROR [hsbox.indexer:87] - Cannot parse demo /mnt/csgo-demos/match730_003304804337284284534_0845772536_195.dem
18-11-18 15:09:41 raspi ERROR [hsbox.indexer:88] -
hsbox.core.main
...
hsbox.core/-main core.clj: 46
hsbox.core/-main core.clj: 84
hsbox.indexer/run indexer.clj: 148
hsbox.indexer/add-demo indexer.clj: 78
hsbox.demo/get-demo-info demo.clj: 319
hsbox.demo/parse-demo demo.clj: 60
hsbox.demo/parse-demo/do-parse demo.clj: 57
java.lang.AssertionError: Assert failed: /opt/headshotbox/demoinfogo: 1: /opt/headshotbox/demoinfogo: Syntax error: word unexpected (expecting ")")
(zero? (:exit proc))
headshotbox 17.04 is fine with all of the Demos in Windows.