00:01 INFO: [CamerasPlugin] Loading camera info from Z:\Program Files (x86)\Atari\Test Drive Unlimited\Euro\Bnk\DataBase\cameras.bin Exception in thread "JavaFX Application Thread" java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter at fr.tduf.libunlimited.low.files.research.common.helper.TypeHelper.byteArrayToHexRepresentation(TypeHelper.java:210) at fr.tduf.libunlimited.low.files.research.rw.GenericParser.dumpRawValue(GenericParser.java:261) at fr.tduf.libunlimited.low.files.research.rw.GenericParser.readAndDumpValue(GenericParser.java:122) at fr.tduf.libunlimited.low.files.research.rw.GenericParser.readFields(GenericParser.java:87) at fr.tduf.libunlimited.low.files.research.rw.GenericParser.parse(GenericParser.java:56) at fr.tduf.libunlimited.low.files.bin.cameras.helper.CamerasHelper.loadAndParseCamerasDatabase(CamerasHelper.java:191) at fr.tduf.gui.database.plugins.cameras.CamerasPlugin.onInit(CamerasPlugin.java:98) at fr.tduf.gui.database.plugins.common.PluginHandler.initializePlugin(PluginHandler.java:82) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source) at java.base/java.util.stream.ReferencePipeline$Head.forEach(Unknown Source) at fr.tduf.gui.database.plugins.common.PluginHandler.initializeAllPlugins(PluginHandler.java:41) at fr.tduf.gui.database.controllers.MainStageController.initPlugins(MainStageController.java:487) at fr.tduf.gui.database.controllers.MainStageController.handleDatabaseLoaderSuccess(MainStageController.java:410) at fr.tduf.gui.database.controllers.MainStageController.lambda$getLoaderStateChangeListener$22(MainStageController.java:579) at javafx.base/com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(Unknown Source) at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.access$000(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase$Listener.invalidated(Unknown Source) at javafx.base/com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(Unknown Source) at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.set(Unknown Source) at javafx.graphics/javafx.concurrent.Task.setState(Unknown Source) at javafx.graphics/javafx.concurrent.Task$TaskCallable.lambda$call$1(Unknown Source) at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) at java.base/java.security.AccessController.doPrivileged(Native Method) at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source) at java.base/java.lang.ClassLoader.loadClass(Unknown Source) ... 34 more 00:10 WARN: [MappingPlugin] Mapping plugin not loaded, no rendering will be performed 00:10 WARN: [MappingPlugin] Mapping plugin not loaded, no rendering will be performed 00:10 ERROR: [PluginHandler] Error occured while rendering plugin: CAMERAS java.lang.NullPointerException at fr.tduf.libunlimited.low.files.bin.cameras.helper.CamerasHelper.fetchAllInformation(CamerasHelper.java:131) at fr.tduf.gui.database.plugins.cameras.CamerasPlugin.renderControls(CamerasPlugin.java:151) at fr.tduf.gui.database.plugins.common.PluginHandler.renderPluginByName(PluginHandler.java:62) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addPluginControls(DynamicFieldControlsHelper.java:153) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addCustomControls(DynamicFieldControlsHelper.java:67) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addFieldControls(DynamicFieldControlsHelper.java:106) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.lambda$addAllFieldsControls$1(DynamicFieldControlsHelper.java:51) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) at java.base/java.util.stream.SortedOps$SizedRefSortingSink.end(Unknown Source) at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addAllFieldsControls(DynamicFieldControlsHelper.java:51) at fr.tduf.gui.database.controllers.MainStageViewDataController.initDynamicControls(MainStageViewDataController.java:517) at fr.tduf.gui.database.controllers.MainStageViewDataController.initTabPane(MainStageViewDataController.java:488) at fr.tduf.gui.database.controllers.MainStageViewDataController.refreshAll(MainStageViewDataController.java:221) at fr.tduf.gui.database.controllers.MainStageViewDataController.applyProfile(MainStageViewDataController.java:204) at fr.tduf.gui.database.controllers.MainStageController.handleProfileChoiceChanged(MainStageController.java:429) at fr.tduf.gui.database.controllers.MainStageController.lambda$init$1(MainStageController.java:148) at javafx.base/com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(Unknown Source) at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ReadOnlyObjectPropertyBase.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ReadOnlyObjectWrapper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.set(Unknown Source) at javafx.controls/javafx.scene.control.SelectionModel.setSelectedItem(Unknown Source) at javafx.controls/javafx.scene.control.SingleSelectionModel.updateSelectedIndex(Unknown Source) at javafx.controls/javafx.scene.control.SingleSelectionModel.select(Unknown Source) at javafx.controls/javafx.scene.control.ChoiceBox$ChoiceBoxSelectionModel.select(Unknown Source) at javafx.controls/javafx.scene.control.skin.ChoiceBoxSkin.lambda$addPopupItem$7(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) at javafx.base/javafx.event.Event.fireEvent(Unknown Source) at javafx.controls/javafx.scene.control.MenuItem.fire(Unknown Source) at javafx.controls/com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.doSelect(Unknown Source) at javafx.controls/com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.lambda$createChildren$12(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) at javafx.base/javafx.event.Event.fireEvent(Unknown Source) at javafx.graphics/javafx.scene.Scene$MouseHandler.process(Unknown Source) at javafx.graphics/javafx.scene.Scene$MouseHandler.access$1300(Unknown Source) at javafx.graphics/javafx.scene.Scene.processMouseEvent(Unknown Source) at javafx.graphics/javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at java.base/java.security.AccessController.doPrivileged(Native Method) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source) at javafx.graphics/com.sun.glass.ui.View.handleMouseEvent(Unknown Source) at javafx.graphics/com.sun.glass.ui.View.notifyMouse(Unknown Source) at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 00:10 ERROR: [PluginHandler] Error occured while rendering plugin: IKS java.lang.NullPointerException at fr.tduf.gui.database.plugins.iks.IKsPlugin.createMainColumn(IKsPlugin.java:92) at fr.tduf.gui.database.plugins.iks.IKsPlugin.renderControls(IKsPlugin.java:77) at fr.tduf.gui.database.plugins.common.PluginHandler.renderPluginByName(PluginHandler.java:62) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addPluginControls(DynamicFieldControlsHelper.java:153) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addCustomControls(DynamicFieldControlsHelper.java:67) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addFieldControls(DynamicFieldControlsHelper.java:106) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.lambda$addAllFieldsControls$1(DynamicFieldControlsHelper.java:51) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) at java.base/java.util.stream.SortedOps$SizedRefSortingSink.end(Unknown Source) at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addAllFieldsControls(DynamicFieldControlsHelper.java:51) at fr.tduf.gui.database.controllers.MainStageViewDataController.initDynamicControls(MainStageViewDataController.java:517) at fr.tduf.gui.database.controllers.MainStageViewDataController.initTabPane(MainStageViewDataController.java:488) at fr.tduf.gui.database.controllers.MainStageViewDataController.refreshAll(MainStageViewDataController.java:221) at fr.tduf.gui.database.controllers.MainStageViewDataController.applyProfile(MainStageViewDataController.java:204) at fr.tduf.gui.database.controllers.MainStageController.handleProfileChoiceChanged(MainStageController.java:429) at fr.tduf.gui.database.controllers.MainStageController.lambda$init$1(MainStageController.java:148) at javafx.base/com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(Unknown Source) at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ReadOnlyObjectPropertyBase.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ReadOnlyObjectWrapper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.set(Unknown Source) at javafx.controls/javafx.scene.control.SelectionModel.setSelectedItem(Unknown Source) at javafx.controls/javafx.scene.control.SingleSelectionModel.updateSelectedIndex(Unknown Source) at javafx.controls/javafx.scene.control.SingleSelectionModel.select(Unknown Source) at javafx.controls/javafx.scene.control.ChoiceBox$ChoiceBoxSelectionModel.select(Unknown Source) at javafx.controls/javafx.scene.control.skin.ChoiceBoxSkin.lambda$addPopupItem$7(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) at javafx.base/javafx.event.Event.fireEvent(Unknown Source) at javafx.controls/javafx.scene.control.MenuItem.fire(Unknown Source) at javafx.controls/com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.doSelect(Unknown Source) at javafx.controls/com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.lambda$createChildren$12(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) at javafx.base/javafx.event.Event.fireEvent(Unknown Source) at javafx.graphics/javafx.scene.Scene$MouseHandler.process(Unknown Source) at javafx.graphics/javafx.scene.Scene$MouseHandler.access$1300(Unknown Source) at javafx.graphics/javafx.scene.Scene.processMouseEvent(Unknown Source) at javafx.graphics/javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at java.base/java.security.AccessController.doPrivileged(Native Method) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source) at javafx.graphics/com.sun.glass.ui.View.handleMouseEvent(Unknown Source) at javafx.graphics/com.sun.glass.ui.View.notifyMouse(Unknown Source) at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 00:01 INFO: [CamerasPlugin] Loading camera info from Z:\Program Files (x86)\Atari\Test Drive Unlimited\Euro\Bnk\DataBase\cameras.bin Exception in thread "JavaFX Application Thread" java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter at fr.tduf.libunlimited.low.files.research.common.helper.TypeHelper.byteArrayToHexRepresentation(TypeHelper.java:210) at fr.tduf.libunlimited.low.files.research.rw.GenericParser.dumpRawValue(GenericParser.java:261) at fr.tduf.libunlimited.low.files.research.rw.GenericParser.readAndDumpValue(GenericParser.java:122) at fr.tduf.libunlimited.low.files.research.rw.GenericParser.readFields(GenericParser.java:87) at fr.tduf.libunlimited.low.files.research.rw.GenericParser.parse(GenericParser.java:56) at fr.tduf.libunlimited.low.files.bin.cameras.helper.CamerasHelper.loadAndParseCamerasDatabase(CamerasHelper.java:191) at fr.tduf.gui.database.plugins.cameras.CamerasPlugin.onInit(CamerasPlugin.java:98) at fr.tduf.gui.database.plugins.common.PluginHandler.initializePlugin(PluginHandler.java:82) at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Unknown Source) at java.base/java.util.stream.ReferencePipeline$Head.forEach(Unknown Source) at fr.tduf.gui.database.plugins.common.PluginHandler.initializeAllPlugins(PluginHandler.java:41) at fr.tduf.gui.database.controllers.MainStageController.initPlugins(MainStageController.java:487) at fr.tduf.gui.database.controllers.MainStageController.handleDatabaseLoaderSuccess(MainStageController.java:410) at fr.tduf.gui.database.controllers.MainStageController.lambda$getLoaderStateChangeListener$22(MainStageController.java:579) at javafx.base/com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(Unknown Source) at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.access$000(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase$Listener.invalidated(Unknown Source) at javafx.base/com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(Unknown Source) at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.set(Unknown Source) at javafx.graphics/javafx.concurrent.Task.setState(Unknown Source) at javafx.graphics/javafx.concurrent.Task$TaskCallable.lambda$call$1(Unknown Source) at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) at java.base/java.security.AccessController.doPrivileged(Native Method) at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source) at java.base/java.lang.ClassLoader.loadClass(Unknown Source) ... 34 more Exception in thread "JavaFX Application Thread" java.lang.NullPointerException at fr.tduf.gui.database.controllers.MainStageViewDataController.updateCurrentEntryLabelProperty(MainStageViewDataController.java:401) at fr.tduf.gui.database.controllers.MainStageViewDataController.updateAllPropertiesWithItemValues(MainStageViewDataController.java:225) at fr.tduf.gui.database.controllers.MainStageViewDataController.applySelectedLocale(MainStageViewDataController.java:210) at fr.tduf.gui.database.controllers.MainStageController.handleLocaleChoiceChanged(MainStageController.java:439) at fr.tduf.gui.database.controllers.MainStageController.lambda$init$0(MainStageController.java:147) at javafx.base/com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(Unknown Source) at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ReadOnlyObjectPropertyBase.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ReadOnlyObjectWrapper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.set(Unknown Source) at javafx.controls/javafx.scene.control.SelectionModel.setSelectedItem(Unknown Source) at javafx.controls/javafx.scene.control.SingleSelectionModel.updateSelectedIndex(Unknown Source) at javafx.controls/javafx.scene.control.SingleSelectionModel.select(Unknown Source) at javafx.controls/javafx.scene.control.ChoiceBox$ChoiceBoxSelectionModel.select(Unknown Source) at javafx.controls/javafx.scene.control.skin.ChoiceBoxSkin.lambda$addPopupItem$7(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) at javafx.base/javafx.event.Event.fireEvent(Unknown Source) at javafx.controls/javafx.scene.control.MenuItem.fire(Unknown Source) at javafx.controls/com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.doSelect(Unknown Source) at javafx.controls/com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.lambda$createChildren$12(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) at javafx.base/javafx.event.Event.fireEvent(Unknown Source) at javafx.graphics/javafx.scene.Scene$MouseHandler.process(Unknown Source) at javafx.graphics/javafx.scene.Scene$MouseHandler.access$1300(Unknown Source) at javafx.graphics/javafx.scene.Scene.processMouseEvent(Unknown Source) at javafx.graphics/javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at java.base/java.security.AccessController.doPrivileged(Native Method) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source) at javafx.graphics/com.sun.glass.ui.View.handleMouseEvent(Unknown Source) at javafx.graphics/com.sun.glass.ui.View.notifyMouse(Unknown Source) at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 00:30 WARN: [MappingPlugin] Mapping plugin not loaded, no rendering will be performed 00:30 WARN: [MappingPlugin] Mapping plugin not loaded, no rendering will be performed 00:30 ERROR: [PluginHandler] Error occured while rendering plugin: CAMERAS java.lang.NullPointerException at fr.tduf.libunlimited.low.files.bin.cameras.helper.CamerasHelper.fetchAllInformation(CamerasHelper.java:131) at fr.tduf.gui.database.plugins.cameras.CamerasPlugin.renderControls(CamerasPlugin.java:151) at fr.tduf.gui.database.plugins.common.PluginHandler.renderPluginByName(PluginHandler.java:62) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addPluginControls(DynamicFieldControlsHelper.java:153) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addCustomControls(DynamicFieldControlsHelper.java:67) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addFieldControls(DynamicFieldControlsHelper.java:106) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.lambda$addAllFieldsControls$1(DynamicFieldControlsHelper.java:51) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) at java.base/java.util.stream.SortedOps$SizedRefSortingSink.end(Unknown Source) at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addAllFieldsControls(DynamicFieldControlsHelper.java:51) at fr.tduf.gui.database.controllers.MainStageViewDataController.initDynamicControls(MainStageViewDataController.java:517) at fr.tduf.gui.database.controllers.MainStageViewDataController.initTabPane(MainStageViewDataController.java:488) at fr.tduf.gui.database.controllers.MainStageViewDataController.refreshAll(MainStageViewDataController.java:221) at fr.tduf.gui.database.controllers.MainStageViewDataController.applyProfile(MainStageViewDataController.java:204) at fr.tduf.gui.database.controllers.MainStageController.handleProfileChoiceChanged(MainStageController.java:429) at fr.tduf.gui.database.controllers.MainStageController.lambda$init$1(MainStageController.java:148) at javafx.base/com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(Unknown Source) at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ReadOnlyObjectPropertyBase.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ReadOnlyObjectWrapper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.set(Unknown Source) at javafx.controls/javafx.scene.control.SelectionModel.setSelectedItem(Unknown Source) at javafx.controls/javafx.scene.control.SingleSelectionModel.updateSelectedIndex(Unknown Source) at javafx.controls/javafx.scene.control.SingleSelectionModel.select(Unknown Source) at javafx.controls/javafx.scene.control.ChoiceBox$ChoiceBoxSelectionModel.select(Unknown Source) at javafx.controls/javafx.scene.control.skin.ChoiceBoxSkin.lambda$addPopupItem$7(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) at javafx.base/javafx.event.Event.fireEvent(Unknown Source) at javafx.controls/javafx.scene.control.MenuItem.fire(Unknown Source) at javafx.controls/com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.doSelect(Unknown Source) at javafx.controls/com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.lambda$createChildren$12(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) at javafx.base/javafx.event.Event.fireEvent(Unknown Source) at javafx.graphics/javafx.scene.Scene$MouseHandler.process(Unknown Source) at javafx.graphics/javafx.scene.Scene$MouseHandler.access$1300(Unknown Source) at javafx.graphics/javafx.scene.Scene.processMouseEvent(Unknown Source) at javafx.graphics/javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at java.base/java.security.AccessController.doPrivileged(Native Method) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source) at javafx.graphics/com.sun.glass.ui.View.handleMouseEvent(Unknown Source) at javafx.graphics/com.sun.glass.ui.View.notifyMouse(Unknown Source) at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 00:30 ERROR: [PluginHandler] Error occured while rendering plugin: IKS java.lang.NullPointerException at fr.tduf.gui.database.plugins.iks.IKsPlugin.createMainColumn(IKsPlugin.java:92) at fr.tduf.gui.database.plugins.iks.IKsPlugin.renderControls(IKsPlugin.java:77) at fr.tduf.gui.database.plugins.common.PluginHandler.renderPluginByName(PluginHandler.java:62) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addPluginControls(DynamicFieldControlsHelper.java:153) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addCustomControls(DynamicFieldControlsHelper.java:67) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addFieldControls(DynamicFieldControlsHelper.java:106) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.lambda$addAllFieldsControls$1(DynamicFieldControlsHelper.java:51) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) at java.base/java.util.stream.SortedOps$SizedRefSortingSink.end(Unknown Source) at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addAllFieldsControls(DynamicFieldControlsHelper.java:51) at fr.tduf.gui.database.controllers.MainStageViewDataController.initDynamicControls(MainStageViewDataController.java:517) at fr.tduf.gui.database.controllers.MainStageViewDataController.initTabPane(MainStageViewDataController.java:488) at fr.tduf.gui.database.controllers.MainStageViewDataController.refreshAll(MainStageViewDataController.java:221) at fr.tduf.gui.database.controllers.MainStageViewDataController.applyProfile(MainStageViewDataController.java:204) at fr.tduf.gui.database.controllers.MainStageController.handleProfileChoiceChanged(MainStageController.java:429) at fr.tduf.gui.database.controllers.MainStageController.lambda$init$1(MainStageController.java:148) at javafx.base/com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(Unknown Source) at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ReadOnlyObjectPropertyBase.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ReadOnlyObjectWrapper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.set(Unknown Source) at javafx.controls/javafx.scene.control.SelectionModel.setSelectedItem(Unknown Source) at javafx.controls/javafx.scene.control.SingleSelectionModel.updateSelectedIndex(Unknown Source) at javafx.controls/javafx.scene.control.SingleSelectionModel.select(Unknown Source) at javafx.controls/javafx.scene.control.ChoiceBox$ChoiceBoxSelectionModel.select(Unknown Source) at javafx.controls/javafx.scene.control.skin.ChoiceBoxSkin.lambda$addPopupItem$7(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) at javafx.base/javafx.event.Event.fireEvent(Unknown Source) at javafx.controls/javafx.scene.control.MenuItem.fire(Unknown Source) at javafx.controls/com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.doSelect(Unknown Source) at javafx.controls/com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.lambda$createChildren$12(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) at javafx.base/javafx.event.Event.fireEvent(Unknown Source) at javafx.graphics/javafx.scene.Scene$MouseHandler.process(Unknown Source) at javafx.graphics/javafx.scene.Scene$MouseHandler.access$1300(Unknown Source) at javafx.graphics/javafx.scene.Scene.processMouseEvent(Unknown Source) at javafx.graphics/javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at java.base/java.security.AccessController.doPrivileged(Native Method) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source) at javafx.graphics/com.sun.glass.ui.View.handleMouseEvent(Unknown Source) at javafx.graphics/com.sun.glass.ui.View.notifyMouse(Unknown Source) at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 00:49 ERROR: [PluginHandler] Error occured while rendering plugin: CAMERAS java.lang.NullPointerException at fr.tduf.libunlimited.low.files.bin.cameras.helper.CamerasHelper.fetchAllInformation(CamerasHelper.java:131) at fr.tduf.gui.database.plugins.cameras.CamerasPlugin.renderControls(CamerasPlugin.java:151) at fr.tduf.gui.database.plugins.common.PluginHandler.renderPluginByName(PluginHandler.java:62) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addPluginControls(DynamicFieldControlsHelper.java:153) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addCustomControls(DynamicFieldControlsHelper.java:67) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addFieldControls(DynamicFieldControlsHelper.java:106) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.lambda$addAllFieldsControls$1(DynamicFieldControlsHelper.java:51) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) at java.base/java.util.stream.SortedOps$SizedRefSortingSink.end(Unknown Source) at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addAllFieldsControls(DynamicFieldControlsHelper.java:51) at fr.tduf.gui.database.controllers.MainStageViewDataController.initDynamicControls(MainStageViewDataController.java:517) at fr.tduf.gui.database.controllers.MainStageViewDataController.initTabPane(MainStageViewDataController.java:488) at fr.tduf.gui.database.controllers.MainStageViewDataController.refreshAll(MainStageViewDataController.java:221) at fr.tduf.gui.database.controllers.MainStageViewDataController.applyProfile(MainStageViewDataController.java:204) at fr.tduf.gui.database.controllers.MainStageController.handleProfileChoiceChanged(MainStageController.java:429) at fr.tduf.gui.database.controllers.MainStageController.lambda$init$1(MainStageController.java:148) at javafx.base/com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(Unknown Source) at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ReadOnlyObjectPropertyBase.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ReadOnlyObjectWrapper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.set(Unknown Source) at javafx.controls/javafx.scene.control.SelectionModel.setSelectedItem(Unknown Source) at javafx.controls/javafx.scene.control.SingleSelectionModel.updateSelectedIndex(Unknown Source) at javafx.controls/javafx.scene.control.SingleSelectionModel.select(Unknown Source) at javafx.controls/javafx.scene.control.ChoiceBox$ChoiceBoxSelectionModel.select(Unknown Source) at javafx.controls/javafx.scene.control.skin.ChoiceBoxSkin.lambda$addPopupItem$7(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) at javafx.base/javafx.event.Event.fireEvent(Unknown Source) at javafx.controls/javafx.scene.control.MenuItem.fire(Unknown Source) at javafx.controls/com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.doSelect(Unknown Source) at javafx.controls/com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.lambda$createChildren$12(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) at javafx.base/javafx.event.Event.fireEvent(Unknown Source) at javafx.graphics/javafx.scene.Scene$MouseHandler.process(Unknown Source) at javafx.graphics/javafx.scene.Scene$MouseHandler.access$1300(Unknown Source) at javafx.graphics/javafx.scene.Scene.processMouseEvent(Unknown Source) at javafx.graphics/javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at java.base/java.security.AccessController.doPrivileged(Native Method) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source) at javafx.graphics/com.sun.glass.ui.View.handleMouseEvent(Unknown Source) at javafx.graphics/com.sun.glass.ui.View.notifyMouse(Unknown Source) at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 00:49 ERROR: [PluginHandler] Error occured while rendering plugin: IKS java.lang.NullPointerException at fr.tduf.gui.database.plugins.iks.IKsPlugin.createMainColumn(IKsPlugin.java:92) at fr.tduf.gui.database.plugins.iks.IKsPlugin.renderControls(IKsPlugin.java:77) at fr.tduf.gui.database.plugins.common.PluginHandler.renderPluginByName(PluginHandler.java:62) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addPluginControls(DynamicFieldControlsHelper.java:153) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addCustomControls(DynamicFieldControlsHelper.java:67) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addFieldControls(DynamicFieldControlsHelper.java:106) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.lambda$addAllFieldsControls$1(DynamicFieldControlsHelper.java:51) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) at java.base/java.util.stream.SortedOps$SizedRefSortingSink.end(Unknown Source) at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) at fr.tduf.gui.database.controllers.helper.DynamicFieldControlsHelper.addAllFieldsControls(DynamicFieldControlsHelper.java:51) at fr.tduf.gui.database.controllers.MainStageViewDataController.initDynamicControls(MainStageViewDataController.java:517) at fr.tduf.gui.database.controllers.MainStageViewDataController.initTabPane(MainStageViewDataController.java:488) at fr.tduf.gui.database.controllers.MainStageViewDataController.refreshAll(MainStageViewDataController.java:221) at fr.tduf.gui.database.controllers.MainStageViewDataController.applyProfile(MainStageViewDataController.java:204) at fr.tduf.gui.database.controllers.MainStageController.handleProfileChoiceChanged(MainStageController.java:429) at fr.tduf.gui.database.controllers.MainStageController.lambda$init$1(MainStageController.java:148) at javafx.base/com.sun.javafx.binding.ExpressionHelper$Generic.fireValueChangedEvent(Unknown Source) at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ReadOnlyObjectPropertyBase.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ReadOnlyObjectWrapper.fireValueChangedEvent(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.markInvalid(Unknown Source) at javafx.base/javafx.beans.property.ObjectPropertyBase.set(Unknown Source) at javafx.controls/javafx.scene.control.SelectionModel.setSelectedItem(Unknown Source) at javafx.controls/javafx.scene.control.SingleSelectionModel.updateSelectedIndex(Unknown Source) at javafx.controls/javafx.scene.control.SingleSelectionModel.select(Unknown Source) at javafx.controls/javafx.scene.control.ChoiceBox$ChoiceBoxSelectionModel.select(Unknown Source) at javafx.controls/javafx.scene.control.skin.ChoiceBoxSkin.lambda$addPopupItem$7(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) at javafx.base/javafx.event.Event.fireEvent(Unknown Source) at javafx.controls/javafx.scene.control.MenuItem.fire(Unknown Source) at javafx.controls/com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.doSelect(Unknown Source) at javafx.controls/com.sun.javafx.scene.control.ContextMenuContent$MenuItemContainer.lambda$createChildren$12(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler$NormalEventHandlerRecord.handleBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventHandler.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventHandlerManager.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.CompositeEventDispatcher.dispatchBubblingEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.BasicEventDispatcher.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventDispatchChainImpl.dispatchEvent(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEventImpl(Unknown Source) at javafx.base/com.sun.javafx.event.EventUtil.fireEvent(Unknown Source) at javafx.base/javafx.event.Event.fireEvent(Unknown Source) at javafx.graphics/javafx.scene.Scene$MouseHandler.process(Unknown Source) at javafx.graphics/javafx.scene.Scene$MouseHandler.access$1300(Unknown Source) at javafx.graphics/javafx.scene.Scene.processMouseEvent(Unknown Source) at javafx.graphics/javafx.scene.Scene$ScenePeerListener.mouseEvent(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler$MouseEventNotification.run(Unknown Source) at java.base/java.security.AccessController.doPrivileged(Native Method) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.lambda$handleMouseEvent$2(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.runWithoutRenderLock(Unknown Source) at javafx.graphics/com.sun.javafx.tk.quantum.GlassViewEventHandler.handleMouseEvent(Unknown Source) at javafx.graphics/com.sun.glass.ui.View.handleMouseEvent(Unknown Source) at javafx.graphics/com.sun.glass.ui.View.notifyMouse(Unknown Source) at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source)