subhra74 / xdm-experimental-binaries

GNU General Public License v3.0
151 stars 10 forks source link

app not opening #49

Open dhina191295 opened 1 year ago

dhina191295 commented 1 year ago

Recently the app is not opening after clicking on it.uninstalling fixes it and after restart the app does not open again.

version : 8.0.25

dhina191295 commented 1 year ago

got this error on first run after re-installing the beta version 8.0.25.

the second run and after than, the app will not open. I could see the icon in the task bar and then closes in few seconds.

image

dhina191295 commented 1 year ago

Found this message when I tried to debug via visual studio

System.NullReferenceException HResult=0x80004003 Message=Object reference not set to an instance of an object. Source=xdm-app StackTrace: at XDM.Wpf.UI.WpfPlatformUIService.ShowMessageBox(Object window, String message) at XDM.Core.BrowserMonitoring.IpcHttpMessageProcessor.b__3_0() at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart()