Board index FlightGear Support Tools FGCom

FGCom cutting out  Topic is solved

FGCom is a realtime voice communication system specially designed for FlightGear.

FGCom cutting out  

Postby Turbo » Mon Jan 20, 2014 5:48 pm

Hello FGers,
I seem to have a odd problem. After many years of not being able to make FGCom work internal with the GUI Launcher, my friend BIZX taught me how to open it with terminal. It works fine with the "delta384.server4you.de" server, however, since I switch to the "fgcom01.flightgear.org" my FGCom seems to cut out. When it cuts out I am unable to receive however I am able to transmit. It usually cuts out after 10 seconds of working fine. I have been testing FGCom in OpenRadar on my Mac OS 10.9.1. In OpenRadar under ports I have 5001

Below is the code I typed into my terminal for the test with Sam_ATC (EBBR_AP)
Code: Select all
Epidemais-2:~ edward$ /Applications/FlightGear.app/Contents/MacOS/fgcom -Sfgcom01.flightgear.org -p5000
fgcom - a communication radio based on VoIP with IAX/Asterisk
Original (c) 2007-2011 by H. Wirtz <wirtz@dfn.de>
OSX and Windows ports 2012 by Yves Sablonier and Geoff R. McLane, respectively.
Version 2.8.0 build 261 date Jan 28 2013, at 23:53:53
Using iaxclient library Version SVN 261

Successfully parsed commandline options.
Loaded file [/Applications/FlightGear.app/Contents/Resources/fgcom-data/special_frequencies.txt].
Reading airports [/Applications/FlightGear.app/Contents/Resources/fgcom-data/positions.txt]... loaded 36741 entries.
Initializing IAX client as guest:xxxxxxxxxxx@fgcom01.flightgear.org
Selected frequency: 122.750
Ignoring unknown information element 'Unknown IE' (56) of length 9
Call 0 accepted
122.750 Auto-information frequency
Call 0 answered
Special freq : 122.750
Special freq : 122.750
Special freq : 122.750
Special freq : 122.750
Special freq : 122.750
Special freq : 122.750
[SPEAK] unmute mic
Special freq : 122.750
[LISTEN] mute mic
Special freq : 122.750
Special freq : 122.750
[SPEAK] unmute mic
Special freq : 122.750
[LISTEN] mute mic
Special freq : 122.750
Special freq : 122.750
[SPEAK] unmute mic
Special freq : 122.750
[LISTEN] mute mic
Special freq : 122.750
Special freq : 122.750
Special freq : 122.750
[SPEAK] unmute mic
Special freq : 122.750
[LISTEN] mute mic
Special freq : 122.750
Special freq : 122.750
[SPEAK] unmute mic
Special freq : 122.750
[LISTEN] mute mic
Special freq : 122.750
Special freq : 122.750
Special freq : 122.750
[SPEAK] unmute mic
Special freq : 122.750
[LISTEN] mute mic
Special freq : 122.750


