Jump to content
The simFlight Network Forums

Recommended Posts

Posted

Btw, I am looking to add functionality to add any simvar (or MSFS A type variables) to a free user offset for the next release. Couldn't fit it in to this one (didn't want to delay any longer!), but should hopefully be ready for release by early next week.

John

Posted
  On 2/15/2022 at 9:02 PM, John Dowson said:

Btw, I am looking to add functionality to add any simvar (or MSFS A type variables) to a free user offset for the next release. Couldn't fit it in to this one (didn't want to delay any longer!), but should hopefully be ready for release by early next week.

John

Expand  

That will great.

One other thing. I am seeing [E] [ERROR] **** Different WASM version: The WASM version is 0.5.6 while WAPI version is 0.5.7. This may cause issues. in FSUIPC.log.

Posted
  On 2/15/2022 at 9:05 PM, Scotfleiger said:

One other thing. I am seeing [E] [ERROR] **** Different WASM version: The WASM version is 0.5.6 while WAPI version is 0.5.7. This may cause issues. in FSUIPC.log.

Expand  

That is strange...I see:
 

  Quote

    58578   [INFO]: **** Starting FSUIPC7 WASM Interface (WAPI) version 0.5.6 (WASM version 0.5.7)

Expand  

Are you sure that is from the latest release? Can you check and show me the full log file. And did you also reinstall the wasm?

I will check further on that message tomorrow, but it shouldn't be an issue...

John

Posted
  On 2/15/2022 at 10:10 PM, John Dowson said:

Are you sure that is from the latest release? Can you check and show me the full log file. And did you also reinstall the wasm?

I will check further on that message tomorrow, but it shouldn't be an issue..

Expand  

I will recheck tomorrow. No I didn’t reinstall WASM. I just ran the Install FSUIPC.EXE. 

Posted
  On 2/15/2022 at 10:15 PM, Scotfleiger said:

No I didn’t reinstall WASM. I just ran the Install FSUIPC.EXE. 

Expand  

Then you also need to update your WASM. You should always re-install the WASM from the installer when you install FSUIPC7.
The message is slightly misleading...it is saying the WASM installed is 0.5.6 whereas the WAPI/FSUIPC is expecting 0.5.7. You should update as it may cause issues .

John

Posted

Morning John

I attach the full fusipc7.log (includes LINDA logging) from last night. The relevant lines are:

     9219   [INFO]: **** Starting FSUIPC7 WASM Interface (WAPI) version 0.5.6 (WASM version 0.5.7)
     9219   [INFO]: Connected to MSFS
     9735  [ERROR]: **** Different WASM version: The WASM version is 0.5.6 while the WAPI version is 0.5.7. This may cause issues.

This morning I get the same INFO lines but no error.

     8500 Starting WAPI...
     8500   [INFO]: **** Starting FSUIPC7 WASM Interface (WAPI) version 0.5.6 (WASM version 0.5.7)
     8500   [INFO]: Connected to MSFS

The change.txt refers to WASM updated to 0.5.7 but I can't find FSUIPC7_WASM.WASM in the 7.2.16 download. The version on fsuipc.com is 0.5.6. According to the Installing and Registering document states that FSUIPC7_WASM.WASM file will be installed in my /community/fsuipc-lvar-module/modules directory. The current file is dated 6 Feb 22.

You mention that I need to update WASM but surely this should be part of the FSUIPC6 installation process. If I am confused I am sure most users will be in a similar position.

FSUIPC7.logFetching info... FSUIPC7 - Copy.logFetching info...

Posted

How come you get different logging? Did you re-install and install the WASM?

  On 2/16/2022 at 8:48 AM, Scotfleiger said:

This morning I get the same INFO lines but no error.

     8500 Starting WAPI...
     8500   [INFO]: **** Starting FSUIPC7 WASM Interface (WAPI) version 0.5.6 (WASM version 0.5.7)
     8500   [INFO]: Connected to MSFS

Expand  

This is correct, and indicates that you have installed the latest WASM.

  On 2/16/2022 at 8:48 AM, Scotfleiger said:

The change.txt refers to WASM updated to 0.5.7 but I can't find FSUIPC7_WASM.WASM in the 7.2.16 download.

Expand  

Well, it is certainly in the installer...

  On 2/16/2022 at 8:48 AM, Scotfleiger said:

According to the Installing and Registering document states that FSUIPC7_WASM.WASM file will be installed in my /community/fsuipc-lvar-module/modules directory. The current file is dated 6 Feb 22.

Expand  

This is correct - that is the date the WASM 0.5.7 was built.

  On 2/16/2022 at 8:48 AM, Scotfleiger said:

You mention that I need to update WASM but surely this should be part of the FSUIPC6 installation process.

Expand  

It is (but for FSUIPC7, not FSUIPC6, presume a typo)! Please look at the component options when installing - one of them is the WASM.

  On 2/16/2022 at 8:48 AM, Scotfleiger said:

If I am confused I am sure most users will be in a similar position.

Expand  

I really don't understand why you are confused. Please tale a look at your InstallFSUIPC7.log file, this will tell you what was installed and where.

John

Posted

Hi John#

  On 2/16/2022 at 9:01 AM, John Dowson said:

How come you get different logging? Did you re-install and install the WASM?

Expand  

The different logging was because I turned down the level of LINDA logging. No additional installation (WASM) was done between last night and this morning. The only difference was shutdown everything in between.

I should have checked the InstallFSUIPC7.log. This appears correct although no version numbers quoted. It was my typo - FSUIPC7 used throughout.

The  new ipc.reloadWASM option appears to be working well - all Lvars/Hvars now visible when triggered. Thanks again.

Posted
  On 2/16/2022 at 10:14 AM, Scotfleiger said:

The different logging was because I turned down the level of LINDA logging.

Expand  

The logging level shouldn't make a difference for error logging - they should always be logged, regardless of the logging level. Just checked the code for this as well and it looks ok. Whet logging level were you using when you saw the error? Can you try again and see if you still get that, and if so let me know what logging parameters you are using. I will also update that message to make it clearer what it means.

  On 2/16/2022 at 10:14 AM, Scotfleiger said:

No additional installation (WASM) was done between last night and this morning. The only difference was shutdown everything in between.

Expand  

That is strange then. If MSFS was still running when you installed, then this could explain things. However, I think the installer will show a message and not proceed if MSFS is running, so I really have no idea why you saw that message.

  On 2/16/2022 at 10:14 AM, Scotfleiger said:

The  new ipc.reloadWASM option appears to be working well - all Lvars/Hvars now visible when triggered. Thanks again.

Expand  

No problem. Cheers,

John

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.