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
java.lang.NoSuchFieldError: SIZE
at com.github.markusbernhardt.proxy.jna.win.WTypes2$LPWSTRByReference.<init>(WTypes2.java:42)
A web search on "java.lang.NoSuchFieldError: SIZE" points to cases where code built for JNA 4.5 being used with JNA 5. Proxyvole 1.0.5 depends on JNA 4.5.1. The problem is that when using other dependencies that require JNA 5, that version will be picked, probably causing the failure in proxyvole.
Would it be possible for proxyvole to upgrade to JNA 5?
The text was updated successfully, but these errors were encountered:
I'm getting this exception:
A web search on "java.lang.NoSuchFieldError: SIZE" points to cases where code built for JNA 4.5 being used with JNA 5. Proxyvole 1.0.5 depends on JNA 4.5.1. The problem is that when using other dependencies that require JNA 5, that version will be picked, probably causing the failure in proxyvole.
Would it be possible for proxyvole to upgrade to JNA 5?
The text was updated successfully, but these errors were encountered: