Cruisers Forum
 

Go Back   Cruisers & Sailing Forums > Seamanship, Navigation & Boat Handling > OpenCPN
Cruiser Wiki Click Here to Login
Register Vendors FAQ Community Calendar Today's Posts Log in

Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 04-03-2014, 10:40   #76
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: OpenCPN Beta Version 3.3.1419 Released

Fabbian

I'm on Kubuntu 13.10, 64 bits, latest Git code, and single-mode works exactly as I described in my last post. I have tried a number of different settings, but have not, so far, been able to repeat what you experience.
Thomas
cagney is offline   Reply With Quote
Old 04-03-2014, 11:02   #77
Registered User

Join Date: Jun 2010
Location: St. Petersburg, Florida
Boat: Gemini 3200
Posts: 982
Re: OpenCPN Beta Version 3.3.1419 Released

Quote:
Originally Posted by cagney View Post
Fabbian

I'm on Kubuntu 13.10, 64 bits, latest Git code, and single-mode works exactly as I described in my last post. I have tried a number of different settings, but have not, so far, been able to repeat what you experience.
Thomas
When I was trying to install OpenCPN on Linux you mentioned the 13.10 version is compiled against quite a few other library versions than were available in Ubuntu 12.04 so that might account for the difference.

For what it's worth, "Use Accelerated Graphics (OpenGL)" is not checked in any of my versions.

Fabbian
fgd3 is offline   Reply With Quote
Old 04-03-2014, 14:31   #78
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: OpenCPN Beta Version 3.3.1419 Released

Quote:
Originally Posted by fgd3 View Post
When I was trying to install OpenCPN on Linux you mentioned the 13.10 version is compiled against quite a few other library versions than were available in Ubuntu 12.04 so that might account for the difference.

For what it's worth, "Use Accelerated Graphics (OpenGL)" is not checked in any of my versions.

Fabbian
None of those things matters in this case....AFAIK.
What version of OpenCPN are you using?
A screen-shot would be nice.

Thomas
cagney is offline   Reply With Quote
Old 05-03-2014, 21:05   #79
Registered User

Join Date: Mar 2011
Posts: 45
Re: OpenCPN Beta Version 3.3.1419 Released

Ways to crash 3.31419 on Mac.

1. Route Manager, Waypoint, New, Crash
tinpusher is offline   Reply With Quote
Old 09-03-2014, 06:49   #80
mde
Registered User

Join Date: Feb 2014
Posts: 3
Re: OpenCPN Beta Version 3.3.1419 Released - Import WP

Hi,
when import Waypoints as GPX-File the names of the WP do not appear. In version 3.2.2 they do. Is wanted this or is it a bug?

Martin
using Windows XP
mde is offline   Reply With Quote
Old 09-03-2014, 07:56   #81
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,211
Re: OpenCPN Beta Version 3.3.1419 Released

Martin...
The default value for GPX files not containing the OpenCPN specific extensions has changed. If you don't want to recompile changing line 63 in NavObjectCollection.cpp, you can modify the imported GPX file adding
Code:
    <extensions>
      <opencpn:viz_name>1</opencpn:viz_name>
    </extensions>
to the WPTs. I'm really not sure whether the default generally was better before or is now... Personally I prefer the default to be off.

Pavel
nohal is offline   Reply With Quote
Old 09-03-2014, 11:28   #82
mde
Registered User

Join Date: Feb 2014
Posts: 3
Re: OpenCPN Beta Version 3.3.1419 Released

Hi Pavel,
thank you for answering. I'm only a user who test how to use OpenCPN in next season instead of "Seaclear". I've no idea how to recompile anything - sri. Your Code works, but it is a lot of work, to add it to all WPs. The positions of the waterway buoys very often change. We have a Database in our area, where we can download the actual positions of these buoys as WPs. So the WPs name should not be suppressed. What's a WP/Buoy without name - only a ? !

Martin
mde is offline   Reply With Quote
Old 09-03-2014, 12:26   #83
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,211
Re: OpenCPN Beta Version 3.3.1419 Released

Martin...
It's actually 1 search and replace operation in any text editor, replacing
Code:
<type>WPT</type>
with
Code:
<type>WPT</type><extensions<opencpn:viz_name>1</opencpn:viz_name</extensions>
as far as I can tell...
But yes, maybe we can do it configurable.

Pavel
nohal is offline   Reply With Quote
Old 09-03-2014, 14:57   #84
Obsfucator, Second Class
 
dacust's Avatar

Join Date: Feb 2008
Location: Southeast USA.
Boat: 1982 Sea Ray SRV360
Posts: 1,745
Re: OpenCPN Beta Version 3.3.1419 Released

Quote:
Originally Posted by nohal View Post
Martin...
It's actually 1 search and replace operation in any text editor, replacing
Code:
<type>WPT</type>
with
Code:
<type>WPT</type><extensions<opencpn:viz_name>1</opencpn:viz_name</extensions>
as far as I can tell...
But yes, maybe we can do it configurable.

Pavel
I think you left out a right bracket on this one.

Code:
missing <type>WPT</type><extensions<opencpn:viz_name>1</opencpn:viz_name</extensions>
added   <type>WPT</type><extensions><opencpn:viz_name>1</opencpn:viz_name</extensions>
dacust is offline   Reply With Quote
Old 09-03-2014, 14:59   #85
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,211
Re: OpenCPN Beta Version 3.3.1419 Released

Oh yes, I did, thanks for the correction.
nohal is offline   Reply With Quote
Old 09-03-2014, 16:02   #86
Registered User

Join Date: Sep 2012
Location: Norway
Boat: Dufour GL 412
Posts: 29
Re: OpenCPN Beta Version 3.3.1419 Released

Hi,
I made a previous post regarding the Utilite Computer as a boat PC for navigation purposes (runs Ubuntu/Linux on an ARM processor, with the benefits of low power consumption (4-8W), fairly inexpensive (I bought the Standard version for $159). The plan is to use it as a nav computer running OpenCPN, plus also some entertainment (multimedia station, surfing, etc.).

I now decided to try it out, and here are my first experiences:

I have downloaded the source for OpenCPN 3.3.14.19, which compiled OK. OCpn opens nicely (If I start OCpn from a terminal window, I see some error messages related to pcm …., but the software starts and runs fine, but with one significant exception: When trying to add a Serial connection (under Options/Connections) , OCPN invariably crashes, with the message “Segmentation fault (core dumped)” if I have started OCPN from a terminal window.

I can, however select items related on Network connections without a problem (the Network radio button is chosen by default, but the other fields that are visible are related to the Serial connection, such as DataPort, Baudrate, etc.). I am, btw, member of the dialout group.

So the problem seems related to the Serial connection.

I have also compiled and installed version 3.2.2. There I can choose and work with the serial connection without a hitch, but 3.2.2 has other issues, such as crashing when zooming in on CM93 charts.

Apart from that, OCPN seems to work OK on the Utilite, although I cannot chose accelerated graphics (OpenGL), screen goes white then, but that is not the largest issue, as performance is acceptable.

Anyone has any ideas /suggestions? Or maybe you will you take a look at this for the next beta release?

Utilite runs Ubuntu Linux 12.04.3, with kernel 3.0.35. The Utilite, has two serial ports. I have not yet attached any serial devices to the serial ports, but that shouldn’t matter?

Thank you,

Eirik
Eirik is offline   Reply With Quote
Old 09-03-2014, 21:56   #87
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,417
Re: OpenCPN Beta Version 3.3.1419 Released

you must compile with debugging symbols (enabled by default) and then run in gdb or ddd:

Code:
gdb opencpn
...
(gdb) run [enter]
When this one crashes type bt for backtrace.

For opengl to work, you need to be able to run some opengl programs.

I am guessing you are running in x, so you need glxinfo to work.. however it is probably possible to compile opencpn to run in wayland so that it has opengles support without x, first try to compile wxwidgets for this and try the demos.
seandepagnier is offline   Reply With Quote
Old 09-03-2014, 22:18   #88
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,417
Re: OpenCPN Beta Version 3.3.1419 Released

https://fosdem.org/2014/schedule/eve...11_to_wayland/
seandepagnier is offline   Reply With Quote
Old 10-03-2014, 01:21   #89
mde
Registered User

Join Date: Feb 2014
Posts: 3
Re: OpenCPN Beta Version 3.3.1419 Released

Quote:
Originally Posted by dacust View Post
I think you left out a right bracket on this one.

Code:
missing <type>WPT</type><extensions<opencpn:viz_name>1</opencpn:viz_name</extensions>
added   <type>WPT</type><extensions><opencpn:viz_name>1</opencpn:viz_name</extensions>
Quote:
Originally Posted by nohal View Post
Martin...
It's actually 1 search and replace operation in any text editor, replacing
Code:
<type>WPT</type>
with
Code:
<type>WPT</type><extensions<opencpn:viz_name>1</opencpn:viz_name</extensions>
as far as I can tell...
But yes, maybe we can do it configurable.
Hi Pavel, hi dacust - tu,
but there is no <type> code in the GPX-File but many (800) <wpt and /wpt>
Example:
Quote:
<wpt lat="53.7582666667" lon="7.42286666667">
<name>A1-AC</name>
<cmt>Groen 0 ACCUMER EE </cmt>
<desc>Groen 0 ACCUMER EE </desc>
</wpt>
So i search for </wpt> and replace with <extensions><opencpn:viz_name>1</opencpn:viz_name></extensions></wpt>
It works 800 x A little screenshot with changed buoy positions: "ae1" with your workaround. "ae2" with changing color red and "ae3" with using a modified "toolicons_traditional.png" to bring a red "circle", because "circle" is the default value in the source code.

Well, a lot to do for an old man - i hope i don't forget a part Thank you very much for your help and have a nice week.

Martin
PS: sorry, the attached files are not in sight??
Attached Thumbnails
Click image for larger version

Name:	ae1.gif
Views:	127
Size:	10.8 KB
ID:	77297   Click image for larger version

Name:	ae2.gif
Views:	119
Size:	9.4 KB
ID:	77298  

Click image for larger version

Name:	ae3.gif
Views:	129
Size:	9.9 KB
ID:	77299  
mde is offline   Reply With Quote
Old 10-03-2014, 14:19   #90
Registered User

Join Date: Sep 2012
Location: Norway
Boat: Dufour GL 412
Posts: 29
Re: OpenCPN Beta Version 3.3.1419 Released

[QUOTE=boat_alexandra;1488360]you must compile with debugging symbols (enabled by default) and then run in gdb or ddd:

Code:
gdb opencpn
...
(gdb) run [enter]
When this one crashes type bt for backtrace.

Hi, thanks for this, and to attack the crash first:

Running the above yielded the following (including the message before bt):

Program received signal SIGSEGV, Segmentation fault.
0x00102d92 in wxStringBase::GetStringData (this=0x0)
at /usr/include/wx-2.8/wx/string.h:265
265 wxStringData* GetStringData() const { return (wxStringData*)m_pchData - 1; }
(gdb) bt
#0 0x00102d92 in wxStringBase::GetStringData (this=0x0)
at /usr/include/wx-2.8/wx/string.h:265
#1 0x00102ea2 in wxStringBase::length (this=0x0)
at /usr/include/wx-2.8/wx/string.h:412
#2 0x00102ebe in wxStringBase::empty (this=0x0)
at /usr/include/wx-2.8/wx/string.h:422
#3 0x00102e14 in wxStringBase::wxStringBase (this=0xbeffe36c, stringSrc=...)
at /usr/include/wx-2.8/wx/string.h:354
#4 0x00103002 in wxString::wxString (this=0xbeffe36c, stringSrc=...)
at /usr/include/wx-2.8/wx/string.h:690
#5 0x001001b6 in CheckSerialAccess ()
at /home/utilite/Downloads/OpenCPN/src/chart1.cpp:8426
#6 0x0021d912 in options::OnTypeSerialSelected (this=0x141c230, event=...)
at /home/utilite/Downloads/OpenCPN/src/options.cpp:3906
#7 0x4007a54c in wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) const ()
from /usr/lib/arm-linux-gnueabi/libwx_baseu-2.8.so.0
#8 0x400c8f68 in wxEvtHandler::ProcessEventIfMatches(wxEventTableEn tryBase const&, wxEvtHandler*, wxEvent&) ()
from /usr/lib/arm-linux-gnueabi/libwx_baseu-2.8.so.0
#9 0x400c91ea in wxEvtHandler::SearchDynamicEventTable(wxEvent&) ()
from /usr/lib/arm-linux-gnueabi/libwx_baseu-2.8.so.0
#10 0x400c925a in wxEvtHandler::ProcessEvent(wxEvent&) ()
from /usr/lib/arm-linux-gnueabi/libwx_baseu-2.8.so.0
#11 0x4026d8c4 in ?? ()
from /usr/lib/arm-linux-gnueabi/libwx_gtk2u_core-2.8.so.0
#12 0x4026d8c4 in ?? ()
from /usr/lib/arm-linux-gnueabi/libwx_gtk2u_core-2.8.so.0
Backtrace stopped: previous frame identical to this frame (corrupt stack?)


Feedback certainly appreciated.

Eirik
Eirik is offline   Reply With Quote
Reply

Tags
enc, lease, opencpn


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Advertise Here


All times are GMT -7. The time now is 00:23.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.