You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Sample that shows how to use chain shape for platforms.
Screenshots
If applicable, add screenshots to help explain your problem.
Type: UnsatisfiedLinkError
Method: NativeLibraries.load()
Line: Native Method
java.lang.UnsatisfiedLinkError: C:\Users\john-\.openjfx\cache\fxgl-11\fxgl_controllerinput.dll: Can't find dependent libraries
at java.base/jdk.internal.loader.NativeLibraries.load(Native Method)
at java.base/jdk.internal.loader.NativeLibraries$NativeLibraryImpl.open(NativeLibraries.java:388)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:232)
at java.base/jdk.internal.loader.NativeLibraries.loadLibrary(NativeLibraries.java:174)
at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2389)
at java.base/java.lang.Runtime.load0(Runtime.java:755)
at java.base/java.lang.System.load(System.java:1953)
at com.almasb.fxgl.controllerinput@17+dev-SNAPSHOT/com.almasb.fxgl.controllerinput.ControllerInputService.onInit(ControllerInputService.kt:80)
at com.almasb.fxgl.all@17+dev-SNAPSHOT/com.almasb.fxgl.app.Engine.initServices(Engine.kt:85)
at com.almasb.fxgl.all@17+dev-SNAPSHOT/com.almasb.fxgl.app.FXGLApplication.startImpl$lambda$2(FXGLApplication.kt:138)
at com.almasb.fxgl.core@17+dev-SNAPSHOT/com.almasb.fxgl.core.concurrent.IOTask.lambda$ofVoid$5(IOTask.java:184)
at com.almasb.fxgl.core@17+dev-SNAPSHOT/com.almasb.fxgl.core.concurrent.IOTask$2.onExecute(IOTask.java:197)
at com.almasb.fxgl.core@17+dev-SNAPSHOT/com.almasb.fxgl.core.concurrent.IOTask$1.call(IOTask.java:148)
at [email protected]/javafx.concurrent.Task$TaskCallable.call(Task.java:1426)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:833) ```
**Runtime info(please complete the following information):**
- OS and version: [e.g. Windows 10 / MacOS Catalina / etc.]
**Attach log associated with the bug (can be found in "logs/")**
**Additional context / possible fixes**
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
unsatisfied link error
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Sample that shows how to use chain shape for platforms.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: