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
When I start in my project the QuicServer class (is like https3Server but removed the http part), throws this error. I searched and all the "solutions" given don't work. I found that the problem is in the ConfigBuilder object, but I can't fix it.
Caused by: java.lang.UnsatisfiedLinkError: 'void io.quiche4j.Native.quiche_init_logger()' at io.quiche4j.Native.quiche_init_logger(Native Method) ~[quiche4j-core-0.2.5.jar:?] at io.quiche4j.Native.<clinit>(Native.java:23) ~[quiche4j-core-0.2.5.jar:?] at io.quiche4j.ConfigBuilder.build(ConfigBuilder.java:317) ~[quiche4j-core-0.2.5.jar:?] at xyz.luisch444.uranium.network.QuicServer.<init>(QuicServer.java:23) ~[main/:?]
The text was updated successfully, but these errors were encountered:
When I start in my project the QuicServer class (is like https3Server but removed the http part), throws this error. I searched and all the "solutions" given don't work. I found that the problem is in the ConfigBuilder object, but I can't fix it.
Caused by: java.lang.UnsatisfiedLinkError: 'void io.quiche4j.Native.quiche_init_logger()' at io.quiche4j.Native.quiche_init_logger(Native Method) ~[quiche4j-core-0.2.5.jar:?] at io.quiche4j.Native.<clinit>(Native.java:23) ~[quiche4j-core-0.2.5.jar:?] at io.quiche4j.ConfigBuilder.build(ConfigBuilder.java:317) ~[quiche4j-core-0.2.5.jar:?] at xyz.luisch444.uranium.network.QuicServer.<init>(QuicServer.java:23) ~[main/:?]
The text was updated successfully, but these errors were encountered: