Justification: completely unusable on my machine (does not start properly)
Hello,
I think that this package is missing several dependencies because the first
time I tried to start it, it was complaining that my java virtual machine was
in Java 8 while the package is compiled for Java 10. After I installed Java 10
and changed my default jar command to point to the latest version, the program
is starting, but it fails to display the playing cards.
Here are the some lines of the log (full log attached):
[...]
Caused by: com.google.gson.JsonSyntaxException:
com.google.gson.stream.MalformedJsonException: Invalid escape sequence at line
1 column 154 path $[0].instructions
at com.google.gson.internal.Streams.parse(Streams.java:60)
at com.google.gson.JsonParser.parse(JsonParser.java:84)
at com.google.gson.JsonParser.parse(JsonParser.java:59)
at com.google.gson.JsonParser.parse(JsonParser.java:45)
at storymaps.Function.initialiseFunctionsIfNecessary(Function.java:92)
[...]
It seems to me that the jarfile distributed on the upstream web page is using
another json parser, but actually, I have no idea of what's going on here...
Thanks for packaging this nice application anyway, and also for the rest ;)
Mt.