Cruisers Forum
 


Closed Thread
  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 Rating: Thread Rating: 4 votes, 4.75 average. Display Modes
Old 17-09-2009, 16:38   #1306
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,471
CVS

All...
CVS currently (17 Sept 2315Z) broken. Look for fixup later tonight.



LeaseOnLife:
Can't reasonably fix the inactive hot-keys during AIS dialog display.

This is Windows talking here. Dialogs take the keyboard focus because that's how Windows works. You will notice that the Alert dialog traps the arrow keys for control box /button navigation. Without capturing keystrokes at the system-wide level, no other window can see those keystrokes. System-wide keystroke filtering is considered unfriendly in a multi-tasking O/S like Windows or linux..... Now, if we owned all the hardware and all other apps running, it would be a different story, and this may someday be the case if we can find the right hardware platform for a dedicated opencpn cockpit box.....Sorry for now.


Dave
bdbcat is offline  
Old 17-09-2009, 17:04   #1307
Registered User
 
LeaseOnLife's Avatar

Join Date: Apr 2008
Location: out cruising again, currently in Fiji
Boat: Sailboat
Posts: 1,469
Dave,

understood!

May I suggest a work around: Add a button on the AIS Alert window to send window to the background. (Maybe we can just use the "acknowledge" button)

Then add a hotkey to the main opencpn window to re-activate the alert window(s).

If ALT-TAB would work, I would be ok too, but the alert window does not show up in the task switcher.

I just need a way to be able to judge the situation (using the chart) then go back to the alert window to continue to watch CPA / TCPA and I want the MMSI/Name for a possible call.
LeaseOnLife is offline  
Old 17-09-2009, 19:48   #1308
Registered User
 
manimaul's Avatar

Join Date: Feb 2008
Location: Seattle, WA
Posts: 416
Quote:
Originally Posted by bdbcat View Post
Now, if we owned all the hardware and all other apps running, it would be a different story, and this may someday be the case if we can find the right hardware platform for a dedicated opencpn cockpit box.....Sorry for now.

Dave
I'm working on this. I've been researching for a dedicated opencpn os.
Hopefully we can accomplish 2 goals here.

1. Have an opencpn usb stick that boots straight into opencpn as an emergency backup for your existing computer
2. Specially compile opencpn-usb packages for small, low powered computers.

Perhaps busybox or slax would be a good base to start with. If anybody else is interested in this or has any ideas, please PM me.

Will
__________________
Marine Navigation for Android:
https://mxmariner.com
manimaul is offline  
Old 17-09-2009, 20:17   #1309
Registered User
 
manimaul's Avatar

Join Date: Feb 2008
Location: Seattle, WA
Posts: 416
Dave,

With the updated ship i've been changing chcanv.cpp

changing line #1632 to:
Code:
wxImage os_image = _img_ship_green->ConvertToImage();
and commenting out line #1638 and adding 2 more
Code:
// os_image.RotateHue(.12);
wxImage os_image_red = _img_ship_red->ConvertToImage();
os_image = os_image_red;
__________________
Marine Navigation for Android:
https://mxmariner.com
manimaul is offline  
Old 17-09-2009, 21:38   #1310
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,471
Build 917

Folks...
Opencpn v 1.3.3 Build 917 is available at the usual location.

opencpnbeta

Changelog:
74. Correct Right-Click logic after DeleteAllRoutes
75. Correct Ship Draw logic for refresh box in Windows
76. Update Ownship icon shape/colors
77. Modify hotkeys for screen brightness and auto-follow toggles.
78. Modify ScaleIn/Out hotkeys to F7/F8
79. Correct Route->SendToGPS logic.
80. Implement CM93 chart zoom detail control slider.
81. Correct AIS Target Query dialog initial poition.
82. Re-enable GPSD input.
---------Publish Beta 1.3.3 Build 917---------

CVS updated

Notes:
77/78. Notice new hotkeys, described in ?->Help

80. This is new, and sorta cool. In Toolbox->VectorCharts, you will find a slider which sets the zoom detail for cm93 charts. This is in response for requests for more chart detail (larger scale cell) at any particular on-screen scale.

Positive values give more detail, but at a cost:
a. It simply takes longer to render larger scale charts covering more screen real estate.
b. There will be more instances of grey (NODATA) areas surrounding the larger scale charts as you zoom out. We don't quilt....
c. It can become dramatically slower if high detail is specified, and chart outlines are requested. In this case, we have to read a lot more cells to get their outlines.

Conversely, negative values give less detail. Zooms are faster.

Values may be user specified, so this stuff is under user control. I've been satisfied with the performance and detail at a level of +2.


Guys, I think this is it.

Absent any real show stoppers, this is the 1.3.4 Release Candidate (RC). Show stoppers would be related crashes from multiple users, serious typo errors, and install/make problems.

We need to release now. 82 items on the changelog is really too many for good program management. We have hundreds of users on 1.3.2 with no cool icons, no tracking, etc., etc..... They need the new stuff.

I know there are neat features un-implemented, and a very few unexplained crash scenarios. But it is adequate for daily use, and for all code there comes a time.

Thanks for all your help. One more time around the block.

Dave
bdbcat is offline  
Old 17-09-2009, 22:57   #1311
Registered User
 
Viking Sailor's Avatar

Join Date: Nov 2006
Location: San Francisco Bay
Boat: Fantasia 35
Posts: 1,251
Dave,

917 crashed on XP while deleting a waypoint. Not repeatable. Here is the log file:

22:00:01: 2009-09-18 06:00:01 -------Starting opencpn-------
22:00:01: Using existing Config_File: C:\Documents and Settings\paul\Application Data\opencpn\opencpn.ini
22:00:01: Setting Viewpoint Lat/Lon 19.639, -155.997
22:00:01: Using s57data in C:\Program Files\OpenCPN\s57data
22:00:01: Using Tide/Current data from: C:\Program Files\OpenCPN\tcdata\
22:00:01: Setting Viewpoint Lat/Lon 19.639, -155.997
22:00:01: NMEA Data Source is....Serial:AIS Port (Shared)
22:00:01: AIS Data Source is....None
22:00:01: Using WVSChart datafile: C:\Program Files\OpenCPN\wvsdata\wvs43.dat
22:00:01: NMEA AutoPilot Port is....None
22:00:02: GPS Watchdog Timeout is: 6 sec.
22:00:03: Initializing Chart C:\CM93\00300000\C\00540000.C
22:00:03: CM93Composite Chart Root is C:\CM93\
22:00:03: Loaded CM93 Dictionary from C:\CM93\
22:00:03: Loading CM93 cell C:\CM93\01500360/Z/01500360.Z
22:00:03: Loading CM93 cell C:\CM93\01500480/Z/01500480.Z
22:00:03: Loading CM93 cell C:\CM93\01500600/Z/01500600.Z
22:00:03: Loading CM93 cell C:\CM93\01500720/Z/01500720.Z
22:00:03: Loading CM93 cell C:\CM93\02700360/Z/02700360.Z
22:00:03: Loading CM93 cell C:\CM93\02700480/Z/02700480.Z
22:00:03: Loading CM93 cell C:\CM93\02700600/Z/02700600.Z
22:00:03: Loading CM93 cell C:\CM93\02700720/Z/02700720.Z
22:00:03: Loading CM93 cell C:\CM93\03900360/Z/03900360.Z
22:00:03: Loading CM93 cell C:\CM93\03900480/Z/03900480.Z
22:00:03: Loading CM93 cell C:\CM93\03900600/Z/03900600.Z
22:00:03: Loading CM93 cell C:\CM93\03900720/Z/03900720.Z
22:00:26: Found Garmin USB Driver.
22:01:01: Loading CM93 cell C:\CM93\02100540/B/02400570.B
22:01:01: Loading CM93 cell C:\CM93\02100600/B/02400600.B
22:01:01: Loading CM93 cell C:\CM93\02700540/B/02700570.B
22:01:01: Loading CM93 cell C:\CM93\02700600/B/02700600.B
22:01:01: Loading CM93 cell C:\CM93\02100540/A/02100540.A
22:01:01: Loading CM93 cell C:\CM93\02100600/A/02100600.A
22:01:01: Loading CM93 cell C:\CM93\02700540/A/02700540.A
22:01:01: Loading CM93 cell C:\CM93\02700600/A/02700600.A
22:01:12: Loading CM93 cell C:\CM93\02700540/B/02700570.B
22:01:12: Loading CM93 cell C:\CM93\02700600/B/02700600.B
22:01:20: Loading CM93 cell C:\CM93\02700600/E/02810601.E
22:01:20: Loading CM93 cell C:\CM93\02700600/E/02810602.E
22:01:24: Loading CM93 cell C:\CM93\02700600/E/02810601.E
22:01:24: Loading CM93 cell C:\CM93\02700600/E/02810602.E
22:01:25: Loading CM93 cell C:\CM93\02700600/G/02810601.G
22:02:32: Loading CM93 cell C:\CM93\02700600/G/02810601.G
22:03:02: Found Garmin USB Driver.
22:04:28: Found Garmin USB Driver.
22:06:25: Loading CM93 cell C:\CM93\02100540/B/02400540.B
22:06:25: Loading CM93 cell C:\CM93\02700540/B/02700540.B
22:06:25: Loading CM93 cell C:\CM93\02700540/B/03000570.B
22:06:25: Loading CM93 cell C:\CM93\02700600/B/03000600.B
22:06:35: Loading CM93 cell C:\CM93\00300240/Z/00300240.Z
22:06:35: Loading CM93 cell C:\CM93\00300360/Z/00300360.Z
22:06:35: Loading CM93 cell C:\CM93\00300480/Z/00300480.Z
22:06:35: Loading CM93 cell C:\CM93\00300600/Z/00300600.Z
22:06:35: Loading CM93 cell C:\CM93\00300720/Z/00300720.Z
22:06:35: Loading CM93 cell C:\CM93\00300840/Z/00300840.Z
22:06:35: Loading CM93 cell C:\CM93\01500240/Z/01500240.Z
22:06:35: Loading CM93 cell C:\CM93\01500840/Z/01500840.Z
22:06:35: Loading CM93 cell C:\CM93\02700240/Z/02700240.Z
22:06:35: Loading CM93 cell C:\CM93\02700840/Z/02700840.Z
22:06:35: Loading CM93 cell C:\CM93\03900240/Z/03900240.Z
22:06:35: Loading CM93 cell C:\CM93\03900840/Z/03900840.Z
22:06:59: Loading CM93 cell C:\CM93\01500960/Z/01500960.Z
22:06:59: Loading CM93 cell C:\CM93\02700960/Z/02700960.Z
22:06:59: Loading CM93 cell C:\CM93\03900960/Z/03900960.Z
22:07:25: Loading CM93 cell C:\CM93\03300660/B/03600660.B
22:07:25: Loading CM93 cell C:\CM93\03300660/B/03600690.B
22:07:25: Loading CM93 cell C:\CM93\03300720/B/03600720.B
22:07:25: Loading CM93 cell C:\CM93\03900660/B/03900660.B
22:07:25: Loading CM93 cell C:\CM93\03900660/B/03900690.B
22:07:25: Loading CM93 cell C:\CM93\03900720/B/03900720.B
22:07:29: Loading CM93 cell C:\CM93\03300660/C/03660708.C
22:07:29: Loading CM93 cell C:\CM93\03300720/C/03660720.C
22:07:29: Loading CM93 cell C:\CM93\03300660/C/03780696.C
22:07:29: Loading CM93 cell C:\CM93\03300660/C/03780708.C
22:07:29: Loading CM93 cell C:\CM93\03900660/C/03900696.C
22:07:29: Loading CM93 cell C:\CM93\03900660/C/03900708.C
22:07:38: Found Garmin USB Driver.
22:08:40: Loading CM93 cell C:\CM93\03300660/A/03300660.A
22:08:40: Loading CM93 cell C:\CM93\03300720/A/03300720.A
22:08:40: Loading CM93 cell C:\CM93\03900660/A/03900660.A
22:08:41: Loading CM93 cell C:\CM93\03900720/A/03900720.A
22:08:49: Loading CM93 cell C:\CM93\03300660/B/03600690.B
22:08:50: Loading CM93 cell C:\CM93\03300660/D/03810708.D
22:08:50: Loading CM93 cell C:\CM93\03300660/D/03810711.D
22:08:50: Loading CM93 cell C:\CM93\03300660/D/03810714.D
22:08:50: Loading CM93 cell C:\CM93\03300660/D/03840708.D
22:08:50: Loading CM93 cell C:\CM93\03300660/D/03840711.D
22:08:55: Loading CM93 cell C:\CM93\03300660/C/03780708.C
22:08:57: Loading CM93 cell C:\CM93\03300660/E/03800713.E
22:08:57: Loading CM93 cell C:\CM93\03300660/E/03810713.E
22:08:57: Loading CM93 cell C:\CM93\03300660/E/03820712.E
22:08:57: Loading CM93 cell C:\CM93\03300660/E/03820713.E
22:09:00: Loading CM93 cell C:\CM93\03300660/D/03810708.D
22:09:00: Loading CM93 cell C:\CM93\03300660/D/03810711.D
22:09:02: Loading CM93 cell C:\CM93\03300660/F/03820712.F
22:10:26: Loading CM93 cell C:\CM93\03300660/E/03810714.E
22:10:26: Loading CM93 cell C:\CM93\03300660/E/03820714.E
22:10:26: Loading CM93 cell C:\CM93\03300660/E/03830710.E
22:10:26: Loading CM93 cell C:\CM93\03300660/E/03830711.E
22:10:26: Loading CM93 cell C:\CM93\03300660/E/03830712.E
22:10:26: Loading CM93 cell C:\CM93\03300660/E/03830713.E
22:10:26: Loading CM93 cell C:\CM93\03300660/E/03830714.E
22:10:30: Loading CM93 cell C:\CM93\03300660/F/03820713.F
22:10:30: Loading CM93 cell C:\CM93\03300660/F/A3830712.F
22:10:30: Loading CM93 cell C:\CM93\03300660/F/B3830712.F
22:10:30: Loading CM93 cell C:\CM93\03300660/F/C3830712.F
22:10:30: Loading CM93 cell C:\CM93\03300660/F/D3830712.F
22:10:30: Loading CM93 cell C:\CM93\03300660/F/03830713.F
22:10:37: Loading CM93 cell C:\CM93\03300660/E/03820712.E
22:10:56: Found Garmin USB Driver.
22:14:58: Loading CM93 cell C:\CM93\03300660/F/03820712.F
22:17:54: Loading CM93 cell C:\CM93\03300660/E/03830712.E
22:19:26: Loading CM93 cell C:\CM93\03300660/E/03840711.E
22:19:26: Loading CM93 cell C:\CM93\03300660/E/03840712.E
22:19:26: Loading CM93 cell C:\CM93\03300660/E/03840713.E
22:19:26: Loading CM93 cell C:\CM93\03300660/F/03840713.F
22:19:39: Loading CM93 cell C:\CM93\03300660/E/03840710.E
22:19:39: Loading CM93 cell C:\CM93\03300660/E/03840714.E
22:20:05: Loading CM93 cell C:\CM93\03300660/E/03830715.E
22:20:06: Loading CM93 cell C:\CM93\03300660/F/03830714.F
22:20:18: Loading CM93 cell C:\CM93\03300660/E/03820713.E
22:20:19: Loading CM93 cell C:\CM93\03300660/F/03820713.F
22:25:44:

Good luck,

Paul
Viking Sailor is offline  
Old 18-09-2009, 00:01   #1312
Registered User
 
Viking Sailor's Avatar

Join Date: Nov 2006
Location: San Francisco Bay
Boat: Fantasia 35
Posts: 1,251
Quote:
Originally Posted by idpnd View Post
The code is hosted at opencpn.sourceforge.net. Compilation instructions for win should be in the README.
The README file needs updating for Windows Visual C++.

Paul
Viking Sailor is offline  
Old 18-09-2009, 02:26   #1313
Registered User
 
blubaju's Avatar

Join Date: Mar 2008
Location: where my little boat is ;-) now Philippines
Boat: Catamaran Schionning Wilderness 1320, built myself
Posts: 475
maybe the CM93 zoom function (nice) would be more comfortable, quicker access, in the mouse-right click window/menue. appears only when a CM93 is displayed.

crashed when 1. time used and closed window. seems crashes come mostly on my system after a certain time of oCPN idle running and starting any action, DrWtsn reports by email later, after some more crashes ;-)
blubaju is offline  
Old 18-09-2009, 03:08   #1314
Registered User

Join Date: Feb 2007
Boat: 1973 Morgan 36T
Posts: 808
Images: 17
Delete Waypoint crash

Ok this seams to crash it every time. I run it under Windows XP Professional sercice pack 3.

1. Start OpenCPN Version 1.3.3 Build 917.
2. Click on Create Route
3. Make a route with 2 waypoints
4. Right click mouse and left click end route.
5. Right click on blue arrow on the route line and left click Activate Route

6. Right click on the first waypoint and left click Delete Waypoint
7. Right click on the second waypoint and left click Delete Waypoint

8. CRASH
Morgan Paul is offline  
Old 18-09-2009, 03:37   #1315
Registered User
 
blubaju's Avatar

Join Date: Mar 2008
Location: where my little boat is ;-) now Philippines
Boat: Catamaran Schionning Wilderness 1320, built myself
Posts: 475
Quote:
Originally Posted by Morgan Paul View Post
Delete Waypoint crash

Ok this seams to crash it every time. I run it under Windows XP Professional sercice pack 3.

1. Start OpenCPN Version 1.3.3 Build 917.
2. Click on Create Route
3. Make a route with 2 waypoints
4. Right click mouse and left click end route.
5. Right click on blue arrow on the route line and left click Activate Route

6. Right click on the first waypoint and left click Delete Waypoint
7. Right click on the second waypoint and left click Delete Waypoint

8. CRASH
confirmed for WinXPprof SP3
blubaju is offline  
Old 18-09-2009, 04:01   #1316
Registered User
 
idpnd's Avatar

Join Date: Sep 2007
Location: Almerķa, ES
Boat: Chiquita 46 - Libertalia
Posts: 1,558
Quote:
Originally Posted by MajorPeabody View Post
Thanks for the quick reply.
I'll spend some time playing with the program, and then perhaps I can take a look at working with the users guide. Is there a document I can use as a starting point? Preferred style? Target audience? Harold
A user guide is being compiled by member Roel on this forum who has been ill. I hope this will be released as a wiki at some stage to make it user-contributable.

Re: "Delete Waypoint crash" confirmed on ubuntu 8.10
idpnd is offline  
Old 18-09-2009, 05:25   #1317
Registered User
 
LeaseOnLife's Avatar

Join Date: Apr 2008
Location: out cruising again, currently in Fiji
Boat: Sailboat
Posts: 1,469
Dave

I probably contributed to the too large changelog for this release.
But the requested features do work, thank you!:
77, works, with four levels for the dimmer
78, works, also fixes the bug where I had to hit F10 twice to scale in
81, works,

80: Very cool!

I also like the new icon in the xp taskbar.
LeaseOnLife is offline  
Old 18-09-2009, 05:39   #1318
Registered User
 
LeaseOnLife's Avatar

Join Date: Apr 2008
Location: out cruising again, currently in Fiji
Boat: Sailboat
Posts: 1,469
Yep, same here, I created a crash dump and sent to Dave per email

Quote:
Originally Posted by Morgan Paul View Post
Delete Waypoint crash

Ok this seams to crash it every time. I run it under Windows XP Professional sercice pack 3.

1. Start OpenCPN Version 1.3.3 Build 917.
2. Click on Create Route
3. Make a route with 2 waypoints
4. Right click mouse and left click end route.
5. Right click on blue arrow on the route line and left click Activate Route

6. Right click on the first waypoint and left click Delete Waypoint
7. Right click on the second waypoint and left click Delete Waypoint

8. CRASH
LeaseOnLife is offline  
Old 18-09-2009, 05:53   #1319
Registered User
 
Christian Van H's Avatar

Join Date: Oct 2008
Location: Princeton, NJ
Boat: Challenger Anacapa 42
Posts: 2,097
Images: 57
Same crash here after during deletion of second waypoint in a route. Everything else I tried was WAY perfect Dave! Thank you all for this fantastic work of art! Chris

Windows XP prof, all patched up! :-)
__________________
www.anacapas.com

Here's to swimmin' with bowlegged women!
Christian Van H is offline  
Old 18-09-2009, 06:06   #1320
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
Dave..

You will be pleased to know I am not able to crash deleting or removing waypoints
in my Vista Home setup. I will keep on testing.

Anybody else with Vista had a crash?
__________________
"And all I ask is a tall ship and a star to steer her by."
sinbad7 is offline  
Closed 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


Advertise Here


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


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.