Skip to content

java.lang.UnsatisfiedLinkError #58

@ChandulaNavod

Description

@ChandulaNavod

This issue was automatically created by the RemoteLight ExceptionHandler.
RemoteLightCore version: v0.2.5.2
Commit ID: 42a79d3
Java version: 1.8.0_292 (AdoptOpenJDK)
OS: Windows 10
StackTrace:

java.lang.UnsatisfiedLinkError: Unable to load library 'win32-x64/xt-core.dll': Native library (win32-x86-64/win32-x64/xt-core.dll) not found in resource path ([file:/C:/Program%20Files/RemoteLight-Windows/RemoteLight-Windows.exe, file:/C:/Program%20Files/RemoteLight-Windows/remotelight-core-0.2.5.2.jar, file:/C:/Program%20Files/RemoteLight-Windows/TarsosDSP-2.4.jar, file:/C:/Program%20Files/RemoteLight-Windows/artnet4j-0.6.1.1.jar, file:/C:/Program%20Files/RemoteLight-Windows/xt-audio-1.0.5.jar, file:/C:/Program%20Files/RemoteLight-Windows/remotelight-plugincore-0.2.5.2.jar, file:/C:/Program%20Files/RemoteLight-Windows/remotelight-restapi-0.2.5.2.jar, file:/C:/Program%20Files/RemoteLight-Windows/nanohttpd-2.3.1.jar, file:/C:/Program%20Files/RemoteLight-Windows/nanohttpd-nanolets-2.3.1.jar, file:/C:/Program%20Files/RemoteLight-Windows/ColorPicker-v0.4.jar, file:/C:/Program%20Files/RemoteLight-Windows/flatlaf-1.5.jar, file:/C:/Program%20Files/RemoteLight-Windows/flatlaf-intellij-themes-1.5.jar, file:/C:/Program%20Files/RemoteLight-Windows/flatlaf-extras-1.5.jar, file:/C:/Program%20Files/RemoteLight-Windows/svgSalamander-1.1.2.4.jar, file:/C:/Program%20Files/RemoteLight-Windows/jiconfont-swing-1.0.1.jar, file:/C:/Program%20Files/RemoteLight-Windows/jiconfont-1.0.0.jar, file:/C:/Program%20Files/RemoteLight-Windows/filters-2.0.235-1.jar, file:/C:/Program%20Files/RemoteLight-Windows/gson-2.8.6.jar, file:/C:/Program%20Files/RemoteLight-Windows/jna-4.1.0.jar, file:/C:/Program%20Files/RemoteLight-Windows/jSerialComm-2.6.2.jar, file:/C:/Program%20Files/RemoteLight-Windows/luaj-jse-3.0.1.jar, file:/C:/Program%20Files/RemoteLight-Windows/tinylog-api-2.1.2.jar, file:/C:/Program%20Files/RemoteLight-Windows/tinylog-impl-2.1.2.jar, file:/C:/Program%20Files/RemoteLight-Windows/maven-artifact-3.6.3.jar, file:/C:/Program%20Files/RemoteLight-Windows/plexus-utils-3.2.1.jar, file:/C:/Program%20Files/RemoteLight-Windows/commons-lang3-3.8.1.jar])
	at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:271)
	at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:398)
	at com.xtaudio.xt.XtNative.init(XtNative.java:150)
	at com.xtaudio.xt.XtAudio.<init>(XtAudio.java:35)
	at de.lars.remotelightclient.ui.panels.musicsync.nativesound.NativeSoundConfigPanel.setValues(NativeSoundConfigPanel.java:108)
	at de.lars.remotelightclient.ui.panels.musicsync.nativesound.NativeSoundConfigPanel.<init>(NativeSoundConfigPanel.java:100)
	at de.lars.remotelightclient.ui.panels.musicsync.nativesound.NativeSoundConfigPanel.showDialog(NativeSoundConfigPanel.java:364)
	at de.lars.remotelightclient.ui.panels.musicsync.MusicSyncOptionsPanel$5.actionPerformed(MusicSyncOptionsPanel.java:358)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
	at java.awt.Component.processMouseEvent(Component.java:6539)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
	at java.awt.Component.processEvent(Component.java:6304)
	at java.awt.Container.processEvent(Container.java:2239)
	at java.awt.Component.dispatchEventImpl(Component.java:4889)
	at java.awt.Container.dispatchEventImpl(Container.java:2297)
	at java.awt.Component.dispatchEvent(Component.java:4711)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
	at java.awt.Container.dispatchEventImpl(Container.java:2283)
	at java.awt.Window.dispatchEventImpl(Window.java:2746)
	at java.awt.Component.dispatchEvent(Component.java:4711)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
	at java.awt.EventQueue$4.run(EventQueue.java:733)
	at java.awt.EventQueue$4.run(EventQueue.java:731)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

Aug 26, 2023 9:41 PM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions