Board index FlightGear Development Aircraft

JSBSim Piper J-3 Cub  Topic is solved

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

Re: JSBSim Piper J-3 Cub

Postby wlbragg » Thu Apr 15, 2021 3:20 pm

Thanks @benih I'll take care of it. Did something change in the core base code to cause this to suddenly not allow relative paths? I ask because it never had this error before and nothing has change in the aircraft code base in quite some time.
Kansas and Ohio/Midwest scenery development.
KEQA, 3AU, KRCP Airport Layout
Intel i7/GeForce RTX 2070/Max-Q
User avatar
wlbragg
 
Posts: 7574
Joined: Sun Aug 26, 2012 12:31 am
Location: Kansas (Tornado Alley), USA
Callsign: WC2020
Version: next
OS: Win10/Linux/RTX 2070

Re: JSBSim Piper J-3 Cub

Postby benih » Thu Apr 15, 2021 5:14 pm

I have no idea of changes. James introduced the bug-nag-screen, this is where i got the report.

But beware: I also had some multiplayer model issues that may be related, and only noticed this later, and forgot to report it again here.
So this could very well be something on my end.

In fact, i was not able to reproduce right now...
User avatar
benih
 
Posts: 1679
Joined: Tue Aug 15, 2017 10:34 am
Callsign: D-EBHX
Version: next
OS: Debian Linux 64bit

Re: JSBSim Piper J-3 Cub

Postby Ysop » Thu Apr 15, 2021 5:22 pm

If this is of help, we had the yellow glider J3-edition as well a few weeks ago (and also with the ASK21) Running 2020.3.1 and 2020.3.6.
User avatar
Ysop
 
Posts: 1348
Joined: Thu Oct 25, 2018 10:06 pm
Version: 2020.3.18
OS: ubuntu 22.04

Re: JSBSim Piper J-3 Cub

Postby benih » Thu Apr 15, 2021 9:47 pm

If this is of help, we had the yellow glider J3-edition as well a few weeks ago


I reported this to the list, and the solution is to add the hangar aircraft cache dir to the additional aircraft parameter.

James is potentially fixing this in the launcher.

See: https://sourceforge.net/p/flightgear/ma ... /37262294/
User avatar
benih
 
Posts: 1679
Joined: Tue Aug 15, 2017 10:34 am
Callsign: D-EBHX
Version: next
OS: Debian Linux 64bit

Re: JSBSim Piper J-3 Cub

Postby Johan G » Sun Apr 18, 2021 5:56 pm

benih wrote in Thu Apr 15, 2021 9:47 pm:
If this is of help, we had the yellow glider J3-edition as well a few weeks ago


I reported this to the list, and the solution is to add the hangar aircraft cache dir to the additional aircraft parameter.

Using FlightGear 2020.3.4 here and have had to do that as well. I have had a lot of gliders instead of already installed aircraft.

I have not looked deeper into why some show up properly and some don't though.
Low-level flying — It's all fun and games till someone looses an engine. (Paraphrased from a YouTube video)
Improving the Dassault Mirage F1 (Wiki, Forum, GitLab. Work in slow progress)
Some YouTube videos
Johan G
Moderator
 
Posts: 6625
Joined: Fri Aug 06, 2010 6:33 pm
Location: Sweden
Callsign: SE-JG
IRC name: Johan_G
Version: 2020.3.4
OS: Windows 10, 64 bit

Re: JSBSim Piper J-3 Cub

Postby benih » Sun Apr 18, 2021 10:25 pm

Johan G wrote in Sun Apr 18, 2021 5:56 pm:I have not looked deeper into why some show up properly and some don't though.

I probably solved it by adding the default hangar cache dir as additional aircraft-dir to the launcher (see my comment above).
User avatar
benih
 
Posts: 1679
Joined: Tue Aug 15, 2017 10:34 am
Callsign: D-EBHX
Version: next
OS: Debian Linux 64bit

Re: JSBSim Piper J-3 Cub

Postby benih » Wed Apr 21, 2021 9:57 pm

Today we had our wendesday VFR trip and were 6 Cubs (FGAddon/trunk 2020.4) :)

Right at the start we had the problem that as soon as we connected more than, say two planes, to the multiplayer, we had constant horrible lag.
It looked like the panes constantly got reloaded and rejoining, then vanishing, then appearing as glider again, loading the liveries, and on and on.

RAM usage was also very high (10-20 gigs were reported after 10 minutes) and it looked like some sort of memory leak.

As attempt for workaround, we all deleted all the livery PNG textures except the "lores-*" ones, and that worked very good.
At the end of the trip, a Cub joined again, employing the default livery, and the problem was again there.


So maybe I hope this is enough information to go forward...

EDIT: here my console log of the entire flight:
Code: Select all
beni@segin:/usr/share/games/flightgear-build$ ./run_fgfs.sh --launcher
Did init FPE
Boostrap-1
Boostrap-2
DidInitHome
DidLogToHome
    0.35 [WARN]:gui        Cyclic dependency detected between "file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" and "file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml"
    0.59 [WARN]:gui        qrc:/qml/DateTimeValueEdit.qml:130:5: QML Binding: Not restoring previous value because restoreMode has not been set.
This behavior is deprecated.
You have to import QtQml 2.15 after any QtQuick imports and set
the restoreMode of the binding to fix this warning.
In Qt < 6.0 the default is Binding.RestoreBinding.
In Qt >= 6.0 the default is Binding.RestoreBindingOrValue.

    0.59 [WARN]:gui        qrc:/qml/DateTimeValueEdit.qml:130:5: QML Binding: Not restoring previous value because restoreMode has not been set.
This behavior is deprecated.
You have to import QtQml 2.15 after any QtQuick imports and set
the restoreMode of the binding to fix this warning.
In Qt < 6.0 the default is Binding.RestoreBinding.
In Qt >= 6.0 the default is Binding.RestoreBindingOrValue.

    0.59 [WARN]:gui        qrc:/qml/DateTimeValueEdit.qml:130:5: QML Binding: Not restoring previous value because restoreMode has not been set.
This behavior is deprecated.
You have to import QtQml 2.15 after any QtQuick imports and set
the restoreMode of the binding to fix this warning.
In Qt < 6.0 the default is Binding.RestoreBinding.
In Qt >= 6.0 the default is Binding.RestoreBindingOrValue.

    0.59 [WARN]:gui        qrc:/qml/DateTimeValueEdit.qml:130:5: QML Binding: Not restoring previous value because restoreMode has not been set.
This behavior is deprecated.
You have to import QtQml 2.15 after any QtQuick imports and set
the restoreMode of the binding to fix this warning.
In Qt < 6.0 the default is Binding.RestoreBinding.
In Qt >= 6.0 the default is Binding.RestoreBindingOrValue.

    0.59 [WARN]:gui        qrc:/qml/DateTimeValueEdit.qml:130:5: QML Binding: Not restoring previous value because restoreMode has not been set.
This behavior is deprecated.
You have to import QtQml 2.15 after any QtQuick imports and set
the restoreMode of the binding to fix this warning.
In Qt < 6.0 the default is Binding.RestoreBinding.
In Qt >= 6.0 the default is Binding.RestoreBindingOrValue.

    0.79 [WARN]:gui        qrc:/qml/DateTimeValueEdit.qml:130:5: QML Binding: Not restoring previous value because restoreMode has not been set.
This behavior is deprecated.
You have to import QtQml 2.15 after any QtQuick imports and set
the restoreMode of the binding to fix this warning.
In Qt < 6.0 the default is Binding.RestoreBinding.
In Qt >= 6.0 the default is Binding.RestoreBindingOrValue.

    0.79 [WARN]:gui        qrc:/qml/DateTimeValueEdit.qml:130:5: QML Binding: Not restoring previous value because restoreMode has not been set.
This behavior is deprecated.
You have to import QtQml 2.15 after any QtQuick imports and set
the restoreMode of the binding to fix this warning.
In Qt < 6.0 the default is Binding.RestoreBinding.
In Qt >= 6.0 the default is Binding.RestoreBindingOrValue.

    0.79 [WARN]:gui        qrc:/qml/DateTimeValueEdit.qml:130:5: QML Binding: Not restoring previous value because restoreMode has not been set.
This behavior is deprecated.
You have to import QtQml 2.15 after any QtQuick imports and set
the restoreMode of the binding to fix this warning.
In Qt < 6.0 the default is Binding.RestoreBinding.
In Qt >= 6.0 the default is Binding.RestoreBindingOrValue.

    0.79 [WARN]:gui        qrc:/qml/DateTimeValueEdit.qml:130:5: QML Binding: Not restoring previous value because restoreMode has not been set.
This behavior is deprecated.
You have to import QtQml 2.15 after any QtQuick imports and set
the restoreMode of the binding to fix this warning.
In Qt < 6.0 the default is Binding.RestoreBinding.
In Qt >= 6.0 the default is Binding.RestoreBindingOrValue.

    0.79 [WARN]:gui        qrc:/qml/DateTimeValueEdit.qml:130:5: QML Binding: Not restoring previous value because restoreMode has not been set.
This behavior is deprecated.
You have to import QtQml 2.15 after any QtQuick imports and set
the restoreMode of the binding to fix this warning.
In Qt < 6.0 the default is Binding.RestoreBinding.
In Qt >= 6.0 the default is Binding.RestoreBindingOrValue.

  148.87 [ALRT]:aircraft   Aircraft does not specify a minimum FG version: please add one at /sim/minimum-fg-version
  148.88 [ALRT]:view       Not creating osgViewer::CompositeViewer
Now checking for plug-in osgPlugins-3.6.5/osgdb_nvtt.so
  149.01 [WARN]:general    Enabling ATI/AMD viewport hack
  149.10 [INFO]:terrasync  Starting automatic scenery download/synchronization to '/var/cache/fgfs/TerraSync'.








  151.51 [INFO]:OSG       
  151.52 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
  151.52 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
  151.52 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
  152.83 [ALRT]:io         mipmapping: texture size not a power-of-two: /var/cache/fgfs/Aircraft/org.flightgear.fgaddon.trunk/Aircraft/J3Cub/Models/Interior/breakers-switches/breakers-switches.png
  152.83 [ALRT]:io         mipmapping: texture size not a power-of-two: /var/cache/fgfs/Aircraft/org.flightgear.fgaddon.trunk/Aircraft/J3Cub/Models/Effects/interior/lm_breakers-switches.png
  154.69 [ALRT]:io         mipmapping: texture size not a power-of-two: /var/cache/fgfs/Aircraft/org.flightgear.fgaddon.trunk/Aircraft/J3Cub/Models/Interior/stec-55x/indicators.png
  154.69 [ALRT]:io         mipmapping: texture size not a power-of-two: /var/cache/fgfs/Aircraft/org.flightgear.fgaddon.trunk/Aircraft/J3Cub/Models/Interior/stec-55x/digits.png
  154.69 [ALRT]:io         mipmapping: texture size not a power-of-two: /var/cache/fgfs/Aircraft/org.flightgear.fgaddon.trunk/Aircraft/J3Cub/Models/Interior/stec-55x/one.png
  155.28 [ALRT]:io         mipmapping: texture size not a power-of-two: /var/cache/fgfs/Aircraft/org.flightgear.fgaddon.trunk/Aircraft/J3Cub/Models/Exterior/rbf/rbf.png
  155.28 [ALRT]:OSG       
  155.28 [WARN]:OSG        PNG lib warning : iCCP: known incorrect sRGB profile
  155.28 [WARN]:OSG        PNG lib warning : iCCP: known incorrect sRGB profile
  157.71 [ALRT]:environment Nearest airport tower now LFKO
  157.73 [INFO]:nasal      Request detected to initialize Advanced Weather on startup...
  157.84 [INFO]:nasal      Loading local weather routines...
  157.84 [INFO]:nasal      Animated jetways ... initialized
  158.01 [INFO]:nasal      towing is active!
  158.01 [ALRT]:nasal      ERROR: Cannot add listener to tied property /controls[0]/flight[0]/flaps[0]
  158.02 [INFO]:nasal      Starter off
  158.02 [INFO]:nasal      KI266 dme indicator #0 initialized
  158.02 [INFO]:nasal      Electrical system initialized
  158.06 [ALRT]:nasal      ERROR: Cannot add listener to tied property /instrumentation[0]/gps[0]/mode[0]
  161.86 [INFO]:nasal      Installing Red Griffin ATC addon from /usr/share/games/flightgear/add-ons/RedGriffinATC
  161.86 [INFO]:nasal      Loading /usr/share/games/flightgear/add-ons/RedGriffinATC/globals.nas module
  161.87 [INFO]:nasal      Loading /usr/share/games/flightgear/add-ons/RedGriffinATC/settings.nas module
  161.87 [INFO]:nasal      Loading /usr/share/games/flightgear/add-ons/RedGriffinATC/rgatc.nas module
  161.92 [WARN]:OSG        PNG lib warning : Interlace handling should be turned on when using png_read_image
  161.93 [WARN]:OSG        PNG lib warning : Interlace handling should be turned on when using png_read_image
  161.94 [INFO]:nasal      Addon FGCom-mumble initializing
  161.94 [INFO]:nasal      Addon FGCom-mumble activating protocol 'generic,socket,out,10,localhost,16661,udp,fgcom-mumble'
  161.94 [INFO]:nasal      helicopter: 0
  161.94 [INFO]:nasal      Version script loaded
  161.94 [INFO]:nasal      GUI loaded
  161.94 [INFO]:nasal      Commands script loaded
  162.16 [INFO]:nasal      cameras version: 1.2.3
  162.18 [ALRT]:flight     Failed to save initial FDM property state
  163.99 [INFO]:nasal      Starting hard-coded terrain presampling
  170.29 [INFO]:nasal      Garmin 196 loading cities
  171.07 [INFO]:nasal      Garmin 196 loading cities done
  171.08 [INFO]:nasal      Primer reset to 0
  200.07 [ALRT]:input      No command supplied for binding.
  227.61 [INFO]:network    Multiplayer mode active
  227.88 [WARN]:OSG       
  227.88 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
  227.88 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
  227.88 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
  233.15 [ALRT]:nasal      Nasal runtime error: nil used in numeric context
  233.15 [ALRT]:nasal        at /usr/share/games/flightgear-build/install/flightgear/fgdata/Nasal/bits.nas, line 17
  233.15 [ALRT]:nasal        called from: /var/cache/fgfs/Aircraft/org.flightgear.fgaddon.trunk/Aircraft/J3Cub/Models/J3Cub.ac, line 31
  233.15 [ALRT]:nasal        called from: /usr/share/games/flightgear-build/install/flightgear/fgdata/Nasal/globals.nas, line 131
  233.15 [ALRT]:nasal      Nasal runtime error: nil used in numeric context
  233.15 [ALRT]:nasal        at /usr/share/games/flightgear-build/install/flightgear/fgdata/Nasal/bits.nas, line 17
  233.15 [ALRT]:nasal        called from: /var/cache/fgfs/Aircraft/org.flightgear.fgaddon.trunk/Aircraft/J3Cub/Models/J3Cub.ac, line 46
  233.15 [ALRT]:nasal        called from: /usr/share/games/flightgear-build/install/flightgear/fgdata/Nasal/globals.nas, line 131
  233.73 [INFO]:nasal      Model load Eisenhower /ai/models/carrier[1]
  284.76 [INFO]:nasal      Starter on
  291.62 [INFO]:nasal      Starter off
  296.54 [INFO]:nasal      Primer reset to 0
  320.59 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
  320.60 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
  320.60 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
  385.53 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
  385.54 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
  385.54 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
  545.58 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
  545.59 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
  545.59 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
  777.16 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
  777.16 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
  777.16 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 1224.36 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 1224.36 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 1224.36 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 1294.11 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 1294.11 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 1294.11 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 1296.77 [INFO]:nasal      Starter on
 1299.05 [INFO]:nasal      Starter off
 1304.02 [INFO]:nasal      Primer reset to 0
 1309.57 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 1309.57 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 1309.58 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 1978.42 [ALRT]:nasal      ERROR: Cannot add listener to tied property /instrumentation[0]/altimeter[0]/setting-inhg[0]
 2215.88 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2215.88 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2215.88 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2369.88 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2369.88 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2369.89 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2406.73 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2406.73 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2406.74 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2541.36 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2541.37 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2541.37 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2590.55 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2590.55 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2590.55 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2629.38 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2629.38 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2629.39 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2664.43 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2664.44 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2664.44 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2681.55 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2681.55 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 2681.55 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 3599.16 [ALRT]:environment Nearest airport tower now LFKJ
 3936.24 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 3936.24 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 3936.24 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4060.32 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4060.32 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4060.32 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4139.63 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4139.63 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4139.64 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4193.78 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4193.78 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4193.78 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4272.10 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4272.10 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4272.10 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4314.30 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4314.30 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4314.31 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4378.18 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4378.18 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4378.18 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4398.24 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4398.25 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4398.25 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4415.58 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4415.58 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4415.59 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4450.73 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4450.73 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4450.74 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4475.99 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4475.99 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4476.00 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4504.35 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4504.35 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4504.36 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4532.69 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4532.70 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4532.70 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4603.03 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4603.03 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4603.03 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4644.12 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4644.13 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4644.13 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4704.23 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4704.24 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
 4704.24 [ALRT]:OSG        osgDB ac3d reader: could not find texture "fuselage.png"
beni@segin:/usr/share/games/flightgear-build$
User avatar
benih
 
Posts: 1679
Joined: Tue Aug 15, 2017 10:34 am
Callsign: D-EBHX
Version: next
OS: Debian Linux 64bit

Re: JSBSim Piper J-3 Cub

Postby wlbragg » Thu Apr 22, 2021 1:46 am

Thanks for that information, so it sounds like the issue was only when a high res aircraft was part of the group, correct? If that is the case I'm wondering if the solution is to get rid of or optimize any and all high res liveries?
The reason for the "lower" res liveries in the first place was because the hi res ones were always a real drain in even using just one non AI plane.
Kansas and Ohio/Midwest scenery development.
KEQA, 3AU, KRCP Airport Layout
Intel i7/GeForce RTX 2070/Max-Q
User avatar
wlbragg
 
Posts: 7574
Joined: Sun Aug 26, 2012 12:31 am
Location: Kansas (Tornado Alley), USA
Callsign: WC2020
Version: next
OS: Win10/Linux/RTX 2070

Re: JSBSim Piper J-3 Cub

Postby benih » Thu Apr 22, 2021 8:26 am

We concluded what you wrote, yes.
User avatar
benih
 
Posts: 1679
Joined: Tue Aug 15, 2017 10:34 am
Callsign: D-EBHX
Version: next
OS: Debian Linux 64bit

Re: JSBSim Piper J-3 Cub

Postby D-ECHO » Tue May 18, 2021 11:14 am

Hi wlbragg,

I think that the changes to view number behaviour broke
* pilot visibility
* view being set to front seat when rear seat is occupied by hopper tank

I made some changes that should fix the behaviour. If you want, I can either post the diff here or directly push the changes to FGAddon

Regards
Echo
D-ECHO
 
Posts: 2453
Joined: Sat May 09, 2015 1:31 pm

Re: JSBSim Piper J-3 Cub

Postby wlbragg » Tue May 18, 2021 3:30 pm

Go ahead and push to fgaddon. I can pull to my dev repo from there, thanks.
Kansas and Ohio/Midwest scenery development.
KEQA, 3AU, KRCP Airport Layout
Intel i7/GeForce RTX 2070/Max-Q
User avatar
wlbragg
 
Posts: 7574
Joined: Sun Aug 26, 2012 12:31 am
Location: Kansas (Tornado Alley), USA
Callsign: WC2020
Version: next
OS: Win10/Linux/RTX 2070

Re: JSBSim Piper J-3 Cub

Postby D-ECHO » Tue May 18, 2021 3:43 pm

Pushed :)
D-ECHO
 
Posts: 2453
Joined: Sat May 09, 2015 1:31 pm

Re: JSBSim Piper J-3 Cub

Postby wlbragg » Wed May 19, 2021 7:58 pm

@D-ECHO, I don';t know what I was seeing yesterday, but any discrepancies have magically disappeared. Thanks for fixing the view issue.
Kansas and Ohio/Midwest scenery development.
KEQA, 3AU, KRCP Airport Layout
Intel i7/GeForce RTX 2070/Max-Q
User avatar
wlbragg
 
Posts: 7574
Joined: Sun Aug 26, 2012 12:31 am
Location: Kansas (Tornado Alley), USA
Callsign: WC2020
Version: next
OS: Win10/Linux/RTX 2070

Re: JSBSim Piper J-3 Cub

Postby D-ECHO » Thu May 20, 2021 6:20 am

Yw :)
D-ECHO
 
Posts: 2453
Joined: Sat May 09, 2015 1:31 pm

Re: JSBSim Piper J-3 Cub

Postby D-ECHO » Thu May 20, 2021 7:10 am

Another thing I noticed while testing my changes (but which isn't due to my changes, at least I couldn't explain how they would cause that), is that when the rear seat is occupied by payload, switching from the front seat to helicopter view using v is quite hard because it cycles by the rear seat which automatically puts you back in the front seat. With the current timed loop you can avoid this by clicking v twice quickly, but as I saw that you want to replace it by listeners, you might run into this problem more and need to fix it :D
D-ECHO
 
Posts: 2453
Joined: Sat May 09, 2015 1:31 pm

PreviousNext

Return to Aircraft

Who is online

Users browsing this forum: No registered users and 5 guests