QantasFan-QF476 1 Posted December 6, 2020 Report Share Posted December 6, 2020 Game loads with no planes what so ever except the GA Local traffic. Not sure how to read of find the error. I have attached the Output.log for reference. Cheers 🙂 output_log.txt Quote Link to post Share on other sites
WildCard 30 Posted December 6, 2020 Report Share Posted December 6, 2020 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 🙂 Quote Link to post Share on other sites
QantasFan-QF476 1 Posted December 8, 2020 Author Report Share Posted December 8, 2020 Added the time in now won't load past 63%? Â output_log.txt Quote Link to post Share on other sites
WildCard 30 Posted December 8, 2020 Report Share Posted December 8, 2020 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 😉 1 Quote Link to post Share on other sites
QantasFan-QF476 1 Posted December 8, 2020 Author Report Share Posted December 8, 2020 @WildCard or @hexzed I thankyou for all your support and am starting to learn to identify errors. I believe there is a error with aircraft 74Y but can't understand the type of error as I was sure I posted and pasted it in to the correct files. Your help will be appreciated 🙂 output_log.txt Quote Link to post Share on other sites
crbascott 574 Posted December 8, 2020 Report Share Posted December 8, 2020 @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.   1 Quote Link to post Share on other sites
QantasFan-QF476 1 Posted January 29 Author Report Share Posted January 29 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? Quote Link to post Share on other sites
EliGrim 187 Posted January 29 Report Share Posted January 29 1 hour ago, QantasFan-QF476 said: My game doesn't have a KIAD File what should I do? Use the link in your purchase confirmation email to download and install the latest version of Real Traffic. 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.