Hi. Not sure if this is the right place to post this, but I have a problem opening saved profiles using TC Console 3.3.1. When i open the saved profile, nothing happens. This is really a problem as i used 8 hours programming a layout, and now its all lost. I have attached the file. I have tried both the installable version, and the standalone jar file. When running the Jar file i get this: C:\Program Files (x86)\Java\jre7\bin>java.exe -jar C:\Users\vidhaugl\Downloads\tc-console-v3.3.1.jar
10:19:26,486 DEBUG recent.RecentListModel, line 44 - Unable to read recent list data: null
10:19:26,703 INFO eva.App, line 35 - Application started
10:19:31,041 DEBUG action.CodecDisconnectAction, line 38 - Close called
10:19:31,041 DEBUG action.CodecDisconnectAction, line 47 - Codec not connected, continue.
10:19:31,045 DEBUG action.CodecDisconnectAction, line 90 - Performing normal disconnect.
10:19:31,047 DEBUG codec.SystemCodec, line 224 - disconnect() called
10:19:31,047 DEBUG codec.CodecsFacade, line 39 - clearCodecs() called
10:19:31,052 DEBUG core.MainViewProgressController, line 52 - Processing ready
10:19:31,079 DEBUG action.CodecDisconnectAction, line 109 - Removing view
10:19:33,087 DEBUG codec.SystemCodec, line 142 - profileLoad() called
10:19:33,087 DEBUG codec.SystemCodec, line 155 - doLoadProfile() called
10:19:33,087 DEBUG codec.CodecsFacade, line 73 - createOfflineCodecs() called
10:19:33,088 DEBUG core.MainViewProgressController, line 61 - Processing working
10:19:33,199 DEBUG layout.VideoLayoutModel, line 464 - setProductVersion() called
10:19:33,336 DEBUG codec.CodecsFacade, line 30 - saveCurrentModels() called
10:19:33,347 DEBUG core.MainViewProgressController, line 52 - Processing ready
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException at com.tandberg.eva.video.layout.VideoLayoutModel.findVideoLayout(VideoLayoutModel.java:111)
at com.tandberg.eva.plugin.video.snapshot.VideoLayoutFactory.createLayouts(VideoLayoutFactory.java:138)
at com.tandberg.eva.plugin.video.snapshot.VideoLayoutFactory.createLocal(VideoLayoutFactory.java:69)
at com.tandberg.eva.plugin.video.snapshot.VideoLayoutFactory.createLocal(VideoLayoutFactory.java:59)
at com.tandberg.eva.plugin.video.osdeditor.OSDStatesController.createOSDModel(OSDStatesController.java:183)
at com.tandberg.eva.plugin.video.osdeditor.OSDStatesController.createModels(OSDStatesController.java:171)
at com.tandberg.eva.plugin.video.osdeditor.OSDStatesController.initialize(OSDStatesController.java:178)
at com.tandberg.eva.plugin.video.osdeditor.OSDStatesController.<init>(OSDStatesController.java:51)
at com.tandberg.eva.plugin.video.osdeditor.OSDEditorFactory.createChooserView(OSDEditorFactory.java:41)
at com.tandberg.eva.plugin.video.VideoPlugin.createOSDChooser(VideoPlugin.java:158)
at com.tandberg.eva.plugin.video.VideoPlugin.createChooserView(VideoPlugin.java:136)
at com.tandberg.eva.plugin.video.VideoPlugin.getMainView(VideoPlugin.java:96)
at com.tandberg.eva.plugin.core.PluginController.prepareCurrentPlugin(PluginController.java:96)
at com.tandberg.eva.plugin.core.PluginController.updateActivePlugin(PluginController.java:67)
at com.tandberg.eva.plugin.core.PluginController$1.activePluginChanged(PluginController.java:52)
at com.tandberg.eva.plugin.core.PluginModel.fireActivepluginChanged(PluginModel.java:65)
at com.tandberg.eva.plugin.core.PluginModel.setActivePlugin(PluginModel.java:51)
at com.tandberg.eva.plugin.core.PluginController.prepareCurrentPlugin(PluginController.java:93)
at com.tandberg.eva.plugin.core.MainViewProgressController$2$1.run(MainViewProgressController.java:83)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)