Well, this isn’t great! Suddenly, I’m finding myself unable to compile anything in the Inform 7 IDE (Windows build 6M62) due to the above-cited error. I’d put my game aside for a week or so to let it percolate, but up until that point have never experienced this error before, and can’t think of anything I would have done to my computer that would have generated this error (from the error messages I’m getting, it sounds like a file permissions issue?)
Here’s what I’m getting from the report pane:
Translating the Source - Failed
The application ran your source text through the Inform 7 compiler, as usual, but the compiler unexpectedly failed. This should not happen even if your source text is gibberish, so you may have uncovered a bug in the program.
When a program like the I7 compiler fails, it typically returns an error number: this time, the number was 2, so I7 probably stopped because of a fatal file-system error.
It is very unlikely that your computer is at fault. More likely causes are:
•disc space running out on the volume holding the project;
•trying to run a project from a read-only volume, such as a burned CD or DVD;
•trying to run a project which belongs to another user, whose files you have no permission to alter.
However, if you think it more likely that the Inform 7 compiler is at fault, please check that you have the currently distributed build of the system: if you have, please consider taking the time to fill out a bug report at the Inform bug tracker (www.inform7.com/bugs).
Sorry for the inconvenience.
And here’s the console dump:
C:\Program Files (x86)\Inform 7\Compilers\ni \
-internal "C:\Program Files (x86)\Inform 7\Internal" -project "C:\Users\russo\Documents\Inform\Projects\Test.inform" -format=ulx
Inform 7 build 6M62 has started.
Can't open debug log
Offending filename: <C:\Users\russo\Documents\Inform\Projects\Test.inform\Build\Debug log.txt>
Compiler finished with code 2
Any ideas on what’s causing this, and how to un-bork things – maybe a reinstall would do the trick? – would be greatly appreciated!