I have look at the FGCom Testing wiki (http://wiki.flightgear.org/index.php/FGCOM_Testing), and I am able to here myself when I due the echo test through the terminal and it doesn't cut out. On a side note, I have never been able to to switch frequency in open radar, forcing me to quit OpenRadar and my terminal to switch frequency. Do I need two ports is that what the problem is?
Turbo
 
Posts: 114
Joined: Sat Dec 31, 2011 5:34 pm

Re: FGCom cutting out

Postby jomo » Mon Jan 20, 2014 6:10 pm

Turbo wrote in Mon Jan 20, 2014 5:48 pm:I have look at the FGCom Testing wiki (http://wiki.flightgear.org/index.php/FGCOM_Testing), and I am able to here myself when I due the echo test through the terminal and it doesn't cut out. On a side note, I have never been able to to switch frequency in open radar, forcing me to quit OpenRadar and my terminal to switch frequency. Do I need two ports is that what the problem is?

    Make sure you defined in OpenRadar -> Welcome -> Settings the same FgComPorts as in your FGCom.
    Try to switch Frequency used in OpenRadar by "right mouseClick" into the "COM0" field and type in "910" (test frequency).
jomo / ATCjomo + EDDFjo + EDDFjo1 + EDDFjo2
ATC at EDDF Fr,Sa,Su,We from 20:00 to 24:00 CET/MEZ., see http://www.emmerich-j.de
User avatar
jomo
 
Posts: 1000
Joined: Thu Feb 12, 2009 7:46 pm
Location: Mainz, Germany
Callsign: jomo EDDFjo1+2
OS: UBUNTU 18.4

Re: FGCom cutting out

Postby Turbo » Mon Jan 20, 2014 7:34 pm

Hello Jomo,
Thanks for responding,
    Make sure you defined in OpenRadar -> Welcome -> Settings the same FgComPorts as in your FGCom.


My FGCom port and OpenRadar FGCom Ports are both 5000 for the test. I have also tried it on other ports. Do I need two ports when I open FGCom with terminal and if so how do I do it? The code I use to open FGCom:
Code: Select all
/Applications/FlightGear.app/Contents/MacOS/fgcom -Sfgcom01.flightgear.org -5000
.



Don't think this is possible on a mac as it states "for OSX this does not apply because you will be starting FgCom in a Terminal window before starting OpenRadar"

    Try to switch Frequency used in OpenRadar by "right mouseClick" into the "COM0" field and type in "910" (test frequency).


I never been able to use this function, not sure if it just me or for mac users
Turbo
 
Posts: 114
Joined: Sat Dec 31, 2011 5:34 pm

Re: FGCom cutting out

Postby jomo » Mon Jan 20, 2014 8:37 pm

Turbo wrote in Mon Jan 20, 2014 7:34 pm:My FGCom port and OpenRadar FGCom Ports are both 5000 for the test. I have also tried it on other ports.
I wonder why you use port 5000 - that is usually the port for the MPserver! As far as I know all FGCom documentation always suggests 16661 (2,3,4). I would try those!

Turbo wrote in Mon Jan 20, 2014 7:34 pm:Do I need two ports when I open FGCom with terminal and if so how do I do it? The code I use to open FGCom:
Code: Select all
/Applications/FlightGear.app/Contents/MacOS/fgcom -Sfgcom01.flightgear.org -5000
.
Have a look into the documentation I suggested befor: http://wiki.flightgear.org/OpenRadarGuide#1.29_FGcom. If you use that style to start FGCom for OpenRadar it is described to use 1661,1662. That way OpenRadar starts FGCom internally - you do not have to start a Standalone FGCom - OpenRadar does that for you.

Turbo wrote in Mon Jan 20, 2014 7:34 pm:Don't think this is possible on a mac as it states "for OSX this does not apply because you will be starting FgCom in a Terminal window before starting OpenRadar"
That is not really true! You described yourselfe that you have all the data to let OpenRadar start the FGComs you need.
- use the internal mode in the settings
- in path set your "/Applications/FlightGear.app/Contents/MacOS/"
- in executables "fgcom"
- in server set "fgcom01.flightgear.org"
- in client set "localhost"
- fgcomports are "16661" (or "16661,16662" if you need two frequencies same time)

Turbo wrote in Mon Jan 20, 2014 7:34 pm:(Try to switch Frequency used in OpenRadar by "right mouseClick" into the "COM0" field and type in "910" (test frequency).)
I never been able to use this function, not sure if it just me or for mac users
Shure not - if you do not get a link between those two.
Try as I described. - then click "Check Settings" and correct if something is red
then start OpenRadar
then try "Reastart" at the right of "COM0"
-- if com0 stays red after some seconds type "Alt+L" and copy the result here

Pls try exactly as i described - otherwise it is difficult to anaylse what is happening!
jomo / ATCjomo + EDDFjo + EDDFjo1 + EDDFjo2
ATC at EDDF Fr,Sa,Su,We from 20:00 to 24:00 CET/MEZ., see http://www.emmerich-j.de
User avatar
jomo
 
Posts: 1000
Joined: Thu Feb 12, 2009 7:46 pm
Location: Mainz, Germany
Callsign: jomo EDDFjo1+2
OS: UBUNTU 18.4

Re: FGCom cutting out

Postby Turbo » Tue Jan 21, 2014 5:13 am

Hello

Sorry for the late reply, I problems with my OpenRadar. Its loads the information and then gets stuck just before it should open up the radar screen. Its works fine when I do no FGCOM or external. Here a screenshot of my settings:
https://www.dropbox.com/s/40qori1x088bof1/Screenshot%202014-01-20%2023.53.51.png
I have also tried to use FGCom 3.0 internally that didn't work. I think the conclusion here it can't be open internally unless there a mistake in my settings.

Edward
Turbo
 
Posts: 114
Joined: Sat Dec 31, 2011 5:34 pm

Re: FGCom cutting out

Postby jomo » Tue Jan 21, 2014 6:59 am

First of all be assured: You are not the first trying OpenRadar on a MAC! And it works!
That means definately there is something wrong in your Installation or setup or prerequisites or...
Especially check the prerequites:
1) OSX is at least level 10.5
2) Java is at least level 7
3) OpenRadar works if you define in the settings "OFF: No FGCom support"
4) You are not yet using FGFS 2.99 or better

FGCom3.0 has been tested to work also - but pls do not use it in the now testings - that would add to the confusions - because at least the used directories and some settings must be different then!

