Correct error messages?

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: Correct error messages?

by Graf Zahl » Wed Aug 10, 2005 7:54 am

THe 'unknown game type' message is a relic from the old DECORATE. It doesn't have a mandatory keyword to start an actor definition so everything is allowed. That means that the error is caught too late for a more appropriate message. When the parser fails it fails in a gamemode check.

The other one is a bug and should be reported as such.

Correct error messages?

by Cutmanmike » Wed Aug 10, 2005 7:49 am

I've noticed that you get totally irrelivant error messages when using decorate. For example, you get a "Unknown game type" error if it doesn't know what the actor is. Also, zdoom just gives a crash log if you miss out sprites that are in the decorate lump. Isn't it possible to give a little bit more help to what the problems are rather than giving a message that's totally confusing and irrelivant?

Top