Skip to main content
1-Visitor
June 23, 2016
Question

Arbortext 5.4, trying to compose to PDF, error?

  • June 23, 2016
  • 2 replies
  • 1172 views

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?

    2 replies

    12-Amethyst
    July 11, 2016

    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?

    12-Amethyst
    July 11, 2016

    Are all of you change tracking regions defined? (Areas where the change bars appear)