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 14-07-2011, 05:12   #1
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,402
OpenCPN Version 2.4 Release Candidate 714

Ahoy, OpenCPN'ers...

OpenCPN Version 2.4 Release Candidate 714 will soon be available for download from opencpn.org.

Monitor the opencpn.org Downloads page to find and download the latest Beta version.....

Source is available now on sourceforge git repo.

Changelog
221. Correct AUI logic for AIS target list dropped on chart bar (FS#577)
222. Correct RouteProperties list heading display.
223. Correct Dashboard Window delete persistence.
224. Correct occasional failure to show ChartInfo Window (FS#569)
225. Add Accumulated Route distance popup to RouteCreate process.
226. Disable Measure tool while Route is being created.(FS#579)
227. Correct/qualify AIS Target list reload position (FS#578)
228. Improve Windows Print layout. (FS#267)
229. Correct CPack build destination dir.
230. Correct occasional Windows serial port misbehavior with Xport virtual port setup.
231. Correct AIS toolbar icon logic (FS#567)
232. Correct Full screen toolbar behavior (FS#536)
233. Implement application startup position persistence
234. Correct Toolbar tooltip location for right docked toolbar (FS#583)

Release RC 2.4.714


Notes:

This is a Release Candidate.
What this means is that I consider that this version is ready for release as 2.5.0 unless we discover a fatal flaw (e.g. crash, or user data loss) in "normal" operation.
Every other problem or issue shall become a Feature Request for the next version.

Thank you all for you interest and help so far. One more push, and we can launch this baby....

Dave
bdbcat is offline   Reply With Quote
Old 14-07-2011, 05:36   #2
Registered User
 
Netsurfer's Avatar

Join Date: Jan 2010
Location: Cologne, Germany
Boat: Beneteau Oceanis 331
Posts: 557
Re: OpenCPN Version 2.4 Release Candidate 714

Windows version is ready for download.

OpenCPN 2.4.714 RC Windows


Gunther
__________________
Deutschsprachige Community- und Support-Website unter OpenCPN.de
Netsurfer is offline   Reply With Quote
Old 14-07-2011, 06:18   #3
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,402
Re: OpenCPN Version 2.4 Release Candidate 714

Thank you Gunther
bdbcat is offline   Reply With Quote
Old 14-07-2011, 06:52   #4
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: OpenCPN Version 2.4 Release Candidate 714

Dave

Looking good!

The Ubuntu packages are available.
I'm interested in hearing from users with "older" Ubuntu 32 bit installations, prior to 10.10. The new package is compiled on an 10.4 instead of an 10.10.

On 64 bit, make sure you un-install the old version before installing the new, if you have 2.4.708 installed.

Thomas
cagney is offline   Reply With Quote
Old 14-07-2011, 07:20   #5
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,212
Re: OpenCPN Version 2.4 Release Candidate 714

Dave,
we got https://github.com/OpenCPN/OpenCPN/issues/2 a couple of hours ago. I just fired up my virtual Fedora 14 and ended with
Code:
[ 53%] Building CXX object CMakeFiles/opencpn.dir/src/chcanv.cpp.o
/home/nohal/source/OpenCPN/src/chcanv.cpp: In member function ‘void S57QueryDialog::Init()’:
/home/nohal/source/OpenCPN/src/chcanv.cpp:13056:29: error: conversion from ‘int’ to ‘const wxTreeItemId’ is ambiguous
/usr/include/wx-2.8/wx/treebase.h:75:5: note: candidates are: wxTreeItemId::wxTreeItemId(long int)
/usr/include/wx-2.8/wx/treebase.h:59:5: note:                 wxTreeItemId::wxTreeItemId(void*)
gmake[2]: *** [CMakeFiles/opencpn.dir/src/chcanv.cpp.o] Error 1
gmake[1]: *** [CMakeFiles/opencpn.dir/all] Error 2
gmake: *** [all] Error 2
Pavel
nohal is offline   Reply With Quote
Old 14-07-2011, 07:59   #6
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,402
Re: OpenCPN Version 2.4 Release Candidate 714

nohal...

I understand your issue. New code, fussy compiler......

Fix is:
- m_current_item_id = NULL;
+ m_current_item_id = (wxTreeItemId)0;

But I do not understand the Fedora 15 i386 issue.
No change here between 708 and 714 except the cmake rules.

Any ideas?

Dave
bdbcat is offline   Reply With Quote
Old 14-07-2011, 08:16   #7
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,212
Re: OpenCPN Version 2.4 Release Candidate 714

- m_current_item_id = (wxTreeItemId)0;
+ m_current_item_id = (wxTreeItemId)(long)0;

Bizarre
nohal is offline   Reply With Quote
Old 14-07-2011, 08:28   #8
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,212
Re: OpenCPN Version 2.4 Release Candidate 714

As the Fedora 14 problem is dead, I'm doing upgrade to 15. Will let you know what it looks like there...
nohal is offline   Reply With Quote
Old 14-07-2011, 08:45   #9
Registered User
 
HappySeagull's Avatar

Join Date: Dec 2010
Location: B.C.,Canada
Boat: 29'
Posts: 2,423
Re: OpenCPN Version 2.4 Release Candidate 714

My report is armchair,(summer is the season of Relatives and all too)
But it's
Super! on my good ol'swayback nag ,XPSP1.
I installed over a configured working 2.3.and it went perfect.Kept all config settings that I had.
I had even clean-installed 2.3 without any vcredist aboard and went through the ol hack of installing the old vcredist2008 package....
2.4.714 is definitely FASTER than 2.3.1.
HappySeagull is offline   Reply With Quote
Old 14-07-2011, 09:21   #10
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: OpenCPN Version 2.4 Release Candidate 714

A bit of stress testing.
On an Ubuntu 10.04 32 bit I installed 1.3.6 and then upgraded to the new beta, no issues. Same result testing with 1.3.4. Looks good.

Thomas
cagney is offline   Reply With Quote
Old 14-07-2011, 09:27   #11
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,402
Re: OpenCPN Version 2.4 Release Candidate 714

Thomas....

More stress ideas....

Try :
1. delete ~/.opencpn directory completely (or rename to save your favorite routes, etc.)

2. Install 1.3.6

3. Make some recognizable nav objects.

4. Install 2.4.714.

5. Verify that the newly made objects are present in 714.

Test logic rationale: 136 did not use navobj.xml structure.

As an old mentor used to tell me:
"NOW is the time to beat it with a stick...."

Thanks
Dave
bdbcat is offline   Reply With Quote
Old 14-07-2011, 09:44   #12
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: OpenCPN Version 2.4 Release Candidate 714

Dave

No real problems found.

I made a route + 3 separate wpts in 1.3.6. They all came up in 2.4.714.
When deleting the route however the individual wpts in the route remained.
Easy to get rid of through "delete all" in the wpt tab.

The toolbar came up in the middle of the screen after he upgrade, not the supposed default position - top left.

Thomas
cagney is offline   Reply With Quote
Old 14-07-2011, 12:41   #13
Registered User
 
ecume29's Avatar

Join Date: Nov 2009
Posts: 4
Re: OpenCPN Version 2.4 Release Candidate 714

Hi,

I don't understand.
I try to install on an Ubuntu 11.4
I have an error : The packages is unvailable. I try to continue but it stop !
Is there somebody else with the same problem?
Daniel
ecume29 is offline   Reply With Quote
Old 14-07-2011, 13:41   #14
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,212
Re: OpenCPN Version 2.4 Release Candidate 714

Quote:
Originally Posted by bdbcat View Post
But I do not understand the Fedora 15 i386 issue.
No change here between 708 and 714 except the cmake rules.

Any ideas?
Dave...
gcc version 4.6.0 20110530 (Red Hat 4.6.0-9) certainly does not like OpenCPN's assembler implementation of memset3 - the other #ifdef branch compiles well with the same fix as F14.
But the resulting product fails anyway with
Code:
*** glibc detected *** opencpn: free(): invalid pointer: 0x0045d9dc ***
======= Backtrace: =========
/lib/libc.so.6[0x4fb7c2b5]
/usr/lib/libstdc++.so.6(_ZdlPv+0x20)[0x425b00]
/usr/lib/libstdc++.so.6(_ZdaPv+0x1c)[0x425b5c]
opencpn(_ZN11GpxDocumentD1Ev+0x24)[0x81db904]
opencpn(_ZN19NavObjectCollectionD0Ev+0x16)[0x8153216]
opencpn(_ZN8MyConfig12LoadMyConfigEi+0x4579)[0x8166e79]
opencpn(_ZN5MyApp6OnInitEv+0x15bc)[0x80e2a4c]
/usr/lib/libwx_baseu-2.8.so.0(_Z7wxEntryRiPPw+0x78)[0x4fdd02b8]
/usr/lib/libwx_baseu-2.8.so.0(_Z7wxEntryRiPPc+0x37)[0x4fdd0367]
opencpn(main+0x1b)[0x80ae39b]
/lib/libc.so.6(__libc_start_main+0xf3)[0x4fb24413]
opencpn[0x80bcb09]
======= Memory map: ========
00110000-00228000 r-xp 00000000 fd:01 50085      /lib/libglib-2.0.so.0.2800.8
00228000-00229000 rw-p 00118000 fd:01 50085      /lib/libglib-2.0.so.0.2800.8
00229000-00275000 r-xp 00000000 fd:01 1812       /lib/libgobject-2.0.so.0.2800.8
00275000-00277000 rw-p 0004b000 fd:01 1812       /lib/libgobject-2.0.so.0.2800.8
00277000-002e7000 r-xp 00000000 fd:01 154038     /usr/lib/libGLU.so.1.3.071100
002e7000-002e8000 rw-p 00070000 fd:01 154038     /usr/lib/libGLU.so.1.3.071100
002e8000-002ec000 r-xp 00000000 fd:01 1806       /lib/libgthread-2.0.so.0.2800.8
002ec000-002ed000 rw-p 00003000 fd:01 1806       /lib/libgthread-2.0.so.0.2800.8
002ed000-00303000 r-xp 00000000 fd:01 52508      /lib/libresolv-2.14.so
00303000-00304000 r--p 00016000 fd:01 52508      /lib/libresolv-2.14.so
00304000-00305000 rw-p 00017000 fd:01 52508      /lib/libresolv-2.14.so
00305000-00307000 rw-p 00000000 00:00 0 
00307000-00324000 r-xp 00000000 fd:01 1363       /lib/libselinux.so.1
00324000-00325000 r--p 0001c000 fd:01 1363       /lib/libselinux.so.1
00325000-00326000 rw-p 0001d000 fd:01 1363       /lib/libselinux.so.1
00326000-00328000 r-xp 00000000 fd:01 137974     /usr/lib/gconv/UTF-32.so
00328000-00329000 r--p 00001000 fd:01 137974     /usr/lib/gconv/UTF-32.so
00329000-0032a000 rw-p 00002000 fd:01 137974     /usr/lib/gconv/UTF-32.so
0032a000-00358000 r-xp 00000000 fd:01 45244      /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
00358000-00359000 rw-p 0002d000 fd:01 45244      /usr/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
00359000-0035b000 r-xp 00000000 fd:01 29888      /usr/lib/gtk-2.0/modules/libpk-gtk-module.so
0035b000-0035c000 rw-p 00002000 fd:01 29888      /usr/lib/gtk-2.0/modules/libpk-gtk-module.so
0035c000-00361000 r-xp 00000000 fd:01 44897      /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
00361000-00362000 rw-p 00004000 fd:01 44897      /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
00362000-00376000 r-xp 00000000 fd:01 164689     /usr/lib/libtinyxml.so.0.2.6.1
00376000-00377000 rw-p 00013000 fd:01 164689     /usr/lib/libtinyxml.so.0.2.6.1
00377000-00456000 r-xp 00000000 fd:01 138197     /usr/lib/libstdc++.so.6.0.16
00456000-00457000 ---p 000df000 fd:01 138197     /usr/lib/libstdc++.so.6.0.16
00457000-0045b000 r--p 000df000 fd:01 138197     /usr/lib/libstdc++.so.6.0.16
0045b000-0045c000 rw-p 000e3000 fd:01 138197     /usr/lib/libstdc++.so.6.0.16
0045c000-00463000 rw-p 00000000 00:00 0 
00463000-004d7000 r-xp 00000000 fd:01 163485     /usr/lib/libSDL-1.2.so.0.11.3
004d7000-004d9000 rw-p 00073000 fd:01 163485     /usr/lib/libSDL-1.2.so.0.11.3
004d9000-00505000 rw-p 00000000 00:00 0 
00505000-00509000 r-xp 00000000 fd:01 164060     /usr/lib/libcanberra-gtk.so.0.1.8
00509000-0050a000 rw-p 00003000 fd:01 164060     /usr/lib/libcanberra-gtk.so.0.1.8
0052f000-00558000 r-xp 00000000 fd:01 160677     /usr/lib/libwx_baseu_net-2.8.so.0.8.0
00558000-0055a000 rw-p 00029000 fd:01 160677     /usr/lib/libwx_baseu_net-2.8.so.0.8.0
0067b000-00991000 r-xp 00000000 fd:01 163491     /usr/lib/libwx_gtk2u_core-2.8.so.0.8.0
00991000-009be000 rw-p 00316000 fd:01 163491     /usr/lib/libwx_gtk2u_core-2.8.so.0.8.0
009be000-009c4000 rw-p 00000000 00:00 0 
009d2000-00a5c000 r-xp 00000000 fd:01 163497     /usr/lib/libwx_gtk2u_html-2.8.so.0.8.0
00a5c000-00a62000 rw-p 00089000 fd:01 163497     /usr/lib/libwx_gtk2u_html-2.8.so.0.8.0
00a62000-00a63000 rw-p 00000000 00:00 0 
00b30000-00b8d000 r-xp 00000000 fd:01 163489     /usr/lib/libwx_gtk2u_aui-2.8.so.0.8.0
00b8d000-00b91000 rw-p 0005c000 fd:01 163489     /usr/lib/libwx_gtk2u_aui-2.8.so.0.8.0
00b9c000-00c4c000 r-xp 00000000 fd:01 163487     /usr/lib/libwx_gtk2u_adv-2.8.so.0.8.0
00c4c000-00c55000 rw-p 000b0000 fd:01 163487     /usr/lib/libwx_gtk2u_adv-2.8.so.0.8.0
00c55000-00c57000 rw-p 00000000 00:00 0 
00c8c000-00c97000 r-xp 00000000 fd:01 1353       /lib/libnss_files-2.14.so
00c97000-00c98000 r--p 0000a000 fd:01 1353       /lib/libnss_files-2.14.so
00c98000-00c99000 rw-p 0000b000 fd:01 1353       /lib/libnss_files-2.14.so
00f62000-00f63000 r-xp 00000000 00:00 0          [vdso]
08048000-08327000 r-xp 00000000 fd:01 165922     /usr/local/bin/opencpn
08327000-08330000 rw-p 002de000 fd:01 165922     /usr/local/bin/opencpn
08330000-08353000 rw-p 00000000 00:00 0 
08f55000-0903d000 rw-p 00000000 00:00 0          [heap]
4100e000-41055000 r-xp 00000000 fd:01 50084      /lib/libdbus-1.so.3.5.4
41055000-41056000 r--p 00047000 fd:01 50084      /lib/libdbus-1.so.3.5.4
41056000-41057000 rw-p 00048000 fd:01 50084      /lib/libdbus-1.so.3.5.4
41059000-41076000 r-xp 00000000 fd:01 160138     /usr/lib/libxcb.so.1.1.0
41076000-41077000 rw-p 0001d000 fd:01 160138     /usr/lib/libxcb.so.1.1.0
41079000-4107b000 r-xp 00000000 fd:01 160137     /usr/lib/libXau.so.6.0.0
4107b000-4107c000 rw-p 00001000 fd:01 160137     /usr/lib/libXau.so.6.0.0
4107e000-411b3000 r-xp 00000000 fd:01 160139     /usr/lib/libX11.so.6.3.0
411b3000-411b7000 rw-p 00134000 fd:01 160139     /usr/lib/libX11.so.6.3.0
411b9000-411df000 r-xp 00000000 fd:01 52363      /lib/libexpat.so.1.5.2
411df000-411e1000 rw-p 00026000 fd:01 52363      /lib/libexpat.so.1.5.2
411e3000-411f3000 r-xp 00000000 fd:01 160144     /usr/lib/libXext.so.6.4.0
411f3000-411f4000 rw-p 00010000 fd:01 160144     /usr/lib/libXext.so.6.4.0
411f6000-4121e000 r-xp 00000000 fd:01 158677     /usr/lib/libpng12.so.0.44.0
4121e000-4121f000 rw-p 00027000 fd:01 158677     /usr/lib/libpng12.so.0.44.0
41221000-41254000 r-xp 00000000 fd:01 158676     /usr/lib/libfontconfig.so.1.4.4
41254000-41255000 rw-p 00033000 fd:01 158676     /usr/lib/libfontconfig.so.1.4.4
41257000-412ed000 r-xp 00000000 fd:01 158675     /usr/lib/libfreetype.so.6.6.2
412ed000-412f1000 rw-p 00095000 fd:01 158675     /usr/lib/libfreetype.so.6.6.2
412f3000-41301000 r-xp 00000000 fd:01 160146     /usr/lib/libXi.so.6.1.0
41301000-41302000 rw-p 0000d000 fd:01 160146     /usr/lib/libXi.so.6.1.0
41304000-41326000 r-xp 00000000 fd:01 160151     /usr/lib/libgdk_pixbuf-2.0.so.0.2300.3
41326000-41327000 rw-p 00021000 fd:01 160151     /usr/lib/libgdk_pixbuf-2.0.so.0.2300.3
41329000-41332000 r-xp 00000000 fd:01 160140     /usr/lib/libXrender.so.1.3.0
41332000-41333000 rw-p 00008000 fd:01 160140     /usr/lib/libXrender.so.1.3.0
41335000-41395000 r-xp 00000000 fd:01 163610     /usr/lib/libtiff.so.3.9.5
41395000-41397000 rw-p 00060000 fd:01 163610     /usr/lib/libtiff.so.3.9.5
41485000-414fc000 r-xp 00000000 fd:01 158674     /usr/lib/libpixman-1.so.0.20.2Aborted (core dumped
Log:
Code:
22:31:18 CEST: 2011-07-14
22:31:18 CEST:  -------Starting opencpn-------
22:31:18 CEST: Version 2.4.714 Build 2011-07-14
22:31:18 CEST: MemoryStatus:  mem_total: 749 mb,  mem_initial: 32 mb
22:31:18 CEST: SData_Locn is /usr/local/share/opencpn/
22:31:18 CEST: Creating new Config_File: /home/nohal/.opencpn/opencpn.conf
22:31:18 CEST: Setting Viewpoint Lat/Lon 33.358, -79.282
22:31:18 CEST: Setting Ownship Lat/Lon 33.358, -79.282
22:31:18 CEST: Error: Impossible to get permissions for file '/home/nohal/.opencpn/navobj.xml' (error 2: No such file or directory)
Will have a closer look tomorrow.

Pavel
nohal is offline   Reply With Quote
Old 14-07-2011, 14:38   #15
Registered User
 
idpnd's Avatar

Join Date: Sep 2007
Location: Almería, ES
Boat: Chiquita 46 - Libertalia
Posts: 1,558
Re: OpenCPN Version 2.4 Release Candidate 714

Installs and clicks around well on this ubuntu machine. Sea trial on Saturday
__________________
sv Libertalia
idpnd is offline   Reply With Quote
Reply

Tags
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


Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenCPN Version 2.4 Beta Build 628 bdbcat OpenCPN 63 15-07-2011 18:17
Route Properties, Missing Functions James Baines OpenCPN 13 13-07-2011 04:31
OpenCPN Version 2.4 Beta Build 708 bdbcat OpenCPN 34 12-07-2011 13:20

Advertise Here


All times are GMT -7. The time now is 21: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.