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 08-10-2013, 10:05   #1051
Registered User

Join Date: Oct 2013
Posts: 8
Possible Bug (beta 3.3.814)

I just recently installed the beta version and have stumbled across a repeatable bug.

I start OpenCPN, then open the route manager, click the waypoints tab, then click new. I alt-tab over to Safari to look at the coordinates of a wreck I want to enter, then alt-tab back over to OpenCPN and enter my information (I may do this a couple of times), then click OK when I am done entering all the information for the waypoint. After that, no matter where I click (on OK within the route manager or the underlying chart) I hear a beep like there is another dialog open within OpenCPN. I move the route manager window and cannot see a dialog below it, and I also move the main Open CPN and cannot see an open dialog below it. I have tried to Click OpenCPN and Quit, but it fails to quit. I can force quit, restart the program and bring up the route manager and the new waypoint was saved.

EDIT: I doesn't matter if I just enter a new waypoint and never alt-tab out of the program. It just beeps anytime I click anywhere within the program.

Like I said, this is very repeatable.

I am using Mac OSX 10.7.5, OpenCPN 3.3.814 as well as Safari.

Tom
tcarroll2 is offline   Reply With Quote
Old 08-10-2013, 11:25   #1052
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,401
Re: Beta Test / Technical

Tom...

Will you try reproducing this bug on 3.3.1006?

Thanks
Dave
bdbcat is offline   Reply With Quote
Old 08-10-2013, 11:59   #1053
Registered User

Join Date: Oct 2013
Posts: 8
Re: Beta Test / Technical

Still exists. Also, when you click on New, the waypoint information window comes up under the route manager window. You have to move the route manager window off the waypoint information window to edit it.

It looks like when you open the route manager another window is opening and then going away really quickly before the route manager window is being displayed. I am running my laptop with an SSD, so everything is really fast. Maybe another mac user can try this on a machine that is running a traditional hard drive to see that other window opening. I have tried to use the ctrl-tab and ctrl-quote key combination to see if another active window would come up. The route manager window is losing focus to something else, but the esc key will not deactivate it.

Another observation is this latest version brings up the acknowledgement window each time the program is started and I seem to be having crashes now.

EDIT: Nevermind on the acknowledgement screen. I had to first quit normally without force quit or a crash.

UPDATE: When I click on the route manager icon, another window definitely pops up and then disappears. I can then click OK to dismiss the route manager and I minimized the main screen (not the program) and cannot see an underlying window. But, if I bring up the route manager again and try to create a new waypoint, I cannot do anything after I click OK. I will work on nailing down this crash problem.

Tom
tcarroll2 is offline   Reply With Quote
Old 08-10-2013, 13:18   #1054
Registered User

Join Date: Oct 2013
Posts: 8
Re: Beta Test / Technical

I can also confirm it does not pose a problem to ctrl-click anywhere on the chart to drop a mark and then ctrl-click the mark (waypoint) and edit the properties. The window that comes up and disappears with the route manager does not appear doing this way.

Tom
tcarroll2 is offline   Reply With Quote
Old 09-10-2013, 04:16   #1055
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,634
Images: 2
Re: Beta Test / Technical

Can anyone advise on Weatherfax_pi MSVC++ compile problem using git v3.2.0?
In weatherfax_pi I made appropriate changes for _isnan errors and tinyxml suggested by Rasbats, after a git fetch/pull. Getting "unresolved external symbol errors, Public:..." and it won't compile. See this post.

Previous one that works "weatherfax_win32_pi18_v07_ov320_pi.dll"

Has weatherfax_pi changed plugin API or is it using something more current from Opencpn? I thought it was to compile independently on Opencpn 3.2.0. I never know when this API change happens. If the plugin API has changed, what version of Opencpn should it be compiled in? Where can we note that for others?

Thanks.

Later: API still 18, Plugin Version is 09, found in weatherfax_pi.h
rgleason is offline   Reply With Quote
Old 09-10-2013, 10:45   #1056
GDD
Registered User

Join Date: Jul 2009
Posts: 65
Re: Beta Test / Technical

Hi,

I guess i'm late to the game as I see there is a 3.3 beta out now.

But I just got around a to installing 3.22 and I found an issue with how CM93 layers/scales are shown.

I"ve attached two pictures of Cortes Island, Desolation Sound BC Canada.

In 3.02 the higher scale chart gets shown.
In 3.22 it does not- See the greyed out areas.


Keep up the good work!

G
Attached Thumbnails
Click image for larger version

Name:	3.02.jpg
Views:	186
Size:	299.1 KB
ID:	68401   Click image for larger version

Name:	3.22.jpg
Views:	450
Size:	236.9 KB
ID:	68402  

GDD is offline   Reply With Quote
Old 10-10-2013, 14:10   #1057
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,634
Images: 2
Re: Beta Test / Technical

Quote:
...weatherfax_pi API:18, Plugin Version:09, found in weatherfax_pi.h
After trying to compile in 3.2.2 with _isnan & tinyxml errors fixed, got External Symbol errors.

After trying to compile in 3.3.1009 with _isnan & tinyxml errors fixed, got External Symbol errors. See attached..

Any ideas would be appreciated.
Attached Files
File Type: doc weatherfax_output.txt.doc (13.6 KB, 50 views)
rgleason is offline   Reply With Quote
Old 12-10-2013, 07:08   #1058
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,634
Images: 2
Re: Beta Test / Technical

In weather_routing_pi RouteMapOverlay.cpp includes are

