Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 251 online users. » 0 Member(s) | 250 Guest(s) Bing
|
Latest Threads |
Find Pretty Girls in your...
Forum: Off-Topic Discussion
Last Post: blueboi
10-10-2024, 08:02 AM
» Replies: 0
» Views: 0
|
Find Womans from your tow...
Forum: Off-Topic Discussion
Last Post: blueboi
10-04-2024, 06:32 PM
» Replies: 0
» Views: 0
|
Search Prettys Womans in ...
Forum: Off-Topic Discussion
Last Post: blueboi
09-30-2024, 09:45 PM
» Replies: 0
» Views: 0
|
Womans from your city for...
Forum: Off-Topic Discussion
Last Post: blueboi
08-25-2024, 01:45 AM
» Replies: 0
» Views: 0
|
Soviet Union doesn't fall
Forum: Bug Reporting
Last Post: Luap
12-20-2020, 09:07 PM
» Replies: 2
» Views: 5,604
|
I just downloaded the fil...
Forum: Discussion
Last Post: Tjoeker
10-10-2020, 02:56 PM
» Replies: 2
» Views: 8,496
|
Forum inactivity
Forum: News
Last Post: Tjoeker
09-22-2020, 07:27 PM
» Replies: 0
» Views: 1,776
|
new airliners
Forum: Discussion
Last Post: Tjoeker
09-21-2020, 04:45 PM
» Replies: 5
» Views: 3,615
|
airliner condition
Forum: Discussion
Last Post: Tomcatter
09-21-2020, 04:18 PM
» Replies: 2
» Views: 2,110
|
Planes unable to fly in w...
Forum: New Features
Last Post: Brytenwalda
09-20-2020, 12:26 PM
» Replies: 3
» Views: 6,334
|
|
|
[Solved] JFK bug |
Posted by: red baron - 08-07-2019, 09:33 PM - Forum: Bug Archive
- Replies (2)
|
|
This bug has been in other versions of TAP. When you apply for slots at JFK it will take 3 months before the Airport appears. Other Airports appear instantly but not JFK for some reason.
|
|
|
Game Crashes |
Posted by: jskrause - 08-07-2019, 07:47 PM - Forum: Bug Archive
- Replies (4)
|
|
The game crashes for me when I click to start flights on a new route. Here are the steps that lead to the crash.
- I had three aircraft of the same type. Boeing 720 (707-020)
- I purchased a new aircraft of a different type. Vickers Viscount 810
- I created a new route using the new aircraft.
- The route used the new aircraft and flew from one of my current airports to a new airport.
- The game crashes when I attempt to start flights on the new route.
I have tried deleting the route and recreating it. I have also tried changing the cities. It always crashes when I attempt to start flights.
Thanks!
Here is the last part of the log.
Game time: 6/16/1961 12:00:00 AM
Version: Version 2.14 (Alpha)
8/7/2019: 12:58 PM System.NullReferenceException: Object reference not set to an instance of an object.
at TheAirlineProjectV2.Infrastructure.AIModel.FlightLoadHelpers.GetWifiLevel(ClassTypeEnum type, PoolFlight flight) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\AIModel\FlightLoadHelpers.cs:line 1165
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 1255
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.Modules.Routes.ViewModels.RoutesViewModel.StartRouteClicked(RouteItem route) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Modules.Routes\ViewModels\RoutesViewModel.cs:line 196
at Prism.Commands.DelegateCommand`1.Execute(T parameter)
at Prism.Commands.DelegateCommand`1.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()
|
|
|
Not Launching |
Posted by: kwilson92 - 08-07-2019, 12:31 AM - Forum: Bug Archive
- Replies (1)
|
|
So i did a fresh inatall, and now it ain't launching at all.
Game time: 01/01/2000 00:00:00
Version: Version 2.14 Patch B (Alpha)
07/08/2019: 01:29 System.NullReferenceException: Object reference not set to an instance of an object.
at TheAirlineProjectV2.Infrastructure.Model.GeneralModel.SetupNewGameAirline.<>c__DisplayClass1_0.<SetupAirline>b__1(Airport a) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\Model\GeneralModel\SetupNewGameAirline.cs:line 26
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
at TheAirlineProjectV2.Infrastructure.Model.GeneralModel.SetupNewGameAirline.SetupAirline(Airline airline, Int32 startyear, Boolean isHuman, Boolean useStartData, Airport activeAirport) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\Model\GeneralModel\SetupNewGameAirline.cs:line 26
at TheAirlineProjectV2.Infrastructure.Model.GeneralModel.SetupNewGame.StartNewGame(Airline human, Airport preferedAirport, Int32 startyear, Int32 opponents, List`1 airlines, Boolean useMajorAirlines, Boolean useMajorAirports, List`1 regions, List`1 selectedCountries, EnumAirportSize airportSize, Boolean useContinentOpponents, RouteTypeEnum focus, Boolean useStartData) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\Model\GeneralModel\SetupNewGame.cs:line 60
at TheAirlineProjectV2.Modules.MainMenu.ViewModels.MainMenuWindowViewModel.startGame() in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Modules.MainMenu\ViewModels\MainMenuWindowViewModel.cs:line 742
at TheAirlineProjectV2.Modules.MainMenu.ViewModels.MainMenuWindowViewModel.StartGameNext() in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Modules.MainMenu\ViewModels\MainMenuWindowViewModel.cs:line 706
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()
ADVIC Plse!!!!
ok forget it, its working now
|
|
|
Game Stops Working |
Posted by: magister - 08-06-2019, 09:13 AM - Forum: Bug Archive
- Replies (7)
|
|
I had a save that I played yesterday for about 2 hours and then I closed the game, until I did this everything was going perfect and smoothly. And when I tried to open the save today, it didn't open it and it gave an error that the game has stopped running. When I try to open a scenario, I open it but when I try to launch a route it gives the exact same error. What should I do?
|
|
|
Game crashed |
Posted by: AirBerliner - 08-05-2019, 04:44 PM - Forum: Bug Archive
- Replies (6)
|
|
Code: Version: Version 2.14 Patch B (Alpha)
05.08.2019: 18:42 System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei TheAirlineProjectV2.Infrastructure.Model.LoadSaveModel.Converters.AirlinerClassesConverter.<>c.<ConvertTo>b__6_0(FacilityOptionType o) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\Model\LoadSaveModel\Converters\AirlinerClassesConverter.cs:Zeile 148.
bei System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
bei System.String.Join(String separator, IEnumerable`1 values)
bei TheAirlineProjectV2.Infrastructure.Model.LoadSaveModel.Converters.AirlinerClassesConverter.ConvertTo(ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\Model\LoadSaveModel\Converters\AirlinerClassesConverter.cs:Zeile 148.
bei System.ComponentModel.TypeConverter.ConvertTo(Object value, Type destinationType)
bei SQLiter.SQLiter.getPropertyValue(Object type, PropertyInfo property) in C:\Users\Christian\Documents\Visual Studio 2017\Projects\SQLiter\SQLiter\SQLiter.cs:Zeile 450.
bei SQLiter.SQLiter.SaveAll[T](IEnumerable`1 data) in C:\Users\Christian\Documents\Visual Studio 2017\Projects\SQLiter\SQLiter\SQLiter.cs:Zeile 175.
bei TheAirlineProjectV2.Infrastructure.Model.LoadSaveModel.LoadSaveHelpers.SaveGame(SaveFile save) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\Model\LoadSaveModel\LoadSaveHelpers.cs:Zeile 376.
bei TheAirlineProjectV2.Infrastructure.Model.LoadSaveModel.LoadSaveObject.saveGame(SaveFile savefile) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\Model\LoadSaveModel\LoadSaveObject.cs:Zeile 244.
bei TheAirlineProjectV2.Modules.GameSideMenu.ViewModels.GameSideMenuViewModel.MenuItemClicked(Object o) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Modules.GameSideMenu\ViewModels\GameSideMenuViewModel.cs:Zeile 224.
bei Prism.Commands.DelegateCommand`1.Execute(T parameter)
bei Prism.Commands.DelegateCommand`1.Execute(Object parameter)
bei Prism.Commands.DelegateCommandBase.System.Windows.Input.ICommand.Execute(Object parameter)
bei MS.Internal.Commands.CommandHelpers.CriticalExecuteCommandSource(ICommandSource commandSource, Boolean userInitiated)
bei System.Windows.Documents.Hyperlink.OnClick()
bei System.Windows.Documents.Hyperlink.DispatchNavigation(Object sender)
bei System.Windows.Documents.Hyperlink.DoUserInitiatedNavigation(Object sender)
bei System.Windows.Documents.Hyperlink.OnMouseLeftButtonUp(Object sender, MouseButtonEventArgs e)
bei System.Windows.Documents.Hyperlink.OnMouseLeftButtonUp(MouseButtonEventArgs e)
bei System.Windows.UIElement.OnMouseLeftButtonUpThunk(Object sender, MouseButtonEventArgs e)
bei System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
bei System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
bei System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
bei System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
bei System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
bei System.Windows.Input.MouseButtonEventArgs.InvokeEventHandler(Delegate genericHandler, Object genericTarget)
bei System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
bei System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
bei System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
bei System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
bei System.Windows.ContentElement.RaiseTrustedEvent(RoutedEventArgs args)
bei System.Windows.Input.InputManager.ProcessStagingArea()
bei System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
bei System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
bei System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
bei System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bei MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
bei System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
bei MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
bei MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
bei System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
bei System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame)
bei System.Windows.Application.RunDispatcher(Object ignore)
bei System.Windows.Application.RunInternal(Window window)
bei System.Windows.Application.Run(Window window)
bei System.Windows.Application.Run()
bei TheAirlineProjectV2.App.Main()
I hope the bug is new.
The game crashe with saving. The save data can I see in the load menu, but it doesn't load. When loading the game crashed.
|
|
|
game slower than befor |
Posted by: Ben959 - 08-04-2019, 04:16 PM - Forum: Bug Archive
- Replies (6)
|
|
sooooo. listen people, i really dont wanna do this, report a bug from a new verson. or... whta i think is a bug or i dunno.
So, the geme feels like its slower than 2.13, everytime before a remembering update from season start the game stops for a few seconds, and if i added an airliner to a route it stops simulating and in the IFS page exactly the same....
|
|
|
|