bakkesmodorg / BakkesModSDK

The current BakkesModSDK (Unofficial SDK for Rocket League)
http://bakkesmod.com
223 stars 49 forks source link

"LoadLibrary returned NULL.[...] Error code: 193" when load plugin in game #26

Open landscht opened 3 years ago

landscht commented 3 years ago

after creating the plugin skeleton and configuring the project as indicated in the READme I just try to load it in game and I get this error "LoadLibrary returned NULL. Make sure the DLL is 64 bit and has access to all included libraries. Error code 193"

ItsBranK commented 3 years ago

99% of the time it's the last line with this error, but still check to make sure you're compiling for /MT.

ChiefBoggel commented 2 years ago

Hey, I know it's a pretty old question but I currently have the same problem. I figured out that the external library libcurl is causing this problem for me. If I try to call a function of the library it'll throw this error. I still don't know why this happens because the plugin has access to the library.