- Then look into the path "../OpenRadar/log/" and delete all logs in there (or copy them somewhere else - just to make it easier/shorter to define what you did last!)
- then start "OpenRadar" WITHOUT FGCom
- after it started close it and place the contents of the now log here -- it should look something like:
2014-01-21 06:41:03,337 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.view.groundnet.GroundnetReader - Airports/E/D/D/EDDK.groundnet.xml not found in data/airports.zip
2014-01-21 06:41:05,091 [AWT-EventQueue-0] INFO de.knewcleus.openradar.weather.MetarReader - Metar received: EDDK 210520Z 32004KT 9999 FEW008 BKN014 01/01 Q1010 TEMPO BKN008


- delete this log (as done above)
- start OR again, this time with FGCom as you did with the settings you did show in your last entrance here
- place the contens of the now log here

Have fun
jomo / ATCjomo + EDDFjo + EDDFjo1 + EDDFjo2
ATC at EDDF Fr,Sa,Su,We from 20:00 to 24:00 CET/MEZ., see http://www.emmerich-j.de
User avatar
jomo
 
Posts: 1000
Joined: Thu Feb 12, 2009 7:46 pm
Location: Mainz, Germany
Callsign: jomo EDDFjo1+2
OS: UBUNTU 18.4

Re: FGCom cutting out

Postby Turbo » Tue Jan 21, 2014 1:18 pm

Hello

Especially check the prerequites:
1) OSX is at least level 10.5
2) Java is at least level 7
3) OpenRadar works if you define in the settings "OFF: No FGCom support"
4) You are not yet using FGFS 2.99 or better

OS: 10.9.1, Java 7 Update 51, Yes, 2.12.1
FGCom3.0 has been tested to work also - but pls do not use it in the now testings - that would add to the confusions - because at least the used directories and some settings must be different then!

Understood.
Test 1 (without FGCOM)
Code: Select all
2014-01-21 08:33:52,743 [AWT-EventQueue-0] INFO  de.knewcleus.openradar.weather.MetarReader - Metar received: EDDF 211150Z 29008KT 9999 FEW014 SCT016 BKN028 04/01 Q1012 NOSIG

Test 2: (with Internal FGCOM)
Code: Select all
2014-01-21 08:42:37,080 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID PSA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,080 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID PSA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,080 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID PSA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,080 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROLIS exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,080 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROLIS exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,080 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROLIS exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,080 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROLIS exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,080 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TAU exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,080 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TAU exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,081 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TAU exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,081 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TAU exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,081 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TAU exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,081 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TAU exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,081 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROLIS exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,081 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROLIS exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,081 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROLIS exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,081 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROLIS exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,081 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,081 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,081 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,081 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,081 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,082 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,082 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID CHA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,082 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID CHA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,082 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROKIM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,082 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROKIM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,082 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROKIM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,082 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROKIM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,084 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROKIM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,084 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROKIM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,084 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID CHA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,084 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID CHA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,084 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROKIM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,084 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROKIM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,085 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROKIM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,085 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROKIM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,085 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,085 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,085 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,086 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,086 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,086 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,086 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ANEKI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,086 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ANEKI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,086 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID FR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,086 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID FR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,086 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ANEKI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,086 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ANEKI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,087 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KUSOM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,087 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KUSOM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,087 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID FR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,087 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID FR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,087 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID FR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,087 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID FR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,087 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,087 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,087 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,087 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,088 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,088 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,088 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KUSOM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,088 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KUSOM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,088 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KUSOM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,088 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KUSOM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,088 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KUSOM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,089 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KUSOM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,089 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GUBAX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,089 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GUBAX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,089 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GUBAX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,089 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GUBAX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,089 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GUBAX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,089 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GUBAX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,089 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RAVKI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,089 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RAVKI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,089 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RAVKI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,089 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RAVKI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,090 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RAVKI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,090 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RAVKI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,090 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID DITAM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,090 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID DITAM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,090 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID DITAM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,090 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID DITAM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,090 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID DITAM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,090 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID DITAM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,091 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID AKONI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,091 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID AKONI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,091 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID AKONI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,091 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID AKONI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,091 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID DKB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,091 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID DKB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,091 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID FR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,091 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID FR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,091 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID FR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,092 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID FR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,092 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KOMIB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,092 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KOMIB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,092 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,092 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,092 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,092 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,092 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,092 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,093 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TESGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,093 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TESGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,093 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TESGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,093 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TESGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,093 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TESGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,093 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TESGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,093 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ALIDI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,093 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ALIDI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,093 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ALIDI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,093 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ALIDI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,093 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ALIDI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,093 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ALIDI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,093 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID MARUN exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,093 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID MARUN exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,094 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TOBAK exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,094 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TOBAK exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,094 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TOBAK exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,094 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TOBAK exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,094 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID APROX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,094 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID APROX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,094 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID APROX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,095 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID APROX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,095 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID APROX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,095 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID APROX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,095 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID MARUN exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,095 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID MARUN exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,095 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID HAREM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,095 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID HAREM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,096 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID HAREM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,096 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID HAREM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,096 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID LAMPU exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,096 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID LAMPU exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,096 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID LAMPU exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,096 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID LAMPU exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,096 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID LAMPU exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,096 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID LAMPU exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,096 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GEBNO exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,096 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GEBNO exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,096 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GEBNO exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,096 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GEBNO exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,096 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GEBNO exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,097 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GEBNO exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,097 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID NOMBO exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,097 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID NOMBO exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,097 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KNG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,097 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KNG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,097 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KNG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,098 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KNG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,098 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KNG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,098 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KNG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,098 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RATIM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,098 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RATIM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,098 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROSIG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,098 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROSIG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,098 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,098 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,098 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,098 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,099 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,099 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,099 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROSIG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,099 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROSIG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,099 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROSIG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,099 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROSIG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,099 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROSIG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,099 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ROSIG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,099 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID DONAB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,099 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID DONAB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,100 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID DONAB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,101 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID DONAB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,101 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID DONAB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,101 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID DONAB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,101 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID SOBRA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,101 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID SOBRA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,101 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KOMIB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,102 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KOMIB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,102 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KOMIB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,102 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KOMIB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,102 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID SULUS exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,102 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID SULUS exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,103 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TOBAK exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,103 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID TOBAK exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,104 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,104 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,104 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,104 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,104 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,104 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,105 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,105 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,105 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,106 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,106 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,106 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,106 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KNG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,106 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KNG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,107 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KNG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,107 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KNG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,107 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KNG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,107 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KNG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,107 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID AKONI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,107 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID AKONI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,108 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KNG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,108 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KNG exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,108 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,108 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,108 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,108 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,108 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,108 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,108 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ANEKI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,108 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ANEKI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,109 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,109 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,109 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,109 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,109 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID MASIR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,109 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID MASIR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,109 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,109 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,109 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,109 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,109 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,109 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID ODAGA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,110 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KUSOM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,110 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KUSOM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,110 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KUSOM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,110 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KUSOM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,110 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KUSOM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,110 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID KUSOM exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,110 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GUBAX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,110 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GUBAX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,110 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GUBAX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,110 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GUBAX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,110 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GUBAX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,111 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID GUBAX exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,111 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RAVKI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,111 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RAVKI exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,111 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,111 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,111 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID XAMUB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,111 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID XAMUB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,111 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,111 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID RID exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,111 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID XAMUB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,112 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID XAMUB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,112 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID XAMUB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,112 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID XAMUB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,112 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID MASIR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,112 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID MASIR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,113 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID XAMUB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,113 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID XAMUB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,113 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID XAMUB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,113 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID XAMUB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,113 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID XAMUB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,113 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID XAMUB exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,113 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID MASIR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,113 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID MASIR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,113 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID MASIR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!
2014-01-21 08:42:37,114 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID MASIR exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!

.... (had to cut it here there a character limit of 60000, it continues with other fixs)

   at java.net.PlainDatagramSocketImpl.bind0(Native Method)
   at java.net.AbstractPlainDatagramSocketImpl.bind(AbstractPlainDatagramSocketImpl.java:95)
   at java.net.DatagramSocket.bind(DatagramSocket.java:376)
   at java.net.DatagramSocket.<init>(DatagramSocket.java:231)
   at java.net.DatagramSocket.<init>(DatagramSocket.java:284)
   at java.net.DatagramSocket.<init>(DatagramSocket.java:256)
   at de.knewcleus.fgfs.multiplayer.AbstractMultiplayerEndpoint.<init>(AbstractMultiplayerEndpoint.java:72)
   at de.knewcleus.fgfs.multiplayer.MultiplayerClient.<init>(MultiplayerClient.java:63)
   at de.knewcleus.openradar.radardata.fgmp.FGMPClient.<init>(FGMPClient.java:71)
   at de.knewcleus.openradar.gui.GuiMasterController.initMpRadar(GuiMasterController.java:174)
   at de.knewcleus.openradar.gui.GuiMasterController.start(GuiMasterController.java:139)
   at de.knewcleus.openradar.gui.setup.SetupController.startApplication(SetupController.java:288)
   at de.knewcleus.openradar.gui.setup.SetupController.access$4(SetupController.java:283)
   at de.knewcleus.openradar.gui.setup.SetupController$SetupActionListener.actionPerformed(SetupController.java:176)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
   at java.awt.Component.processMouseEvent(Component.java:6505)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
   at java.awt.Component.processEvent(Component.java:6270)
   at java.awt.Container.processEvent(Container.java:2229)
   at java.awt.Component.dispatchEventImpl(Component.java:4861)
   at java.awt.Container.dispatchEventImpl(Container.java:2287)
   at java.awt.Component.dispatchEvent(Component.java:4687)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
   at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
   at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
   at java.awt.Container.dispatchEventImpl(Container.java:2273)
   at java.awt.Window.dispatchEventImpl(Window.java:2719)
   at java.awt.Component.dispatchEvent(Component.java:4687)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:694)
   at java.awt.EventQueue$3.run(EventQueue.java:692)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
   at java.awt.EventQueue$4.run(EventQueue.java:708)
   at java.awt.EventQueue$4.run(EventQueue.java:706)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
 
Turbo
 
Posts: 114
Joined: Sat Dec 31, 2011 5:34 pm

Re: FGCom cutting out

Postby jomo » Tue Jan 21, 2014 4:20 pm

Ok - just in short:

That long, long list of similar ERRORs is hommade - and must be solved by the guy who made your routes/SID/STARS (see ../Openradar/data/routes/YOUR-AIRPORT/YOUR-AIRPORT.xml.
e.g. the line
2014-01-21 08:42:37,080 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.NavaidDB - Navpoint highlighting: ID PSA exists multiple times. Taking first! Try to add (FIX),(NDB) or (VOR) in front of it!

means that the waypoint "PSA" is double assigned inside that homemade *.xml.
That should be corrected - allthough it should not result in an functional error/stop in OpenRadar.

Let us make sure that the amount of errors is not the cause of your problems -- so pls
--> remove that XML or move it to another location and then try again
--> and/or try some other airport where there is no such ../Openradar/data/routes/YOUR-AIRPORT/YOUR-AIRPORT.xml

and send the new list - I need to see that list
jomo / ATCjomo + EDDFjo + EDDFjo1 + EDDFjo2
ATC at EDDF Fr,Sa,Su,We from 20:00 to 24:00 CET/MEZ., see http://www.emmerich-j.de
User avatar
jomo
 
Posts: 1000
Joined: Thu Feb 12, 2009 7:46 pm
Location: Mainz, Germany
Callsign: jomo EDDFjo1+2
OS: UBUNTU 18.4

Re: FGCom cutting out

Postby Turbo » Tue Jan 21, 2014 5:19 pm

Much shorter version
Code: Select all
2014-01-21 12:47:14,898 [AWT-EventQueue-0] INFO  de.knewcleus.openradar.weather.MetarReader - Metar received: EDNY 211550Z 26004KT 9999 FEW008 BKN023 OVC032 04/02 Q1012
2014-01-21 12:47:14,938 [AWT-EventQueue-0] ERROR de.knewcleus.openradar.gui.setup.SetupController - Error while starting application!
java.lang.ArrayIndexOutOfBoundsException: 0
   at java.lang.ProcessBuilder.start(ProcessBuilder.java:1012)
   at de.knewcleus.openradar.gui.status.radio.FgComController.initFgCom(FgComController.java:330)
   at de.knewcleus.openradar.gui.status.radio.FgComController.addRadio(FgComController.java:240)
   at de.knewcleus.openradar.gui.status.radio.RadioController.init(RadioController.java:94)
   at de.knewcleus.openradar.gui.GuiMasterController.start(GuiMasterController.java:144)
   at de.knewcleus.openradar.gui.setup.SetupController.startApplication(SetupController.java:288)
   at de.knewcleus.openradar.gui.setup.SetupController.access$4(SetupController.java:283)
   at de.knewcleus.openradar.gui.setup.SetupController$SetupActionListener.actionPerformed(SetupController.java:176)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
   at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2341)
   at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
   at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
   at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
   at java.awt.Component.processMouseEvent(Component.java:6505)
   at javax.swing.JComponent.processMouseEvent(JComponent.java:3320)
   at java.awt.Component.processEvent(Component.java:6270)
   at java.awt.Container.processEvent(Container.java:2229)
   at java.awt.Component.dispatchEventImpl(Component.java:4861)
   at java.awt.Container.dispatchEventImpl(Container.java:2287)
   at java.awt.Component.dispatchEvent(Component.java:4687)
   at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
   at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
   at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
   at java.awt.Container.dispatchEventImpl(Container.java:2273)
   at java.awt.Window.dispatchEventImpl(Window.java:2719)
   at java.awt.Component.dispatchEvent(Component.java:4687)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:735)
   at java.awt.EventQueue.access$200(EventQueue.java:103)
   at java.awt.EventQueue$3.run(EventQueue.java:694)
   at java.awt.EventQueue$3.run(EventQueue.java:692)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:87)
   at java.awt.EventQueue$4.run(EventQueue.java:708)
   at java.awt.EventQueue$4.run(EventQueue.java:706)
   at java.security.AccessController.doPrivileged(Native Method)
   at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:705)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
   at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
   at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
   at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
 
Turbo
 
Posts: 114
Joined: Sat Dec 31, 2011 5:34 pm

Re: FGCom cutting out

Postby jomo » Tue Jan 21, 2014 6:47 pm

Well we are a big step forward:
Engineering accepts that there probably is a problem with the OpenRadar to FGCom interface under OSX. Wolfram will contact you on that direct.

For now I suggest you try the external mode - as you did before - but now of course with the port 16661, in Openradar and FGCom or FGComGUI. If you want 2 instances of FGCom you must open 2 FGCOM-instances, one with port 16661 and 1 with 16662.

And make sure that (when you try to talk) the OpenRadar window is the active window! You may have to reduce the Windowsize of OpenRadar when monitoring the FGCOM windows in parallel.

Pls try and tell us what happens - may be very nice to know also for other MAC-user.
Thx for your cooperation and patience that far
jomo / ATCjomo + EDDFjo + EDDFjo1 + EDDFjo2
ATC at EDDF Fr,Sa,Su,We from 20:00 to 24:00 CET/MEZ., see http://www.emmerich-j.de
User avatar
jomo
 
Posts: 1000
Joined: Thu Feb 12, 2009 7:46 pm
Location: Mainz, Germany
Callsign: jomo EDDFjo1+2
OS: UBUNTU 18.4

Re: FGCom cutting out

Postby Turbo » Tue Jan 21, 2014 10:48 pm

I do a full test tonight, If I can find someone to test it with (It seems almost all my FG friends have broken FGCOMs or no mice). Thanks for your help.
Turbo
 
Posts: 114
Joined: Sat Dec 31, 2011 5:34 pm

Re: FGCom cutting out

Postby jomo » Tue Jan 21, 2014 11:10 pm

Turbo wrote in Tue Jan 21, 2014 10:48 pm:I do a full test tonight, If I can find someone to test it with (It seems almost all my FG friends have broken FGCOMs or no mice). Thanks for your help.

Well i will be availabel tomoorow moring - (about 7 to 10 UTC). Will be at EDDF with Concorde

You might try befor if you now can test with 910 from OpenRadar - as we discussed befor.
cy
jomo / ATCjomo + EDDFjo + EDDFjo1 + EDDFjo2
ATC at EDDF Fr,Sa,Su,We from 20:00 to 24:00 CET/MEZ., see http://www.emmerich-j.de
User avatar
jomo
 
Posts: 1000
Joined: Thu Feb 12, 2009 7:46 pm
Location: Mainz, Germany
Callsign: jomo EDDFjo1+2
OS: UBUNTU 18.4

Re: FGCom cutting out

Postby Turbo » Wed Jan 22, 2014 2:19 am

Thanks for the offer however thats the middle of the night for me
Turbo
 
Posts: 114
Joined: Sat Dec 31, 2011 5:34 pm

Re: FGCom cutting out

Postby Turbo » Wed Jan 22, 2014 10:42 pm

Ok I do this in pieces so I dont lose the info. I did this on the fgcom.flightgear.org so I could see if I was logged onto FGCOM. The code I was using in terminal was:
Code: Select all
/Applications/FlightGear.app/Contents/MacOS/fgcom -Sfgcom.flightgear.org -p16661


Test 1: Opened my FGCOM via terminal then opened OpenRadar. It worked fine and I was able to talk and maintain a connection. We switch a couple times and every time I reset my FGCOM and it worked fine. However when I went back and closed my OpenRadar. and FGCOM, and reloaded to test it from the beginning my helper could hear me but I could not hear them.

Code: Select all
Last login: Wed Jan 22 15:13:17 on ttys000
Epidemais-2:~ edward$ /Applications/FlightGear.app/Contents/MacOS/fgcom -Sfgcom.flightgear.org -p16661
fgcom - a communication radio based on VoIP with IAX/Asterisk
Original (c) 2007-2011 by H. Wirtz <wirtz@dfn.de>
OSX and Windows ports 2012 by Yves Sablonier and Geoff R. McLane, respectively.
Version 2.8.0 build 261 date Jan 28 2013, at 23:53:53
Using iaxclient library Version SVN 261

