Board index FlightGear Support Installation Linux

Nightly not starting  Topic is solved

Installing FlightGear, scenery, aircraft etc. on Linux systems like Ubuntu.

Nightly not starting

Postby dom_vc10 » Mon Mar 22, 2021 10:25 pm

Hi

Strange issue today. I am using the PPA from Saikrishna Arcot https://launchpad.net/~saiarcot895/+archive/ubuntu/flightgear-edge for the nightly builds. I run all updates today in the linux mint update manager. When I click on the flightgear icon from the start menu nothing happens at all. Maybe it's a temporary issnightly build however it's strange nothing at all happens, no errors, warnings etc.. Anyone else having the same issue?

System specs:
Linux Mint 20.1,AMD Phenom II X4 965,16gb ram,GTX 1050 Ti 4gb
dom_vc10
 
Posts: 339
Joined: Mon Jul 27, 2020 8:33 am
Location: CZ - LKTB
Version: nightly
OS: Linux Mint 20.2

Re: Nightly not starting

Postby wkitty42 » Mon Mar 22, 2021 10:44 pm

what happens when you try it from the command line instead of clicking icons that hide things from you?

fgfs --launcher
"You get more air close to the ground," said Angalo. "I read that in a book. You get lots of air low down, and not much when you go up."
"Why not?" said Gurder.
"Dunno. It's frightened of heights, I guess."
User avatar
wkitty42
 
Posts: 9165
Joined: Fri Feb 20, 2015 4:46 pm
Location: central NC, USA
Callsign: wk42
Version: git next
OS: Kubuntu 22.04

Re: Nightly not starting

Postby saiarcot895 » Mon Mar 22, 2021 11:03 pm

Note that the data package you're currently getting is probably out-of-date, I need to fix that up.
Saikrishna Arcot

My FlightGear PPAs: FlightGear Stable, FlightGear Development (Edge)
saiarcot895
 
Posts: 343
Joined: Sat Feb 02, 2013 5:26 pm
Callsign: flyhigh
Version: -next PPA
OS: Ubuntu 20.04

Re: Nightly not starting

Postby dom_vc10 » Tue Mar 23, 2021 12:00 pm

wkitty42 wrote in Mon Mar 22, 2021 10:44 pm:what happens when you try it from the command line instead of clicking icons that hide things from you?

fgfs --launcher


I get this ..
Code: Select all
fgfs: symbol lookup error: fgfs: undefined symbol: _ZNK7simgear3pkg4Root11allPackagesEv


saiarcot895 wrote in Mon Mar 22, 2021 11:03 pm:Note that the data package you're currently getting is probably out-of-date, I need to fix that up.


Does the above output relate to what you are thinking?
dom_vc10
 
Posts: 339
Joined: Mon Jul 27, 2020 8:33 am
Location: CZ - LKTB
Version: nightly
OS: Linux Mint 20.2

Re: Nightly not starting

Postby zakalawe » Tue Mar 23, 2021 2:37 pm

dom_vc10 wrote in Tue Mar 23, 2021 12:00 pm:
Code: Select all
fgfs: symbol lookup error: fgfs: undefined symbol: _ZNK7simgear3pkg4Root11allPackagesEv


I suspect this is because FlightGear was updated but SimGear was not. I pushed a change to the signature of simgear::pkg::Root::allPackages() just yesterday, it sounds as if one or the other piece did not get rebuilt.
zakalawe
 
Posts: 1259
Joined: Sat Jul 19, 2008 5:48 pm
Location: Edinburgh, Scotland
Callsign: G-ZKLW
Version: next
OS: Mac

Re: Nightly not starting

Postby dom_vc10 » Tue Mar 23, 2021 3:08 pm

ok thanks all I will hold on for a new update then, thanks for all the responses :-)
dom_vc10
 
Posts: 339
Joined: Mon Jul 27, 2020 8:33 am
Location: CZ - LKTB
Version: nightly
OS: Linux Mint 20.2

Re: Nightly not starting

Postby saiarcot895 » Tue Mar 23, 2021 4:19 pm

zakalawe wrote in Tue Mar 23, 2021 2:37 pm:
dom_vc10 wrote in Tue Mar 23, 2021 12:00 pm:
Code: Select all
fgfs: symbol lookup error: fgfs: undefined symbol: _ZNK7simgear3pkg4Root11allPackagesEv


I suspect this is because FlightGear was updated but SimGear was not. I pushed a change to the signature of simgear::pkg::Root::allPackages() just yesterday, it sounds as if one or the other piece did not get rebuilt.


Basically this.

The way it's currently built, FlightGear and SimGear are separate packages and built separately (SimGear is built as a shared library). In addition, FlightGear doesn't get rebuilt after a change to SimGear. Because of that, every once in a while, there's some undefined symbol error because a function declaration changed.
Saikrishna Arcot

My FlightGear PPAs: FlightGear Stable, FlightGear Development (Edge)
saiarcot895
 
Posts: 343
Joined: Sat Feb 02, 2013 5:26 pm
Callsign: flyhigh
Version: -next PPA
OS: Ubuntu 20.04

Re: Nightly not starting

Postby dom_vc10 » Tue Mar 23, 2021 4:29 pm

All makes full sense to me know, thanks all :-)
dom_vc10
 
Posts: 339
Joined: Mon Jul 27, 2020 8:33 am
Location: CZ - LKTB
Version: nightly
OS: Linux Mint 20.2

Re: Nightly not starting

Postby dom_vc10 » Thu Mar 25, 2021 3:48 pm

Just updated and FG launches yes!! Thanks.. One new issue is when I hit the fly button on the gui I get an error "cannot open timezone file
at /usr/share/games/flightgear/Timezone/timezone16.bin"

I looked into the path shown and that file does not exist. Does this mean a new install is needed?
dom_vc10
 
Posts: 339
Joined: Mon Jul 27, 2020 8:33 am
Location: CZ - LKTB
Version: nightly
OS: Linux Mint 20.2

Re: Nightly not starting

Postby wkitty42 » Thu Mar 25, 2021 4:41 pm

that's a recent update to FGData... that should be updated, as well...
"You get more air close to the ground," said Angalo. "I read that in a book. You get lots of air low down, and not much when you go up."
"Why not?" said Gurder.
"Dunno. It's frightened of heights, I guess."
User avatar
wkitty42
 
Posts: 9165
Joined: Fri Feb 20, 2015 4:46 pm
Location: central NC, USA
Callsign: wk42
Version: git next
OS: Kubuntu 22.04

Re: Nightly not starting

Postby saiarcot895 » Thu Mar 25, 2021 5:07 pm

So in my packaging (and in the packaging that Ubuntu/Debian does I believe), the Timezone directory is replaced with a symlink to /usr/share/zones, since timezone data would already be installed there on Linux systems, and all applications should be using that data anyways. However, it looks like there's now a timezone16.bin file that FlightGear is using.

I think I'll remove that symlink for now and keep the contents there, since this .bin file is a preprocessed file combining data from the timezone database, OSM, and Natural Earth.
Saikrishna Arcot

My FlightGear PPAs: FlightGear Stable, FlightGear Development (Edge)
saiarcot895
 
Posts: 343
Joined: Sat Feb 02, 2013 5:26 pm
Callsign: flyhigh
Version: -next PPA
OS: Ubuntu 20.04

Re: Nightly not starting

Postby dom_vc10 » Fri Mar 26, 2021 9:41 pm

I just saw there was an update and applied it however there's no change, was it updated or it's on the still to do list?
dom_vc10
 
Posts: 339
Joined: Mon Jul 27, 2020 8:33 am
Location: CZ - LKTB
Version: nightly
OS: Linux Mint 20.2

Re: Nightly not starting  

Postby saiarcot895 » Fri Mar 26, 2021 10:10 pm

It's not yet updated. It'll be updated around Sunday evening/Monday morning.
Saikrishna Arcot

My FlightGear PPAs: FlightGear Stable, FlightGear Development (Edge)
saiarcot895
 
Posts: 343
Joined: Sat Feb 02, 2013 5:26 pm
Callsign: flyhigh
Version: -next PPA
OS: Ubuntu 20.04

Re: Nightly not starting

Postby dom_vc10 » Sat Mar 27, 2021 2:49 pm

Thanks that's great. Also many thanks for your PPA's it makes my life so much easier I have always failed miserably at building FG myself
dom_vc10
 
Posts: 339
Joined: Mon Jul 27, 2020 8:33 am
Location: CZ - LKTB
Version: nightly
OS: Linux Mint 20.2

Re: Nightly not starting

Postby david.megginson » Mon Nov 07, 2022 11:51 pm

Still getting the message that /usr/share/games/flightgear/Timezone/timezone16.bin is missing.
David MEGGINSON (he/him)
I need more tea.
Scenery: FlightGear Americas Scenery
Fediverse: @david_megginson@mstdn.ca
User avatar
david.megginson
 
Posts: 611
Joined: Sat Dec 10, 2016 8:25 pm
Location: CYRO (Ottawa, Canada)
Pronouns: he/him
Version: next
OS: Linux Ubuntu

Next

Return to Linux

Who is online

Users browsing this forum: No registered users and 2 guests