EOFexception error when opening vision windows

Hey,

I was able to open my windows fine until recently, some of my vision windows are getting this error. Does anyone know how to solve this, or why its happening? This is only happening to some of my windows, not all the windows for the project :frowning:

I can still see the preview of the windows when my mouse is over them though.

image

image

java.io.EOFException
at java.base/java.util.zip.GZIPInputStream.readUByte(Unknown Source)
at java.base/java.util.zip.GZIPInputStream.readUShort(Unknown Source)
at java.base/java.util.zip.GZIPInputStream.readHeader(Unknown Source)
at java.base/java.util.zip.GZIPInputStream.(Unknown Source)
at com.inductiveautomation.factorypmi.application.model.WindowInfo.getInputStream(WindowInfo.java:145)
at com.inductiveautomation.factorypmi.application.model.WindowCache._loadWindow(WindowCache.java:320)
at com.inductiveautomation.factorypmi.application.model.WindowCache.openWindow(WindowCache.java:299)
at com.inductiveautomation.factorypmi.designer.workspace.WindowWorkspace$DesigntimeWindowOpener.openWindow(WindowWorkspace.java:3778)
at com.inductiveautomation.factorypmi.designer.workspace.WindowWorkspace.openWindow(WindowWorkspace.java:1520)
at com.inductiveautomation.factorypmi.designer.model.navtree.WindowNode.open(WindowNode.java:260)
at com.inductiveautomation.ignition.designer.navtree.model.AbstractResourceNavTreeNode.onDoubleClick(AbstractResourceNavTreeNode.java:407)
at com.inductiveautomation.ignition.designer.navtree.NavTreePanel$MouseListener.lambda$mousePressed$0(NavTreePanel.java:695)
at java.desktop/java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.desktop/java.awt.EventQueue$4.run(Unknown Source)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
at java.desktop/java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.desktop/java.awt.EventDispatchThread.run(Unknown Source)

Ignition v8.1.22 (b2022110109)
Java: Azul Systems, Inc. 11.0.16.1

I typically see "unknown source" errors when something is missing, and an EOF error in this context indicates that the input stream is reaching the "End of File" before it should. Did anything recently get renamed, deleted, or moved?

Any Updates on this? I am having a similar issue and dont know what changed from the last time I was in this project. From my knowledge, nothing was moved or deleted or anything like that, but we do have multiple people with access to this project.

My error message is below:

image