Board index FlightGear Development Aircraft

Eurocopter EC-145 current downloads

Questions and discussion about creating aircraft. Flight dynamics, 3d models, cockpits, systems, animation, textures.

Re: Eurocopter EC-145 current downloads

Postby StuartC » Fri Mar 06, 2020 6:09 pm

Got it downloaded.
Im getting a huge number of nasal errors though. Also, Autostart no longer works. And I cant start it manualy from the panel ether. Nav display looks good though.
StuartC
 
Posts: 3179
Joined: Fri Jun 18, 2010 9:18 pm
Location: Arse end of the Universe
Callsign: WF01
Version: 2019.1
OS: W10 64 bit

Re: Eurocopter EC-145 current downloads

Postby litzi » Sat Mar 07, 2020 11:21 pm

Changes now spread all over the model and code. That of course, makes mistakes more likely. I will test thw files I shared again with a fresh installation of your v1.2.
litzi
 
Posts: 123
Joined: Sat May 03, 2014 9:59 pm
Location: AT
Version: 2018.3.1
OS: Ubuntu 14.04

Re: Eurocopter EC-145 current downloads

Postby StuartC » Sat Mar 07, 2020 11:31 pm

Thanks
StuartC
 
Posts: 3179
Joined: Fri Jun 18, 2010 9:18 pm
Location: Arse end of the Universe
Callsign: WF01
Version: 2019.1
OS: W10 64 bit

Re: Eurocopter EC-145 current downloads

Postby litzi » Sun Mar 08, 2020 10:21 am

I get no errors even if I use a freshly installed v1.2 of the aircraft as a baseline. But when I fiddle with the paths definitions in propulsion.nas I can provoke the following:

Code: Select all
parsexml(): reading 'Aircraft/ec145/Systems/propulsion.xml' denied (unauthorized directory - authorization no longer follows symlinks; to authorize reading additional directories, pass them to --allow-nasal-read)
Nasal runtime error: parsexml(): access denied (unauthorized directory)
  at /usr/share/games/flightgear/Nasal/io.nas, line 235
  called from: /usr/share/games/flightgear/Aircraft/ec145/Nasal/propulsion.nas, line 731
  called from: /usr/share/games/flightgear/Aircraft/ec145/Nasal/bk117.nas, line 75


Can you confirm that you get a similar error? My code tries to load the engine configuration XML from an absoute path, which generally seems to be a bad idea in flightgear..
litzi
 
Posts: 123
Joined: Sat May 03, 2014 9:59 pm
Location: AT
Version: 2018.3.1
OS: Ubuntu 14.04

Re: Eurocopter EC-145 current downloads

Postby StuartC » Sun Mar 08, 2020 2:01 pm

my version is based upon the last updates you gave me. No other altrerations in those code areas has been made.

The Console shows the folowing :-

Now checking for plug-in osgPlugins-3.4.2/osgdb_nvtt.dll
3.77 [ALRT]:sound XML sound: couldn't find file: 'Aircraft/etc145/Sounds/H145_Starter-right.wav'
3.78 [ALRT]:sound XML sound: couldn't find file: 'Aircraft/etc145/Sounds/H145_Starter-right.wav'
4.27 [ALRT]:systems FlightRecorder: Property '/orientation/pitch-deg' specified multiple times. Check flight recorder configuration.
4.27 [ALRT]:systems FlightRecorder: Property '/orientation/roll-deg' specified multiple times. Check flight recorder configuration.
4.27 [ALRT]:systems FlightRecorder: Property '/rotors/main/torque' specified multiple times. Check flight recorder configuration.
4.65 [ALRT]:network Multiplayer mode active!
5.54 [ALRT]:io D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/mainrotor/mainrotor.xml: Use of <global> in material animation is no longer supported.
6.30 [INFO]:OSG
6.30 [WARN]:OSG PNG lib warning : Interlace handling should be turned on when using png_read_image
7.18 [ALRT]:io Could not find at least one of the following objects for animation: 'screw.000', 'screw.001', 'screw.002', 'screw.003', 'Lamp1', 'Lamp2', 'Lamp3', 'Lamp4'
7.18 [ALRT]:io Could not find at least one of the following objects for animation: 'Panel', 'AsSwitchNav', 'NavOuter', 'NavInner', 'HDG', 'AltOuter', 'AltInner', 'VolNAV', 'VolCom', 'AsSwitchCOM', 'ComOuter', 'ComInner', 'CRS', 'BARO', 'PAN', 'PANUp', 'PANLeft', 'PANRight', 'PanDown', 'DidectTo', 'MENU', 'FPL', 'PROC', 'CLR', 'ENT', 'FmsOuter', 'FmsInner', 'SoftKey.000', 'SoftKey.001', 'SoftKey.002', 'SoftKey.003', 'SoftKey.004', 'SoftKey.005', 'SoftKey.006', 'SoftKey.007', 'SoftKey.008', 'SoftKey.009', 'SoftKey.010', 'SoftKey.011', 'Cover'
7.18 [ALRT]:io Could not find at least one of the following objects for animation: 'Cover', 'AP.L0', 'AP.L1', 'AP.L2', 'AP.L3', 'AP.L4', 'AP.L5', 'AP.R0', 'AP.R1', 'AP.R2', 'AP.R3', 'AP.R4', 'AP.R5'
10.44 [ALRT]:nasal Request detected to initialize Advanced Weather on startup...
10.46 [ALRT]:nasal Volcanic activity off.
10.63 [ALRT]:nasal Loading local weather routines...
10.64 [ALRT]:nasal Animated jetways ... initialized
10.95 [ALRT]:nasal towing is active!
10.96 [ALRT]:nasal Initializing electrical system...
10.96 [ALRT]:nasal ...Done.
11.08 [ALRT]:nasal Nasal runtime error: File not found:
11.08 [ALRT]:nasal at D:/games/Flightgear/FlightGear 2019.1.1/data/Nasal/io.nas, line 44
11.08 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Nasal/propulsion.nas, line 27
11.08 [ALRT]:nasal called from: D:/games/Flightgear/FlightGear 2019.1.1/data/Nasal/io.nas, line 59
11.08 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Nasal/bk117.nas, line 71
11.09 [ALRT]:nasal Lightpack light system initialized
17.77 [ALRT]:flight This aircraft uses yasim version 'YASIM_VERSION_CURRENT' (3)

17.79 [ALRT]:nasal SAR deselected
17.79 [ALRT]:nasal check_view_for_flir0
17.79 [ALRT]:nasal view 0 has no FLIR
17.79 [ALRT]:nasal Flir: SUCCESS! view control ......... Initialized
17.79 [ALRT]:nasal Initializing Helionix MFD ...
18.03 [ALRT]:nasal 0.init
18.70 [ALRT]:nasal 0.fnd
18.88 [ALRT]:nasal 1.init
19.15 [ALRT]:nasal 1.vmd
21.73 [ALRT]:nasal 1.navd
22.27 [ALRT]:nasal 1.fnd
22.44 [ALRT]:nasal 2.init
22.92 [ALRT]:nasal 2.fnd
23.05 [ALRT]:nasal 3.stbyai
23.06 [ALRT]:nasal ... Done.
23.06 [ALRT]:nasal Nasal runtime error: nil used in numeric context
23.06 [ALRT]:nasal at D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/fnd_page.nas, line 45
23.06 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/sensor.nas, line 197
23.06 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/sensor.nas, line 82
23.06 [ALRT]:nasal called from: D:/games/Flightgear/FlightGear 2019.1.1/data/Nasal/globals.nas, line 119
23.07 [ALRT]:nasal Nasal runtime error: nil used in numeric context
23.07 [ALRT]:nasal at D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/fnd_page.nas, line 45
23.07 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/sensor.nas, line 197
23.07 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/sensor.nas, line 82
23.07 [ALRT]:nasal called from: D:/games/Flightgear/FlightGear 2019.1.1/data/Nasal/globals.nas, line 119
23.07 [ALRT]:nasal Nasal runtime error: nil used in numeric context
23.07 [ALRT]:nasal at D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/fnd_page.nas, line 45
23.07 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/sensor.nas, line 197
23.07 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/sensor.nas, line 82
23.07 [ALRT]:nasal called from: D:/games/Flightgear/FlightGear 2019.1.1/data/Nasal/globals.nas, line 119
23.18 [WARN]:OSG PNG lib warning : iCCP: known incorrect sRGB profile
25.49 [ALRT]:nasal Nasal runtime error: nil used in numeric context
25.49 [ALRT]:nasal at D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Nasal/fcs.nas, line 79
25.49 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Nasal/fcs.nas, line 343
25.49 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Nasal/fcs.nas, line 416
25.49 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Nasal/fcs.nas, line 546
25.49 [ALRT]:nasal called from: D:/games/Flightgear/FlightGear 2019.1.1/data/Nasal/globals.nas, line 119
25.61 [ALRT]:nasal Starting hard-coded terrain presampling
28.31 [ALRT]:nasal installing osm2city nasal.
29.50 [ALRT]:nasal electrical loads init: analysing network...
29.50 [ALRT]:nasal ...Done.
34.01 [ALRT]:nasal check_view_for_flir1
34.01 [ALRT]:nasal view 1 has no FLIR
38.00 [ALRT]:nasal check_view_for_flir0
38.00 [ALRT]:nasal view 0 has no FLIR
49.15 [ALRT]:nasal Nasal runtime error: No such member: startup
49.15 [ALRT]:nasal at /sim/bindings/menu/binding[103], line 1
StuartC
 
Posts: 3179
Joined: Fri Jun 18, 2010 9:18 pm
Location: Arse end of the Universe
Callsign: WF01
Version: 2019.1
OS: W10 64 bit

Re: Eurocopter EC-145 current downloads

Postby litzi » Sun Mar 08, 2020 8:00 pm

it fails to load Aircraft/ec145/Nasal/lut-lib.nas (@11.08). Everything below that is a consequence. (for the sound (@3.77) I dont know, I have not seen EC145_Starter_right.wav in v1.2 or previous versions of the aircraft)

I'll try to get rid of all the path related functions in propulsion.nas. It seems to work under Linux, but I remember I already had some issues with that in the past.
litzi
 
Posts: 123
Joined: Sat May 03, 2014 9:59 pm
Location: AT
Version: 2018.3.1
OS: Ubuntu 14.04

Re: Eurocopter EC-145 current downloads

Postby StuartC » Sun Mar 08, 2020 8:18 pm

Ignore the sound, the sound pack is being worked on.
lut-lib.nas is present in the folder, I just checked.
StuartC
 
Posts: 3179
Joined: Fri Jun 18, 2010 9:18 pm
Location: Arse end of the Universe
Callsign: WF01
Version: 2019.1
OS: W10 64 bit

Re: Eurocopter EC-145 current downloads

Postby litzi » Mon Mar 09, 2020 8:26 pm

Replaced the filepath dependencies in propulsion.nas. Hope that fixes it. Download from original post of March 5.
litzi
 
Posts: 123
Joined: Sat May 03, 2014 9:59 pm
Location: AT
Version: 2018.3.1
OS: Ubuntu 14.04

Re: Eurocopter EC-145 current downloads

Postby StuartC » Mon Mar 09, 2020 9:02 pm

still a non starter.

Now checking for plug-in osgPlugins-3.4.2/osgdb_nvtt.dll
3.56 [ALRT]:sound XML sound: couldn't find file: 'Aircraft/etc145/Sounds/H145_Starter-right.wav'
3.56 [ALRT]:sound XML sound: couldn't find file: 'Aircraft/etc145/Sounds/H145_Starter-right.wav'
4.02 [ALRT]:systems FlightRecorder: Property '/orientation/pitch-deg' specified multiple times. Check flight recorder configuration.
4.02 [ALRT]:systems FlightRecorder: Property '/orientation/roll-deg' specified multiple times. Check flight recorder configuration.
4.02 [ALRT]:systems FlightRecorder: Property '/rotors/main/torque' specified multiple times. Check flight recorder configuration.
4.33 [ALRT]:network Multiplayer mode active!
4.95 [ALRT]:io D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/mainrotor/mainrotor.xml: Use of <global> in material animation is no longer supported.
5.54 [INFO]:OSG
5.54 [WARN]:OSG PNG lib warning : Interlace handling should be turned on when using png_read_image
6.40 [ALRT]:io Could not find at least one of the following objects for animation: 'screw.000', 'screw.001', 'screw.002', 'screw.003', 'Lamp1', 'Lamp2', 'Lamp3', 'Lamp4'
6.40 [ALRT]:io Could not find at least one of the following objects for animation: 'Panel', 'AsSwitchNav', 'NavOuter', 'NavInner', 'HDG', 'AltOuter', 'AltInner', 'VolNAV', 'VolCom', 'AsSwitchCOM', 'ComOuter', 'ComInner', 'CRS', 'BARO', 'PAN', 'PANUp', 'PANLeft', 'PANRight', 'PanDown', 'DidectTo', 'MENU', 'FPL', 'PROC', 'CLR', 'ENT', 'FmsOuter', 'FmsInner', 'SoftKey.000', 'SoftKey.001', 'SoftKey.002', 'SoftKey.003', 'SoftKey.004', 'SoftKey.005', 'SoftKey.006', 'SoftKey.007', 'SoftKey.008', 'SoftKey.009', 'SoftKey.010', 'SoftKey.011', 'Cover'
6.40 [ALRT]:io Could not find at least one of the following objects for animation: 'Cover', 'AP.L0', 'AP.L1', 'AP.L2', 'AP.L3', 'AP.L4', 'AP.L5', 'AP.R0', 'AP.R1', 'AP.R2', 'AP.R3', 'AP.R4', 'AP.R5'
9.27 [ALRT]:nasal Request detected to initialize Advanced Weather on startup...
9.29 [ALRT]:nasal Volcanic activity off.
9.44 [ALRT]:nasal Loading local weather routines...
9.45 [ALRT]:nasal Animated jetways ... initialized
9.63 [ALRT]:nasal towing is active!
9.64 [ALRT]:nasal Initializing electrical system...
9.64 [ALRT]:nasal ...Done.
9.69 [ALRT]:nasal Lightpack light system initialized
14.58 [ALRT]:flight This aircraft uses yasim version 'YASIM_VERSION_CURRENT' (3)

14.60 [ALRT]:nasal SAR deselected
14.60 [ALRT]:nasal check_view_for_flir0
14.60 [ALRT]:nasal view 0 has no FLIR
14.60 [ALRT]:nasal Flir: SUCCESS! view control ......... Initialized
14.60 [ALRT]:nasal Initializing Helionix MFD ...
14.92 [ALRT]:nasal 0.init
15.58 [ALRT]:nasal 0.fnd
15.74 [ALRT]:nasal 1.init
16.07 [ALRT]:nasal 1.vmd
18.78 [ALRT]:nasal 1.navd
19.30 [ALRT]:nasal 1.fnd
19.49 [ALRT]:nasal 2.init
19.93 [ALRT]:nasal 2.fnd
20.05 [ALRT]:nasal 3.stbyai
20.05 [ALRT]:nasal ... Done.
20.05 [ALRT]:nasal fuel system ... initialized
20.05 [ALRT]:nasal Nasal runtime error: non-objects have no members
20.05 [ALRT]:nasal at D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Nasal/propulsion.nas, line 659
20.05 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Nasal/propulsion.nas, line 721
20.05 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Nasal/propulsion.nas, line 762
20.05 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Nasal/bk117.nas, line 792
20.05 [ALRT]:nasal called from: D:/games/Flightgear/FlightGear 2019.1.1/data/Nasal/globals.nas, line 119
20.05 [ALRT]:nasal Nasal runtime error: nil used in numeric context
20.05 [ALRT]:nasal at D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/fnd_page.nas, line 45
20.05 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/sensor.nas, line 197
20.05 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/sensor.nas, line 82
20.05 [ALRT]:nasal called from: D:/games/Flightgear/FlightGear 2019.1.1/data/Nasal/globals.nas, line 119
20.05 [ALRT]:nasal Nasal runtime error: nil used in numeric context
20.05 [ALRT]:nasal at D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/fnd_page.nas, line 45
20.05 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/sensor.nas, line 197
20.05 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/sensor.nas, line 82
20.05 [ALRT]:nasal called from: D:/games/Flightgear/FlightGear 2019.1.1/data/Nasal/globals.nas, line 119
20.06 [ALRT]:nasal Nasal runtime error: nil used in numeric context
20.06 [ALRT]:nasal at D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/fnd_page.nas, line 45
20.06 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/sensor.nas, line 197
20.06 [ALRT]:nasal called from: D:/games/Flightgear/FGUKaircraft/aircraft/ec145/Models/instruments/EUcopter-mfd-c/Nasal/sensor.nas, line 82
20.06 [ALRT]:nasal called from: D:/games/Flightgear/FlightGear 2019.1.1/data/Nasal/globals.nas, line 119
20.08 [WARN]:OSG PNG lib warning : iCCP: known incorrect sRGB profile
22.39 [ALRT]:nasal Starting hard-coded terrain presampling
25.01 [ALRT]:nasal installing osm2city nasal.
26.03 [ALRT]:nasal electrical loads init: analysing network...
26.03 [ALRT]:nasal ...Done.
34.97 [ALRT]:nasal 1: rotor break .. release, fuel prime pumps .. both on, batt mstr .. on --> wait 10 sec for fuel pressure
36.97 [ALRT]:nasal 2: avio 1,2 switch .. on
41.99 [ALRT]:nasal 3: engine #1 main sw .. idle
42.77 [ALRT]:nasal Electrical: Warning total current mismatch:-7.000000000000007
67.00 [ALRT]:nasal 4: engine #2 main sw .. idle --> wait for N2~70%
92.02 [ALRT]:nasal 5: engine #1 main sw .. flight
94.04 [ALRT]:nasal 6: engine #2 main sw .. flight --> wait for NRO 100%
99.05 [ALRT]:nasal 7: fuel prime pumps .. both off, fuel xfer pumps .. both on
StuartC
 
Posts: 3179
Joined: Fri Jun 18, 2010 9:18 pm
Location: Arse end of the Universe
Callsign: WF01
Version: 2019.1
OS: W10 64 bit

Re: Eurocopter EC-145 current downloads

Postby StuartC » Tue Mar 10, 2020 1:33 pm

Fixed it. All is good again.
StuartC
 
Posts: 3179
Joined: Fri Jun 18, 2010 9:18 pm
Location: Arse end of the Universe
Callsign: WF01
Version: 2019.1
OS: W10 64 bit

Re: Eurocopter EC-145 current downloads

Postby litzi » Fri Apr 03, 2020 5:56 pm

Some early WIP: working on a C2 variant cockpit with the analog standby instruments and with the MEGHAS MDFs instead of the Helionix displays. Should'nt be too much work as expected 80% of the Helionix Canvas code can be reused for these screens.

This could be a future option for the aircraft at startup.

Image
litzi
 
Posts: 123
Joined: Sat May 03, 2014 9:59 pm
Location: AT
Version: 2018.3.1
OS: Ubuntu 14.04

Re: Eurocopter EC-145 current downloads

Postby StuartC » Fri Apr 03, 2020 10:26 pm

Looks good. I have no problem switching the cockpits over. I have been working on a H145M version ( conversion of the fuselage we have ) so the Current one could be converted to the C2 and the Helonix moves over the the 145M.
StuartC
 
Posts: 3179
Joined: Fri Jun 18, 2010 9:18 pm
Location: Arse end of the Universe
Callsign: WF01
Version: 2019.1
OS: W10 64 bit

Re: Eurocopter EC-145 current downloads

Postby litzi » Sat Apr 04, 2020 8:28 am

yes, as far as I understood it from the available online documents:

EC145 type designation "bk117-c1" : MEGHAS avionics + conventional tail rotor

H145 type designation "bk117-d2": Helionix avionics + fenestron tail rotor (I guess the H145M belongs to that type familiy)

right?
litzi
 
Posts: 123
Joined: Sat May 03, 2014 9:59 pm
Location: AT
Version: 2018.3.1
OS: Ubuntu 14.04

Re: Eurocopter EC-145 current downloads

Postby StuartC » Sat Apr 04, 2020 9:38 am

ok, so the next release ( hopefully soon ) will be the last of the current configuration. After that the download will contain 2 versions, - the C2 and the newer 145M. If I can get the model re textured in time.
StuartC
 
Posts: 3179
Joined: Fri Jun 18, 2010 9:18 pm
Location: Arse end of the Universe
Callsign: WF01
Version: 2019.1
OS: W10 64 bit

Re: Eurocopter EC-145 current downloads

Postby litzi » Sat May 02, 2020 8:17 pm

A brief update on the EC/H145 variants: Some progress here on the C2-cockpit. Also figured out that we will need two different styles of collective levers for the two models, and modelled them.

Image

Image

Image
litzi
 
Posts: 123
Joined: Sat May 03, 2014 9:59 pm
Location: AT
Version: 2018.3.1
OS: Ubuntu 14.04

PreviousNext

Return to Aircraft

Who is online

Users browsing this forum: No registered users and 10 guests