Modeling
About Archicad's design tools, element connections, modeling concepts, etc.

Error messages

Anonymous
Not applicable
I was wondering why the error meesages of door and windows and object say

"error in line 128 of 3d script blah blah blah"

instead of telling you which parameter that was changed is causing the problem as in

"invalid sill thickness"

the other message is not much help if you don't know the GDL script
1 REPLY 1
TomWaltz
Participant
It's not always that simple. A single line of code could have a dozen variables that relate to it, and it could even be a problem of one variable added to or divided by another. Telling the line that causes the error is about as fine as any compiler is capable of.

However, the better compilers out there will show you the line of code causing the problem, which I think could be tremendously useful. Even a non programmer who sees something like: sashWidth/WindowDivisions might figure out that having zero divisions would be a bad thing.
Tom Waltz