Flightsim.to
    Fix TBM-930 MFD Freeze When Scrolling Down in the Flight Plan - Image 1

    Beschreibung

    Working Title's G3000 mod now includes my fix, so you will not need mine if you're using their code base.

    UPDATE 2/16/2021. I've checked the new code base and there are no changes to the NavSystemTouch.js file, so the current version of my patch will work for the 1.13.16.0 version, too.

    For those of you just wanting the basic fix, I've merged the changes in 1.12.13.0 with my code changes. Asobo still did not fix the issue yet in their code base.

    I debugged the TBM-930 issue reported by many, and personally experienced, where the game freezes in the flight plan if you click the down arrow. 

    The logic was incorrect when handling a down arrow on the destination when no approach was defined, or in an approach when you reach the last waypoint. Basically, the game enters an infinite loop. I've adjusted the JavaScript to keep the destination selected if no approach exists, and changed the down arrow handling on the approach to stop a freeze there, too. I also noticed that the down arrow on the destination was selecting the arrival, not the approach so I fixed that, too.

    For scrolling up, I've attemped to solve the highlighting issue of the waypoints. I've handled that ok, but the scrolling needs some work because the frame doesn't know about the placeholder elements for the destination and enroute entries so it doesn't always scroll correctly upwards.

    Install:
    Exit Flight Simulator 2020
    Make a backup of NavSystemTouch.js, which is in AppData\Roaming\Microsoft Flight Simulator\Packages\Official\Steam\asobo-vcockpits-instruments-navsystems\html_ui\Pages\VCockpit\Instruments\NavSystems\Shared on my steam version. (There is only one file with this name)
    Unzip the downloaded file, and copy the new NavSystemTouch.js file in place of the old file.
    Start Flight Simulator 2020

    Verification:
    1) In the TBM, start a flight with an origin and destination selected, or just fly.
    2) Select MFD
    3) Select Flight Plan
    4) Add a source and destination (if you didn't do it in step 1)
    5) Select the destination so that the waypoint sub-menu displays
    6) Click the down arrow. In the non-patched version, the game would freeze; the patch prevents this from happening.

    Please let me know if you have any questions or issues by contacting me on here or on the Flight Simulator Forum with the same username.

    Kommentare(12)

    Melden Sie sich an, um an der Diskussion teilzunehmen

    Anmelden
    M

    over 5 years ago

    Thanks for this, I've had this problem a couple of times and its really, really annoying.
    h

    over 5 years ago

    hi
    I delete the start and destination airport
    re-enter the start or destination airport
    press enter and the sim CDT
    what could that be
    s

    over 5 years ago

    hi! do you know if this is can fix also the longitude g3000?
    M

    over 5 years ago

    I don't, because I don't fly that aircraft. Does it exhibit the same lock up behavior? I thought the scroll down logic was specific to the TBM.
    z

    over 5 years ago

    Thank you.
    r

    over 5 years ago

    Wow! so "simple" solution. Thanks!
    S

    over 5 years ago

    Work on my simulator, thanks so much !
    A

    over 5 years ago

    Thank you, very useful. Can you tell us if it is compatible with the TBM930 mod by Guifarias31 and the G3000 mod by Working Title?
    M

    over 5 years ago

    To be honest, I'm not sure. However, I don't believe they touch the same file so I am pretty confident it won't interfere. I'm hoping they may include my fix in their code so that we're all in sync.
    A

    over 5 years ago

    Thanks for your reply! I hope so too
    M

    over 5 years ago

    Working Title included my fix in their code base now, so you won't need mine if you use their fix. If you want to use just the fix, you can take my latest release for version 1.10.11
    MSFS 2020MSFS 2024

    Fix TBM-930 MFD Freeze When Scrolling Down in the Flight Plan

    This mod provides a fix for the TBM-930 MFD freeze issue when scrolling down in the flight plan. The adjustments aim to prevent the game from entering an infinite loop caused by incorrect logic handling. The fix addresses the freezing problem and improves waypoint highlighting during scrolling. Detailed installation instructions are provided for easy implementation.

    Downloads2K
    Version1.4
    Dateigröße18.91 KB
    VeröffentlichtVor 5 Jahren
    AktualisiertVor 5 Jahren

    Nutzerbewertungen

    5.0

    3 Bewertungen

    5
    100%
    4
    0%
    3
    0%
    2
    0%
    1
    0%

    More Information

    Simulator
    MSFS2020
    KategorieUtilities
    Sub-CategoryFixes

    Versionsgeschichte

    Merged against the 1.12.13.0 version, which had some changes. Unzip this version following the documented instructions.