Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
So Tech Writer is trying to compose Arbortext file to PDF and getting this error.
The following should be true: (-1 <=vl && lvl < maxlevel - 1) in the file ../src/fchange.cpp:988
What does this mean? I'm not very familiar Arbortext, so not sure if there is a more specific log error to look for? Other similar files are composing just fine?
fchange.cpp is involved in change tracking.
(-1 <= lvl && lvl <= maxlevel - 1) is stating that the change level is not within the defined parameters.
are you nesting change levels or do you have a change tag missing?
Are all of you change tracking regions defined? (Areas where the change bars appear)