note: I have a HOME environment variable so by default the Library/Stories directory created by Twine 2.0.7 is C:\home\Documents\Twine\Stories instead, this directory has full permissions.
1. After creating a new
test story the Story Map shows the following error:
An error occurred while saving your story (The passage set as starting point for this story does not exist.).
2. If you return to the Stories list and try to delete the newly created
test story you receive the following:
An error occurred while locking your library (EPERM: operation not permitted, chmod 'c:\home\Documents\Twine\Stories\test.html').
Although the story is removed from the Stories list instantly, the
test.html file itself will still exists until you close down the Twine application.
3. If I remove my HOME environment variable an let Twine created a C:\Users\xxxxxx\Documents\Twine\Stories directory and run the above two tests again I still receive the same two error messages.
I have created issue
157 on the Twine repository.
Comments