ERA reports error in Rez.commonLayout on line number that doesn't exist

Former Member
Former Member

I'm getting crash reports in ERA for a symbol not found with the following as the Backtrace:  Rez.commonLayout:34

in the layouts file, i only have 14 lines of code, so i'm slightly confused.

in the debug file, i do see a line like below:

 <entry filename="Rez" id="49" lineNum="34" pc="268442633" symbol="commonLayout"/>  

but the list of line numbers in that debug file start at line 20 and don't at all line up with the lines in my layout file.  I do have 14 lines in my layout, so if I took the starting point of line 20 in the debug file, then 34 puts me at line 15 which doesn't exist at the end of my layout (which just has closing tags on the last two lines anyhow, ie  </layout> and </layouts>)

any ideas?