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 10-02-2018, 20:34   #46
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,395
Re: OpenCPN Version 4.8.2 Released

cagney...

I confirm the cm93/GRIB area selection bug. Seems to be a linux only, OpenGL problem. Trivial to reproduce.

Anyone else on linux seeing this?

Thanks
Dave
bdbcat is offline   Reply With Quote
Old 10-02-2018, 20:38   #47
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,395
Re: OpenCPN Version 4.8.2 Released

Moo...

On the GRIB server sentence:

send GFS:37S,47S,161E,175W|0.25,0.25|0,6,12..120|= WIND,PRESS,APCP

What is actually required here if done manually as split line?

Thanks
Dave
bdbcat is offline   Reply With Quote
Old 10-02-2018, 21:04   #48
Moo
Registered User

Join Date: Mar 2017
Posts: 804
Re: OpenCPN Version 4.8.2 Released

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

On the GRIB server sentence:

send GFS:37S,47S,161E,175W|0.25,0.25|0,6,12..120|= WIND,PRESS,APCP

What is actually required here if done manually as split line?

Thanks
Dave
It should look like this

Code:
send GFS:37S,47S,161E,175W|0.25,0.25|0,6,12..120|=
WIND,PRESS,APCP
But the string sent to the mailer is

Code:
send GFS:37S,47S,161E,175W|0.25,0.25|0,6,12..120|= WIND,PRESS,APCP
The CR LF gets lost and a space is substituted. Saildocs then craps out when it encounters the space which it sees as a field delimiter.

I presume that it is an ASCII/UTF coding issue but I'm a bit rusty on that stuff as it's been years since I coded anything at all let alone character coding.
Moo is offline   Reply With Quote
Old 11-02-2018, 00:09   #49
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,139
Re: OpenCPN Version 4.8.2 Released

Dave.. moo..
For info on Win10:
This is what's produced by grib_pi and sent to saildocs by Thunderbird:
Quote:
sub GFS:61N,6N,81W,25E|0.25,0.25|0,6,12..168|=
WIND,PRESS,APCP,HTSGW,WVPER,WVDIR days=15
Examine the text in Notepad++, see shot:

Moo, maybe your mail pgm is editing the text?

Håkan
Attached Thumbnails
Click image for larger version

Name:	grib.PNG
Views:	77
Size:	4.0 KB
ID:	163859  
Hakan is offline   Reply With Quote
Old 11-02-2018, 01:43   #50
Moo
Registered User

Join Date: Mar 2017
Posts: 804
Re: OpenCPN Version 4.8.2 Released

Quote:
Originally Posted by Hakan View Post
Dave.. moo..
For info on Win10:
This is what's produced by grib_pi and sent to saildocs by Thunderbird:
Examine the text in Notepad++, see shot:

Moo, maybe your mail pgm is editing the text?

Håkan
It could be the email or it could be something in between. I don't know. I'll see if I can change my default client and see what happens.

Here are the two strings. One cut from the plugin's window and the other cut from the mail client.
Attached Thumbnails
Click image for larger version

Name:	comparison.JPG
Views:	81
Size:	33.6 KB
ID:	163860  
Moo is offline   Reply With Quote
Old 11-02-2018, 01:57   #51
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,139
Re: OpenCPN Version 4.8.2 Released

moo..
Seems rather obvious the mail pgm has exchanged the CRLF by a white space?
Håkan
Hakan is offline   Reply With Quote
Old 11-02-2018, 02:01   #52
Registered User

Join Date: Oct 2014
Location: Netherlands
Boat: Halmatic 30
Posts: 1,103
Re: OpenCPN Version 4.8.2 Released

Quote:
Originally Posted by Hakan View Post
moo..
Seems rather obvious the mail pgm has exchanged the CRLF by a white space?
Håkan
Install Zygrib. does all the work to get the right Gribs for your area.

Bram
verkerkbr is offline   Reply With Quote
Old 11-02-2018, 02:25   #53
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 2,982
Re: OpenCPN Version 4.8.2 Released

Hello All
Quote:
Originally Posted by bdbcat View Post
cagney...
I confirm the cm93/GRIB area selection bug. Seems to be a linux only, OpenGL problem. Trivial to reproduce.
Anyone else on linux seeing this?
....Dave
Actually, on my old netbook ASUS 1001HA, under Linux ubuntu, tests this morning does not show me at all this situation. No local gray zone. I just trace the red frame. In the red frame, things are like on the rest of the screen. I send thunderbird opens and everything is fine.

