We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This happened both when I try to port it in MCP or just Forge.
java.lang.UnsatisfiedLinkError: C:\Users\Computer\Desktop\mcef\run\mcef\jcef.dll: The specified procedure could not be found
now if I manually add that in I will get this:
java.lang.UnsatisfiedLinkError: C:\Users\Computer\Desktop\mcef\run\mcef\jcef.dll: Can't find dependent libraries
Any help would be great. Thanks you.
EDIT: I try to update JDK from 1.8.0_202 to 1.8.0_331 now it say java.lang.UnsatisfiedLinkError: org.cef.CefApp.N_PreInitialize()Z
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This happened both when I try to port it in MCP or just Forge.
java.lang.UnsatisfiedLinkError: C:\Users\Computer\Desktop\mcef\run\mcef\jcef.dll: The specified procedure could not be found
now if I manually add that in I will get this:
java.lang.UnsatisfiedLinkError: C:\Users\Computer\Desktop\mcef\run\mcef\jcef.dll: Can't find dependent libraries
Any help would be great. Thanks you.
EDIT: I try to update JDK from 1.8.0_202 to 1.8.0_331 now it say java.lang.UnsatisfiedLinkError: org.cef.CefApp.N_PreInitialize()Z
The text was updated successfully, but these errors were encountered: