Posts: 17
Threads: 1
Joined: Jul 2016
Reputation:
2
01-22-2017, 08:15 PM
(This post was last modified: 01-22-2017, 08:16 PM by Julian.)
Quote:- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Application Error" />
<EventID Qualifiers="0">1000</EventID>
<Level>2</Level>
<Task>100</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2017-01-22T20:09:03.140629200Z" />
<EventRecordID>9390</EventRecordID>
<Channel>Application</Channel>
<Computer>Underground_Lair</Computer>
<Security />
</System>
- <EventData>
<Data>TheAirlineProjectV2.exe</Data>
<Data>1.0.0.0</Data>
<Data>5884c39c</Data>
<Data>KERNELBASE.dll</Data>
<Data>10.0.14393.479</Data>
<Data>582588e6</Data>
<Data>e0434352</Data>
<Data>0000000000017788</Data>
<Data>2cd0</Data>
<Data>01d274eb6018e3b2</Data>
<Data>D:\TAPv2 Prealpha\Prealpha\TheAirlineProjectV2.exe</Data>
<Data>C:\WINDOWS\System32\KERNELBASE.dll</Data>
<Data>ebc44881-cc4a-4780-a26b-c32ccc727336</Data>
<Data />
<Data />
</EventData>
</Event>
This one? This what I found in my event log.
Posts: 12
Threads: 7
Joined: Dec 2016
Reputation:
0
Hi Pjank,
I tried to download the prealpha version three times and never managed to download a complete file.
Posts: 1,501
Threads: 61
Joined: Jul 2016
Reputation:
30
I simply don't know why some people aren't able to download the whole file, but I need to figure that out when I have fixed the issue with starting the game.
For that issue I have created a new file which still aren't working, but it will write the error to a log file called tapv2.log. So if anybody will try it out and sent me the output of the log file (either here or to pjank42@hotmail.com) then I think I will be able to fix the issue
Download
Posts: 1,501
Threads: 61
Joined: Jul 2016
Reputation:
30
I have also uploaded the file to google drive, so I hope you will be able to get it from there as well
Download
Posts: 22
Threads: 1
Joined: Jul 2016
Reputation:
0
I'm getting a "this folder is invalid" error
Posts: 17
Threads: 1
Joined: Jul 2016
Reputation:
2
I can unwrap the package, but the game doesn't start. But now appeared "TAPv2.txt" by the first time starting TAP. If I take a look in this text file, I found that TAP is searching to Pjank's documents file.
Quote:23-1-2017: 11:25 System.Reflection.TargetInvocationException: Het doel van een aanroep heeft een uitzondering veroorzaakt. ---> System.Data.SQLite.SQLiteException: unable to open database file
bij System.Data.SQLite.SQLite3.Open(String strFilename, String vfsName, SQLiteConnectionFlags connectionFlags, SQLiteOpenFlagsEnum openFlags, Int32 maxPoolSize, Boolean usePool)
bij System.Data.SQLite.SQLiteConnection.Open()
bij SQLiter.SQLiter.GetTableEntry[T](String attribute, String id) in C:\Users\Christian\Documents\Visual Studio 2015\Projects\SQLiter\SQLiter\SQLiter.cs:regel 137
--- Einde van intern uitzonderingsstackpad ---
bij System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
bij System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
bij System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
bij System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
bij SQLiter.SQLiter.GetElement[T](SQLiteDataReader reader) in C:\Users\Christian\Documents\Visual Studio 2015\Projects\SQLiter\SQLiter\SQLiter.cs:regel 176
bij SQLiter.SQLiter.GetTable[T]() in C:\Users\Christian\Documents\Visual Studio 2015\Projects\SQLiter\SQLiter\SQLiter.cs:regel 215
bij TheAirlineProjectV2.Infrastructure.Model.GeneralModel.Setup.SetupGame() in C:\Users\Christian\documents\visual studio 2015\Projects\TheAirlineProjectV2\TheAirlineProjectV2.Infrastructure\Model\GeneralModel\Setup.cs:regel 39
bij TheAirlineProjectV2.Bootstrapper.InitializeShell() in C:\Users\Christian\documents\visual studio 2015\Projects\TheAirlineProjectV2\TheAirlineProjectV2\Bootstrapper.cs:regel 37
bij Prism.Unity.UnityBootstrapper.Run(Boolean runWithDefaultConfiguration)
bij TheAirlineProjectV2.App.OnStartup(StartupEventArgs e) in C:\Users\Christian\documents\visual studio 2015\Projects\TheAirlineProjectV2\TheAirlineProjectV2\App.xaml.cs:regel 24
bij System.Windows.Application.<.ctor>b__1_0(Object unused)
bij System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
bij System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
bij System.Windows.Threading.DispatcherOperation.InvokeImpl()
bij System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
bij System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
bij System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
bij MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state)
bij System.Windows.Threading.DispatcherOperation.Invoke()
bij System.Windows.Threading.Dispatcher.ProcessQueue()
bij System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bij MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
bij MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
bij System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
bij System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
bij System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
bij MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)
bij MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg)
bij System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame)
bij System.Windows.Application.RunDispatcher(Object ignore)
bij System.Windows.Application.RunInternal(Window window)
bij TheAirlineProjectV2.App.Main() in C:\Users\Christian\documents\visual studio 2015\Projects\TheAirlineProjectV2\TheAirlineProjectV2\obj\x64\Debug\App.g.cs:regel 0
Posts: 1,501
Threads: 61
Joined: Jul 2016
Reputation:
30
I managed to get my kids old laptop up and running so I could test it on another environment. And you were correct I had a direct path to a file on my machine, so of course it didn't work.
I have created a new file so this time it should work. It can be downloaded from google drive here
Posts: 17
Threads: 1
Joined: Jul 2016
Reputation:
2
01-23-2017, 09:14 PM
(This post was last modified: 01-23-2017, 09:19 PM by Julian.)
My first impression, that you have made a tremendous progress with the latest version of TAP. The layout is really beautiful. It runs smoothly. At the moment you can add a plane only at one pool and you can't simulate the flights. But that's more than logic, since this is a prealpha game. I've tried to create an crash in this game. This was happend when I've simulated the game for two years and than on the route screen, pressing pause.
(Maybe better to email you the files)
Posts: 8
Threads: 2
Joined: Jan 2017
Reputation:
0
Location: Near CYYZ
I cannot run the application. I have downloaded the PreAlpha zipped folder from Google Drive. When I go to run the application...both zipped and extracted...neither of it works.
Posts: 22
Threads: 1
Joined: Jul 2016
Reputation:
0
(01-23-2017, 11:15 PM)seabas3 Wrote: I cannot run the application. I have downloaded the PreAlpha zipped folder from Google Drive. When I go to run the application...both zipped and extracted...neither of it works.
try running as administrator
|