Hi, I’m trying to install Vorple locally, and have done so on fresh directory with create-react-app, per this link:
I believe that I’m having trouble with the following line:
story: "test.ulx",
I’m receiving this error:
Quixe init: Error: This is not a valid Glulx file. This is not a valid Glulx file. Error
This is after:
- testing both absolute and relative paths
- adding . and ~ before the / for the directory
- placing the released story file in the “public” directory, per the Vorple link
- trying both .Gblorb and .Zblorb file formats in the “public” directory.
What am I missing; are there better ways to troubleshoot why Vorple isn’t able to read the file? What alternative ways can I test run vorple being installed as a dependency on a web app?