Successfully parsed commandline options.
Loaded file [/Applications/FlightGear.app/Contents/Resources/fgcom-data/special_frequencies.txt].
Reading airports [/Applications/FlightGear.app/Contents/Resources/fgcom-data/positions.txt]... loaded 36741 entries.
Initializing IAX client as guest:xxxxxxxxxxx@fgcom.flightgear.org
Selected frequency: 122.750
Ignoring unknown information element 'Unknown IE' (56) of length 9
Call 0 accepted
122.750 Auto-information frequency
Call 0 answered
Special freq : 122.750
Special freq : 122.750
[SPEAK] unmute mic
Special freq : 122.750
[LISTEN] mute mic
Special freq : 122.750
Special freq : 122.750
[SPEAK] unmute mic
Special freq : 122.750
[LISTEN] mute mic
Special freq : 122.750
Special freq : 122.750
Special freq : 122.750
Special freq : 122.750
[SPEAK] unmute mic
Special freq : 122.750
[LISTEN] mute mic
Special freq : 122.750
[SPEAK] unmute mic
Special freq : 122.750
[LISTEN] mute mic
Special freq : 122.750
Special freq : 122.750
Special freq : 122.750
Special freq : 122.750
Special freq : 122.750
Special freq : 122.750
[SPEAK] unmute mic
Special freq : 122.750
Special freq : 122.750
[LISTEN] mute mic
Special freq : 122.750
[SPEAK] unmute mic
Special freq : 122.750
[LISTEN] mute mic
Special freq : 122.750
Special freq : 122.750
[SPEAK] unmute mic
Special freq : 122.750
[LISTEN] mute mic
Special freq : 122.750
Special freq : 122.750
Special freq : 122.750
Special freq : 122.750
[SPEAK] unmute mic
Special freq : 122.750
[LISTEN] mute mic
Special freq : 122.750
[SPEAK] unmute mic
Special freq : 122.750
Special freq : 122.750
[LISTEN] mute mic
Selected frequency: 120.070
Hanging up call 0
Airport Friedrichshafen (EDNY TWR at 120.070 MHz) is in range ( 0.0 km)
Ignoring unknown information element 'Unknown IE' (56) of length 9
Call 0 accepted
EDNY Friedrichshafen 120.075 TWR
Call 0 answered
çAirport Friedrichshafen (EDNY TWR at 120.070 MHz) is in range ( 0.0 km)
^R
^CStopping service.
Hanging up call 0
Epidemais-2:~ edward$ /Applications/FlightGear.app/Contents/MacOS/fgcom -Sfgcom.flightgear.org -p16661
fgcom - a communication radio based on VoIP with IAX/Asterisk
Original (c) 2007-2011 by H. Wirtz <wirtz@dfn.de>
OSX and Windows ports 2012 by Yves Sablonier and Geoff R. McLane, respectively.
Version 2.8.0 build 261 date Jan 28 2013, at 23:53:53
Using iaxclient library Version SVN 261

Successfully parsed commandline options.
Loaded file [/Applications/FlightGear.app/Contents/Resources/fgcom-data/special_frequencies.txt].
Reading airports [/Applications/FlightGear.app/Contents/Resources/fgcom-data/positions.txt]... loaded 36741 entries.
Initializing IAX client as guest:xxxxxxxxxxx@fgcom.flightgear.org
Selected frequency: 120.070
Airport Friedrichshafen (EDNY TWR at 120.070 MHz) is in range ( 0.0 km)
Ignoring unknown information element 'Unknown IE' (56) of length 9
Call 0 accepted
EDNY Friedrichshafen 120.075 TWR
Call 0 answered
[SPEAK] unmute mic, mute speaker
[LISTEN] mute mic, unmute speaker
[SPEAK] unmute mic, mute speaker
[LISTEN] mute mic, unmute speaker
Airport Friedrichshafen (EDNY TWR at 120.070 MHz) is in range ( 0.0 km)
[SPEAK] unmute mic, mute speaker
[LISTEN] mute mic, unmute speaker
Airport Friedrichshafen (EDNY TWR at 120.070 MHz) is in range ( 0.0 km)
Airport Friedrichshafen (EDNY TWR at 120.070 MHz) is in range ( 0.0 km)
Selected frequency: 124.350
Hanging up call 0
Airport Friedrichshafen (EDNY TWR at 124.350 MHz) is in range ( 0.0 km)
Ignoring unknown information element 'Unknown IE' (56) of length 9
Call 0 accepted
EDNY Friedrichshafen 124.350 TWR
Call 0 answered
^CStopping service.
Hanging up call 0
Epidemais-2:~ edward$ /Applications/FlightGear.app/Contents/MacOS/fgcom -Sfgcom.flightgear.org -p16661
fgcom - a communication radio based on VoIP with IAX/Asterisk
Original (c) 2007-2011 by H. Wirtz <wirtz@dfn.de>
OSX and Windows ports 2012 by Yves Sablonier and Geoff R. McLane, respectively.
Version 2.8.0 build 261 date Jan 28 2013, at 23:53:53
Using iaxclient library Version SVN 261

