Forums Archived

This forum has been archived. No new posts can be made and no new users can sign up. It remains here for reference only.

Find the new forums here

Developer License not recognized?

  • 212 Views
  • Last Post 01 July 2021
PhBr posted this 26 June 2021

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)

Order By: Standard | Newest | Votes
Mike posted this 27 June 2021

If you start the instance normally does it show both licences are active?

PhBr posted this 28 June 2021

Where exactly can I see that? I can't find any license information in the logs, webinterface or instance manager.

Mike posted this 01 July 2021

It shows it during the instance startup very early on in its logs. "Licence present: LICENCE TYPE"

Close