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 17-04-2020, 05:36   #286
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,547
Re: New Plugin NmeaConvertor

I have no clue for what version the NmeaConvertor plugin was compiled. It was a test only to see if it works with other OpenCPN versions.
The only solution is to compile yourself or to ask the developer RooieDirk <dirksmits "at" zonnet.nl> for a working copy to Catalina.
CarCode is offline   Reply With Quote
Old 18-04-2020, 10:58   #287
Registered User

Join Date: May 2012
Posts: 1,226
Re: New Plugin NmeaConvertor

Now compiled for Apple (Catalina) OpenCPN 5.0.1

https://github.com/Rasbats/NmeaConve...eases/tag/v1.1

Not good at pull requests but the developer may be able to use this.
A bit of a hack, because I had to add a dummy 'data' folder to stop Xcode complaining.

The release also includes a Windows version for OpenCPN 5.0.

CarCode ... could you give this a test run?

Mike
Rasbats is offline   Reply With Quote
Old 18-04-2020, 12:22   #288
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,806
Re: New Plugin NmeaConvertor

Mike,


installed on our MacMini (10.15.4).
- OCPN beta from cloudsmith (!)

No issues observed when installing.

Enabled in Options|Plug-ins
--> NMEA Plug-in preferences

Click on "new" results in a crash.


Hubert



Code:
Process:               OpenCPN [23393]
Path:                  /Applications/OpenCPN.app/Contents/MacOS/OpenCPN
Identifier:            org.opencpn
Version:               5.0.522+b25ed04 (???)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           OpenCPN [23393]
User ID:               501

Date/Time:             2020-04-18 21:18:06.097 +0200
OS Version:            Mac OS X 10.15.4 (19E266)
Report Version:        12
Anonymous UUID:        3B4E7B11-B4AD-07F5-C446-A58AF64462AC

Sleep/Wake UUID:       11867A58-38FB-4915-8D5A-0D0D94ABEFD8

Time Awake Since Boot: 1200000 seconds
Time Since Wake:       44000 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Segmentation fault: 11
Termination Reason:    Namespace SIGNAL, Code 0xb
Terminating Process:   exc handler [23393]

VM Regions Near 0:
--> 
    __TEXT                 00000001052c0000-0000000105b59000 [ 8804K] r-x/rwx SM=COW  /Applications/OpenCPN.app/Contents/MacOS/OpenCPN

Application Specific Information:
Performing @selector(controlAction:) from sender wxNSButton 0x7fbd5e377ae0

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libc++.1.dylib                    0x00007fff6c3a589f std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> >::operator=(std::__1::basic_string<wchar_t, std::__1::char_traits<wchar_t>, std::__1::allocator<wchar_t> > const&) + 9
1   libnmeaconverter_pi.dylib         0x000000010b8c356d nmeaSendObj::ComputeOutputSentence() + 2125
2   libnmeaconverter_pi.dylib         0x000000010b8c0daf nmeaSendObj::SetNMEASentence(wxString&) + 319
3   libnmeaconverter_pi.dylib         0x000000010b8c0794 NmeaConverter_pi::SetNMEASentence(wxString&) + 260
4   org.opencpn                       0x00000001055f26a9 PlugInManager::SendNMEASentenceToAllPlugIns(wxString const&) + 105
5   org.opencpn                       0x00000001054d698f Multiplexer::OnEvtStream(OCPN_DataStreamEvent&) + 1679
6   libwx_baseu-3.1.2.0.0.dylib       0x0000000106951f9e wxEvtHandler::SearchDynamicEventTable(wxEvent&) + 222
7   libwx_baseu-3.1.2.0.0.dylib       0x0000000106951d0b wxEvtHandler::ProcessEventLocally(wxEvent&) + 59
8   libwx_baseu-3.1.2.0.0.dylib       0x0000000106951c20 wxEvtHandler::ProcessEvent(wxEvent&) + 96
9   libwx_baseu-3.1.2.0.0.dylib       0x0000000106951a93 wxEvtHandler::ProcessPendingEvents() + 243
10  libwx_baseu-3.1.2.0.0.dylib       0x00000001068696c7 wxAppConsoleBase::ProcessPendingEvents() + 119
11  libwx_baseu-3.1.2.0.0.dylib       0x0000000106932652 wxCFEventLoop::OSXCommonModeObserverCallBack(__CFRunLoopObserver*, int, void*) + 66
12  com.apple.CoreFoundation          0x00007fff3509e02c __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
13  com.apple.CoreFoundation          0x00007fff3509df5c __CFRunLoopDoObservers + 457
14  com.apple.CoreFoundation          0x00007fff3509d4f4 __CFRunLoopRun + 884
15  com.apple.CoreFoundation          0x00007fff3509cb23 CFRunLoopRunSpecific + 466
16  com.apple.HIToolbox               0x00007fff33cbeabd RunCurrentEventLoopInMode + 292
17  com.apple.HIToolbox               0x00007fff33cbe6f4 ReceiveNextEventCommon + 359
18  com.apple.HIToolbox               0x00007fff33cbe579 _BlockUntilNextEventMatchingListInModeWithFilter + 64
19  com.apple.AppKit                  0x00007fff32309c99 _DPSNextEvent + 883
20  com.apple.AppKit                  0x00007fff323084e0 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
21  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x00000001062c99e0 wxGUIEventLoop::DoDispatchTimeout(unsigned long) + 240
22  libwx_baseu-3.1.2.0.0.dylib       0x0000000106932ae3 wxCFEventLoop::DispatchTimeout(unsigned long) + 35
23  libwx_baseu-3.1.2.0.0.dylib       0x0000000106932bbd wxCFEventLoop::OSXDoRun() + 109
24  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x00000001062c9fcd wxModalEventLoop::OSXDoRun() + 189
25  libwx_baseu-3.1.2.0.0.dylib       0x0000000106932cac wxCFEventLoop::DoRun() + 44
26  libwx_baseu-3.1.2.0.0.dylib       0x0000000106891985 wxEventLoopBase::Run() + 85
27  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x0000000106226ef9 wxDialog::ShowModal() + 105
28  libnmeaconverter_pi.dylib         0x000000010b8c3dce nmeaSendObj::ShowModal(wxWindow*) + 414
29  libnmeaconverter_pi.dylib         0x000000010b8c44c5 PreferenceDlg::OnButtonNewClick(wxCommandEvent&) + 261
30  libwx_baseu-3.1.2.0.0.dylib       0x0000000106950fcf wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 367
31  libwx_baseu-3.1.2.0.0.dylib       0x0000000106951d2a wxEvtHandler::ProcessEventLocally(wxEvent&) + 90
32  libwx_baseu-3.1.2.0.0.dylib       0x0000000106951c20 wxEvtHandler::ProcessEvent(wxEvent&) + 96
33  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x00000001063e6e42 wxWindowBase::TryAfter(wxEvent&) + 146
34  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x00000001063e6e42 wxWindowBase::TryAfter(wxEvent&) + 146
35  libwx_baseu-3.1.2.0.0.dylib       0x000000010695213c wxEvtHandler::SafelyProcessEvent(wxEvent&) + 12
36  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x000000010624431a wxButton::OSXHandleClicked(double) + 154
37  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x00000001062e9dba wxWidgetCocoaImpl::controlAction(NSView*, void*, void*) + 42
38  com.apple.AppKit                  0x00007fff3254c437 -[NSApplication(NSResponder) sendAction:to:from:] + 299
39  com.apple.AppKit                  0x00007fff3254c2d2 -[NSControl sendAction:to:] + 86
40  com.apple.AppKit                  0x00007fff3254c204 __26-[NSCell _sendActionFrom:]_block_invoke + 136
41  com.apple.AppKit                  0x00007fff3254c106 -[NSCell _sendActionFrom:] + 171
42  com.apple.AppKit                  0x00007fff3254c04d -[NSButtonCell _sendActionFrom:] + 96
43  com.apple.AppKit                  0x00007fff3254832b NSControlTrackMouse + 1745
44  com.apple.AppKit                  0x00007fff32547c32 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 130
45  com.apple.AppKit                  0x00007fff32547af1 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 691
46  com.apple.AppKit                  0x00007fff32546e6d -[NSControl mouseDown:] + 748
47  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x00000001062e7dfe wxWidgetCocoaImpl::mouseEvent(NSEvent*, NSView*, void*) + 254
48  com.apple.AppKit                  0x00007fff32545280 -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] + 4914
49  com.apple.AppKit                  0x00007fff324afa81 -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 2612
50  com.apple.AppKit                  0x00007fff324aee29 -[NSWindow(NSEventRouting) sendEvent:] + 349
51  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x00000001062d421b -[wxNSPanel sendEvent:] + 123
52  com.apple.AppKit                  0x00007fff324ad1b4 -[NSApplication(NSEvent) sendEvent:] + 352
53  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x0000000106224582 -[wxNSApplication sendEvent:] + 98
54  com.apple.AppKit                  0x00007fff3260ab0b -[NSApplication _doModalLoop:peek:] + 388
55  com.apple.AppKit                  0x00007fff3279cfac __33-[NSApplication runModalSession:]_block_invoke_2 + 69
56  com.apple.AppKit                  0x00007fff3279cf54 __33-[NSApplication runModalSession:]_block_invoke + 78
57  com.apple.AppKit                  0x00007fff32609094 _NSTryRunModal + 100
58  com.apple.AppKit                  0x00007fff3279ce4f -[NSApplication runModalSession:] + 128
59  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x00000001062c9930 wxGUIEventLoop::DoDispatchTimeout(unsigned long) + 64
60  libwx_baseu-3.1.2.0.0.dylib       0x0000000106932ae3 wxCFEventLoop::DispatchTimeout(unsigned long) + 35
61  libwx_baseu-3.1.2.0.0.dylib       0x0000000106932bbd wxCFEventLoop::OSXDoRun() + 109
62  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x00000001062c9fcd wxModalEventLoop::OSXDoRun() + 189
63  libwx_baseu-3.1.2.0.0.dylib       0x0000000106932cac wxCFEventLoop::DoRun() + 44
64  libwx_baseu-3.1.2.0.0.dylib       0x0000000106891985 wxEventLoopBase::Run() + 85
65  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x0000000106226ef9 wxDialog::ShowModal() + 105
66  libnmeaconverter_pi.dylib         0x000000010b8c15ae NmeaConverter_pi::ShowPreferencesDialog(wxWindow*) + 302
67  libwx_baseu-3.1.2.0.0.dylib       0x0000000106951f9e wxEvtHandler::SearchDynamicEventTable(wxEvent&) + 222
68  libwx_baseu-3.1.2.0.0.dylib       0x0000000106951d0b wxEvtHandler::ProcessEventLocally(wxEvent&) + 59
69  libwx_baseu-3.1.2.0.0.dylib       0x0000000106951c20 wxEvtHandler::ProcessEvent(wxEvent&) + 96
70  libwx_baseu-3.1.2.0.0.dylib       0x000000010695213c wxEvtHandler::SafelyProcessEvent(wxEvent&) + 12
71  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x000000010624431a wxButton::OSXHandleClicked(double) + 154
72  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x00000001062e9dba wxWidgetCocoaImpl::controlAction(NSView*, void*, void*) + 42
73  com.apple.AppKit                  0x00007fff3254c437 -[NSApplication(NSResponder) sendAction:to:from:] + 299
74  com.apple.AppKit                  0x00007fff3254c2d2 -[NSControl sendAction:to:] + 86
75  com.apple.AppKit                  0x00007fff3254c204 __26-[NSCell _sendActionFrom:]_block_invoke + 136
76  com.apple.AppKit                  0x00007fff3254c106 -[NSCell _sendActionFrom:] + 171
77  com.apple.AppKit                  0x00007fff3254c04d -[NSButtonCell _sendActionFrom:] + 96
78  com.apple.AppKit                  0x00007fff3254832b NSControlTrackMouse + 1745
79  com.apple.AppKit                  0x00007fff32547c32 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 130
80  com.apple.AppKit                  0x00007fff32547af1 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 691
81  com.apple.AppKit                  0x00007fff32546e6d -[NSControl mouseDown:] + 748
82  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x00000001062e7dfe wxWidgetCocoaImpl::mouseEvent(NSEvent*, NSView*, void*) + 254
83  com.apple.AppKit                  0x00007fff32545280 -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] + 4914
84  com.apple.AppKit                  0x00007fff324afa81 -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 2612
85  com.apple.AppKit                  0x00007fff324aee29 -[NSWindow(NSEventRouting) sendEvent:] + 349
86  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x00000001062d421b -[wxNSPanel sendEvent:] + 123
87  com.apple.AppKit                  0x00007fff324ad1b4 -[NSApplication(NSEvent) sendEvent:] + 352
88  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x0000000106224582 -[wxNSApplication sendEvent:] + 98
89  com.apple.AppKit                  0x00007fff3260ab0b -[NSApplication _doModalLoop:peek:] + 388
90  com.apple.AppKit                  0x00007fff3279cfac __33-[NSApplication runModalSession:]_block_invoke_2 + 69
91  com.apple.AppKit                  0x00007fff3279cf54 __33-[NSApplication runModalSession:]_block_invoke + 78
92  com.apple.AppKit                  0x00007fff32609094 _NSTryRunModal + 100
93  com.apple.AppKit                  0x00007fff3279ce4f -[NSApplication runModalSession:] + 128
94  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x00000001062c9930 wxGUIEventLoop::DoDispatchTimeout(unsigned long) + 64
95  libwx_baseu-3.1.2.0.0.dylib       0x0000000106932ae3 wxCFEventLoop::DispatchTimeout(unsigned long) + 35
96  libwx_baseu-3.1.2.0.0.dylib       0x0000000106932bbd wxCFEventLoop::OSXDoRun() + 109
97  libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x00000001062c9fcd wxModalEventLoop::OSXDoRun() + 189
98  libwx_baseu-3.1.2.0.0.dylib       0x0000000106932cac wxCFEventLoop::DoRun() + 44
99  libwx_baseu-3.1.2.0.0.dylib       0x0000000106891985 wxEventLoopBase::Run() + 85
100 libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x0000000106226ef9 wxDialog::ShowModal() + 105
101 org.opencpn                       0x00000001053a8ffa MyFrame::DoOptionsDialog() + 1994
102 org.opencpn                       0x00000001053a4bbb MyFrame::DoSettings() + 27
103 libwx_baseu-3.1.2.0.0.dylib       0x0000000106950fcf wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 367
104 libwx_baseu-3.1.2.0.0.dylib       0x0000000106951c7a wxEvtHandler::ProcessEvent(wxEvent&) + 186
105 libwx_baseu-3.1.2.0.0.dylib       0x0000000106951d61 wxEvtHandler::ProcessEventLocally(wxEvent&) + 145
106 libwx_baseu-3.1.2.0.0.dylib       0x0000000106951c20 wxEvtHandler::ProcessEvent(wxEvent&) + 96
107 libwx_baseu-3.1.2.0.0.dylib       0x0000000106951a93 wxEvtHandler::ProcessPendingEvents() + 243
108 libwx_baseu-3.1.2.0.0.dylib       0x00000001068696c7 wxAppConsoleBase::ProcessPendingEvents() + 119
109 libwx_baseu-3.1.2.0.0.dylib       0x0000000106932652 wxCFEventLoop::OSXCommonModeObserverCallBack(__CFRunLoopObserver*, int, void*) + 66
110 com.apple.CoreFoundation          0x00007fff3509e02c __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
111 com.apple.CoreFoundation          0x00007fff3509df5c __CFRunLoopDoObservers + 457
112 com.apple.CoreFoundation          0x00007fff3509d4f4 __CFRunLoopRun + 884
113 com.apple.CoreFoundation          0x00007fff3509cb23 CFRunLoopRunSpecific + 466
114 com.apple.HIToolbox               0x00007fff33cbeabd RunCurrentEventLoopInMode + 292
115 com.apple.HIToolbox               0x00007fff33cbe6f4 ReceiveNextEventCommon + 359
116 com.apple.HIToolbox               0x00007fff33cbe579 _BlockUntilNextEventMatchingListInModeWithFilter + 64
117 com.apple.AppKit                  0x00007fff32309c99 _DPSNextEvent + 883
118 com.apple.AppKit                  0x00007fff323084e0 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
119 com.apple.AppKit                  0x00007fff322fa1ee -[NSApplication run] + 658
120 libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x00000001062c9b5e wxGUIEventLoop::OSXDoRun() + 174
121 libwx_baseu-3.1.2.0.0.dylib       0x0000000106932cac wxCFEventLoop::DoRun() + 44
122 libwx_baseu-3.1.2.0.0.dylib       0x0000000106891985 wxEventLoopBase::Run() + 85
123 libwx_baseu-3.1.2.0.0.dylib       0x0000000106868f14 wxAppConsoleBase::MainLoop() + 116
124 libwx_osx_cocoau_core-3.1.2.0.0.dylib    0x000000010626805a wxApp::OnRun() + 26
125 libwx_baseu-3.1.2.0.0.dylib       0x00000001068c0f98 wxEntry(int&, wchar_t**) + 56
126 org.opencpn                       0x00000001053820e4 main + 20
127 libdyld.dylib                     0x00007fff6f098cc9 start + 1
bcn is offline   Reply With Quote
Old 18-04-2020, 13:10   #289
Registered User

Join Date: May 2012
Posts: 1,226
Re: New Plugin NmeaConvertor

bcn ...

I was installing on the 5.0.1 dmg from opencpn.org. Wonder if someone can do a test with that?

Mike
Rasbats is offline   Reply With Quote
Old 18-04-2020, 13:19   #290
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,806
Re: New Plugin NmeaConvertor

Tested on 5.0.1 now with the same crash.


Hubert
bcn is offline   Reply With Quote
Old 18-04-2020, 14:11   #291
Registered User

Join Date: May 2012
Posts: 1,226
Re: New Plugin NmeaConvertor

Thanks for the test Hubert. To be continued.
Mike
Rasbats is offline   Reply With Quote
Old 19-04-2020, 01:12   #292
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,547
Re: New Plugin NmeaConvertor

Same crash here and no icons for this plugin to be seen.
CarCode is offline   Reply With Quote
Old 19-04-2020, 03:20   #293
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,806
Re: New Plugin NmeaConvertor

Mike,


fine now!
Attached Thumbnails
Click image for larger version

Name:	Captura de pantalla 2020-04-19 a las 12.18.14.png
Views:	48
Size:	171.1 KB
ID:	213194   Click image for larger version

Name:	Captura de pantalla 2020-04-19 a las 12.17.38.png
Views:	56
Size:	123.0 KB
ID:	213195  

bcn is offline   Reply With Quote
Old 19-04-2020, 03:31   #294
Registered User

Join Date: May 2012
Posts: 1,226
Re: New Plugin NmeaConvertor

Thanks Hubert ... yes the installer on GitHub was updated.

CarCode ... hope this update works for you.

Mike
Rasbats is offline   Reply With Quote
Old 19-04-2020, 03:34   #295
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,806
Re: New Plugin NmeaConvertor

Ps.: there is no icon. Works from the preferences button of the plug-in.
Options|Plug-ins|NMEAConvertor --> Preferences


https://opencpn.org/wiki/dokuwiki/do...nmea_converter
bcn is offline   Reply With Quote
Old 19-04-2020, 03:49   #296
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,765
Images: 2
Re: New Plugin NmeaConvertor

Hubert I added that note. Thanks.
rgleason is offline   Reply With Quote
Old 19-04-2020, 04:47   #297
Registered User

Join Date: May 2012
Posts: 1,226
Re: New Plugin NmeaConvertor

There was never an icon for this plugin.

RooieDirk ... Do you want to suggest an icon? I could add this to my fork of your plugin.

Mike
Rasbats is offline   Reply With Quote
Old 19-04-2020, 06:20   #298
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,806
Re: New Plugin NmeaConvertor

Quote:
Originally Posted by Rasbats View Post
There was never an icon for this plugin.

RooieDirk ... Do you want to suggest an icon? I could add this to my fork of your plugin.

Mike

The icon would then just replicate the function of the preferences, giving access directly to the input window?
bcn is offline   Reply With Quote
Old 19-04-2020, 09:33   #299
Registered User

Join Date: May 2012
Posts: 1,226
Re: New Plugin NmeaConvertor

Icon ...

Have been helping with TwoCan, which also works directly from 'Preferences'. This has an icon in the list of plugins, which I think is useful for identification. You still start the plugin with 'Apply', 'Ok' buttons in a 'Preferences' dialog.

I don't like this way of working but I can see that it reduces the number of dialogs. It does not easily lend itself to working with wxFormBuilder.

Mike
Rasbats is offline   Reply With Quote
Old 19-04-2020, 22:29   #300
Registered User

Join Date: Sep 2013
Location: Auckland
Boat: Logan 33
Posts: 193
Re: New Plugin NmeaConvertor

works for me now with MacOS 10.11.6 , OpenCPN 5.0.1
Many, many thanks to whoever got the compile done.

I can now have a play during this lockdown (NZ just extended for 7 days), trying to find out why, exactly, iSailor's AP output is not recognised by a Raymarine ST5000+ (probably NMEA version 2) and what can be done with OpenCPN to fix it!
Cheers
Dave
daveNZ is offline   Reply With Quote
Reply

Tags
nmea, plug


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
Calculator_pi New Finished Plugin for OpenCPN SaltyPaws OpenCPN 136 28-12-2022 07:19
New IAC Fleetcode Plugin for OpenCPN CBorchardt OpenCPN 77 23-04-2019 05:40
New Plugin Development on Linux globalkeith OpenCPN 5 03-05-2012 07:16
New History Plugin for OpenCPN seandepagnier OpenCPN 11 04-10-2010 14:11

Advertise Here


All times are GMT -7. The time now is 21: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.