10 Nov
2003
10 Nov
'03
6:20 p.m.
I tracked down the problem where I was having problems loading in files that I had made.
It turns out that my config setup Makefiles with a VERSION of 0.0. This of course ends up being written in any files I save, and thus they are misinterpreted on reading.
Since it's an autoconf issue, not code, I'm not up to speed enough to come up with a patch. :-(
So I figure someone on the list can take care of it. Let me know if you need any follow-up info.
Oh, and for detecting this in the future, I was wondering if checks for 0.0 and warning dialogs at startup and/or file loading might be handy. It would end up preventing lost time on strange behavior.