|
From: James T. <ja...@fl...> - 2023-06-23 08:07:51
|
> On 23 Jun 2023, at 01:24, Rhys Ackerman <rhy...@gm...> wrote: > > Thanks, I just tried it now specifying fg-data however I got the same result. From having a read of the source, the exit is due to it having "no data loaded", caused by it not finding the file it is looking for (stored in the var bvhFile) > > I'm wondering if perhaps this is something that somehow is not included with the macOS libraries maybe? My guess is it should be included in "osgPlugins/osgdb_nvtt.dylib" but that is just a wild guess based on the limited amount I can understand from the source and the very limited output from fgelev The OSG NVTT is unrelated, it’s about texture compression tools, nothing that would affect SPT loading. However, I do wonder if the issue is me forgetting to package something : is there maybe an osgPlugin I’m missing? But as far as I know, the SPT support is not a plugin but compiled directly into simgear. Kind regards, James |