Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Error message, cannot build story

Hey,

I just started using Twine and it seems a really nice program to put my limited tech-skills but unlimited imagination to work. However, after saving my project then starting to work with it again later, it gave me the following error when trying to test the game:

An error occured while building your story.

Traceback (most recent call last):
File "storyframe.pyo", line 914, in rebuild
File "storyframe.pyo", line 991, in viewBuild
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 27: ordinal not in range(128)

If anyone can offer help, I'd be grateful.  :D

Comments

  • The line of source code at that point is trying to process your StorySettings passage and is having a problem with the passage content. (if the line number has not change when the source code was compiled, which can happen)

    Could you attach a copy of your story TWS file so I can debug it.

    Also I am assuming you are using version 1.4.2 of Twine.
Sign In or Register to comment.