#include "../../../include/ocpn_plugin.h"
#include "../../../include/ocpndc.h"
#include "../../../include/wx/jsonreader.h"
#include "../../../include/wx/jsonwriter.h"

are the ws/jsonreader.h and ws/jsonwriter.h considered illegal external for plugins?
rgleason is offline   Reply With Quote
Old 12-10-2013, 08:16   #1059
Registered User
 
HappySeagull's Avatar

Join Date: Dec 2010
Location: B.C.,Canada
Boat: 29'
Posts: 2,423
Re: Beta Test / Technical

Quote:
Originally Posted by GDD View Post
Hi,

I guess i'm late to the game as I see there is a 3.3 beta out now.

But I just got around a to installing 3.22 and I found an issue with how CM93 layers/scales are shown.

I"ve attached two pictures of Cortes Island, Desolation Sound BC Canada.

In 3.02 the higher scale chart gets shown.
In 3.22 it does not- See the greyed out areas.


Keep up the good work!

G
good point- I have this too! in 3.2 and 3.3.1006. I recently changed versions of cm93 so I'll have to check my old version and see if that helps...maybe a corrupt cell? It seems local to 50 06N 125 03W


(...but other areas might be slow to show detail from the grey patches you show too?)
HappySeagull is offline   Reply With Quote
Old 12-10-2013, 08:32   #1060
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Beta Test / Technical

Quote:
Originally Posted by HappySeagull View Post
good point- I have this too! in 3.2 and 3.3.1006. I recently changed versions of cm93 so I'll have to check my old version and see if that helps...maybe a corrupt cell? It seems local to 50 06N 125 03W


(...but other areas might be slow to show detail from the grey patches you show too?)
Happy!

I tested versions from 2009, -10 and 11. All had the same bad cell.
A version from 2001 was alright, however.

Thomas
cagney is offline   Reply With Quote
Old 12-10-2013, 08:45   #1061
Registered User
 
HappySeagull's Avatar

Join Date: Dec 2010
Location: B.C.,Canada
Boat: 29'
Posts: 2,423
Re: Beta Test / Technical

Exactly so, Thomas!
I booted up O 2.61310_PORTABLE with both my versions cm93 2004 and 2010 and both miss cells here.
HappySeagull is offline   Reply With Quote
Old 12-10-2013, 11:24   #1062
Senior Cruiser
 
Tugwit's Avatar

Cruisers Forum Supporter

Join Date: Dec 2012
Location: Olympia WA
Boat: Cascade 36
Posts: 104
Re: Beta Test / Technical

Pleased to report that I successfully tested the option to output MAGnetic bearings in APB autopilot sentences. This feature is introduced in 3.3.1006 Beta.

With this option enabled, OCPN APB output permits my Simrad TP32 autopilot to successfully enter NAV mode and follow a route to the next waypoint.

Good work! Well done! Thank you!!
Tugwit is offline   Reply With Quote
Old 12-10-2013, 17:48   #1063
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,401
Re: Beta Test / Technical

Tugwit...

Thanks for the test/confirmation. I have not tried it on my Raytheon A/P yet, but is on my list of TODOs.

Now would be a good time to request closure of FS#1151

Dave
bdbcat is offline   Reply With Quote
Old 15-10-2013, 00:29   #1064
Registered User

Join Date: Feb 2010
Posts: 5
Re: Beta Test / Technical

Hi All (A lot of love to Opencpn and all that sail in her!)
Im putting an Ubutu Arc 12.04 (Trim Slice) together running a compiled Opencpn 3.2.2 1009 and have some issues.
- Memory leak 5-10 MB RAM day (just idling in same position with ais).
- Logfile grows allot because of these 2 sentences:
09:06:59 CEST: Changing NMEA Datasource for PNMLS to Serial:/dev/ttyUSB0 (Priori
ty: 1)
09:06:59 CEST: Changing NMEA Datasource for PNMLS to UDP:10.0.0.255:10110 (Prior
ity: 2)
09:07:28 CEST: Changing NMEA Datasource for PNMLS to Serial:/dev/ttyUSB0 (Priori
ty: 1)
09:07:28 CEST: Changing NMEA Datasource for PNMLS to UDP:10.0.0.255:10110 (Prior
ity: 2)
09:07:58 CEST: Changing NMEA Datasource for PNMLS to Serial:/dev/ttyUSB0 (Priori
ty: 1)
09:07:58 CEST: Changing NMEA Datasource for PNMLS to UDP:10.0.0.255:10110 (Prior
ity: 2)
09:08:18 CEST: Changing NMEA Datasource for PNMLS to Serial:/dev/ttyUSB0 (Priori

Regards
Mikkel
dasboot72 is offline   Reply With Quote
Old 15-10-2013, 17:59   #1065
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,401
Re: Beta Test / Technical

Hakan...

re:
"Misplaced text element, _texto, in CM93 charts.
When using scales around 80000, the "C" parts, texto elements are generally located at wrong positions."

May we see some screen shots, please?

Dave
bdbcat 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
Beta Marine Diesel michaelmrc Engines and Propulsion Systems 48 23-03-2016 13:44
Need some technical advice....antennas. Just a Tinch Marine Electronics 15 01-12-2007 15:57
Blue Sea Systems Technical Brief GordMay Electrical: Batteries, Generators & Solar 0 16-03-2007 04:16
technical difficulties witchcraft The Sailor's Confessional 1 30-05-2005 14:09
Dow Corning Technical Manual GordMay The Library 0 12-04-2005 16:25

Advertise Here


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


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.