Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsatisfied link error: Platformer sample #1237

Open
Harvalove opened this issue Feb 27, 2023 · 0 comments
Open

Unsatisfied link error: Platformer sample #1237

Harvalove opened this issue Feb 27, 2023 · 0 comments

Comments

@Harvalove
Copy link
Contributor

Describe the bug
unsatisfied link error

To Reproduce
Steps to reproduce the behavior:

  1. Run program, error should reproduce

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant