I am unable to load a story file after making, saving, and compiling some changes to that file.
Here is what is happening:
I made some changes to the-time-machine.inform, the story file, and compiled it successfully
I quit Inform 7 v1.68.1 (6M62)
Later, when I restarted Inform 7 I was click the story file in the Launcher window
The file does not load.
If I click on the menus I see a “ghost” outline of the menu but no menu contents. At times I also see an outline of the window where the story source code would be displayd but now contents as well
Other story (.inform) and extension (.i7x) files load completely. I can also create new story file.
I’d say the first thing is to copy out the-time-machine.inform/Source/story.ni. (You may have to do “Show Package Contents” if you’re coming in from the Finder.) This is the actual source text of your game. If you have that, you can reconstruct everything else.
If that file is missing or empty, look at your previously saved the-time-machine.inform and try to get it out of that.
Once you have that, you can (at worst) create a new .inform game and paste the text from story.ni into the new game.
Thanks @zarf. I created a new .inform project, replaced the empty story.ni file with a copy from GitHub, and am now able to open this new .inform file from Inform 7.