Steamworks.NET-Test icon indicating copy to clipboard operation
Steamworks.NET-Test copied to clipboard

DllNotFoundException: sdkencryptedappticket64

Open Anadunee opened this issue 2 years ago • 2 comments

On the website its writtent that if im using Steam Encrypted App Ticket i should copy sdkencryptedappticket.dll in the next to steam_api.dll. I have copy it to Library\PackageCache\com.rlabrecque.steamworks.net@a3fe8091f7\Plugins but now im getting error that i dont have .meta data. And in unity editor still have: DllNotFoundException: sdkencryptedappticket64 assembly: type: member:(null) Steamworks.SteamEncryptedAppTicket.BDecryptTicket (System.Byte[] rgubTicketEncrypted, System.UInt32 cubTicketEncrypted, System.Byte[] rgubTicketDecrypted, System.UInt32& pcubTicketDecrypted, System.Byte[] rgubKey, System.Int32 cubKey

Anadunee avatar Dec 03 '23 19:12 Anadunee

@Anadunee Did you drag the dll into unity? I would ask this question on the Unity Forums about using custom dll's. There's a little prep work involved and it's been so long, but the answer has already been made there. If you're using the latest editor than make sure the steamwork authentication service is set up properly.

nick5454 avatar Dec 29 '23 21:12 nick5454

Hello! So I'm seeing something similar, but not in unity. I'm building a .NET web app with the intent to deploy to Azure.

If I run it locally as https configuration, it finds the sdkencryptedappticket.dll just fine (it's in the project beside the executable and steam_api.dll). But if I run it as either IIS or deployed to Azure, it can't load the dll even though it's definitely there. Unsure if this is Steamworks.NET related or not.

benljbrooks avatar May 04 '24 18:05 benljbrooks