GUI-errors

From BenchIT-Wiki

Jump to: navigation, search

Error List

  • 001: when *.bat doesn't start look for the line-breaks. This should be CR LF under Windows. Because bat-Files are no binaries, checking them out under X will only use LF. Fixing is prepared. You can debug it by opening the file with the mfc-editor and storing with windows LF.
  • 002: ConcurrentModificationException when saving a plot. This happens, when the drawing to the screen occurs to the same time as the saving of the screen, which is actual a drawing to an imaginary screen. Try it again until the exception doesn't appear again. Also detaching the chart and closing the new window helped sometimes.
Personal tools