Howdy, Stranger!

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

Error during build

edited March 2015 in Help! with 1.x
"An error occurred while building your story.

traceback:
File "storyframe.pyo", line 907, in rebuild
File "tiddlywiki.pyo", line 189, in toHtml
MemoryError"

I just dragged and dropped alot of pictures into the twine and made sure they were all the right format. if that helps.

Twine  1.4.2 user
Python

Here's what was at the top of the logs document.

Traceback (most recent call last):
  File "passageframe.pyo", line 417, in closeEditor
  File "passagewidget.pyo", line 251, in verifyPassage
  File "tweelexer.pyo", line 295, in __init__
  File "tweelexer.pyo", line 301, in getHeader
  File "wx\_core.pyo", line 16712, in __getattr__

Any help is greatly appreciated!

Comments

  • As previously explained here and here, the build feature of the Twine 1.x application is not designed to handle more than a small amount (measured in MBs) of embed images. The application is running out of memory trying to process your images during the build feature.

    You will need to change your story to reference externally stored images instead.
Sign In or Register to comment.