Game had been saving and loading well in the past few days, and suddenly today, my game save would not load and crash to desktop. I've tried loading the V2.13 Alpha gamesave and that would not load too, but Red Baron saves would load without crashing. Here is the log.
Edit: Looking at other forum posts, I converted an A380 to cargo and was also around the year 2025 mark. Would there be any fixes or by modifying my save data file before the release of 2.14?
Thanks!
Edit: Looking at other forum posts, I converted an A380 to cargo and was also around the year 2025 mark. Would there be any fixes or by modifying my save data file before the release of 2.14?
Thanks!
Code:
Game time: 24-07-07 오전 12:00:00
Version: Version 2.13 Final (Alpha)
19-01-04: 오후 7:36 System.NullReferenceException: 並未將物件參考設定為物件的執行個體。
於 TheAirlineProjectV2.Infrastructure.Model.AirlinerModel.Airliner.get_Price() 於 C:\Users\Christian\Documents\Visual Studio 2017\Projects\TheAirlineProjectV2\TheAirlineProjectV2.Infrastructure\Model\AirlinerModel\Airliner.cs: 行 40
於 TheAirlineProjectV2.Infrastructure.Model.HelpersModel.AirlineHelpers.GetAirlineValue(Airline airline) 於 C:\Users\Christian\Documents\Visual Studio 2017\Projects\TheAirlineProjectV2\TheAirlineProjectV2.Infrastructure\Model\HelpersModel\AirlineHelpers.cs: 行 232
於 TheAirlineProjectV2.Infrastructure.Model.HelpersModel.AirlineHelpers.GetCreditScore(Airline airline) 於 C:\Users\Christian\Documents\Visual Studio 2017\Projects\TheAirlineProjectV2\TheAirlineProjectV2.Infrastructure\Model\HelpersModel\AirlineHelpers.cs: 行 140
於 TheAirlineProjectV2.Infrastructure.Model.HelpersModel.AirlineHelpers.GetAirlineLoanRate(Airline airline) 於 C:\Users\Christian\Documents\Visual Studio 2017\Projects\TheAirlineProjectV2\TheAirlineProjectV2.Infrastructure\Model\HelpersModel\AirlineHelpers.cs: 行 128
於 TheAirlineProjectV2.Modules.Airline.ViewModels.AirlineFinancesViewModel.setProperties() 於 C:\Users\Christian\Documents\Visual Studio 2017\Projects\TheAirlineProjectV2\TheAirlineProjectV2.Modules.Airline\ViewModels\AirlineFinancesViewModel.cs: 行 126
於 TheAirlineProjectV2.Modules.Airline.ViewModels.AirlineFinancesViewModel.set_CurrentAirline(Airline value) 於 C:\Users\Christian\Documents\Visual Studio 2017\Projects\TheAirlineProjectV2\TheAirlineProjectV2.Modules.Airline\ViewModels\AirlineFinancesViewModel.cs: 行 105
於 TheAirlineProjectV2.Modules.Airline.Controllers.AirlineController.AirlineChanged(String id) 於 C:\Users\Christian\Documents\Visual Studio 2017\Projects\TheAirlineProjectV2\TheAirlineProjectV2.Modules.Airline\Controllers\AirlineController.cs: 行 114
於 Prism.Events.EventSubscription`1.<>c__DisplayClass11_0.<GetExecutionStrategy>b__0(Object[] arguments)
於 Prism.Events.EventBase.InternalPublish(Object[] arguments)
於 TheAirlineProjectV2.Modules.MainMenu.ViewModels.MainMenuWindowViewModel.LoadGameClicked() 於 C:\Users\Christian\Documents\Visual Studio 2017\Projects\TheAirlineProjectV2\TheAirlineProjectV2.Modules.MainMenu\ViewModels\MainMenuWindowViewModel.cs: 行 770
於 MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
於 System.Windows.Controls.Primitives.ButtonBase.OnClick()
於 System.Windows.Controls.Button.OnClick()
於 System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
於 System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
於 System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
於 System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
於 System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
於 System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
於 System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
於 System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
於 System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
於 System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
於 System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
於 System.Windows.Input.InputManager.ProcessStagingArea()
於 System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
於 System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
於 System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
於 System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
於 System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
於 MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
於 MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
於 System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
於 System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
於 System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
於 MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
於 MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
於 System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
於 System.Windows.Application.RunDispatcher(Object ignore)
於 System.Windows.Application.RunInternal(Window window)
於 TheAirlineProjectV2.App.Main()