Problem with Trim Gauge & FSX
Moderator: RussDirks
Problem with Trim Gauge & FSX
Every time I start FSForce in FSX it displays me this message:
And then, when I run Profile Manager, it shows me this error:
If I click OK, the same message appears but for another airplane and if I click Cancel, it just skips all errors of this kind but it never installs whatever it is trying to install.
I've checked all panel.cfg files, they are not read only and have full permission sets.
I've also tried to run the Profile Manager as administration but no success.
What can I do ?
This doesn't happen with FSForce 1 for FS2004.
And then, when I run Profile Manager, it shows me this error:
If I click OK, the same message appears but for another airplane and if I click Cancel, it just skips all errors of this kind but it never installs whatever it is trying to install.
I've checked all panel.cfg files, they are not read only and have full permission sets.
I've also tried to run the Profile Manager as administration but no success.
What can I do ?
This doesn't happen with FSForce 1 for FS2004.
It allows me to do that but, do you think the problem is that the panel.cfg uses an alias?RussDirks wrote:FS Force needs to be able to modify the panel.cfg file. As a test to see if you have write access, try opening one of the .cfg files, add a blank line at the end, and then try to save it. If it does not allow you to do that, the file permissions are not set right.
I have found that all aircraft's panel.cfg returning this error is like this:
Code: Select all
[fltsim]
product_code=FSIM
alias=A2A_PiperJ3\panel
FS Force expects the alias path to start with a "\". Try modifying it as below and see if that works. I'll also release a patch soon to handle that particular variation in path formats.
Code: Select all
[fltsim]
product_code=FSIM
alias=\A2A_PiperJ3\panel
Russel Dirks
Forum Moderator
Forum Moderator
Changed the alias on every aircraft returning the error and it works now and the panel is still working. Some aircraft uses the opposite slash, "/" instead of "". It's also working since it uses the slash but I think I should mention that.RussDirks wrote:FS Force expects the alias path to start with a "". Try modifying it as below and see if that works. I'll also release a patch soon to handle that particular variation in path formats.
Code: Select all
[fltsim] product_code=FSIM alias=\A2A_PiperJ3\panel
Thanks, looking forward to the patch.
I have installed this patch but it is still doing the same. But this time with QualityWings 757 aircraft.RussDirks wrote:Patch is now available for download. Version 2.5.0.1
I think the problem here is that there is no panel folder in the aircraft dir so the problem shouldn't be the same as before. Here is the folder tree:
I installed the files you sent me into my Airplanes folder, and started Profile Manager. Everything worked fine for the "752 Passenger". Profile Manager was able to successfully install and un-install the trim gauge.
I did run into problems with the "C32-A", which I found was due to incorrect entries in the Aircraft.cfg. Specifically, the two "fltsim" sections contained the entry "panel=retrohd" and "panel=retrohd_VC", respectively, however there were no corresponding folders calld "panel.retrohd" and "panel.retrohd_VC", as there should have been. Thus the error messages you were seeing. I did notice that the "752 Passenger" airplane did have those folders. I wonder if they got mixed around?
Thus the error message you were seeing were legitimate, being due to malformed aircraft folders and associated .cfg file entries.
I did run into problems with the "C32-A", which I found was due to incorrect entries in the Aircraft.cfg. Specifically, the two "fltsim" sections contained the entry "panel=retrohd" and "panel=retrohd_VC", respectively, however there were no corresponding folders calld "panel.retrohd" and "panel.retrohd_VC", as there should have been. Thus the error messages you were seeing. I did notice that the "752 Passenger" airplane did have those folders. I wonder if they got mixed around?
Thus the error message you were seeing were legitimate, being due to malformed aircraft folders and associated .cfg file entries.
Russel Dirks
Forum Moderator
Forum Moderator