Using 1.42 straight (IE: the download straight off the front of the Twinery site, windows version)
I'm not sure this is even something I can fix, but, aside from the Chrome issue I'm aware of where some recent update broke the ability to use the "back" key in, but I've also been told about two to three steps into my game both Internet Explorer and Microsoft Edge suddenly load a blank page, even though it works fine in Chrome (and I believe FireFox, I haven't tested). The page it links to doesn't have any setter links or anything different about it than the previous pages, and I haven't been able to tell what's going on at all in this regard, is there any answer available? Or is the answer just to label my stuff as not compatible with those two browsers?
Comments
It is difficult to know what the issue is without debugging the actual story but if you use the F12 key to open the browser's Developer Tools and then select the Console tab you may see an error message explaining what happened.
Another thing I would look at is the Title of the Passage that is not displaying correctly to see if it contains any non-standard characters like fancy quotes or dashes because may cause the story format to not be able to find the next passage to be display which could result in a blank page.
As for direct errors, on Internet Explorer the only thing I can find is that they can't reach the page and want to check the URL: Make sure you’ve got the right URL: res://ieframe.dll
Which is also the exact same error I'm getting on Microsoft Edge too, looking at the 12 menu just gives me the info for the "page not found" er, page, so I have no idea what's going on.
You can determine which story format you are using by first click on the Story menu item, then on the Story Format menu item, and then finally look to see which item in the list is selected. By default it will be Sugarcane.
More information on using Twine 1 can be found on the wiki.
As I stated in my previous comment without access to your actual story HTML file it is very difficult to tell what is happening, can you make a copy of it available?
Uhm, as for that, let me see... I cut off the first section of pages and their related reference calls in summary form, so there'd be less to have to hunt through, it does generate the exact same error when I try to run it so it should do for diagnosing it, attached is the error check file in both the .tws and .html document form:
You can fix this issue by switching to the SugarCube 1 story format, which you can download from this site. Use the first link within the SugarCube – v1.0.31 section.
Follow the following steps to the story format:
1. Close down Twine 1.
2. Locate the folder you installed Twine 1 into, within that folder is a sub-folder named targets.
3. Open the targets folder, within that folder should be three sub-folders (named johan, Responsive, and sugarcane)
4. Extract the contents of the ZIP file you downloaded into the targets folder, within the targets folder should now be four sub-folders. The forth folder should be named sugarcube.
5. Restart Twine 1.
6. Look at the Story Format list and select the SugarCube story format.
Twine 1 has a number of special passages (passages with known titles), you can see a list of them by selecting the Story menu items and then hovering your mouse cursor over the Special Passages menu item. The contents of the StoryInit special passage is loaded before the first passage of your story is displayed, and is where you should be doing things like initialising your variables.