This are the (new) Support Forums for FSUIPC and related products.

These forums replace the old support forums which have been running for 20+ years. The old forums contain a wealth of information on all FSUIPC products, and are still available (until the end of the year) for read-only here.

At the moment these new forums are quite empty – I will be updating the FAQ section and copying across the User Contributions from the old forums in the next few months.

Please note that you will need to Register and Login to post for support, and also to download attachments. You can view these forums without registering.

Support is also available via Discord. Please use the following invite link to join the FSUIPC Discord server:
                           https://discord.gg/zjwUTrxmmE

FSUIPC7: WASM crash...
 
Notifications
Clear all

FSUIPC7: WASM crash and how to prevent (presets stop working, lvars stop updating, etc)

(@fsuipc-support)
Posts: 86
Moderator
Topic starter
 

An issue has been identified that can cause the FSUIPC7 WASM module to crash. When this occurs:
    - presets will no longer work
    - lvars will not be updated
    - FSUIPC can hang when restarted

It has been reported that this occurs only when using complex aircraft AND complex scenery, and is more likely to happen after an aircraft change. If you experience any of these systems, please confirm that the WASM has indeed crashed. To do this, firs exit MSFS. Then open your FSUIPC_WASM.log file, located in your WASM persistence area which is:

<a href=" removed link " data-action="toggleQuote" aria-label="Toggle Quote">  Quote

For Steam installs, in the following folder under your user account:
    
AppData\Roaming\Microsoft Flight Simulator\Packages\fsuipc-lvar-module\work
For MS Store installs, in the following folder under your user 
account:
    AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalState\Packages\fsuipc-lvarmodule\work

The last line in this file should be an 'END OF PROGRAM' line like the following:

<a href=" removed link " data-action="toggleQuote" aria-label="Toggle Quote">  Quote

Mon Aug 19 09:46:17 2024  [ALWAYS]: <=============================== END OF PROGRAM ===============================>

If you do not see that, then the WASM has crashed.

The crash seems to be an MSFS issue that has been reported. If you find that the WASM is crashing then you can try tuning the WASM via ini parameters to prevent this. You need to disable continual lvar scans by setting
      LvarScanFrequency=0
and if setting this it is also a good idea to tune the delay of the initial scan, by increasing the value of the LvarScanDelay ini parameter (the default is 5 seconds). Suggest, for complex aircraft, you use:
     LvarScanDelay=10

Please see the Advanced User guide on setting WASM ini parameters. You should set these in the FSUIPC_WASM.ini file in your WASM persistence area, not the one in your Community folder. If this doesn't yet exist, copy the one from your Community folder to the WASM persistence are location (details in the Advanced User guide) and then edit removed link

If the WASM isn't crashing, then something else is causing your issue. Please enable WAPI Debug level logging (Log->WAPI->Debug) and Event logging, as well as WASM Debug level logging (via the FSUIPC_WASM.ini file) and the next time this occurs please exit MSFSm create a support topic and show me/attach both the FSUIPC7.log and FSUIPC_WASM.log files.

John


 
Posted : October 27, 2025 12:14 pm