Skip to content

FAQ and known issues

Kevin edited this page Nov 19, 2021 · 3 revisions

FAQ

Known issues

DefaultPostProcessor is outputting non-interpretable R error messages.

Problem instance:

Running DefaultPostProcessor.xtend from a Blang model, e.g., Doomsday.bl will result in messy output if the file encoding is not set to UTF-8.

Steps to reproduce error:

  1. Open DefaultPostProcessor.xtend in Eclipse
  2. Click "Edit -> Set Encoding", change to something that's not UTF-8.
  3. Run Doomsday.bl with arguments --postProcessor DefaultPostProcessor

Solution: set DefaultPostProcessor.xtend's encoding to UTF-8.