Page 1 of 1
Compiling a non existant dungeon, v0.19 (and all previous)
Posted: Fri Apr 12, 2002 11:50 pm
by Gambit37
If you compile a TXT file that doesn't exist, RTC crashes with this error:
<pre> Error: an access violation exception.Stack Dump: RTC.InitSecondary(); RTC.DoFrame(int 7); RTC.WinMain();</pre>
I think a proper error message is in order here!

Re: Compiling a non existant dungeon, v0.19 (and all previou
Posted: Sat Apr 13, 2002 7:45 am
by amaprotu
Maybe its just cuz I program, but accessing a file that isn't there would seem to be an access violation.....
Re: Compiling a non existant dungeon, v0.19 (and all previou
Posted: Sat Apr 13, 2002 9:21 am
by beowuuf
I think it is because you program, because that message wouldn't lead me to think it was an incorrect path.
However, because of where it crashes, befrore it gets to the file, I've instantly worked out it was the compiler path that would be wrong
So perhaps simply a warning just before compiling saying ENSURE PATH CORRECT, so if it crashes your mind is focused on this anyway.
Re: Compiling a non existant dungeon, v0.19 (and all previou
Posted: Fri Apr 19, 2002 3:19 pm
by Gambit37
I don't get where you're coming from. A basic error check needs to be made before doing any of this stuff, even before the DM/RTC logos - if the file you're trying to compile doesn't exist (or you've spelt the filename wrong), there's no point in RTC continuing to load.
Re: Compiling a non existant dungeon, v0.19 (and all previou
Posted: Mon Jun 17, 2002 9:10 am
by George Gilbert
I have fixed this and will be in V0.20