OS Name/Version: Windows 10 20H2 under KVM virtualization
Product Name/Version: AMP 2.1.0.0
Problem Description: ADS won't start after update
Steps to reproduce:
- Update 2.0.9.0 to 2.1.0.0
- Restart System
Actions taken to resolve so far:
- Re-Install Service using AMP Instance manager
- Check ADS logs (There are no new ones, seems that logger died)
- Cry
- Check Windows Event Viewer
- Reinstall AMP using the repair option
- Uninstall Service and start AMP.exe automatically
In Windows Event Viewer I can see the following lines (second entry is german, sorry):
Application: AMP.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.TypeLoadException
at GSMyAdmin.Core.SetupDatastore(GSMyAdmin.Logger)
at GSMyAdmin.Core.Run()
at GSMyAdmin.Program.Main()
or
Name der fehlerhaften Anwendung: AMP.exe, Version: 2.1.0.0, Zeitstempel: 0x60119cf3
Name des fehlerhaften Moduls: KERNELBASE.dll, Version: 10.0.19041.662, Zeitstempel: 0xec58f015
Ausnahmecode: 0xe0434352
Fehleroffset: 0x000000000002d759
ID des fehlerhaften Prozesses: 0x106c
Startzeit der fehlerhaften Anwendung: 0x01d6f6954e3848dc
Pfad der fehlerhaften Anwendung: E:\AMPDatastore\Instances\Unraid-WIN10\AMP.exe
Pfad des fehlerhaften Moduls: C:\WINDOWS\System32\KERNELBASE.dll
Berichtskennung: 5d551e0c-010d-4f67-9962-c8419ab1a400
Vollständiger Name des fehlerhaften Pakets:
Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
While starting ADS using AMP.exe I can see the following:
[01:12:02] [Program Info] : Starting AMP version 2.1.0.0 (Ganymede), built 27/01/2021 17:03
[01:12:02] [Program Info] : Stream: Mainline (Release) - built by CUBECODERS/buildbot on CCL-DEV
Unhandled Exception: System.TypeLoadException: Method 'Get' in type 'GSMyAdmin.Providers.SQLiteDataProvider' from assembly 'AMP, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null' does not have an implementation.
at GSMyAdmin.Core.SetupDatastore(Logger log)
at GSMyAdmin.Core.Run()
at GSMyAdmin.Program.Main()