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 09-05-2011, 06:33   #46
Registered User

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

Dave...
Don't know if you already fixed the memleaks in the toolbar. In case you didn't:
Code:
diff --git a/src/chart1.cpp b/src/chart1.cpp
index c8d9646..23b0d48 100755
--- a/src/chart1.cpp
+++ b/src/chart1.cpp
@@ -948,7 +948,7 @@ void GrabberWin::MouseEvent(wxMouseEvent& event)
 
       wxMouseEvent *pev = (wxMouseEvent *)event.Clone();
       GetParent()->GetEventHandler()->AddPendingEvent(*pev);
-
+      wxDELETE(pev);
       gFrame->Raise();
 }
 
@@ -9269,7 +9269,7 @@ void ocpnToolBarSimple::OnMouseEvent(wxMouseEvent & event)
 
             wxMouseEvent *pev = (wxMouseEvent *)event.Clone();
             GetParent()->GetEventHandler()->AddPendingEvent(*pev);
-
+            wxDELETE(pev);
             return;
       }
 
@@ -9297,7 +9297,7 @@ void ocpnToolBarSimple::OnMouseEvent(wxMouseEvent & event)
 
             wxMouseEvent *pev = (wxMouseEvent *)event.Clone();
             GetParent()->GetEventHandler()->AddPendingEvent(*pev);
-
+            wxDELETE(pev);
             return;
       }
 
@@ -9336,7 +9336,7 @@ void ocpnToolBarSimple::OnMouseEvent(wxMouseEvent & event)
 
       wxMouseEvent *pev = (wxMouseEvent *)event.Clone();
       GetParent()->GetEventHandler()->AddPendingEvent(*pev);
-
+      wxDELETE(pev);
       event.Skip();
 
 }
Pavel
nohal is offline   Reply With Quote
Old 09-05-2011, 08:13   #47
Registered User

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

Quote:
Originally Posted by bdbcat View Post
ChuckSK...

Trying to reproduce the cm93 debug break error.

Which edition of cm93 are you using? In quilt, or single chart mode?

Thanks
Dave
I should have mentioned which edition of cm93.

The break occurs when using the May2009 edition but not when using the 31May2010 edition. Single chart mode.
ChuckSK is offline   Reply With Quote
Old 09-05-2011, 08:22   #48
Registered User
 
sinbad7's Avatar

Join Date: Sep 2003
Location: Ubatuba,SP,Brazil (Ex Norway)
Boat: (Ex) Alu. 60' yacht-"Eight Bells"
Posts: 2,731
Images: 57
Send a message via Skype™ to sinbad7
Re: OpenCPN Version 2.4 Beta Build 506

Dave and all...

GONGRATULATIONS with a super looking new v. 2.4.506 - love it!!
The new GE plugin is also coming of age with useful new features.
Still hoping for a DIRECT GE2KAP conversion.

Starting testing this week of the new SPOT GPS Messenger from Globalstar with a view to having it's data integrated in the FREE WebVTSLite world-wide AIS network as well as in the open source AISHUB network.
Quote:
World AIS
Tore
__________________
"And all I ask is a tall ship and a star to steer her by."
sinbad7 is offline   Reply With Quote
Old 09-05-2011, 08:31   #49
Registered User

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

Quote:
Originally Posted by P_Dub View Post
Gentleman, did anyone realised that you have lost the soudings on Charts S-57 in the version 2.4.506 ? Otherwise good job.
Regards.
P_Dub
Sorry, but I still don't realize that......

Click image for larger version

Name:	soundins1.png
Views:	170
Size:	230.2 KB
ID:	27165

Tell us more....

Thomas
cagney is offline   Reply With Quote
Old 09-05-2011, 08:33   #50
Registered User

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

Quote:
Originally Posted by Sail323 View Post
Course Up/North Up no longer selectable from icon in top right corner.
It has been moved to the right click menu.

Thomas
cagney is offline   Reply With Quote
Old 09-05-2011, 08:43   #51
Registered User
 
sinbad7's Avatar

Join Date: Sep 2003
Location: Ubatuba,SP,Brazil (Ex Norway)
Boat: (Ex) Alu. 60' yacht-"Eight Bells"
Posts: 2,731
Images: 57
Send a message via Skype™ to sinbad7
Re: OpenCPN Version 2.4 Beta Build 506

Look at my S57 charts of the Dutch waterways which is missing major details.
On second check it was an isolated incident for a specific chart.
HOWEVER,all the soundings seems to be missing from my Dutch S57 charts.

The US s57 charts seems to be ok also with soundings

Tore
Attached Thumbnails
Click image for larger version

Name:	Screenshot_03 May. 09 12.40.jpg
Views:	209
Size:	146.0 KB
ID:	27166  
__________________
"And all I ask is a tall ship and a star to steer her by."
sinbad7 is offline   Reply With Quote
Old 09-05-2011, 09:27   #52
Registered User
 
sailorF54's Avatar

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

Quote:
Originally Posted by bdbcat View Post
gilletarom.....

Regarding your post.

I agree that there is a quilt problem.

But, I see soundings on S57 chart.
Please clarify your comment regarding soundings.

Thanks
Dave
Re quilting: the culprits are charts 3FL30M, 3GC07M and 2CG16M quilted with 2CG12M (in NOAA Florida folder)

Re soundings: There are no soundings in shallow waters on these charts, so a case of false alarm IMHO
Attached Thumbnails
Click image for larger version

Name:	C1.jpg
Views:	122
Size:	143.5 KB
ID:	27170  
sailorF54 is offline   Reply With Quote
Old 09-05-2011, 10:23   #53
Registered User

