The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.0.30 (Linux)
|
Game doesn't launch - Printable Version +- Forum (https://theairlineproject.net/forum) +-- Forum: General Discussion & Suggestions (https://theairlineproject.net/forum/forumdisplay.php?fid=4) +--- Forum: Discussion (https://theairlineproject.net/forum/forumdisplay.php?fid=10) +--- Thread: Game doesn't launch (/showthread.php?tid=1702) Pages:
1
2
|
RE: Game doesn't launch - Tjoeker - 10-21-2019 English should work fine. Are you sure you changed your system language and not just the language at the bottom right of the screen? RE: Game doesn't launch - ViennaMakers - 10-24-2019 Sorry, I didn't see reply. Yes, I tried with changing the system language, which requires me to log out and in again. Have tried that, but didn't change anything. EDIT: Also, it changed the log language RE: Game doesn't launch - ViennaMakers - 04-08-2020 Hi, the issue still doesn't seem to be solved This is the newest log (game downloaded and extracted today): Game time: 01.01.0001 00:00:00 Version: Version 2.14.2 Patch B (Alpha) 08.04.2020: 16:44 System.FormatException: Die Eingabezeichenfolge hat das falsche Format. bei System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt) bei System.String.System.IConvertible.ToDouble(IFormatProvider provider) bei System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider) bei TheAirlineProjectV2.Infrastructure.Model.TypeConverters.UnitConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\Model\TypeConverters\UnitConverter.cs:Zeile 29. bei SQLiter.SQLiter.getObjectValue(Object type, Type otype) bei SQLiter.SQLiter.getObjectValue(Object type, PropertyInfo property) bei SQLiter.SQLiter.GetElement[T](SQLiteDataReader reader) bei SQLiter.SQLiter.GetTable[T]() bei TheAirlineProjectV2.Infrastructure.Model.GeneralModel.Setup.SetupGame() in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2.Infrastructure\Model\GeneralModel\Setup.cs:Zeile 67. bei TheAirlineProjectV2.Bootstrapper.InitializeShell() in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2\Bootstrapper.cs:Zeile 40. bei Prism.Unity.UnityBootstrapper.Run(Boolean runWithDefaultConfiguration) bei Prism.Bootstrapper.Run() bei TheAirlineProjectV2.App.OnStartup(StartupEventArgs e) in D:\OneDrive\bureaublad\TAP\TAP Code\TheAirlineProjectV2\App.xaml.cs:Zeile 27. bei System.Windows.Application.<.ctor>b__1_0(Object unused) 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.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) bei MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj) 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.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() Alright, I found the solution: My decimal thing in the settings was set to ".", but I changed it to ",". Could have done this a year earlier but I finally got it to run. Thanks for your help though! RE: Game doesn't launch - Tjoeker - 04-08-2020 Do you mind if we go back and forth a couple of times to try and find what exactly goes wrong for you? Can you replace your data.sqlite with this: https://www.mediafire.com/file/14q5uj6fuf6siav/data.sqlite/file This new database removes all airliners but 1. step by step: *replace data.sqlite *Clear the tapv2.log. *Try to run the game *start game in 1965. If the game runs, you should have 1 airliner available in the market. If the game doesn't run, send the crash log to me. Thanks! Hopefully we can fix it like this. There is a chance that one of the .dll's doesn't work for your system. In which case I can't do anything really. I do want you to know that we're not using this .dll in the new version. Either way, fingers crossed that the .dll is not the issue. edit: I read your edit now. It seems the entire game of TAPv2 is built on this mistake where systems with a different decimal separator like yours can't run it. We will definitely avoid this in TAP NG. |