Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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)