Hi,
first of all thanks for the new version V2.1.0 of Icy!
However, opening the protocol editor leads to an error (see below). The same happens with a fresh install. For now I can go back to V2.0.3
Best,
Ekkehard
OpenJDK Runtime Environment 1.8.0_265-b01 (64 bit)
Running on Windows 10 10.0 (amd64)
Number of processors : 8
System total memory : 20.8 GB
System available memory : 11.1 GB
Max java memory : 10.6 GB
VTK 6.3.0 library successfully loaded...
Icy Version 2.1.0.0 started !
An error occured while plugin 'Protocols' was running :
java.lang.NoClassDefFoundError: com/ochafik/io/JTextAreaOutputStream
at plugins.adufour.protocols.Protocols.run(Protocols.java:238)
at icy.plugin.abstract_.PluginActionable.compute(PluginActionable.java:42)
at icy.plugin.PluginLauncher$PluginExecutor.call(PluginLauncher.java:68)
at icy.plugin.PluginLauncher$PluginExecutor.call(PluginLauncher.java:42)
at icy.system.thread.ThreadUtil.invokeNow(ThreadUtil.java:280)
at icy.plugin.PluginLauncher.internalExecute(PluginLauncher.java:121)
at icy.plugin.PluginLauncher.start(PluginLauncher.java:212)
at icy.gui.plugin.PluginCommandButton$2.actionPerformed(PluginCommandButton.java:83)
...