WASM fsPlannedRouteGetEfbRoute returns no Approach Suffix

Version:
SDK 1.1.2 MSFS2024 V1.2.8

Frequency: *
Consistently

Severity:
Blocker

Bug description:

Using fsPlannedRouteGetEfbRoute() consistently returns an Approach struct without Suffix item populated when one is selected in EFB

e.g.
exported PLN detail:

  •    <ApproachDetails>
          <ApproachTypeFP>ILS</ApproachTypeFP>
          <RunwayNumberFP>8</RunwayNumberFP>
          <SuffixFP>Y</SuffixFP>
      </ApproachDetails>
    

Data retrieved Approach from FsPlannedRoute:

struct FsApproachIdentifier
{
FsApproachProcedureType type; → 4, (ILS)
FsRunwayIdentifier runway; → 8,0 (Rw 08)
char suffix[2]; → empty ‘\0’ missing suffix Y
};

Repro steps:

Setup a Flightplan in EFB with an Approach with Suffix
e.g. CYYR Approach ILS 08 Y

Perform in Standalone WASM module
FsPlannedRoute* plannedRoute = fsPlannedRouteGetEfbRoute();
and review returned content.

Attachments:

N/A, but can be provided upon request

Hello,

We have logged this issue and it is currently under investigation.

Thanks,
Matt

Hello @bm98,

The latest SU1 update should have a fix for this issue. Can you test this update and let us know if this has solved the issue for you?

Thanks!
-Matt

Tested it with SU1 V1.3.10 SDK 1.2.2
seems OK now - looked at 2 and also included an Arrival
ILS, and RNAV Apr. and all reported the Suffix as expected

Thanks

This topic has been automatically closed after 60 days of inactivity since it was marked as fixed.

If there is important new information about this same report, you can use the “Request reopen” button below to ask the moderation team to review it again.
For other issues or broader discussion, please open a new topic in the appropriate category.