I see you're aware "Non-LAN only" authentication isn't functioning; I'll keep an eye out for improvements in BI for this.
A new issue I've just started getting is no response at all when launching the jar file - just instant crash without any GUI. I launched via a console and saw the error below -
Code:
[FONT=courier new]>java -jar "C:\Program Files\Blue Iris Viewer\BlueIrisViewer.jar"
[/FONT]
[FONT=courier new]AL lib: (EE) DoReset: Failed to get mix format: 0x8889000f[/FONT]
[FONT=courier new]Exception in thread "main" org.lwjgl.openal.OpenALException: Invalid Device[/FONT]
[FONT=courier new] at org.lwjgl.openal.Util.checkALCError(Util.java:55)[/FONT]
[FONT=courier new] at org.lwjgl.openal.ALC10.alcCreateContext(ALC10.java:251)[/FONT]
[FONT=courier new] at org.lwjgl.openal.AL.init(AL.java:168)[/FONT]
[FONT=courier new] at org.lwjgl.openal.AL.create(AL.java:138)[/FONT]
[FONT=courier new] at org.lwjgl.openal.AL.create(AL.java:102)[/FONT]
[FONT=courier new] at org.lwjgl.openal.AL.create(AL.java:201)[/FONT]
[FONT=courier new] at com.badlogic.gdx.backends.lwjgl.audio.OpenALAudio.<init>(OpenALAudio.java:72)[/FONT]
[FONT=courier new] at com.badlogic.gdx.backends.lwjgl.LwjglApplication.<init>(LwjglApplication.java:82)[/FONT]
[FONT=courier new] at com.badlogic.gdx.backends.lwjgl.LwjglApplication.<init>(LwjglApplication.java:64)[/FONT]
[FONT=courier new] at org.brian.blueirisviewer.Main.main(Main.java:84)[/FONT]
[FONT=courier new]AL lib: (EE) alc_cleanup: 1 device not closed[/FONT]
Two changes in (relatively) recent times are upgrading java to 8.51 and upgrading my video driver. I thought I'd used the viewer after those changes, but I can't be sure. I deleted my BIV config file and error file, but neither were recreated when launching. Launching in a new folder does successfully unpack the libturbojpeg.dll file though.