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

Support for JNA 5 (java.lang.NoSuchFieldError: SIZE) #73

Open
dbdr opened this issue Oct 15, 2019 · 2 comments
Open

Support for JNA 5 (java.lang.NoSuchFieldError: SIZE) #73

dbdr opened this issue Oct 15, 2019 · 2 comments

Comments

@dbdr
Copy link
Contributor

dbdr commented Oct 15, 2019

I'm getting this exception:

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?

@gschnepp
Copy link

Markus doesn't answer any issues or pull requests here for nearly a year now. This project is dead, I think. Unfortunately. :-(

@akuhtz
Copy link

akuhtz commented Jun 13, 2020

@dbdr Fixed with https://github.com/akuhtz/proxy-vole/releases/tag/1.0.7

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

3 participants