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
I have made sure SteamAPI.init() and SteamAPI.loadLibraries has been on startup:
SteamAPI.loadLibraries(new SteamLibraryLoader() {});
SteamAPI.init();
if (!SteamAPI.init()) {
System.err.println("Failed to initialize Steam API")
}
Thank in advance 😄
The text was updated successfully, but these errors were encountered:
HypeStarF
changed the title
UnsatisfiedLinkError: Create Callback
UnsatisfiedLinkError: SteamFriendsNative.createCallback(SteamFriendsCallbackAdapter)
Oct 25, 2024
When try to define these basic variables:
I get this error message:
I have made sure SteamAPI.init() and SteamAPI.loadLibraries has been on startup:
Thank in advance 😄
The text was updated successfully, but these errors were encountered: