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
In the last stable version from vmshost, when client is executed for the first time, create a data folder with settings.db file.
But last beta can't create that file, only the folder and crash to desktop.
The pilot can't login, save sim settings (active sim/sim directory), can't sync the sceneries. In all this cases, Acars Crash.
How I found this issue? Im trying distributing in VA web the current last beta update.
After of update to last version if you delete the settings.db and distribute the updated acars this not work (see logs).
Crash report:
FSX pilot:
07-17 12:43:49|INFO; ===================================================
07-17 12:43:49|INFO; vmsACARS Startup, Version: 1.1.0.2214
07-17 12:43:49|INFO; Windows Version: 10.0.19043.
07-17 12:43:49|INFO; Working Directory: E:\ACARS\
07-17 12:43:53|INFO; Beta Enabled: True
07-17 12:43:53|INFO; Check Scenery Updates: True
07-17 12:43:56|INFO; Checking for new beta version
07-17 12:43:59|DEBUG; Registered vmsacars URI for web launcher
07-17 12:52:52|INFO; Saving FSX path, validating E:\Juegos\MFSX/Runways.xml
07-17 12:52:52|INFO; URL: https://argavirtual.com
07-17 12:52:52|INFO; Beta: True
07-17 12:52:52|INFO; Check Scenery: True
07-17 12:52:52|ERROR; UnhandledException UncaughtException::System.NullReferenceException;Stacktrace
at Acars.Database.DatabaseInterface.<>c__DisplayClass10_0`1.<Save>b__0()
at Polly.Policy.<>c__DisplayClass108_0.<Execute>b__0(Context _, CancellationToken _)
at Polly.Policy.<>c__DisplayClass138_0.<Implementation>b__0(Context ctx, CancellationToken token)
at Polly.Retry.RetryEngine.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates, ResultPredicates`1 shouldRetryResultPredicates, Action`4 onRetry, Int32 permittedRetryCount, IEnumerable`1 sleepDurationsEnumerable, Func`4 sleepDurationProvider)
at Polly.Retry.RetryPolicy.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken)
at Polly.Policy.Implementation(Action`2 action, Context context, CancellationToken cancellationToken)
at Polly.Policy.Execute(Action`2 action, Context context, CancellationToken cancellationToken)
at Polly.Policy.Execute(Action action)
at Acars.Database.DatabaseInterface.Save[T](String tableName, Int32 id, T obj)
at Acars.Services.AppService.SaveSettings(Settings settings)
at Acars.Views.ViewModels.SettingsViewModel.SaveSettings()
at Acars.Views.ViewModels.SettingsViewModel.ValidateSaveSettings(Boolean promptToSave)
at Acars.Views.ViewModels.SettingsViewModel.<RegisterListeners>b__52_0(Boolean _)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__140_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
X-Plane Pilot:
07-17 13:50:58|INFO; ===================================================
07-17 13:50:58|INFO; vmsACARS Startup, Version: 1.1.0.2214
07-17 13:50:58|INFO; Windows Version: 10.0.19044.
07-17 13:50:58|INFO; Working Directory: C:\Users\dajoy\Downloads\ACARS\ACARS\
07-17 13:50:58|INFO; Beta Enabled: True
07-17 13:50:58|INFO; Check Scenery Updates: True
07-17 13:50:58|INFO; Checking for new beta version
07-17 13:50:58|DEBUG; Registered vmsacars URI for web launcher
07-17 13:51:04|INFO; MessageBox, message=X-Plane path is not set
07-17 13:51:13|INFO; Copying plugin D:\X-Plane 11 Client v11.50 R3/Resources/plugins
07-17 13:51:22|INFO; Copying plugin D:\X-Plane 11 Client v11.50 R3/Resources/plugins
07-17 13:51:36|INFO; Saving X-Plane path, validating D:\X-Plane 11 Client v11.50 R3/Custom Scenery/
07-17 13:51:36|INFO; URL: https://argavirtual.com
07-17 13:51:36|INFO; Beta: True
07-17 13:51:36|INFO; Check Scenery: True
07-17 13:51:36|ERROR; UnhandledException UncaughtException::System.NullReferenceException;Stacktrace
at Acars.Database.DatabaseInterface.<>c__DisplayClass10_0`1.<Save>b__0()
at Polly.Policy.<>c__DisplayClass108_0.<Execute>b__0(Context _, CancellationToken _)
at Polly.Policy.<>c__DisplayClass138_0.<Implementation>b__0(Context ctx, CancellationToken token)
at Polly.Retry.RetryEngine.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates, ResultPredicates`1 shouldRetryResultPredicates, Action`4 onRetry, Int32 permittedRetryCount, IEnumerable`1 sleepDurationsEnumerable, Func`4 sleepDurationProvider)
at Polly.Retry.RetryPolicy.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken)
at Polly.Policy.Implementation(Action`2 action, Context context, CancellationToken cancellationToken)
at Polly.Policy.Execute(Action`2 action, Context context, CancellationToken cancellationToken)
at Polly.Policy.Execute(Action action)
at Acars.Database.DatabaseInterface.Save[T](String tableName, Int32 id, T obj)
at Acars.Services.AppService.SaveSettings(Settings settings)
at Acars.Views.ViewModels.SettingsViewModel.SaveSettings()
at Acars.Views.ViewModels.SettingsViewModel.ValidateSaveSettings(Boolean promptToSave)
at Acars.Views.ViewModels.SettingsViewModel.<RegisterListeners>b__52_0(Boolean _)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__140_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
07-17 13:51:36|ERROR; UnhandledException UncaughtException::System.NullReferenceException;Stacktrace
at Acars.Database.DatabaseInterface.<>c__DisplayClass10_0`1.<Save>b__0()
at Polly.Policy.<>c__DisplayClass108_0.<Execute>b__0(Context _, CancellationToken _)
at Polly.Policy.<>c__DisplayClass138_0.<Implementation>b__0(Context ctx, CancellationToken token)
at Polly.Retry.RetryEngine.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates, ResultPredicates`1 shouldRetryResultPredicates, Action`4 onRetry, Int32 permittedRetryCount, IEnumerable`1 sleepDurationsEnumerable, Func`4 sleepDurationProvider)
at Polly.Retry.RetryPolicy.Implementation[TResult](Func`3 action, Context context, CancellationToken cancellationToken)
at Polly.Policy.Implementation(Action`2 action, Context context, CancellationToken cancellationToken)
at Polly.Policy.Execute(Action`2 action, Context context, CancellationToken cancellationToken)
at Polly.Policy.Execute(Action action)
at Acars.Database.DatabaseInterface.Save[T](String tableName, Int32 id, T obj)
at Acars.Services.AppService.SaveSettings(Settings settings)
at Acars.Views.ViewModels.SettingsViewModel.SaveSettings()
at Acars.Views.ViewModels.SettingsViewModel.ValidateSaveSettings(Boolean promptToSave)
at Acars.Views.ViewModels.SettingsViewModel.<RegisterListeners>b__52_0(Boolean _)
at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__140_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.DispatcherOperation.InvokeImpl()
at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location ---
at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
at System.Windows.Threading.DispatcherOperation.Invoke()
at System.Windows.Threading.Dispatcher.ProcessQueue()
at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
at System.Windows.Threading.Dispatcher.Run()
at System.Windows.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run()
at Acars.App.Main()
The text was updated successfully, but these errors were encountered:
In the last stable version from vmshost, when client is executed for the first time, create a data folder with settings.db file.
But last beta can't create that file, only the folder and crash to desktop.
The pilot can't login, save sim settings (active sim/sim directory), can't sync the sceneries. In all this cases, Acars Crash.
How I found this issue? Im trying distributing in VA web the current last beta update.
After of update to last version if you delete the settings.db and distribute the updated acars this not work (see logs).
Crash report:
FSX pilot:
X-Plane Pilot:
The text was updated successfully, but these errors were encountered: