New PC - Won't Open[SOLVED]

Post Reply
nolatron
Posts: 20
Joined: Sun Apr 29, 2018 12:49 am

New PC - Won't Open[SOLVED]

Post by nolatron »

Just built a new PC and getting everything reinstalled on it. I downloaded the Smarter 1.3 w/Maplog but I'm unable to get the app to open and I'm stuck on what might be causing it to not run.

Faulting application name: SmartStarter.exe, version: 1.3.0.0, time stamp: 0x5b269bbd
Faulting module name: KERNELBASE.dll, version: 10.0.17134.137, time stamp: 0x7745a173
Exception code: 0xe0434352
Fault offset: 0x000000000003a388
Faulting process id: 0x1ad8
Faulting application start time: 0x01d4154b9fb27561
Faulting application path: F:\SmartStarter with maplog\SmartStarter.exe
Faulting module path: C:\Windows\System32\KERNELBASE.dll
Report Id: 4c9b3150-da3d-46ea-a5b3-b62b594077d0
Faulting package full name:
Faulting package-relative application ID:
Application: SmartStarter.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ComponentModel.Win32Exception
at System.Diagnostics.Process.StartWithShellExecuteEx(System.Diagnostics.ProcessStartInfo)
at System.Diagnostics.Process.Start(System.Diagnostics.ProcessStartInfo)
at P3D_Scenario_Loader.Form1..ctor()
at P3D_Scenario_Loader.Program.Main()
mvr1918
Site Admin
Posts: 1628
Joined: Thu Aug 30, 2012 3:35 pm

Re: New PC - Won't Open

Post by mvr1918 »

Did you remember to install MakeRwys as stated in doc:)
nolatron
Posts: 20
Joined: Sun Apr 29, 2018 12:49 am

Re: New PC - Won't Open

Post by nolatron »

Image

Sheesh. I think I read that 2 times and both times it didn't click.

All good now!
mvr1918
Site Admin
Posts: 1628
Joined: Thu Aug 30, 2012 3:35 pm

Re: New PC - Won't Open

Post by mvr1918 »

Brains do funny things sometimes.

My experience with the software applications I have developed over the years and users issues are:

1. Users do not read the documentation
2. Users read the documentation, but do not understand what is written
3. User read and understand the documentation, but do not follow what is written
4. Users read and understand , but the users brain miss some part of it.

Users that read, understand and follow exactly everything that is written do not have issues.

90 % of all issues fall within # 1-4 above.

You was a # 4.


The next update of SmartStarter has now a textmessage " MakekRwys.exe is not installed" displayed if MakeRwys.exe is missing.

I mark the topic as solved.
nolatron
Posts: 20
Joined: Sun Apr 29, 2018 12:49 am

Re: New PC - Won't Open[SOLVED]

Post by nolatron »

So I'm having a similar issue again with p3dStarter not wanting to open out of the blue. It was working fine last week so I'm not sure why it suddenly won't open. I did make sure to run MakeRwys this time, heh. :)

Here's what event Viewer is showing:

Code: Select all

Application: p3dStarter.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Net.WebException
   at System.Net.HttpWebRequest.GetResponse()
   at P3D_Scenario_Loader.Form1..ctor()
   at P3D_Scenario_Loader.Program.Main()

Code: Select all

Faulting application name: p3dStarter.exe, version: 1.1.0.0, time stamp: 0x5cb43af5
Faulting module name: KERNELBASE.dll, version: 10.0.19041.662, time stamp: 0xec58f015
Exception code: 0xe0434352
Fault offset: 0x000000000002d759
Faulting process id: 0x92c
Faulting application start time: 0x01d6f28f3e50817a
Faulting application path: F:\p3dStarter\p3dStarter.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: 548559c4-8611-4e7e-a669-eb80fa9b13b4
Faulting package full name: 
Faulting package-relative application ID: 

Code: Select all

Fault bucket , type 0
Event Name: CLR20r3
Response: Not available
Cab Id: 0
Problem signature:
P1: p3dStarter.exe
P2: 1.1.0.0
P3: 5cb43af5
P4: System
P5: 4.8.4300.0
P6: 5f7e6395
P7: a25
P8: 1c4
P9: System.Net.WebException
P10: 

Analysis symbol: 
Rechecking for solution: 0
Report Id: 548559c4-8611-4e7e-a669-eb80fa9b13b4
Report Status: 100
Hashed bucket: 
Cab Guid: 0
OC4BAv4 works fines, as well other applications that use .net. I've tried disabled and enabling the .net options Windows 10 control panel to no avail. Tried running as admin but no luck

Windows 10 Home build 19042
p3dStarter 1.1.0.0


Any suggestions for things check/try?
mvr1918
Site Admin
Posts: 1628
Joined: Thu Aug 30, 2012 3:35 pm

Re: New PC - Won't Open[SOLVED]

Post by mvr1918 »

I believe you have now a newer Makerwys program and that it is using a little different format in the runways.xml file that p3dStarter uses.

Open the runway.xml in a text editor program, i.e Notepad.

Delete the 3rd line that starts with
<SimVersion>

then save and restart p3dStarter.


Tell me if it was successful, so I can make changes to the code in the next update of p3dStarter.
nolatron
Posts: 20
Joined: Sun Apr 29, 2018 12:49 am

Re: New PC - Won't Open[SOLVED]

Post by nolatron »

Hmm, I don't have <SimVersion> line in the XML file.
Capture.PNG
Capture.PNG (30.9 KiB) Viewed 1750 times
Post Reply