Cruisers Forum
 


Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 18-09-2014, 22:22   #1
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,384
OpenCPN Beta Version 3.3.2118 Released

Ahoy, OpenCPN'ers...

OpenCPN Version 3.3 Beta Build 2118 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 github at:
https://github.com/OpenCPN/OpenCPN
Branch: master

Changelog:

322. Correct cm93 and isolated raster chart quilt overzoom capability.
323. Correct some line priority rendering logic for DC (no OpenGL) mode vector charts.
324. Disable OpenGL VBO for all Intel OpenGL graphics drivers on Windows. Sorry....
325. Correct Track tool behaviour. (FS#1434)
326. Disable OpenGL FBO for Intel Mobile platform on Windows. Sorry, again...
327. Improve zoom algorithm to allow overzoom on all chart types.
328. Correct Complex Line (e.g.RECTRK) priority calculation.
329. Implement timed wait for smooth shutdown of raster compression threads.
330. Correct S57 OBJNAM attribute decoding in lexical level 1 (iso8859-1) (FS#1464)
331. Correct touch interface point selection/dragging logic (FS#1452).
332. Correct "Preserve scale" option behaviour.
333. Correct rounding of waypoint lat/lon on NMEA upload..
334. Re-enable default OpenCPN Frame menu on Mac OsX for wxWidgets 3.x
335. Improve AISTargetList to avoid blank entries and increase performance.

Release 3.3.2118

Notes:
324/326 Intel integrated graphics processors have a hard time with some OpenGL functions.


Please check and clear your Flyspray issues, if possible.

Thanks, and good luck

Dave
bdbcat is offline   Reply With Quote
Old 18-09-2014, 23:41   #2
Registered User

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

Testers...
The packages for all the platforms are now available for download.
The Ubuntu package now has hard dependency on the tidal data and a low resolution base chart, while the big packages (documentation and higher GSHHS resolutions) are optional.

Happy testing

Pavel
nohal is online now   Reply With Quote
Old 19-09-2014, 01:20   #3
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,683
Re: OpenCPN Beta Version 3.3.2118 Released

Win 8.1 OpenGL ON, S63 PI 0.9

Some rendering issues (gray zones or zones with missing information) ONLY when the first time the eSENC is built.
Zooming or panning shows correct rendering.
Does not appear again later on as far I've seen.
Attached Thumbnails
Click image for larger version

Name:	2014-09-19 09 rendering.jpg
Views:	242
Size:	402.9 KB
ID:	88432   Click image for larger version

Name:	2014-09-19 gray-zones.jpg
Views:	219
Size:	185.3 KB
ID:	88433  

Click image for larger version

Name:	2014-09-19 gray-zones-2.jpg
Views:	244
Size:	433.2 KB
ID:	88434  
bcn is offline   Reply With Quote
Old 19-09-2014, 01:24   #4
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,683
Re: OpenCPN Beta Version 3.3.2118 Released

Win 8.1 OpenGL ON, S63 PI 0.9

Upper part of the chart is not rendered.
Attached Thumbnails
Click image for larger version

Name:	2014-09-19 wrong-tiling.jpg
Views:	229
Size:	218.5 KB
ID:	88435   Click image for larger version

Name:	2014-09-19 wrong-tiling-zoomed-in.jpg
Views:	241
Size:	235.0 KB
ID:	88436  

bcn is offline   Reply With Quote
Old 19-09-2014, 01:28   #5
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,683
Re: OpenCPN Beta Version 3.3.2118 Released

Win 8.1 OpenGL ON, S63-PI 0.9

Here (Tasmania) the logic of displaying at different scales does look unfortunately:
Attached Thumbnails
Click image for larger version

Name:	2014-09-19 Zooming-logic.jpg
Views:	244
Size:	218.0 KB
ID:	88437   Click image for larger version

Name:	2014-09-19 Zooming-logic2.jpg
Views:	212
Size:	259.5 KB
ID:	88438  

Click image for larger version

Name:	2014-09-19 Zooming-logic3.jpg
Views:	221
Size:	190.4 KB
ID:	88439   Click image for larger version

Name:	2014-09-19 Zooming-logic4.jpg
Views:	197
Size:	383.8 KB
ID:	88440  

bcn is offline   Reply With Quote
Old 19-09-2014, 01:44   #6
Registered User

Join Date: Sep 2012
Location: Baikal
Posts: 580
Re: OpenCPN Beta Version 3.3.2118 Released

very strange!
Win7 64x nvidia geforce gtx 560 - overzoom, not displayed
Win8.1 64x inte HD - overzoom operating normally
Baikal is offline   Reply With Quote
Old 19-09-2014, 02:10   #7
Registered User

Join Date: Sep 2012
Location: Baikal
Posts: 580
Re: OpenCPN Beta Version 3.3.2118 Released

Found the problem!
changed the language of the program from Russian into English and became overzoom displayed.
On win8.1 I had English
Baikal is offline   Reply With Quote
Old 19-09-2014, 04:41   #8
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,535
Re: OpenCPN Beta Version 3.3.2118 Released

Pavel,
are you shure about line 2532 in navutil.cpp?
Code:
st1.Printf( _T ( "%g" ), ((int)(vp.rotation * 180 / PI)) % 360 );
It might throw an assert when writing st1.

Gerhard
CarCode is offline   Reply With Quote
Old 19-09-2014, 05:22   #9
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,384
Re: OpenCPN Beta Version 3.3.2118 Released

bcn...

re: Kerguelen Island....

"Upper part of the chart is not rendered. "

Choose a larger scale chart, and all is well.
This is normal behaviour.

Thanks
Dave
bdbcat is offline   Reply With Quote
Old 19-09-2014, 06:47   #10
Registered User

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

Quote:
Originally Posted by CarCode View Post
Pavel,
are you shure about line 2532 in navutil.cpp?
Code:
st1.Printf( _T ( "%g" ), ((int)(vp.rotation * 180 / PI)) % 360 );
It might throw an assert when writing st1.

Gerhard

Assert on what? Looking at it now, we should probably store it as int.


Sent from
nohal is online now   Reply With Quote
Old 19-09-2014, 07:08   #11
Registered User

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

The overzoom is much better from the last beta, but I believe it should allow more of an overzoom. In a case where only cm93 chart is available, but the detail isn't very good, it is important in some cases to zoom in very far while navigating to follow an existing track which shows the pass through the reef for example, in this case at least 10 times more zoom than what is currently allowed.
seandepagnier is offline   Reply With Quote
Old 19-09-2014, 07:16   #12
Registered User
 
NahanniV's Avatar

Join Date: Mar 2011
Location: Nova Scotia Canada
Boat: Wharram Tiki 46
Posts: 1,321
Re: OpenCPN Beta Version 3.3.2118 Released

Having a problem with "Texture compression with caching" on one of my computers; It always crashes during compression. Other than that OpenGL makes a huge improvement.

I tried removing my google images of the local harbours, but that did not make a difference.

Crash logs sent.

Cheers,
JM.
NahanniV is offline   Reply With Quote
Old 19-09-2014, 07:28   #13
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,535
Re: OpenCPN Beta Version 3.3.2118 Released

Quote:
Originally Posted by nohal View Post
Assert on what? Looking at it now, we should probably store it as int.
I don't know which compiler and environment you use, but I get:

Code:
int wxString::Printf<int>(wxFormatString const&, int)
wxArgNormalizerWchar<int>::wxArgNormalizerWchar(int, wxFormatString const*, unsigned int)
and bingo an assert with wrong argument type writing st1 to conf file.

Gerhard

BTW
If you like to change %g to %d then it is OK.
CarCode is offline   Reply With Quote
Old 19-09-2014, 07:46   #14
Registered User

Join Date: Jan 2011
Location: France/UK
Boat: Gib'Sea 402
Posts: 546
Re: OpenCPN Beta Version 3.3.2118 Released

I'm still getting elements of CM93 charts flipped vertically with OpenGL on, as reported on 3.3.2107 post#7.
Dell D630 with Intel GMA graphics.

It's a bit more complicated than that. When I pan/zoom these dashed line elements move elsewhere or disappear altogether. Can't imagine why it's only dashed lines that are affected
hoolie is offline   Reply With Quote
Old 19-09-2014, 09:43   #15
Registered User

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

Dave

It looks like the blank lines in the "AIS target list" are gone.

There is another little thing that bugs me. The sorting does not work 100%. I often see a couple of ships at the top of the list that are not sorted. Have a look.

Click image for larger version

Name:	Sortais.png
Views:	210
Size:	80.3 KB
ID:	88459

Thomas
cagney is offline   Reply With Quote
Reply

Tags
enc, lease, opencpn

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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 Beta Version 3.1.814 Released bdbcat OpenCPN 185 14-09-2012 07:43
OpenCPN Beta Version 3.1.802 Released bdbcat OpenCPN 158 14-08-2012 10:07
OpenCPN Beta Version 3.1.714 Released bdbcat OpenCPN 91 01-08-2012 17:08

Advertise Here


All times are GMT -7. The time now is 21:15.


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.