07-31-2019, 11:05 PM
Firstly, a big thank you to the developers for this really awesome game.
So after trying out the latest version, here's some stuff that doesn't work for me:
a) The replace aircraft with another aircraft option causes the game to crash
b) Overwriting a saved game causes a crash
c) Lastly, my game has kind of frozen at a particular point in time. I attach the bug report.
Apologies if I am not posting the bug report in the correct format.
So after trying out the latest version, here's some stuff that doesn't work for me:
a) The replace aircraft with another aircraft option causes the game to crash
b) Overwriting a saved game causes a crash
c) Lastly, my game has kind of frozen at a particular point in time. I attach the bug report.
Apologies if I am not posting the bug report in the correct format.
Code:
Game time: 07/19/22 00:00:00
Version: Version 2.14 (Alpha)
07/31/19: 17:56 System.NullReferenceException: Object reference not set to an instance of an object.
at TheAirlineProjectV2.Infrastructure.AIModel.FlightLoadHelpers.<>c.<GetVideoLevel>b__49_1(FacilityOptionType v) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\AIModel\FlightLoadHelpers.cs:line 1222
at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
at System.Linq.Enumerable.Sum(IEnumerable`1 source)
at System.Linq.Enumerable.Sum[TSource](IEnumerable`1 source, Func`2 selector)
at TheAirlineProjectV2.Infrastructure.AIModel.FlightLoadHelpers.GetVideoLevel(ClassTypeEnum type, PoolFlight flight) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\AIModel\FlightLoadHelpers.cs:line 1222
at TheAirlineProjectV2.Infrastructure.AIModel.FlightLoadHelpers.GetFlightEntertainmentLevel(ClassTypeEnum type, PoolFlight flight, TimeSpan flightTime) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\AIModel\FlightLoadHelpers.cs:line 1257
at TheAirlineProjectV2.Infrastructure.AIModel.FlightLoadHelpers.GetServiceLevel(PoolFlight flight, ClassTypeEnum type, TimeSpan flightTime) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\AIModel\FlightLoadHelpers.cs:line 1129
at TheAirlineProjectV2.Infrastructure.AIModel.FlightLoadHelpers.GetServiceLevelPrice(PoolFlight flight, ClassTypeEnum type, TimeSpan flightTime, Double baseprice) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\AIModel\FlightLoadHelpers.cs:line 330
at TheAirlineProjectV2.Infrastructure.AIModel.FlightLoadHelpers.GetSupplyDemandPrice(PoolFlight flight, PassengerRoute route, ClassTypeEnum type, Boolean isTourist, Double baseprice, Double sdf) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\AIModel\FlightLoadHelpers.cs:line 339
at TheAirlineProjectV2.Infrastructure.AIModel.FlightLoadHelpers.GetFlightComparisonFactor(PoolFlight flight, PassengerRoute route, ClassTypeEnum type, EnumPassengerType paxType, Double baseprice, Double sdf) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\AIModel\FlightLoadHelpers.cs:line 422
at TheAirlineProjectV2.Infrastructure.AIModel.FlightLoadHelpers.<>c__DisplayClass37_4.<GetOverflowTable>b__3(PoolFlight f) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\AIModel\FlightLoadHelpers.cs:line 664
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at System.Linq.Enumerable.Sum(IEnumerable`1 source)
at System.Linq.Enumerable.Sum[TSource](IEnumerable`1 source, Func`2 selector)
at TheAirlineProjectV2.Infrastructure.AIModel.FlightLoadHelpers.GetOverflowTable(PassengerRoute route, Airport departure) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\AIModel\FlightLoadHelpers.cs:line 664
at TheAirlineProjectV2.Infrastructure.AIModel.FlightLoadHelpers.GetPassengers(PoolFlight flight, PassengerRoute route) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\AIModel\FlightLoadHelpers.cs:line 767
at TheAirlineProjectV2.Infrastructure.Model.HelpersModel.AirlineHelpers.ResetAirlineFlightFillingDegrees(Route route) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\Model\HelpersModel\AirlineHelpers.cs:line 46
at TheAirlineProjectV2.Infrastructure.Model.HelpersModel.AirlineHelpers.ResetAirlineFlightFillingDegrees(Airline airline) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\Model\HelpersModel\AirlineHelpers.cs:line 29
at TheAirlineProjectV2.Modules.Airline.ViewModels.AirlineServicesViewModel.SaveInflightServicesClicked() in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Modules.Airline\ViewModels\AirlineServicesViewModel.cs:line 362
at Prism.Commands.DelegateCommand.Execute()
at Prism.Commands.DelegateCommand.Execute(Object parameter)
at Prism.Commands.DelegateCommandBase.System.Windows.Input.ICommand.Execute(Object parameter)
at MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
at System.Windows.Controls.Primitives.ButtonBase.OnClick()
at System.Windows.Controls.Button.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
at System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
at System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseTrustedEvent(RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
at System.Windows.Input.InputManager.ProcessStagingArea()
at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(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.Application.RunDispatcher(Object ignore)
at System.Windows.Application.RunInternal(Window window)
at System.Windows.Application.Run(Window window)
at System.Windows.Application.Run()
at TheAirlineProjectV2.App.Main()