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
The parameter is incorrect. (puArgErr=)
com.sun.jna.platform.win32.COM.COMException: The parameter is incorrect. (puArgErr=)
at com.sun.jna.platform.win32.COM.COMUtils.checkRC(COMUtils.java:112)
at com.sun.jna.platform.win32.COM.COMUtils.checkRC(COMUtils.java:95)
at com.sun.jna.platform.win32.COM.ITypeLibTest.testFindName(ITypeLibTest.java:136)
The text was updated successfully, but these errors were encountered:
Motivation:
OSGi does not recognize aarch_64 (with the underscore) as a processor name.
Modification:
Fix processor name
Result:
Our quic bundles should work again, on aarch_64 systems.
This is the quic equivalent of netty/netty#12498
The text was updated successfully, but these errors were encountered: