Jump to content
The simFlight Network Forums

Recommended Posts

Posted

FSUIPC 6.1.6 LINDA 3.2.6 .1111 P3D 5.2.22.27615

Hello,

I have installed FSUIPC 6.1.6.
When I start P3D I hear twice an beep that is audible when an error occurs.
Linda seems to start briefly then crashes and is not loaded after P3D is fully loaded.
When I start Linda again manually it seems to run.
Attached is a logfile.

I am now back to FSUIPC 6.1.5 and LINDA is running normally again.
I am not sure if I am in the right place in the FSUIPC forum or if the message would be better placed in the LINDA forum.
best regards
Stefan
 

FSUIPC6.log

Posted

The log you attached stops after 3min 27 seconds by user request:
 

Quote

    35344 Weather Mode now = Theme
   207047 12756 Ready Flags: Ready-To-Fly=N, In Menu=Y, In Dlg=Y
[Log closed by user request, and continued in new file]
   218782 System time = 05/11/2021 18:22:15, Simulator time = 17:00:03 (22:00Z)
   218782  7272 *** FSUIPC log file being closed
Minimum frame rate was 32768.0 fps, Maximum was 0.0 fps
Average frame rate for running time of 3 secs = 150.0 fps
Maximum AI traffic for session was 0 aircraft
Memory managed: 17 Allocs, 6 Freed
********* FSUIPC Log file closed ***********
 

If you want me to investigate, please show me a full log.

 

24 minutes ago, Stefan01 said:

When I start P3D I hear twice an beep that is audible when an error occurs.
Linda seems to start briefly then crashes and is not loaded after P3D is fully loaded.
When I start Linda again manually it seems to run.
Attached is a logfile.

Then you probably need Linda support, but a full log file would help.
I can't think of any changes from 6.1.5 to 6.1.6 that would affect Linda, but maybe @Scotfleiger could check.

Regards,

John

 

Posted

I am sorry that the log was not complete.  I installed v6.1.6 again and started P3D.
After a short time, the sound indicating an error is heard twice. P3D starts completely.As far as I could observe LINDA also starts and the functions of the MCP are available, but the LINDA GUI that is usually visible when LINDA starts is not visible and cannot be called or displayed.
I hope you can see the reason in the log.
With V 6.1.5 the LINDA GUI is displayed with the start of LINDA and is then also available during the whole session.
I hope the log is now ok and you can see where the problem is.
Thanks a lot
Stefan LiebeFSUIPC6.logFSUIPC6.logFSUIPC6.logFSUIPC6.log

Posted
2 hours ago, Stefan01 said:

As far as I could observe LINDA also starts and the functions of the MCP are available, but the LINDA GUI that is usually visible when LINDA starts is not visible and cannot be called or displayed.
I hope you can see the reason in the log.

Log looks ok to me, but I don't know much about LINDA- you need LINDA support.

John

Posted

Hi John

I have been investigating @Stefan01 query. The problem appears to be linked to the fsuipc6.ini [Programs] block and FSUIPC6 v6.1.6. Previously, with FSUIPC6 v6.0.8 the first line below would start LINDA.EXE (full .ini attached):

[Programs]
RunIf1=CLOSE,C:\Users\andre\Documents\Prepar3D v5 Add-ons\FSUIPC6\linda.exe
RunIf2=CLOSE,C:\Program Files (x86)\HiFi\AS_P3Dv4\AS_P3Dv4.exe

In v6.1.6 this will run the second line (Active Sky) but not the first to start LINDA. I note there is a bug fix covering this area in the release notes. Any help would be appreciated.

FSUIPC6.ini

Posted
6 minutes ago, Scotfleiger said:

I have been investigating @Stefan01 query. The problem appears to be linked to the fsuipc6.ini [Programs] block and FSUIPC6 v6.1.6. Previously, with FSUIPC6 v6.0.8 the first line below would start LINDA.EXE (full .ini attached):

[Programs]
RunIf1=CLOSE,C:\Users\andre\Documents\Prepar3D v5 Add-ons\FSUIPC6\linda.exe
RunIf2=CLOSE,C:\Program Files (x86)\HiFi\AS_P3Dv4\AS_P3Dv4.exe

In v6.1.6 this will run the second line (Active Sky) but not the first to start LINDA. I note there is a bug fix covering this area in the release notes. Any help would be appreciated.

Ok, that is very strange - I will take a look and get back to you.

John

Posted

Could you show me the FSUIPC6.log file please - it should show an error if unable to start a program. 
The previous log file posted showed LINDA being started via ipcReady.lua, and not via an exe from the [Programs] section:

Quote

    68500 LUA.1: beginning "C:\Users\Stefan Liebe\Documents\Prepar3D v5 Add-ons\FSUIPC6\ipcReady.lua"
    68516 ASN active function link set
    68516 Ready for ActiveSky WX radar with additional data
    68563 LUA.2: Starting...
    68610 LUA.2: Done.
    68610 LUA.3: LINDA:: [START] *********************** STARTING LINDA ***********************
 

 

John

Posted

Could you also maybe try with FSUIPC (and the linda.exe) installed outside of the Documents (add-ons) folder. This should really only be used for the add-on.xml.
I have seen various strange issues when FSUIPC is installed under Documents.

John

Posted

I uninstalled FSUIPC 6.1.5, then copied the FSUIPC6 folder to C: and installed FSUIPC6.1.6.
Unfortunately nothing has changed. LINDA starts, but the GUI is not visible and cannot be displayed. It seems that in this case the location of the installation has no effect on the issue.
Thank you for taking care of the issue.
Stefan

Posted
8 minutes ago, Stefan01 said:

LINDA starts, but the GUI is not visible and cannot be displayed.

That is strange. I have seen a similar issue with VoiceAttack, but only when trying to start using a shortcut not the exe itself.
Is LINDA now started through an exe, rather than via a lua script?

Guess I'm going to have to download and install...

I will look into this tomottow/next week.

John

Posted

Sorry, I made a mistake after copying the FSUIPC6 folders I did not change the line
[Programs]
RunIf1=CLOSE,C:\Users\Stefan Love\Documents\Prepar3D v5 Add-ons\FSUIPC6\LINDA.exe

to
[Programs]
RunIf1=CLOSE,C:\FSUIPC6\LINDA.exe

After I made this change LINDA starts correctly under 6.1.6.

Thanks again for the help
Stefan

Posted
5 minutes ago, Stefan01 said:

Sorry, I made a mistake after copying the FSUIPC6 folders I did not change the line
[Programs]
RunIf1=CLOSE,C:\Users\Stefan Love\Documents\Prepar3D v5 Add-ons\FSUIPC6\LINDA.exe

to
[Programs]
RunIf1=CLOSE,C:\FSUIPC6\LINDA.exe

After I made this change LINDA starts correctly under 6.1.6.

Ah, good! So it looks like it was an issue due to permissions on the Documents folder.

Thanks for reporting back.

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.