Successfully parsed commandline options.
Loaded file [/Applications/FlightGear.app/Contents/Resources/fgcom-data/special_frequencies.txt].
Reading airports [/Applications/FlightGear.app/Contents/Resources/fgcom-data/positions.txt]... loaded 36741 entries.
Initializing IAX client as guest:xxxxxxxxxxx@fgcom.flightgear.org
Selected frequency: 124.350
Airport Friedrichshafen (EDNY TWR at 124.350 MHz) is in range ( 0.0 km)
Ignoring unknown information element 'Unknown IE' (56) of length 9
Call 0 accepted
EDNY Friedrichshafen 124.350 TWR
Call 0 answered
[SPEAK] unmute mic, mute speaker
[LISTEN] mute mic, unmute speaker
Airport Friedrichshafen (EDNY TWR at 124.350 MHz) is in range ( 0.0 km)
Selected frequency: 119.920
Hanging up call 0
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
Ignoring unknown information element 'Unknown IE' (56) of length 9
Call 0 accepted
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
EDNY Friedrichshafen 119.925 ZURICH ARR
Call 0 answered
[SPEAK] unmute mic, mute speaker
[LISTEN] mute mic, unmute speaker
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
[SPEAK] unmute mic, mute speaker
[LISTEN] mute mic, unmute speaker
^CStopping service.
Hanging up call 0
Epidemais-2:~ edward$ /Applications/FlightGear.app/Contents/MacOS/fgcom -Sfgcom.flightgear.org -p16661
fgcom - a communication radio based on VoIP with IAX/Asterisk
Original (c) 2007-2011 by H. Wirtz <wirtz@dfn.de>
OSX and Windows ports 2012 by Yves Sablonier and Geoff R. McLane, respectively.
Version 2.8.0 build 261 date Jan 28 2013, at 23:53:53
Using iaxclient library Version SVN 261

Successfully parsed commandline options.
Loaded file [/Applications/FlightGear.app/Contents/Resources/fgcom-data/special_frequencies.txt].
Reading airports [/Applications/FlightGear.app/Contents/Resources/fgcom-data/positions.txt]... loaded 36741 entries.
Initializing IAX client as guest:xxxxxxxxxxx@fgcom.flightgear.org
Selected frequency: 119.920
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
Ignoring unknown information element 'Unknown IE' (56) of length 9
Call 0 accepted
EDNY Friedrichshafen 119.925 ZURICH ARR
Call 0 answered
[SPEAK] unmute mic, mute speaker
[LISTEN] mute mic, unmute speaker
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
^CStopping service.
Hanging up call 0
Epidemais-2:~ edward$ /Applications/FlightGear.app/Contents/MacOS/fgcom -Sfgcom.flightgear.org -p16661
fgcom - a communication radio based on VoIP with IAX/Asterisk
Original (c) 2007-2011 by H. Wirtz <wirtz@dfn.de>
OSX and Windows ports 2012 by Yves Sablonier and Geoff R. McLane, respectively.
Version 2.8.0 build 261 date Jan 28 2013, at 23:53:53
Using iaxclient library Version SVN 261

Successfully parsed commandline options.
Loaded file [/Applications/FlightGear.app/Contents/Resources/fgcom-data/special_frequencies.txt].
Reading airports [/Applications/FlightGear.app/Contents/Resources/fgcom-data/positions.txt]... loaded 36741 entries.
Initializing IAX client as guest:xxxxxxxxxxx@fgcom.flightgear.org
Selected frequency: 119.920
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
Ignoring unknown information element 'Unknown IE' (56) of length 9
Call 0 accepted
EDNY Friedrichshafen 119.925 ZURICH ARR
Call 0 answered
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
[SPEAK] unmute mic, mute speaker
[LISTEN] mute mic, unmute speaker
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
[SPEAK] unmute mic, mute speaker
[LISTEN] mute mic, unmute speaker
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
[SPEAK] unmute mic, mute speaker
[LISTEN] mute mic, unmute speaker
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
[SPEAK] unmute mic, mute speaker
[LISTEN] mute mic, unmute speaker
[SPEAK] unmute mic, mute speaker
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
[LISTEN] mute mic, unmute speaker
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
[SPEAK] unmute mic, mute speaker
[LISTEN] mute mic, unmute speaker
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
[SPEAK] unmute mic, mute speaker
[LISTEN] mute mic, unmute speaker
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
[SPEAK] unmute mic, mute speaker
[LISTEN] mute mic, unmute speaker
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
[SPEAK] unmute mic, mute speaker
Airport Friedrichshafen (EDNY ZURICH ARR at 119.920 MHz) is in range ( 0.0 km)
[LISTEN] mute mic, unmute speaker
[SPEAK] unmute mic, mute speaker
[LISTEN] mute mic, unmute speaker
[SPEAK] unmute mic, mute speaker
[LISTEN] mute mic, unmute speaker
^CStopping service.
Hanging up call 0
Epidemais-2:~ edward$
Turbo
 
Posts: 114
Joined: Sat Dec 31, 2011 5:34 pm

Re: FGCom cutting out

Postby Turbo » Wed Jan 22, 2014 10:58 pm

Ok I found the problem, looks like because I wasn't closing the FGCOM properly after my seasons, my computer didn't know what FGCOM to use. I have to make sure I press Control-C when I finish ATCing.
Turbo
 
Posts: 114
Joined: Sat Dec 31, 2011 5:34 pm


Return to FGCom

Who is online

Users browsing this forum: No registered users and 2 guests

cron