MinimServer Forum
Red Minimwatch Icon - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Support (/forumdisplay.php?fid=4)
+--- Thread: Red Minimwatch Icon (/showthread.php?tid=6757)



Red Minimwatch Icon - Albufeira - 16-12-2022 21:36

Hello, good evening.

The following error message appeared for the first time today:
minimwatch unexpected exception java.lang.arithmeticExeption: / by Zero

Here the log entry:

java.lang.ArithmeticException: / by zero
at com.minimstreamer.Streamer$ConvOutArgs.getSampleFile(Streamer.java:4278)
at com.minimstreamer.Streamer$ConvOutArgs.parseConvOutValue(Streamer.java:4115)
at com.minimstreamer.Streamer.checkConvOutSupport(Streamer.java:1956)
at com.minimstreamer.Streamer.configureOptions(Streamer.java:1043)
at com.minimstreamer.Streamer.start(Streamer.java:234)
at org.jminim.core.ContextImpl.startComponent(ContextImpl.java:238)
at org.jminim.core.ContextImpl.start(ContextImpl.java:126)
at org.jminim.core.RuntimeImpl.run(RuntimeImpl.java:2787)
at org.jminim.core.LauncherImpl.run(LauncherImpl.java:1317)
at org.jminim.core.LauncherImpl.launch(LauncherImpl.java:125)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja​va:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso​rImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at org.jminim.mlaunch.MinimLaunch.doLaunch(MinimLaunch.java:525)
at org.jminim.mlaunch.MinimLaunch.launch(MinimLaunch.java:150)
at org.jminim.mlaunch.MinimLaunch.launch(MinimLaunch.java:90)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.ja​va:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesso​rImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at org.jminim.launch.Launcher.launch(Launcher.java:88)
at com.minimserver.launch.LaunchServer.main(LaunchServer.java:38)

Can you help?

Greetings from Germany
Herbert Jozefiak.


RE: Red Minimwatch Icon - simoncn - 17-12-2022 00:00

The problem is caused by a change in MinimStreamer 2.0.10 to how convolution files are selected for different stream sample rates. There was a bug in the new code that would cause this error if the stream sample rate isn't known.

I have fixed this problem in MinimStreamer 2.0.11. Thanks for letting me know about this.

MinimStreamer 2.0.11 is an automatic update, so it will be downloaded and installed automatically when you relaunch MinimServer. You can also install it from the About dialog (Show updates).


RE: Red Minimwatch Icon - Albufeira - 18-12-2022 12:50

Hello Simon, after relaunching MinimServer everything works fine.
Thank you for your support.