-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
catch unable to find hid library #1199
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sctanf
requested review from
ButterscotchV,
Eirenliel and
Erimelowo
as code owners
October 14, 2024 19:17
i like kotlin
ImUrX
requested changes
Oct 14, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still crashes
java -jar Downloads/SlimeVR-Server/slimevr.jar run
21:48:30 [INFO] Using log folder: /home/uri/.local/share/dev.slimevr.SlimeVR/logs
21:48:30 [INFO] Running version e5a6322
21:48:30 [INFO] Using config dir: /home/uri/.config/dev.slimevr.SlimeVR/vrconfig.yml
21:48:30 [INFO] Starting the tracker server on port 6969...
21:48:30 [SEVERE] SLF4J: No SLF4J providers were found.
21:48:30 [SEVERE] SLF4J: Defaulting to no-operation (NOP) logger implementation
21:48:30 [SEVERE] SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
21:48:30 [SEVERE] org.hid4java.HidException: Hidapi did not initialise: libudev.so.1: cannot open shared object file: No such file or directory
21:48:30 [SEVERE] at org.hid4java.HidDeviceManager.<init>(HidDeviceManager.java:87)
21:48:30 [SEVERE] at org.hid4java.HidServices.<init>(HidServices.java:81)
21:48:30 [SEVERE] at org.hid4java.HidManager.getHidServices(HidManager.java:72)
21:48:30 [SEVERE] at dev.slimevr.desktop.tracking.trackers.hid.TrackersHID.<init>(TrackersHID.kt:42)
21:48:30 [SEVERE] at dev.slimevr.desktop.Main.main(Main.kt:130)
21:48:30 [SEVERE] Caused by: java.lang.UnsatisfiedLinkError: libudev.so.1: cannot open shared object file: No such file or directory
21:48:30 [SEVERE] at com.sun.jna.Native.open(Native Method)
21:48:30 [SEVERE] at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:300)
21:48:30 [SEVERE] at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:481)
21:48:30 [SEVERE] at com.sun.jna.Library$Handler.<init>(Library.java:197)
21:48:30 [SEVERE] at com.sun.jna.Native.load(Native.java:618)
21:48:30 [SEVERE] at com.sun.jna.Native.load(Native.java:592)
21:48:30 [SEVERE] at org.hid4java.jna.HidrawHidApiLibrary.<clinit>(HidrawHidApiLibrary.java:37)
21:48:30 [SEVERE] at org.hid4java.jna.HidApi.init(HidApi.java:123)
21:48:30 [SEVERE] at org.hid4java.HidDeviceManager.<init>(HidDeviceManager.java:84)
21:48:30 [SEVERE] ... 4 more
oh, it is HidException not UnsatisfiedLinkError |
ImUrX
approved these changes
Oct 15, 2024
Closed
ButterscotchV
approved these changes
Oct 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.