You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The KSPe.InstallChecker is not being able to communicate to the user the need to restart the system because 000_KSPe is freaking out when it can't handle the new auxiliary DLLs in the PluginData.
The solution is to instrument KSPe to do not emit Modal Windows when:
KSPe.InstallChecker is present
There're more than one copy of KSPe Assembly on memory.
As this is a situation where InstallChecker will need the Modal to talk to the user.
The text was updated successfully, but these errors were encountered:
The
KSPe.InstallChecker
is not being able to communicate to the user the need to restart the system because000_KSPe
is freaking out when it can't handle the new auxiliary DLLs in thePluginData
.The solution is to instrument
KSPe
to do not emit Modal Windows when:KSPe.InstallChecker
is presentKSPe
Assembly on memory.As this is a situation where InstallChecker will need the Modal to talk to the user.
The text was updated successfully, but these errors were encountered: