Cruisers Forum
 


Showing results 1 to 25 of 25
Search took 0.00 seconds.
Search: Posts Made By: Hakan
Forum: OpenCPN 29-10-2017, 12:29
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

Gerhard..
Nice and handy document not least for my very basic knowledge. Thanks for the link.
Håkan
Forum: OpenCPN 28-10-2017, 10:06
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

TDan..
You may be correct but with recent O build the blacklist message is now shown correct if I run it using the "bad" plugin directory.
Håkan
Forum: OpenCPN 27-10-2017, 09:15
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

TDan..
Now we may got verified why your fix was working. The fix in this commit by Shawn Dooley https://github.com/OpenCPN/OpenCPN/pull/904/files#diff-0 was in your "pluginDebug as well. :)
Håkan
Forum: OpenCPN 22-10-2017, 12:38
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

TDan
Agreed. One do have to know why things are working.
But you did some more minor things than the try-catch part. Some commands where moved but I haven't yet run a diff to find all changes. ...
Forum: OpenCPN 21-10-2017, 10:23
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

TDan..
OK - the built from your plugindebug works fine also for my friend. Issue solved?
So, what's your plan to make a PR? What's the actual changes to make the dialog in front? Is the try-catch...
Forum: OpenCPN 19-10-2017, 23:31
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

TDan.
Very nice you happen to capture that. I've tried to reproduce the same but couldn't. No miniature is shown.
I've asked the user to test your O version. I'll revert.
Håkan
Forum: OpenCPN 19-10-2017, 12:40
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

TDan..
If nothing else is coming up I'll tomorrow transfer a O-installer from your latest "plugindebug" to my friend and let him test on the original plugin folders we've now tried.
Håkan
Forum: OpenCPN 19-10-2017, 12:12
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

TDan..
Very good catch indeed!! It's amazing how a "simple" failure can create a lot of work and frustration.
I've run your last commit from "plugindebug" and the dialog box is in front and...
Forum: OpenCPN 19-10-2017, 00:40
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

TDan, Dave...
Here's a link to the plugins folder causing freeze and a blank plugins tab for my friend. https://www.dropbox.com/s/v05f3xdrivr4jip/Ove%20-%20plugins.zip?dl=1
I've used it on Tdan's...
Forum: OpenCPN 13-10-2017, 23:04
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

To tell the user that something is wrong and point to a cause is exactly what we need here, I suppose. This kind of failure is really not common and most probably a result of a more or less...
Forum: OpenCPN 13-10-2017, 14:09
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

TDan..
And I've tried to load an outdated plugin and the black list procedure is still working and messaging as it should. :flowers:
Håkan
Forum: OpenCPN 13-10-2017, 13:40
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

TDan..
Splendid! I've built and run it wo problem for a "normal" O setup.
I'll see if I can make a fake dll to make further tests. And of course test when we get hands on a fake library.

The...
Forum: OpenCPN 13-10-2017, 00:50
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

Very well! I'll try to catch the files and come back here with a link.

This community is indeed great.
Thanks
Håkan
Forum: OpenCPN 12-10-2017, 14:48
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

TDan..
Thanks, good explanations and your work here is appreciated.
The blacklist procedure is well known and functional. Also is it messaging the user what's wrong. That procedure is working fine...
Forum: OpenCPN 12-10-2017, 00:11
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

Dave..TDan..
Ok, thanks for the subdir. explanation. Convinced.

My test\oeSENC failure seems to be a occasional scenario. It's not repeatable. And I'm sorry I've no access to a repeatable failure...
Forum: OpenCPN 11-10-2017, 09:50
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

Sorry to be obstinate but why search in subdirectories in Windows? What plugins would be stored there?
Forum: OpenCPN 11-10-2017, 08:27
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

TDan..
OK I can agree it may not be the final solution but still:
1)
Why are we searching in plugins subdirectories in Windows run time, not debug? I thought all dll's are expected to be found in...
Forum: OpenCPN 11-10-2017, 01:22
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

TDan..Dave..

I tested this patch and then it works fine:
@@ -388,9 +388,9 @@ bool PlugInManager::LoadAllPlugIns(const wxString &plugin_dir, bool load_enabled

int get_flags = ...
Forum: OpenCPN 11-10-2017, 00:49
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

TDan..
Very good! I think we have trace to solve this issue! I've got my O to freeze and show a blank options-plugins-tab. Let's see if I can explain:

Using your "Shall we load plugin file......"...
Forum: OpenCPN 10-10-2017, 23:30
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

Robin3..
Don't be sorry. Thanks for you post and reporting. I am using the thread to try to trace the failure you, me and others have found. The simple solution, to delete the whole program folder,...
Forum: OpenCPN 10-10-2017, 14:30
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

TDan..
Is that so? OK I'll make live test with your debug patch tomorrow. Just a therapy until I've the actual PC available. :)
I'll come back if there are any varning (= Swedish for warning...
Forum: OpenCPN 10-10-2017, 12:24
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

No. Not at all, Good point!
But does "m_plugin_location" really include subdirectories?
Håkan
Forum: OpenCPN 10-10-2017, 09:47
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

Sneak.... O freezes. I've to force it down from Windows.
I can try a new config. No problem. But there are no other plugin dll's, see shot below.
I will of course try TDan's debug patch. But in...
Forum: OpenCPN 09-10-2017, 13:00
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

Robin3..
Glad you fixed it and thanks for the report.
Dave, t-dan..
For further tests we now have on machine left, my fellow user's. He's on vacation but he would be back any day. Should I ask him...
Forum: OpenCPN 09-10-2017, 11:06
Replies: 96
Views: 8,658
Posted By Hakan
Re: plug ins not showing in 4.80, one one laptop, work on another?

Dave..
This is the third report for the same issue I suppose.
The others are mentioned here: https://www.cruisersforum.com/forums/f134/help-faq-30943-87.html#post2493917
t-dan made a debug trial to...
Showing results 1 to 25 of 25

 
Forum Jump


All times are GMT -7. The time now is 02:01.


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.