Skip to content
Laurent Thomas edited this page Aug 5, 2020 · 5 revisions

Report an issue

If you found a bug in one of the plugins or have suggestions, you can either:

  • Open a GitHub issue
  • Post on forum.image.sc by tagging me @LThomas, or sending a private message

Known Issues

  • cp0 character encoding exception
    This issue is not happening anymore with the latest Fiji versions, at least on windows 64-bit systems.
    This is a known bug of the ImageJ launcher with Jython scripts. Yet it does not prevent the execution of the macro.

Current workaround : Either edit the ImageJ.cfg file in the FIJI.app folder to specify the encoding of the Python script (UTF-8). The file ImageJ.cfg does not always exist but can be generated by Edit>Option>Memory and thread which triggers the creation of the file. Then open the cfg file in a text editor and add -Dpython.console.encoding=UTF-8.
The line shoud look like -Xmx12122m -Dpython.console.encoding=UTF-8 -cp ij.jar ij.ImageJ.
Another solution is to download the ImageJ-launcher from the GitHub repository (link of the bug above).

  • Multiple object detection does not work
    The plugin does not work with ImageJ 1.52n due to a bug in the maxima detection function of ImageJ. This bug is fixed since ImageJ 1.52o.

  • No module named bytedeco
    -> You probably did not activate the IJ-OpenCV update site