There was an error while displaying the image.
DON'T PANIC!

What most likely happened is that TSCreator ran out of memory while trying to display the image. You can probably save the SVG file using the option in the file menu, though that may also run out of memory for particularly large images. Here is what you can do:
  • Reduce image size. Change the settings so they result in a smaller image.
  • Save the SVG, then open it in another SVG viewer such as an SVG capable web browser (Safari, or IE or Firefox with Adobe's SVG viewer plugin), or Adobe Illustrator.
  • Increase Java's memory size. By default the Java Virtual Machine sets the maximum amount of memory TSCreator can use. Generating a large image exceeds that amount. You can increase the amount of memory available to TSCreator by starting it like this:
  • Open up the command line. In Windows click Start->Run then type "cmd". On the Mac open the Terminal application.
  • Change to the directory where you have the TSCreator jar file.
  • Start TSCreator: type "java -Xmx1g -jar TSCreator-xxx.jar" where xxx is your version of TSCreator.