Jump to content
The simFlight Network Forums

Game error issue when adding new plane types and new real life-schedule to YMML. Please HELP!!!


QantasFan-QF476

Recommended Posts

Looks like you are missing the flight time/s in ymml_schedule.txt, which can just be '0' as the game doesn't use it anyway.

Search external data: Extensions/Airfields/YMML/ymml_schedule.txt
STRING LINE ERROR: 8 - SYD,MEL,320,JQ, 501,07:35,00:00,JQ

Try

SYD,MEL,320,JQ, 501,07:35,00:00,0,JQ

 

p.s. Of course you will have to update every other flight as well 🙂

Link to comment
Share on other sites

Near the end of the log file

Search airplane type in airplanes.txt: 32O
 
(Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebugBindings.gen.cpp Line: 42)

NullReferenceException: Object reference not set to an instance of an object
  at Game.CreateAirplane (.Action_t action) [0x00000] in <filename unknown>:0 
  at Game+<LoadMap>c__Iterator4.MoveNext () [0x00000] in <filename unknown>:0 
  at UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) [0x00000] in <filename unknown>:0 

It can't find the airplane type that you have in your schedule because there is no airplane type '32O' (THREE-TWO-OSCAR). However, there is a plane of type '320' (THREE-TWO-ZERO) that you could use in your schedule instead 😉

  • Haha 1
Link to comment
Share on other sites

@QantasFan-QF476 Although the 74Y is a valid plane model now,  it didn't exist in RT when YMML was released and is not included in ymml_airplanes.txt. 

Theoretically, since KIAD was the last airport released it should have the most up to date airplanes file (and contain the 74Y). 

As a result, the easiest thing to do is copy kiad_airlines.txt over to your YMML folder. Rename your ymml_airplanes.txt to something like ymml_airplanes_original.txt and then rename kiad_airplanes.txt to ymml_airplanes.txt.  

 

  • Like 1
Link to comment
Share on other sites

  • 1 month later...
On 12/9/2020 at 6:22 AM, crbascott said:

@QantasFan-QF476 Although the 74Y is a valid plane model now,  it didn't exist in RT when YMML was released and is not included in ymml_airplanes.txt. 

Theoretically, since KIAD was the last airport released it should have the most up to date airplanes file (and contain the 74Y). 

As a result, the easiest thing to do is copy kiad_airlines.txt over to your YMML folder. Rename your ymml_airplanes.txt to something like ymml_airplanes_original.txt and then rename kiad_airplanes.txt to ymml_airplanes.txt.  

 

@crbascott and @WildCard My game doesn't have a KIAD File what should I do?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.