Hello, I am trying my luck with the development of a TeamSpeak Module. The help pages and example modules seem to be fairly outdated btw.
I requested a developer license, added it with "ampinstmgr reactivate AMPInstance1-ADS ,.." to my instance and got this output:
[Info] AMP Instance Manager v2.1.2 built 24/06/2021 15:21
[Info] Release spec: Release - built by CUBECODERS/buildbot on CCL-DEV
[Info] Checking licence key...
[Info] Licence Type: AMP Developer
[Info] Current Usage: 0
[Info] Reactivating instance AMPInstance1-ADS...
[Info] Done.
Then I tried to start the instance by console using: AMP +Core.AMP.AppModule TeamSpeak3Module I am getting this error:
[12:10:46] [SignatureVerification Error] : CryptographicException
[12:10:46] [SignatureVerification Error] : [0] (CryptographicException) : Das angeforderte Objekt wurde nicht gefunden.
[12:10:46] [SignatureVerification Error] : at Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr)
at Security.Cryptography.X509Certificates.X509Utils._QueryCertFileType(String fileName)
at Security.Cryptography.X509Certificates.X509Certificate.LoadCertificateFromFile(String fileName, Object password, X509KeyStorageFlags keyStorageFlags)
at GSMyAdmin.SignatureVerification.Verify_Windows(String Filename)
[12:10:46] [Core Error] : Unable to load module TeamSpeak3Module: Could not load file or assembly 'TeamSpeak3Module' or one of its dependencies. Failure during Cryptographic operation. (Exception from HRESULT: 0x80131430)
[12:10:46] [ModuleLoader Error] : FileLoadException
[12:10:46] [ModuleLoader Error] : [0] (FileLoadException) : Could not load file or assembly 'TeamSpeak3Module' or one of its dependencies. Failure during Cryptographic operation. (Exception from HRESULT: 0x80131430)
[12:10:46] [ModuleLoader Error] : at GSMyAdmin.ModuleLoader.????????????????????????????????????????(String )
at GSMyAdmin.ModuleLoader.GetPluginAssembly(String PluginName)
at GSMyAdmin.ModuleLoader.LoadApplicationModule(String ModuleName)
[12:10:46] [ModuleLoader Error] : CryptographicException
[12:10:46] [ModuleLoader Error] : [1] (CryptographicException) : A developer licence is required to load unsigned plugins.
[12:10:46] [ModuleLoader Error] : at GSMyAdmin.ModuleLoader.CurrentDomain_AssemblyResolve(Object sender, ResolveEventArgs args)
at AppDomain.OnAssemblyResolveEvent(RuntimeAssembly assembly, String assemblyFullName)