Join Date: Feb 2011
Posts: 1,116
Re: OpenCPN Version 2.4 Beta Build 506

Quote:
Originally Posted by cagney View Post
Sorry, but I still don't realize that......

Attachment 27165

Tell us more....

Thomas
I have install the 2.4.506 version yesterday to see any change. Unfortunatelly all the soundings on Canadians and U.S. S_57 Charts were not present. After verifying the installation, all features were check and nothing change. So the same for the plugins, but others had already reported it. I am using Windows XP official version with SP 3. Had stop my antivirus but no change. I decided to revert to my previous version 2.4.412 and things turn OK. Hope to have news about it.
Regards.
P_Dub
P_Dub is offline   Reply With Quote
Old 09-05-2011, 10:48   #54
Registered User
 
sinbad7's Avatar

Join Date: Sep 2003
Location: Ubatuba,SP,Brazil (Ex Norway)
Boat: (Ex) Alu. 60' yacht-"Eight Bells"
Posts: 2,731
Images: 57
Send a message via Skype™ to sinbad7
Re: OpenCPN Version 2.4 Beta Build 506

re my #51

Sorry,just realized the Dutch inland waterway ENC57 charts do not have soundings.
I checked this with my Fugawi ENC..

Tore
__________________
"And all I ask is a tall ship and a star to steer her by."
sinbad7 is offline   Reply With Quote
Old 09-05-2011, 14:48   #55
Registered User
 
Sail323's Avatar

Join Date: Sep 2010
Boat: Pearson 323
Posts: 52
Re: OpenCPN Version 2.4 Beta Build 506

Thanks. The right-click menu is fine, as I rarely change from course-up anyway. I do like the improved tide and current tables. The tide icon is now much easier to find.

John
Sail323 is offline   Reply With Quote
Old 09-05-2011, 18:33   #56
Registered User
 
HappySeagull's Avatar

Join Date: Dec 2010
Location: B.C.,Canada
Boat: 29'
Posts: 2,423
Re: OpenCPN Version 2.4 Beta Build 506

Trapped toolbar...I put it here,see?

Click image for larger version

Name:	trapped toolbar.jpg
Views:	142
Size:	305.5 KB
ID:	27180

-and I can't move it back-the handle is off-screen.
Oh,well,restart puts it back at top.
HappySeagull is offline   Reply With Quote
Old 10-05-2011, 03:10   #57
Registered User

Join Date: Feb 2010
Posts: 619
Re: OpenCPN Version 2.4 Beta Build 506

A crash just moving the charts around with mouse, exploring the coast ...
First, some black areas (still visible on the screenshot), two moves more ... crash.
Unfortunately, can not reproduce so far. Attached the log for last 2 runs and Vista crash signature details.

Quilt on, only the Grib plugin.

I will try again...
Attached Thumbnails
Click image for larger version

Name:	nor_crash.jpg
Views:	127
Size:	172.7 KB
ID:	27184  
Attached Files
File Type: doc nor_log.txt.doc (8.4 KB, 59 views)
File Type: doc nor_signature.rtf.doc (1.1 KB, 56 views)
PjotrC is offline   Reply With Quote
Old 10-05-2011, 03:22   #58
Registered User
 
sailorF54's Avatar

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

Quote:
Originally Posted by PjotrC View Post
A crash just moving the charts around with mouse, exploring the coast ...
First, some black areas (still visible on the screenshot), two moves more ... crash.
Unfortunately, can not reproduce so far. Attached the log for last 2 runs and Vista crash signature details.

Quilt on, only the Grib plugin.

I will try again...
Looks very much like what I reported in
http://www.cruisersforum.com/forums/...tml#post676151

Also enable to reproduce. Occurs only when quilting is on and dragging the charts around.
Some buffer overflow when many CM93 charts (with many names and features etc.) have to be loaded and/or refreshed on screen ???
sailorF54 is offline   Reply With Quote
Old 10-05-2011, 03:23   #59
Registered User
 
HamishB's Avatar

Join Date: Jan 2010
Location: New Zealand
Posts: 286
Re: OpenCPN Version 2.4 Beta Build 506

Hi,

re the new fade-away toolbar: on linux (Debian/stable) if I "shade/roll up" the window by double clicking on the top frame of the window decoration, the toolbar and the top-right gps strength indicator don't shade with it. what's more, if I move the title bar around the toolbar doesn't come with it (but the gps indicator does).

thanks,
Hamish
HamishB is offline   Reply With Quote
Old 10-05-2011, 10:25   #60
Registered User
 
HappySeagull's Avatar

Join Date: Dec 2010
Location: B.C.,Canada
Boat: 29'
Posts: 2,423
Re: OpenCPN Version 2.4 Beta Build 506

WOW!Thanks for fixing the ownship.xpm! Works great!I've been waiting for this fix.
It's just a fun/vanity for me (the original is a great default,all in all) but a smaller or a longer one could be very useful....
HappySeagull is offline   Reply With Quote
Reply


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 423 bdbcat OpenCPN 66 05-05-2011 05:45
OpenCPN Version 2.4 Beta Build 412 bdbcat OpenCPN 63 22-04-2011 18:19
OpenCPN Version 2.4 Beta Build 324 bdbcat OpenCPN 141 12-04-2011 14:15
OpenCPN Version 2.4 Beta Build 310 bdbcat OpenCPN 53 27-03-2011 11:05

Advertise Here


All times are GMT -7. The time now is 08:17.


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.