BUT

Since several versions of openCPN, and with O482 too, often, the machine seems to be seized, the screen becomes completely gray, there is a certain time during which, I can not do anything in OpenCPN, then, everything becomes normal again.

On the other hand, certainly, during this kind of phenomenon, I can do other things. for example, I can send an email or watch firefox ...

See the screenshot, which shows in the background, just on the right, this phenomenon, while, to the first, on the left, I send quietly with thunderbird the mail for saildocs for example.

BUT:

Other test.

The screen becomes entirely gray if I select an area to request a grib. After that, I can do anything I want but if I do not send the mail, then the screen remains gray permanently.

I could change the group of cards, for example, switch to oeSENC, they are displayed normally. Returning to CM93, the screen is still gray.

That being said, gray screen phenomena that come back to normal happen in other situations, without me being able to understand why. I always thought that it was due to the age of the PC that heats a lot.

Finally, I had an OpenCPN crash. And the screen offers me to let go of a report what I did.
Attached Thumbnails
Click image for larger version

Name:	Capture du 2018-02-11_Gray-screen.png
Views:	91
Size:	88.4 KB
ID:	163861  
Gilletarom is offline   Reply With Quote
Old 11-02-2018, 04:52   #54
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: OpenCPN Version 4.8.2 Released

Quote:
Originally Posted by Hakan View Post
Dave.. moo..
For info on Win10:
This is what's produced by grib_pi and sent to saildocs by Thunderbird:
Examine the text in Notepad++, see shot:

Moo, maybe your mail pgm is editing the text?

Håkan
I think you are right, I had a similar problem with gMail, and sorted it out by changing to Thunderbird. The point is though, it used to work with gmail so something changed, gmail or O from 4.8.0 ? (not sure). I did not follow up on this as I seemed to be the only one with a problem, at the time.

Thomas
cagney is offline   Reply With Quote
Old 11-02-2018, 05:34   #55
Registered User

Join Date: Mar 2017
Location: Brittany, France
Boat: First 18
Posts: 323
Re: OpenCPN Version 4.8.2 Released

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

I confirm the cm93/GRIB area selection bug. Seems to be a linux only, OpenGL problem. Trivial to reproduce.

Anyone else on linux seeing this?

Thanks
Dave
Yes, I see that too.
stelian is offline   Reply With Quote
Old 11-02-2018, 05:49   #56
Marine Service Provider

Join Date: May 2013
Location: Norway
Posts: 719
Re: OpenCPN Version 4.8.2 Released

I see the same - Xubuntu 16.04 x64. also, when selecting GRIB area when there is a photo overlay chaer, the selection box is not visible after selecting the GRIB area.
Quote:
Originally Posted by bdbcat View Post
cagney...

I confirm the cm93/GRIB area selection bug. Seems to be a linux only, OpenGL problem. Trivial to reproduce.

Anyone else on linux seeing this?

Thanks
Dave
petter5 is offline   Reply With Quote
Old 11-02-2018, 07:10   #57
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: OpenCPN Version 4.8.2 Released

So the 4.8.2 is released, but we still have not told users that upgrade from 4.8.0 what's new in this release. Under News in opencpn.org there is a link to what's new, but this leads to the official release statement. The link needs to be to a page similar to what we have had on earlier releases, a page that describes the changes that the normal user needs to know about, including some pictures.

Thomas
cagney is offline   Reply With Quote
Old 11-02-2018, 08:26   #58
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,395
Re: OpenCPN Version 4.8.2 Released

cagney...

Create the text and graphics, and we'll create the page and post it.

How's that?

Dave
bdbcat is offline   Reply With Quote
Old 11-02-2018, 08:41   #59
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: OpenCPN Version 4.8.2 Released

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

Create the text and graphics, and we'll create the page and post it.

How's that?

Dave
That's fine. I'll mail you within a few days.
Thomas
cagney is offline   Reply With Quote
Old 11-02-2018, 09:52   #60
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,395
Re: OpenCPN Version 4.8.2 Released

cagney...

OK, thanks for stepping up.
We'll watch for it.

Dave
bdbcat 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 Beta Version 3.1.814 Released bdbcat OpenCPN 185 14-09-2012 07:43
OpenCPN Beta Version 3.1.802 Released bdbcat OpenCPN 158 14-08-2012 10:07
OpenCPN Beta Version 3.1.714 Released bdbcat OpenCPN 91 01-08-2012 17:08

Advertise Here


All times are GMT -7. The time now is 18:58.


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.