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

Join Date: Mar 2008
Posts: 7,397
OpenCPN Beta test 4.1.1022 Release

Ahoy, OpenCPN'ers...

OpenCPN Version 4.1.1022 Beta 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
63. Correct and extend Raster Chart PlugIn API for revised OpenGL access methods.
64. Correct active track rendering logic to Ownship.
65. Correct cm93 region and detail level calculation logic around Longitude 0.
66. Correct longitude grid text rendering on OpenGL.
67. Correct occasional loss of toolbar during mode switches and dialog access.
68. Improve sectored light rendering performance on Windows OpenGL systems.
69. Correct Vector chart PlugIn rendering methods.
70. Implement GUI scale factor for toolbar effective on all platforms.
71. If specified, require NMEA checksums to be valid before sending sentences to PlugIns.
72. Correct initialization of Polyconic charts without embedded georef coefficients (FS#1866)
73. Modify AIS SART target acknowledge timeout policy to honor global ACK timeout (FS#1856)
74. Correct AIS Target Query dialog sizing logic
75. Correct Grid text formatting for "degree" symbol (FS#1870)
76. Extend PlugIn API for Waypoint list access.
77. Correct Dashboard context menu actions when multiple dashboards are defined.



This is not an especially large list of fixes.
However, this is an important release in that in tightens up the PlugIn API and rendering engine to allow full support of chart-type PlugIns, such as BSB4, NVC, and S63.

It also address some performance regression problems observed earlier, and some cm93 compositor problems.

Please check your Flyspray tasks, and request closure if possible.

Finally, we are closing in on Feature Freeze for OpenCPN Version 4.2 Production Release. If you have persistently annoying bugs and/or Features that you relly feel like should be part of the next Release, please surface them in the Forum or Flyspray.

Thanks, and Good Luck
Dave
bdbcat is offline   Reply With Quote
Old 22-10-2015, 19:29   #2
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,207
Re: OpenCPN Beta test 4.1.1022 Release

Hi all...
The download page is now updated to point to the 4.1.1022 installer packages for Windows and OS X.
The Linux packages for i386, amd64 and armhf will be ready in the beta PPA very shortly. For the kamikaze types, starting with this version we directly support the future Ubuntu LTS release, Xenial Xerus (16.04)

Happy testing

Pavel
nohal is offline   Reply With Quote
Old 22-10-2015, 23:32   #3
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,142
Re: OpenCPN Beta test 4.1.1022 Release

Hello
Build error in VS2013:
The reported error is : "cmd.exe exited with code 1" and the error handler is pointing to project: chartdldr-i18n
A message box says:
Code:
Could not find file
C:\Builds\OCPN\OpenCPN\plugins\chartdldr_pi\CmakeFiles\chartdldr-i18n
I could not find where that path way is called for.
A hint anyone?

Håkan
Hakan is offline   Reply With Quote
Old 23-10-2015, 03:08   #4
Registered User

Join Date: Jan 2011
Location: France/UK
Boat: Gib'Sea 402
Posts: 547
Re: OpenCPN Beta test 4.1.1022 Release

I still have disappearing toolbar problems as reported on 4.1.925 on my Dell D360 W10 Pro 64 Mobile Intel 965 graphics.

The behaviour with OpenGL on is not good
Please note the toolbar has gone from the 2nd screen shot.
Attached Thumbnails
Click image for larger version

Name:	4.1.1022OGLoff.jpg
Views:	267
Size:	186.8 KB
ID:	111466   Click image for larger version

Name:	4.1.1022OGLon.jpg
Views:	208
Size:	56.3 KB
ID:	111467  

hoolie is offline   Reply With Quote
Old 23-10-2015, 04:38   #5
Registered User
 
transmitterdan's Avatar

Join Date: Oct 2011
Boat: Valiant 42
Posts: 6,008
Re: OpenCPN Beta test 4.1.1022 Release

Dave/Pavel,

One of the translation files has an error in git.

plugins/chartdldr_pi/po/fi.po line #184 has a missing format string somewhere.

Code:
#: src/chartdldr_pi.cpp:1030
#, c-format
msgid "Downloading chart %u of %u, %u downloads failed (%s / %s)"
msgstr "Karttojen lataaminen %u sta %u hun lataus epäonnistui (%s / %s)"
transmitterdan is offline   Reply With Quote
Old 23-10-2015, 04:54   #6
Registered User
 
transmitterdan's Avatar

Join Date: Oct 2011
Boat: Valiant 42
Posts: 6,008
Re: OpenCPN Beta test 4.1.1022 Release

There is a known nagging error message still showing up in the opencpn.log file:

Code:
06:50:05: PlugInManager: Deactivating PlugIn: C:\Program Files (x86)\OpenCPN\plugins\grib_pi.dll
06:50:05: PlugInManager: Deactivating PlugIn: C:\Program Files (x86)\OpenCPN\plugins\chartdldr_pi.dll
06:50:05: chartdldr_pi: DeInit
06:50:05: PlugInManager: Deactivating PlugIn: C:\Program Files (x86)\OpenCPN\plugins\dashboard_pi.dll
06:50:05: PlugInManager: Deactivating PlugIn: C:\Program Files (x86)\OpenCPN\plugins\ge2kap_V16_pi.dll
06:50:05: PlugInManager: Deactivating PlugIn: C:\Program Files (x86)\OpenCPN\plugins\wmm_pi.dll
06:50:05: PlugInManager: Deactivating PlugIn: C:\Program Files (x86)\OpenCPN\plugins\gecomapi_pi.dll
06:50:08: opencpn::MyFrame exiting cleanly.
06:50:08: Error: File 'C:\ProgramData\opencpn\navobj.xml.changes' couldn't be removed (error 32: the process cannot access the file because it is being used by another process.)
06:50:08: Chart cache PlugIn purge
06:50:08: PlugInManager: UnLoading PlugIn: C:\Program Files (x86)\OpenCPN\plugins\grib_pi.dll
06:50:08: PlugInManager: UnLoading PlugIn: C:\Program Files (x86)\OpenCPN\plugins\chartdldr_pi.dll
06:50:08: PlugInManager: UnLoading PlugIn: C:\Program Files (x86)\OpenCPN\plugins\dashboard_pi.dll
06:50:08: PlugInManager: UnLoading PlugIn: C:\Program Files (x86)\OpenCPN\plugins\ge2kap_V16_pi.dll
06:50:08: PlugInManager: UnLoading PlugIn: C:\Program Files (x86)\OpenCPN\plugins\wmm_pi.dll
06:50:08: PlugInManager: UnLoading PlugIn: C:\Program Files (x86)\OpenCPN\plugins\gecomapi_pi.dll
06:50:08: Closing NMEA Datastream Serial:COM3
06:50:08: Stopping Secondary Thread
06:50:09: Stopped in 1 sec.
06:50:09: Chart cache purge
06:50:09: opencpn::MyApp starting exit.
06:50:09: LOGBOOK:  2015-10-23 11:50:09 UTC OFF: Lat   XX.80810 Lon  -XX.83090
06:50:09: opencpn::MyApp exiting cleanly...
transmitterdan is offline   Reply With Quote
Old 23-10-2015, 05:42   #7
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,207
Re: OpenCPN Beta test 4.1.1022 Release

Quote:
Originally Posted by transmitterdan View Post
Dave/Pavel,

One of the translation files has an error in git.

plugins/chartdldr_pi/po/fi.po line #184 has a missing format string somewhere.

Code:
#: src/chartdldr_pi.cpp:1030
#, c-format
msgid "Downloading chart %u of %u, %u downloads failed (%s / %s)"
msgstr "Karttojen lataaminen %u sta %u hun lataus epäonnistui (%s / %s)"
Fixed in master now, thanks for the catch...

Pavel
nohal is offline   Reply With Quote
Old 23-10-2015, 09:07   #8
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,142
Re: OpenCPN Beta test 4.1.1022 Release

Quote:
Originally Posted by Hakan View Post
Hello
Build error in VS2013:
The reported error is : "cmd.exe exited with code 1" and the error handler is pointing to project: chartdldr-i18n
A message box says:
Code:
Could not find file
C:\Builds\OCPN\OpenCPN\plugins\chartdldr_pi\CmakeFiles\chartdldr-i18n
.....
Håkan
Whatever happened, today's fetch builds fine both in VS2013 and VS2010

BTW, I've got me another PC using Win10 and VS2013 so I've again followed the "Compiling - Windows" instructions on OpenCPN.org. The instruction is still very precise and everything is working excellent.

Thanks
Håkan
Hakan is offline   Reply With Quote
Old 24-10-2015, 06:33   #9
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 2,982
Re: OpenCPN Beta test 4.1.1022 Release

Hello Dave,

On a French forum, a French user under 8.1 W, is the victim of repeated and systematic crash.

It's the only thing he said, declaring himself now "bystander" since O is chargeable under android.
This attitude is damaging to OpenCPN but if communications had been better managed at the time of the release of O for android, we would not be the.

From my side :
- no installation problem except at the "install.log" file remains empty.
- No crash under 8.1 with my Lenovo core i5, 14'.

The icons in the toolbar are too small. But the icons on the tab "Charts" in the "Options" are correct. See the screenshots below attached.
I have not changed anything in the sizes of the characters of the texts and I feel they are correct, can be a bit too small.

Nautical charts of VisitMyharbour display correctly. Raster charts brazil, OK. CM93 : Ok.

I try some plugins :

Dashboard plugins, Grib, Chartdownloader, and VDR seems to work fine.

WMM:
In the first trial:
WMM has malfunctioned. The icon of this plugin does not appear in the toolbar.
THEN:
After using the software that allows me to access my virtual disk, the WMM icon appeared in the icon bar. And WMM worked properly when I tested VDR.

NV-Verlag:
Can not display charts of NV-Verlag with O411022 but strangely not display the same charts with OpenCPN 40. The stick never lights.
I still have to do an essay about it. I will return here to talk about.

Best regards. Gilletarom.
Attached Thumbnails
Click image for larger version

Name:	2015-10-24_OpenCPN_4.1.1022_Icones_Toolbox.jpg
Views:	260
Size:	86.3 KB
ID:	111510   Click image for larger version

Name:	2015-10-24_OpenCPN_4.1.1022_Barre_icones.jpg
Views:	277
Size:	318.3 KB
ID:	111511  

Click image for larger version

Name:	2015-10-24_OpenCPN 4.1.1022_WMM_not_run.jpg
Views:	216
Size:	178.6 KB
ID:	111512   Click image for larger version

Name:	2015-10-24_OpenCPN 4.1.1022_WMM_running_2.jpg
Views:	259
Size:	108.6 KB
ID:	111513  

Gilletarom is offline   Reply With Quote
Old 24-10-2015, 06:57   #10
Registered User

Join Date: Jan 2011
Location: France/UK
Boat: Gib'Sea 402
Posts: 547
Re: OpenCPN Beta test 4.1.1022 Release

Further to my post #4, the toolbar behaviour IS improved and I can't make it repeatably disappear, though it still vanishes sometimes when panning.

No problems with WMM PI

Install log still empty
hoolie is offline   Reply With Quote
Old 24-10-2015, 08:01   #11
Registered User

Join Date: Mar 2010
Location: QC, Canada
Boat: Kelt 8.50
Posts: 180
Re: OpenCPN Beta test 4.1.1022 Release

Quote:
Originally Posted by nohal View Post
Hi all...
The download page is now updated to point to the 4.1.1022 installer packages for Windows and OS X.
The Linux packages for i386, amd64 and armhf will be ready in the beta PPA very shortly. For the kamikaze types, starting with this version we directly support the future Ubuntu LTS release, Xenial Xerus (16.04)

Happy testing

Pavel
Pavel

Trying to install from PPA on Ubuntu 15-10 I get this error:

Code:
 sudo apt-get install opencpn
Mot de passe [sudo] pour jean-marie : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation : 

Les paquets suivants contiennent des dépendances non satisfaites :
 opencpn : Dépend: opencpn-tcdata mais il n'est pas installable
           Dépend: opencpn-gshhs-low mais il n'est pas installable
           Recommande: xcalib mais ne sera pas installé
           Recommande: opencpn-doc mais il n'est pas installable
           Recommande: opencpn-gshhs-crude mais il n'est pas installable
           Recommande: opencpn-gshhs-intermediate mais il n'est pas installable
           Recommande: opencpn-gshhs-high mais il n'est pas installable
           Recommande: opencpn-gshhs-full mais il n'est pas installable
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
It looks like those packages are not in the PPA for Ubuntu 15-10

Thanks
Jean-Marie
houlejm is offline   Reply With Quote
Old 24-10-2015, 08:08   #12
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,142
Re: OpenCPN Beta test 4.1.1022 Release

Windows 10 recent fetch but I don't know when this is initiated.
Bug report:
Toolbox Options, UI, "Play Ships Bell" from options.cpp row 4287
When the option and "Use" is checked the message box concerning ports from options.cpp row 5277 or row 5284 is shown. (My translation is equal for both!)

Håkan
Attached Thumbnails
Click image for larger version

Name:	Shipp_bell.png
Views:	225
Size:	158.7 KB
ID:	111519  
Hakan is offline   Reply With Quote
Old 24-10-2015, 08:54   #13
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,207
Re: OpenCPN Beta test 4.1.1022 Release

Quote:
Originally Posted by houlejm View Post
Pavel

Trying to install from PPA on Ubuntu 15-10 I get this error:

Code:
 sudo apt-get install opencpn
Mot de passe [sudo] pour jean-marie : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation : 

Les paquets suivants contiennent des dépendances non satisfaites :
 opencpn : Dépend: opencpn-tcdata mais il n'est pas installable
           Dépend: opencpn-gshhs-low mais il n'est pas installable
           Recommande: xcalib mais ne sera pas installé
           Recommande: opencpn-doc mais il n'est pas installable
           Recommande: opencpn-gshhs-crude mais il n'est pas installable
           Recommande: opencpn-gshhs-intermediate mais il n'est pas installable
           Recommande: opencpn-gshhs-high mais il n'est pas installable
           Recommande: opencpn-gshhs-full mais il n'est pas installable
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
It looks like those packages are not in the PPA for Ubuntu 15-10

Thanks
Jean-Marie
J-M...
Good catch, the required data packages are now copied to both Wily and Xenial.
Code:
sudo apt-get update
sudo apt-get install opencpn
Should now succeed.

Pavel
nohal is offline   Reply With Quote
Old 24-10-2015, 10:58   #14
Registered User

Join Date: Mar 2010
Location: QC, Canada
Boat: Kelt 8.50
Posts: 180
Re: OpenCPN Beta test 4.1.1022 Release

Quote:
Originally Posted by nohal View Post
J-M...
Good catch, the required data packages are now copied to both Wily and Xenial.
Code:
sudo apt-get update
sudo apt-get install opencpn
Should now succeed.

Pavel
Yes

All Ok now.

Thanks

Jean-Marie
houlejm is offline   Reply With Quote
Old 24-10-2015, 11:56   #15
Registered User

Join Date: Mar 2010
Location: Behind the garlic curtain - east central Saskatchewan
Boat: Baylurker 2755
Posts: 608
Re: OpenCPN Beta test 4.1.1022 Release

We're not on the boat right now so this is just a static test under W7. The current beta crashes immediately when I enable OpenGL. It was very slow to load the Canadian charts using the BSB4 plugin - in fact it didn't load them the first or second time I opened the software but eventually they did load. It still runs slow but it does run as long as I don't enable OpenGL.
__________________
R.J.(Bob) Evans
2755 Baylurker plastic shoebox
previously M/V Gray Hawk, 43 Defever Offshore Cruiser
bobofthenorth 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenCPN for Android Beta test 4.1.530 bdbcat OpenCPN 203 07-05-2017 21:20
OpenCPN Beta test 4.1.925 Release bdbcat OpenCPN 177 04-11-2015 08:16
OpenCPN Beta test 4.1.602 Release bdbcat OpenCPN 193 13-10-2015 08:19
OpenCPN Version 2.2 Beta Test bdbcat OpenCPN 437 15-12-2010 19:17
OpenCPN Version 2.2 Beta Test Bugs / Discussion bdbcat OpenCPN 120 26-09-2010 02:53

Advertise Here


All times are GMT -7. The time now is 20:53.


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.