Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 469 online users. » 0 Member(s) | 468 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
|
|
|
New game in 1970 |
Posted by: Brytenwalda - 12-01-2019, 10:46 PM - Forum: Bug Archive
- Replies (10)
|
|
I tried to create a new game set in 1970, using all available opponents and it crashed. This is the log:
Game time: 01/01/1970 12:00:00 AM
Version: Version 2.14 Patch I (Alpha)
01/12/2019: 10:44 PM System.InvalidOperationException: Sequence contains no elements
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
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 42
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 758
at TheAirlineProjectV2.Modules.MainMenu.ViewModels.MainMenuWindowViewModel.StartGameNext() in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Modules.MainMenu\ViewModels\MainMenuWindowViewModel.cs:line 722
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()
|
|
|
Somethings wrong |
Posted by: kwilson92 - 11-28-2019, 11:17 AM - Forum: Bug Archive
- Replies (2)
|
|
Hi, can you double check the runway requirement for the Airbus A319 and the runway length at GIB. EasyJet offer multiple flights a week to GIB using an Airbus A319 and i can't operate the same route. Thanks
|
|
|
A321neoXLR classes are bugged |
Posted by: DaWolf850 - 11-12-2019, 05:16 PM - Forum: Bug Archive
- Replies (2)
|
|
A321neoXLR is listed as having only two classes available. However, when you go to configure the aircraft, it is by default configured with 8F 48J 138Y. It also can be configured with a 4th class, Premium Economy, but has no seats in this class by default. When you set both First and Premium Economy classes to 0 seats, they disappear entirely from the window. Attempting to swap their locations crashes the game.
I am unsure exactly what the intent was with regards to the classes available on this aircraft, but I can tell it wasn't this.
It has also just come to my attention that the A321neoLR and A321neoXLR do not have the correct door pairs either. The aircraft come with the Airbus Cabin Flex layout, which replaces doors R2/L2 with two overwing exits. Ingame, doors R2/L2 are shown, while the overwing exits are not.
In real life doors R3/L3 can also be plugged and used as normal seating areas, but this is difficult to represent ingame, at least for now, so I don't have an issue with that.
I should also clarify, this is on Patch I.
|
|
|
Date stops after load |
Posted by: renandma - 11-08-2019, 09:19 PM - Forum: Discussion
- Replies (3)
|
|
My game runs smoothly until i save and exit the game, once i load the save, the game date stops, but the game does'nt freeze or crash.
I've been enjoying the game, but this issue happened twice and it's been very frustrating.
|
|
|
Route Planning and Strategy discussion |
Posted by: kwilson92 - 10-30-2019, 03:40 PM - Forum: Discussion
- Replies (6)
|
|
I know we all like asking question's to Tomcatter and Tjoeker about the game, but now i want to ask our members something.
How do you work where you wanna fly to?
I use a website called anna.aero which has an area called route shop on it and see what real world airports want as destinations.
I also use the Norwegian Strategy of flying long haul to secondary destinations, for example: (Yellowknife) YHZ is a domestic airport in Canada, It can become an International Airport with 4 International Routes. MAN-YHZ, STN-YHZ, GLA-YHZ AND EDI-YHZ all have decent demands and can handle daily flights with a Boeing 737MAX7.
One bit of advice, Just because its a domestic airport, don't discount it!!
Now, Discuss!!!!
|
|
|
Advertising |
Posted by: kwilson92 - 10-27-2019, 09:29 PM - Forum: Discussion
- Replies (1)
|
|
Hi,
Do advertisements work yet as i am still seeing no relevant change in pax numbers after running adverts.
|
|
|
ICAO Codes (IATA????) |
Posted by: kwilson92 - 10-27-2019, 07:18 PM - Forum: Discussion
- Replies (6)
|
|
Hi,
I am obviously i am working on adding historic airlines of europe into the game, but one issue i would like clarification on are IATA and ICAO codes.
Any airline between 1930 and 1947 will not have an ICAO code as they weren't introduced until 1947 and any airlines between 1930 and the early 1950's won't have an IATA code as they weren't introduced until 1953 (ish).
So most airlines i have put there successor codes on but some airlines like Air France have 5-10 predecessors, so what should i do about that?
|
|
|
|