File Async I/O not reading from work folder

Version: v1.1.10.0 (MSFS 2024)

Frequency: Always

Severity: Blocker

Similar MSFS 2020 issue: No

Context: WASM File Async I/O not reading from the work folder

Attachments: N/A, but can be provided upon request

Bug description:

Could we please have the ability for WASM file async I/O to read from the work folder?
Currently this is not possible and returns a file not found error.

Thank you.
Tiberiu
TDS Sim Software

1 Like

Hello,

With the new SDK update V1.1.1, a dedicated document webpage has been created for FileIo, in which the work folder is mentioned:

https://docs.flightsimulator.com/msfs2024/html/6_Programming_APIs/WASM/IO_API/fsIOOpen.htm

However, I am unable to access the example pi.txt from my own package inside the work folder, calling fsIOOpen

with the path stated in the SDK document: /work/pi.txt immediately returns a value of 0 and the read callback never gets called.
I have tried multiple variations by using back and forward slashes, but nothing has worked so far.

1 Like

Hello,

Is there an update on this bug, please?

Hi @tiberiu11,

The bug has been fixed on our development branch - no ETA yet.

Best regards,

Eric / Asobo

Thank you very much, @EPellissier !

Tiberiu