Ich hätte mal gleich genauer auf den Call-Stack schauen sollen:
Code:
[6E02DF73]{rtl290.bpl } System.Win.Notification.TNotificationCenterWinRT.Create (Line 181, "System.Win.Notification.pas" + 6) + $58
[6DA8A230]{rtl290.bpl } System.@CheckAutoResult (Line 40350, "System.pas" + 4) + $6
[6E02DF73]{rtl290.bpl } System.Win.Notification.TNotificationCenterWinRT.Create (Line 181, "System.Win.Notification.pas" + 6) + $58
[6E033E44]{rtl290.bpl } System.Notification..{System.Generics.Collections}TList<System.Notification.TChannel> + $9A8
[6E033F66]{rtl290.bpl } System.Notification..{System.Generics.Collections}TList<System.Notification.TChannel> + $ACA
[00CB98F2]{
bds.exe } SubscriptionNotification.TSubscriptionNotification.DoCheckLicenseExpiration + $276
[00CB9596]{
bds.exe } SubscriptionNotification.TSubscriptionNotification.CheckLicenseExpiration + $10E
Deine Subscription läuft bald aus oder ist schon ausgelaufen. deshalb versucht die
IDE Dich darauf hinzuweisen, und zwar mit einem Hinweis in der Titelzeile und einer Notification in Windows. Dabei geht irgendwas schief. Du kannst als Workaround diese Funktion der
IDE ausschalten. Dazu musst Du unter
Code:
Computer\HKEY_CURRENT_USER\Software\Embarcadero\
BDS\<version>\Globals
bei "LicenseNotificationEnabled" eine Null einzutragen (wie ich selbst gerade erst gelernt habe).