Cruisers Forum
 


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

Join Date: Mar 2008
Posts: 7,473
OpenCPN Beta Build 2.6.1210

Ahoy, OpenCPN'ers...

OpenCPN Version 2.6 Beta Build 1210 will soon be available for download from opencpn.org.

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

Source is available now on sourceforge git repo.

Changelog
46. Correct S57 Reader for some poorly formed ENCs, esp. Dutch (FS#586)
47. Correct Vector chart NODTA area render logic.
48. Implement OpenGL vector chart "LIGHTS" feature rendering, etc.
49. Correct s57/cm93 render region logic. (FS#666)
50. Improve Route leg rollover message. Thanks Carsten Borchardt!
51. Defensively protect against lost zoom timer events.
52. Correct RouteSplit logic (FS#669)
53. Correct OpenGL partial screen refresh logic, esp. on Vista
54. Correct for waypoint hyperlinks with embedded space characters (FS#671)
55. Correct initial OpenGL vector chart text renderer state logic (FS#664)
56. Improve AIS logic for targets losing position info. (FS#673)(FS#651)
57. Correct AISTargetList positioning logic for Windows (FS#578)
58. Correct AIS TargetQuery Brg report if Range=0.0 (FS#637)
59. Update embedded tinyxml to Version 2.6.2.
60. Implement OFSPRD Feature type in cm93 (FS#650)
61. Improve OpenGL BSB chart texture cache management.
62. Correct Tide/Current manager for some Unicode station names (FS#639) Thanks PjotrC
63. Implement support for GPSD Version 2.96 with libgps.20.so (FS#595) Thanks Brendan Le Foll

Release 2.6.1210

Notes:

Please remember to clear your Flyspray bugs if able, or at least annotate them for developer study...

Thanks
Dave
bdbcat is offline   Reply With Quote
Old 10-12-2011, 14:48   #2
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: OpenCPN Beta Build 2.6.1210

Dave
I got my slim mean machine back
Resource usage, average load etc, is back to normal and at about the same level using GL as in original mode.
Thanks!

Thomas
cagney is offline   Reply With Quote
Old 10-12-2011, 15:23   #3
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,473
Re: OpenCPN Beta Build 2.6.1210

Thomas....
Any sign of Peru? I never really found a smoking gun for this one.....

Dave
bdbcat is offline   Reply With Quote
Old 10-12-2011, 17:22   #4
Registered User

Join Date: Apr 2009
Location: Marina Del Rey
Boat: Hylas 44
Posts: 387
Re: OpenCPN Beta Build 2.6.1210

Hi Dave
2.6.1210 builds from source with one fix. nmea.cpp line 85: gpsd_data should be a pointer.
ChuckSK is offline   Reply With Quote
Old 10-12-2011, 18:37   #5
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,473
Re: OpenCPN Beta Build 2.6.1210

ChuckSK....

Confused. The declaration in line 85 is a global static instance of a gpsd_data structure, added to support the latest GPSD 2.96 API.
Notice in line 543, I take its address to pass as a parameter to a function.

I guess maybe it should have been a class member for better encapsulation, but global static should work too.

Are you getting a compile error? Runtime error?

Thanks
Dave
bdbcat is offline   Reply With Quote
Old 10-12-2011, 18:45   #6
Registered User

Join Date: Apr 2009
Location: Marina Del Rey
Boat: Hylas 44
Posts: 387
Re: OpenCPN Beta Build 2.6.1210

Dave
I am getting an undefined structure error during compile. C2079
ChuckSK is offline   Reply With Quote
Old 10-12-2011, 19:10   #7
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,473
Re: OpenCPN Beta Build 2.6.1210

ChuckSK....

Aha...Windows...

Fix:
Wrap the offending line 85 with:

Code:
#ifdef BUILD_WITH_LIBGPS
...
#endif
We don't support libgps under Windows....

Thanks for the Q/A
Dave
bdbcat is offline   Reply With Quote
Old 10-12-2011, 19:23   #8
Registered User

Join Date: Apr 2009
Location: Marina Del Rey
Boat: Hylas 44
Posts: 387
Re: OpenCPN Beta Build 2.6.1210

Dave

That was it. I should have seen that.

Chuck
ChuckSK is offline   Reply With Quote
Old 10-12-2011, 23:50   #9
Registered User
 
HamishB's Avatar

Join Date: Jan 2010
Location: New Zealand
Posts: 286
Re: OpenCPN Beta Build 2.6.1210

Quote:
Originally Posted by bdbcat View Post
63. Implement support for GPSD Version 2.96 with libgps.20.so (FS#595) Thanks Brendan Le Foll
Hi,

is it possible to extract the specific diff for that? I need to backport it to the Debian 2.5.0 package and am no git guru.

aka did you modify Brendan's flyspray patch at all?


thanks,
Hamish
HamishB is offline   Reply With Quote
Old 11-12-2011, 00:37   #10
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,234
Re: OpenCPN Beta Build 2.6.1210

Testers,
the windows build for beta 1210 is now available for download. The RPMs will follow later today.

@dave: while hovering the mouse over the chart bar in OpenGL mode, the info window is rendered, but disappears after a very short period of time. with GL off, the behavior is OK.
FS#604 still shows the same behavior as 2.5.0.

Pavel
nohal is offline   Reply With Quote
Old 11-12-2011, 02:49   #11
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: OpenCPN Beta Build 2.6.1210

Dave
There is a gpsd problem using Ubuntu 11.10
Quote:
~ $ gpsd -V
gpsd: 2.95 (revision 2011-07-27T11:32:38)
Quote:
~ $ ps aux | grep gpsd
nobody 2869 0.0 0.0 35912 1280 ? S<s 10:18 0:00 /usr/sbin/gpsd -F /var/run/gpsd.sock -P /var/run/gpsd.pid
When starting the program I now have this dialog


Name:   gpsd.png
Views: 693
Size:  7.5 KB

and the gps via gpsd is not working, but xgps works.

No problem to run the gps directly via /dev/ttyUSB1 (with gpsd killed).

Thomas
cagney is offline   Reply With Quote
Old 11-12-2011, 03:38   #12
Registered User
 
sailorF54's Avatar

Join Date: Dec 2009
Location: Perros-Guirec, France
Boat: Jeanneau Sunshine 36
Posts: 999
Re: OpenCPN Beta Build 2.6.1210

Quote:
Originally Posted by nohal View Post
@dave: while hovering the mouse over the chart bar in OpenGL mode, the info window is rendered, but disappears after a very short period of time.

Pavel
Could not reproduce with Vista in OpenGL mode.

(With parallel install) the following CM93 objects will not stay ticked on relaunch.
Attached Thumbnails
Click image for larger version

Name:	ScreenShot002.jpg
Views:	135
Size:	70.6 KB
ID:	34673  
sailorF54 is offline   Reply With Quote
Old 11-12-2011, 04:01   #13
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: OpenCPN Beta Build 2.6.1210

Quote:
Originally Posted by sailorF54 View Post
Could not reproduce with Vista in OpenGL mode.

(With parallel install) the following CM93 objects will not stay ticked on relaunch.
I can't reproduce Nohals problem either.
But there is a problem with the vector objects. I have similar but not exactly the same scenario.
On repeated restarts lg_vsp is the last ticked object and then only _texto follows, that refuses to take a tick.
Initially there were a few more objects after lg_vsp, that were not ticked, but they disappeared on restart.
Thomas
cagney is offline   Reply With Quote
Old 11-12-2011, 06:12   #14
Registered User

Join Date: Oct 2009
Location: West coast of Sweden
Boat: Najad391
Posts: 169
Re: OpenCPN Beta Build 2.6.1210

The last 3 check boxes in Mariner's Standard will not stay ticked when OCPN is started.
When Open GL is used there are some text in the cm93 chart that is odd, when uncheck the GL box it is ok. Running W7 sp1.
Attached Files
File Type: doc Dok1.doc (194.0 KB, 94 views)
janp391 is offline   Reply With Quote
Old 11-12-2011, 06:54   #15
Registered User
 
sailorF54's Avatar

Join Date: Dec 2009
Location: Perros-Guirec, France
Boat: Jeanneau Sunshine 36
Posts: 999
Re: OpenCPN Beta Build 2.6.1210

Quote:
Originally Posted by janp391 View Post
When Open GL is used there are some text in the cm93 chart that is odd, when uncheck the GL box it is ok. Running W7 sp1.
Confirmed latest Vista. The culprit is the text displayed with 'Show light description'

With the classical rendering, the light description text seems to be displayed twice with a few pixels offset (also/already in 2.5.0)
Attached Thumbnails
Click image for larger version

Name:	ScreenShot004.jpg
Views:	270
Size:	40.7 KB
ID:	34678   Click image for larger version

Name:	ScreenShot005.jpg
Views:	267
Size:	23.2 KB
ID:	34679  

sailorF54 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.6 Beta Build 1125 bdbcat OpenCPN 108 11-12-2011 08:03
Open CPN and Google Earth bgrimwade OpenCPN 19 09-12-2011 15:32
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 15:50.


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.