The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.0.30 (Linux)
|
Just a small thing I discovered today - 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: Just a small thing I discovered today (/showthread.php?tid=1317) |
Just a small thing I discovered today - picoo000 - 01-26-2018 So here it is, it has never been added to the CrashLog, I discovered it while running in Visual Studio (was debugging the updated Tax Info for the game country by country). This bug occurs sometimes only, when creating a new game and setting the Competitor airline count (by clicking on it). It's Not a Game-breaking bug, but VS catches it as an exception, so it may slow the game down. Data: + Data {System.Collections.ListDictionaryInternal} System.Collections.IDictionary {System.Collections.ListDictionaryInternal} StackTrace " in TheAirlineProjectV2.Modules.MainMenu.ViewModels.MainMenuWindowViewModel.<setPreferedAirport>b__184_1(Airport a) in C:\\Users\\Christian\\Documents\\Visual Studio 2017\\Projects\\TheAirlineProjectV2\\TheAirlineProjectV2.Modules.MainMenu\\ViewModels\\MainMenuWindowViewModel.cs:line 433\r\n in System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)\r\n in TheAirlineProjectV2.Modules.MainMenu.ViewModels.MainMenuWindowViewModel.setPreferedAirport() in C:\\Users\\Christian\\Documents\\Visual Studio 2017\\Projects\\TheAirlineProjectV2\\TheAirlineProjectV2.Modules.MainMenu\\ViewModels\\MainMenuWindowViewModel.cs:line 433\r\n in TheAirlineProjectV2.Modules.MainMenu.ViewModels.MainMenuWindowViewModel.set_SelectedAirline(Airline value) in C:\\Users\\Christian\\Documents\\Visual Studio 2017\\Projects\\TheAirlineProjectV2\\TheAirlineProjectV2.Modules.MainMenu\\ViewModels\\MainMenuWindowViewModel.cs:line 58\r\n in TheAirlineProjectV2.Modules.MainMenu.ViewModels.MainMenuWindowViewModel.setOpponents() in C:\\Users\\Christian\\Documents\\Visual Studio 2017\\Projects\\TheAirlineProjectV2\\TheAirlineProjectV2.Modules.MainMenu\\ViewModels\\MainMenuWindowViewModel.cs:line 424\r\n in TheAirlineProjectV2.Modules.MainMenu.ViewModels.MainMenuWindowViewModel.set_UseMajorAirlines(Boolean value) in C:\\Users\\Christian\\Documents\\Visual Studio 2017\\Projects\\TheAirlineProjectV2\\TheAirlineProjectV2.Modules.MainMenu\\ViewModels\\MainMenuWindowViewModel.cs:rline 109" string HResult -2147467261 int HelpLink null string + InnerException null System.Exception + TargetSite {Boolean <setPreferedAirport>b__184_1(TheAirlineProjectV2.Infrastructure.Model.AirportModel.Airport)} System.Reflection.MethodBase {System.Reflection.RuntimeMethodInfo} Hope this is helpful! Ok, here is an another one, but this seems to be gaebreaking!!! This is when you select the continents where you want to play (this clears the problem with the slowdowns): + Data {System.Collections.ListDictionaryInternal} System.Collections.IDictionary {System.Collections.ListDictionaryInternal} StackTrace " in TheAirlineProjectV2.Modules.MainMenu.ViewModels.MainMenuWindowViewModel.<setPreferedAirport>b__184_1(Airport a) in C:\\Users\\Christian\\Documents\\Visual Studio 2017\\Projects\\TheAirlineProjectV2\\TheAirlineProjectV2.Modules.MainMenu\\ViewModels\\MainMenuWindowViewModel.cs:line 433\r\n in System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)\r\n in TheAirlineProjectV2.Modules.MainMenu.ViewModels.MainMenuWindowViewModel.setPreferedAirport() in C:\\Users\\Christian\\Documents\\Visual Studio 2017\\Projects\\TheAirlineProjectV2\\TheAirlineProjectV2.Modules.MainMenu\\ViewModels\\MainMenuWindowViewModel.cs:line 433\r\n in TheAirlineProjectV2.Modules.MainMenu.ViewModels.MainMenuWindowViewModel.set_SelectedAirline(Airline value) in C:\\Users\\Christian\\Documents\\Visual Studio 2017\\Projects\\TheAirlineProjectV2\\TheAirlineProjectV2.Modules.MainMenu\\ViewModels\\MainMenuWindowViewModel.cs:line 58" string + TargetSite {Boolean <setPreferedAirport>b__184_1(TheAirlineProjectV2.Infrastructure.Model.AirportModel.Airport)} System.Reflection.MethodBase {System.Reflection.RuntimeMethodInfo} HResult -2147467261 int HelpLink null string + InnerException null System.Exception Both of them happens once out of 10 runs cca. RE: Just a small thing I discovered today - hei28ssk - 01-27-2018 the dev needs more help with debugging & troubleshoot while he works on new stuff RE: Just a small thing I discovered today - picoo000 - 01-27-2018 (01-27-2018, 09:46 AM)hei28ssk Wrote: the dev needs more help with debugging & troubleshoot while he works on new stuff Yeah I know. The only problem is, that olny Pjank has the original .cs files and only he can understand the content of them. I can’t see them as they are compiled into an .exe for us, therefore I can’t try to help him. Hopefully he can get a look at this as this might be a solution to some performance issues. ? RE: Just a small thing I discovered today - pjank42 - 01-27-2018 I will try to take a look at this and I have fixed a couple of the issues already :-) RE: Just a small thing I discovered today - hei28ssk - 02-02-2018 is 10.8 ready yet? i can almost smell it getting cooked RE: Just a small thing I discovered today - Tjoeker - 02-02-2018 We promised end of February or early March. ;D |