java.lang.UnsatisfiedLinkError: Can't obtain peer field ID for class com.sun.jna.Pointer
at com.sun.jna.Native.initIDs(Native Method)
at com.sun.jna.Native.<clinit>(SourceFile:23)
at com.sun.jna.Native.H(SourceFile:1)
at com.goterl.lazycode.lazysodium.c.<init>(SourceFile:4)
at com.goterl.lazycode.lazysodium.c.<init>(SourceFile:1)
Hi,
I'm getting the following exception when I initialize lazySodium in release mode (works fine in debug):
Not sure what could be the problem here.