When I click the "select livery" option in any of the DC-10s it doesn't show the popup dialog to choose the livery, even after adding the liveries from the website.
Status: New Milestone: 2020.3 Labels: Livery Created: Sun Jan 03, 2021 08:19 AM UTC by Roshan Kalirajan Last Updated: Sun Jan 03, 2021 08:22 AM UTC Owner: nobody
When I click the "select livery" option in any of the DC-10s it doesn't
show the popup dialog to choose the livery, even after adding the liveries
from the website.
Status: New Milestone: 2020.3 Labels: Livery Created: Sun Jan 03, 2021 08:19 AM UTC by Roshan Kalirajan Last Updated: Tue Jan 05, 2021 05:46 PM UTC Owner: nobody
When I click the "select livery" option in any of the DC-10s it doesn't
show the popup dialog to choose the livery, even after adding the liveries
from the website.
i just installed the DC-10 (DC10-30) from trunk and can confirm this issue.
The default a/c loaded with an all-grey fuselage.
On the console the following error is shown when i click 'Select Livery'.
15.41 [ALRT]:nasal Nasal runtime error: No such member: dialog
215.41 [ALRT]:nasal at /sim/bindings/menu/binding[225], line 2
247.49 [ALRT]:nasal Nasal runtime error: No such member: dialog
247.49 [ALRT]:nasal at /sim/bindings/menu/binding[225], line 2
FG: 2020.4 compiled ~5 days ago
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here, it works. Are you sure that one of your liveries from the website is not causing this (an invalid livery, perhaps)?
This issue is even prevalent in the liveries built-in the DC-10. Like
American Airlines,etc.
On Tue, 5 Jan 2021 at 23:17, legoboyvdlp legoboyvdlp@users.sourceforge.net
wrote:
Related
Tickets:
#2502May I ask where you downloaded the DC10 from? I'm afraid I can't reproduce that, even the AAL livery works.
From the main application's aircraft browse search
On Tue, 5 Jan 2021 at 23:25, legoboyvdlp legoboyvdlp@users.sourceforge.net
wrote:
Related
Tickets:
#2502The only way I got it to work was to replace the blank livery image with the livery of my choice
i just installed the DC-10 (DC10-30) from trunk and can confirm this issue.
The default a/c loaded with an all-grey fuselage.
On the console the following error is shown when i click 'Select Livery'.
15.41 [ALRT]:nasal Nasal runtime error: No such member: dialog
215.41 [ALRT]:nasal at /sim/bindings/menu/binding[225], line 2
247.49 [ALRT]:nasal Nasal runtime error: No such member: dialog
247.49 [ALRT]:nasal at /sim/bindings/menu/binding[225], line 2
FG: 2020.4 compiled ~5 days ago
Problem is aircraft.livery.init is Nasal/effects.nas (line 6).
I changed it to:
This build the pathname correctly.
thanks
Will be fixed in 2020.3.7
Ok cool thanks