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 29-09-2015, 07:49   #76
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,625
Images: 2
Re: OpenCPN Beta test 4.1.925 Release

Removal of VDR seems to have fixed the closing of Opencpn.
rgleason is offline   Reply With Quote
Old 29-09-2015, 09:17   #77
Registered User

Join Date: Sep 2009
Location: Angers - France
Boat: Beneteau First 29 Ptizef
Posts: 844
Re: OpenCPN Beta test 4.1.925 Release

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

So you sometimes get crashes when shifting from cm93 to your homemade .KAP Google Earth charts? This sounds familiar. It happens because the chart is exactly 512 pixels wide, or other power-of-two. I think.

Can you send me the offending .KAP chart?

Thanks
Dave
Dave
Not sometimes but each times. I can't display some of these charts any more and yes It was already known

You can find two of these here :
https://www.dropbox.com/sh/4v77h2mty...5Hx7W13Ma?dl=0

Its around 47°32' N 2°54'W

Thanks

Jean Pierre
Ptizef is offline   Reply With Quote
Old 29-09-2015, 09:28   #78
Registered User

Join Date: Sep 2009
Location: Angers - France
Boat: Beneteau First 29 Ptizef
Posts: 844
Re: OpenCPN Beta test 4.1.925 Release

Rick, Dave

"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.)"

I have this line systematically in the log with Windows Only, not with Linux.
But with both OS the process run correctly. The change file is created at start and is removed at stop. I do not understand why this log message

Jean Pierre
Ptizef is offline   Reply With Quote
Old 29-09-2015, 15:46   #79
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,395
Re: OpenCPN Beta test 4.1.925 Release

jp....

Corrected logic for your photocharts at Navalo, etc. in github now. Problem was that we were not prepared for charts whose dimensions were exact multiples of the OCPN internal tile size. In this case the charts were 2048 x 2048, and the tile size is 512.

Nice photocharts, by the way.

Thanks
Dave
bdbcat is offline   Reply With Quote
Old 30-09-2015, 03:53   #80
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,541
Re: OpenCPN Beta test 4.1.925 Release

A small correction might be needed also in chartimg.cpp function "InitReturn ChartBaseBSB::PostInit(void)" line 1849:
Code:
unsigned char *tmp = (unsigned char*)malloc(Size_Y * sizeof(int));
because result of 'malloc' is converted to a pointer of type 'unsigned char' which is incompatible with sizeof operand type 'int'.

Gerhard
CarCode is offline   Reply With Quote
Old 30-09-2015, 04:23   #81
Registered User

Join Date: Oct 2012
Location: Cruising the world
Boat: Catalina 42 Mk II Wing Keel
Posts: 14
Send a message via Skype™ to svzephyr44
Re: OpenCPN Beta test 4.1.925 Release

OK. I am just a user of OpenCPN. I am using the beta release and am not clear where I am to send bug reports. I have tried to capture snapshots but the Dr. Watson instructions are very old and Dr. Watson has been removed from Windows 10. In its place is something called DebugDiag but I don't really know how to use that either.

I know you guys and girls work very hard at this and don't mean to be forward but two suggestions:

1) Could you title a thread "4.1... Beta Bug Reports only? And use it to list bug reports with resolution comments elsewhere? Or is there one and I haven't found it.
2) Could you write a new post "How to report bugs and crashes for 4.1?

I think that would be helpful for the great unwashed.

Fair winds and following seas
svzephyr44 is offline   Reply With Quote
Old 30-09-2015, 07:03   #82
Registered User

Join Date: Sep 2009
Location: Angers - France
Boat: Beneteau First 29 Ptizef
Posts: 844
Re: OpenCPN Beta test 4.1.925 Release

"Corrected logic for your photocharts at Navalo, etc. in github now."
Crash is gone!
Many thanks Dave

Jean Pierre




Sent from my D5803 using Cruisers Sailing Forum mobile app
Ptizef is offline   Reply With Quote
Old 30-09-2015, 09:04   #83
Registered User
 
AISEAG's Avatar

Join Date: May 2012
Location: Dahouet (Brittany)
Boat: BENETEAU
Posts: 491
Re: OpenCPN Beta test 4.1.925 Release

Quote:
Originally Posted by svzephyr44 View Post
...
1) Could you title a thread "4.1... Beta Bug Reports only? And use it to list bug reports with resolution comments elsewhere? Or is there one and I haven't found it.
...
Hi SVZephyr44,

You can use Tracker/Flyspray to deposit your request :

http://www.cruisersforum.com/forums/...it-110519.html

see #115

Serge
AISEAG is offline   Reply With Quote
Old 30-09-2015, 23:49   #84
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,541
Re: OpenCPN Beta test 4.1.925 Release

For Mac OS X users strongly recommended the new "El Capitan" OS X version 10.11 with the new split screen.

Gerhard
CarCode is offline   Reply With Quote
Old 02-10-2015, 08:21   #85
Registered User

Join Date: Oct 2015
Posts: 10
Re: OpenCPN Beta test 4.1.925 Release

Hi!

I try to compile 4.1.925 from source with VS2013 but I have an error on linking the chart downloader plugin:
Quote:

4>chartdldr_pi.obj : error LNK2001: unresolved external symbol ""int const wxEVT_DOWNLOAD_EVENT" (?wxEVT_DOWNLOAD_EVENT@@3HB)".
Any idea how to fix it?

Source code: e6a0015
Windows: 7
Visual Studio: 2013
Toolset: vc120_x86

CMake: 3.3.2
wxWidgets: 3.0.2
Mr. S is offline   Reply With Quote
Old 02-10-2015, 10:15   #86
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,625
Images: 2
Re: OpenCPN Beta test 4.1.925 Release

You must be missing chartdnldr.lib
rgleason is offline   Reply With Quote
Old 02-10-2015, 10:29   #87
Registered User
 
transmitterdan's Avatar

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

Quote:
Originally Posted by Mr. S View Post
Hi!

I try to compile 4.1.925 from source with VS2013 but I have an error on linking the chart downloader plugin:
Any idea how to fix it?

Source code: e6a0015
Windows: 7
Visual Studio: 2013
Toolset: vc120_x86

CMake: 3.3.2
wxWidgets: 3.0.2

Make sure you have gotten the latest Windows binary dependencies per the developer instructions.
transmitterdan is offline   Reply With Quote
Old 02-10-2015, 10:47   #88
Registered User

Join Date: Oct 2015
Posts: 10
Re: OpenCPN Beta test 4.1.925 Release

Quote:
Originally Posted by rgleason View Post
You must be missing chartdnldr.lib
Where can I find that file?

Quote:
Originally Posted by transmitterdan View Post
Make sure you have gotten the latest Windows binary dependencies per the developer instructions.
I've downloaded Download opencpnplugins from SourceForge.net. There are two libraries inside: libcurl.lib and crashrpt\CrashRpt1402.lib
In which of the two libraries is wxEVT_DOWNLOAD_EVENT defined?
Mr. S is offline   Reply With Quote
Old 02-10-2015, 11:11   #89
Registered User
 
transmitterdan's Avatar

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

All things beginning wx are defined in the wxWidgets libraries. These are in the binary dependencies or in the wxWidgets built when you installed wx per the developer instructions.
transmitterdan is offline   Reply With Quote
Old 02-10-2015, 12:06   #90
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,541
Re: OpenCPN Beta test 4.1.925 Release

Quote:
Originally Posted by rgleason View Post
You must be missing chartdnldr.lib
Rick, please, when he can't compile chartdldr he has no chartdldr.lib either.
Think a little bit before posting...

Gerhard
CarCode 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 for Android Beta test 4.1.530 bdbcat OpenCPN 203 07-05-2017 21:20
OpenCPN Beta test 4.1.602 Release bdbcat OpenCPN 193 13-10-2015 08:19
Seamaster 925 Jort Vendor Spotlight - Great Deals for CF Members! 0 07-05-2014 02:26
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 02:54.


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.