The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.0.30 (Linux)
|
Pre Release 8 - Printable Version +- Forum (https://theairlineproject.net/forum) +-- Forum: Downloads (https://theairlineproject.net/forum/forumdisplay.php?fid=5) +--- Forum: Bug Reporting (https://theairlineproject.net/forum/forumdisplay.php?fid=9) +---- Forum: Bug Archive (https://theairlineproject.net/forum/forumdisplay.php?fid=24) +---- Thread: Pre Release 8 (/showthread.php?tid=1233) Pages:
1
2
|
RE: Pre Release 8 - Tjoeker - 08-17-2017 Hmm, I tried this myself and it didn't seem to cause any trouble. What other settings did you check? @Monarch492: Neither did changing the numbers for birmingham airport crash my game... Are you sure you didn't make any mistake or removed anything in the file like a ' " ' or so? RE: Pre Release 8 - Kaiii3 - 08-22-2017 Hey, first of all thanks for such a great game, even when it is still in a prealpha. I can see the potential I played it for some time in the last days and expirienced some bugs/crashes. Today I took the time to write down some of the bugs/errors I found during a game (start in 45 as Alaska Airlines) Bugs Mailbox: - BBCodes are shown in the preview on the left side - Summary for Month: - The $ values are all wrong (ex. Route: -458336,989433431 in the Route-Tab it shows: 825.008,86 AI Airlines: - Buying no airliners but creating routes - Not assigning airliners to routes - ex: Start Year '45 in June 46 sill no AI routes active Routes: - Weekly Flights are all 0 Crashes: Edit RouteConfiguration 22.08.2017: 18:15 System.InvalidOperationException: Die Sequenz enthält kein übereinstimmendes Element. bei System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate) bei TheAirlineProjectV2.Modules.Routes.ViewModels.RouteViewModel.EditScheduleClicked() in C:\Users\Christian\Documents\Visual Studio 2017\Projects\TheAirlineProjectV2\TheAirlineProjectV2.Modules.Routes\ViewModels\RouteViewModel.cs:Zeile 100. bei Prism.Commands.DelegateCommandBase.<>c__DisplayClass6_0.<.ctor>b__0(Object arg) bei Prism.Commands.DelegateCommandBase.<Execute>d__15.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei Prism.Commands.DelegateCommandBase.<System-Windows-Input-ICommand-Execute>d__13.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() 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.DispatcherOperation.InvokeImpl() bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) bei MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state) bei System.Windows.Threading.DispatcherOperation.Invoke() bei System.Windows.Threading.Dispatcher.ProcessQueue() bei System.Windows.Threading.Dispatcher.WndProcHook(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.Application.RunDispatcher(Object ignore) bei System.Windows.Application.RunInternal(Window window) bei TheAirlineProjectV2.App.Main() -> I had some of these "Die Sequenz enthält kein übereinstimmendes Element" (no object in the sequence that matches) in the last days, might be caused by a missing try/catch block ExitApplication: 22.08.2017: 12:43 System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. bei GMap.NET.Internals.FastReaderWriterLock.AcquireWriterLock() bei GMap.NET.Internals.Core.Dispose(Boolean disposing) bei GMap.NET.Internals.Core.Finalize() RE: Pre Release 8 - pjank42 - 08-24-2017 Thanks for the input/feedback and I will look at it right away :-) |