It looks like you're new here. If you want to get involved, click one of these buttons!
:: Start Some text goes here :: StoryTitle Title of the GameTwee builds without error, but the built html page gives me this error:
Apologies! A fatal error has occurred. Aborting. Error: cannot find the StoryTitle special passage. Stack Trace: e@file:///Volumes/San Disk/Dev/Twee Test/Demo.html:150:3479 @fileBuilding in SugarCube – v1.0.35 gives me this error://Volumes/San Disk/Dev/Twee Test/Demo.html:150:22998 n.Callbacks/i@file:///Volumes/San Disk/Dev/Twee Test/Demo.html:64:27060 n.Callbacks/j.fireWith@file:///Volumes/San Disk/Dev/Twee Test/Demo.html:64:27828 .ready@file:///Volumes/San Disk/Dev/Twee Test/Demo.html:64:29619 J@file:///Volumes/San Disk/Dev/Twee Test/Demo.html:64:29804
Apologies! A fatal problem has occurred. Aborting. Error: cannot find the StoryTitle special passage.Using sugarcane builds and runs fine. I've also tested Twee2 and it works if I incude a ::StoryIFID[twee2] passage. Has anyone experienced this? Is there something missing in the tweecode file?
Comments
I was not able to obtain a copy of the Twine/Twee source code dated Sep 1, 2014 so I had to use the 1.4.2 tagged source code and the latest master (1.4.3 alpha) source code to run my tests instead.
I installed the latest version of SugarCube 2.6.1 released for Twine 1 within the relevant targets folder/directory for each version of Twee.
I used the following command to compile with, changing which version of Twee was referenced as needed.
I was not able to reproduce your issue.
I originally used the binary twee available at https://github.com/tweecode/twee with the last commit made on Sep 1, 2014. I downloaded that project, downloaded SugarCube 2 (v2.6.1) and placed the extracted header folder in targets, then ran I just tried again by downloading https://github.com/tweecode/twine and also the release version v1.4.2. Both are successfully building and don't give that original error in the output html, so it seems that the trouble is with what is available from the repo at https://github.com/tweecode/twee. Also I'm using the Apple provided python (Python 2.7.10).