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-02-2017, 06:59   #46
Registered User

Join Date: Jun 2010
Location: St. Petersburg, Florida
Boat: Gemini 3200
Posts: 983
Re: OpenCPN Beta Version 4.5.213

Quote:
Originally Posted by rgleason View Post
Perhaps I should just go back to v 4.5.213 instead. It might be easier.
But do not find v 4.5.213, do find v4.5.212
Things are a little confusing. The beta download page has 4.5.213 for Windows. But for Ubuntu the current version is 4.5.215. The major difference I noted is text for ENCs is back without requiring OpenGL, but it looks awful. Everything appears to be boldface.

The busy pointer problem with Ubuntu is better, but not completely fixed. The loss of focus remains a problem.

Fabbian
fgd3 is offline   Reply With Quote
Old 17-02-2017, 08:12   #47
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,463
Re: OpenCPN Beta Version 4.5.213

Fabbian...

The ppa for linux Betas is updated more frequently as we do private alpha testing on some features. Rest assured that the ppa has the latest code snapshot, but might not be identical to the "official" Beta release under test.

Your issues:

1. Screen shot on non-GL ENC text would be helpful.
2. Tell me more about the busy pointer on ENC dusplay. How to induce, what conditions. GL? Also on Raster charts?
3. Loss of focus on Ubuntu desktop is a problem without known solution today. Will continue to fuss with it, but really the issue seems to be in the way that the Unity desktop works.

Thanks
Dave
bdbcat is offline   Reply With Quote
Old 17-02-2017, 09:05   #48
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,546
Re: OpenCPN Beta Version 4.5.213

You should not do testing only with your private linux but also for other OS.
This code in lines 652-658 in navutil.cpp does not work e.g. for macOS:

Code:
    Read( _T ( "iENCToolbarX"), &g_iENCToolbarPosX, -1 );
    Read( _T ( "iENCToolbarY"), &g_iENCToolbarPosY, -1 );
    
    Read( _T ( "iENCToolbarX"), &g_iENCToolbarPosX, -1 );
    Read( _T ( "iENCToolbarY"), &g_iENCToolbarPosY, -1 );
There are many other examples as well...

Gerhard
CarCode is offline   Reply With Quote
Old 17-02-2017, 11:14   #49
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,796
Re: OpenCPN Beta Version 4.5.213

Gerhard..

so list them
bcn is offline   Reply With Quote
Old 17-02-2017, 11:18   #50
Registered User

Join Date: Jun 2010
Location: St. Petersburg, Florida
Boat: Gemini 3200
Posts: 983
Re: OpenCPN Beta Version 4.5.213

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

The ppa for linux Betas is updated more frequently as we do private alpha testing on some features. Rest assured that the ppa has the latest code snapshot, but might not be identical to the "official" Beta release under test.
OK. That's not a problem. It's just the first time I've seen a divergence in version numbers with different operating systems.

Quote:
Originally Posted by bdbcat View Post
Your issues:

1. Screen shot on non-GL ENC text would be helpful.
I'll get one to you soon. I'm on my Windows computer right now and don't have 4.5.215 for Windows. I don't know if it's a problem with the version or just with the Linux implementation of the version.

Quote:
Originally Posted by bdbcat View Post
2. Tell me more about the busy pointer on ENC dusplay. How to induce, what conditions. GL? Also on Raster charts?
The busy pointer issue is Linux only, not Windows. This usually works to induce it. I start OpenCPN with an RNC in the display and OpenGL switched off. When I select an ENC from the "piano bar" the pointer changes from an arrow to a spinning disk. Once the busy pointer appears nothing will make it go away but terminating OpenCPN and restarting it. The program functions fine with the busy pointer--I can click on things and get a proper response, but I'm stuck with the busy pointer until I restart. The problem doesn't appear as long as I stick to RNCs.

I have two computers running Ubuntu 14.04. Both are 64-bit machines. The busy pointer appears quite reliably on one, rarely on the other. The one that has the busy pointer problem is a Toshiba with an "AMD Athlon II P340 Dual-Core Processor x 2" with "Gallium 0.4 on AMD RS880" graphics. The other is a Compaq with an "Intel Pentium Dual CPU T2330 @1.60 GHz x 2" and "Intel 965GM" graphics.

Quote:
Originally Posted by bdbcat View Post
3. Loss of focus on Ubuntu desktop is a problem without known solution today. Will continue to fuss with it, but really the issue seems to be in the way that the Unity desktop works.
I understand. You've fixed some instances of it in the past so I thought you knew the solution but simply hadn't gotten around to identifying every place it occurs.

Fabbian
fgd3 is offline   Reply With Quote
Old 17-02-2017, 11:55   #51
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,546
Re: OpenCPN Beta Version 4.5.213

Quote:
Originally Posted by bcn View Post
Gerhard..

so list them
Hubert,

simply read the code and you will see...

E.g. still wrong attributs are used for sizers, still dead variables initialized, mismatching of datatypes, still dead code never jumped to, use of null pointers and dereference of null pointers, potential memory leaks and so on, and so on.

Gerhard
CarCode is offline   Reply With Quote
Old 17-02-2017, 11:59   #52
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,796
Re: OpenCPN Beta Version 4.5.213

You have read the code, corrected it for you - I suppose - and now what?
Not very practical.
bcn is offline   Reply With Quote
Old 17-02-2017, 13:44   #53
Registered User

Join Date: Jun 2010
Location: St. Petersburg, Florida
Boat: Gemini 3200
Posts: 983
Re: OpenCPN Beta Version 4.5.213

I've attached two screenshots, one showing the text on ENCs with OpenGL off, the other with OpenGL on. With OpenGL on the text looks normal. With OpenGL off everything is darker and heavier, as if it had been set in boldface.

Fabbian
Attached Thumbnails
Click image for larger version

Name:	OpenGL-off.png
Views:	99
Size:	185.7 KB
ID:	141477   Click image for larger version

Name:	OpenGL-on.png
Views:	90
Size:	202.6 KB
ID:	141478  

fgd3 is offline   Reply With Quote
Old 18-02-2017, 02:10   #54
Registered User

Join Date: Feb 2017
Location: Cairns Australia Qld
Boat: Catalina 36 MKI 36 Feet
Posts: 3
Re: OpenCPN Beta Version 4.5.213

I have problems with some of my kap charts. Out of 40 charts 6 are not visible since version 4.5.213 Ubuntu 16.04 and Window 10. But they show in the Chart Bar. Everything was working well in all versions before,including version 4.5.204 and the android version. Surprisingly if I disable Chart Quilting all the charts are visible.
I am happy to send the charts concerned. All the charts are made with the same programs and at the same time
and they are working well since some 5 years.
Below pics from version 4.5.204 and 4.5.213

Click image for larger version

Name:	OpenCPN 4.5.215_003.jpg
Views:	84
Size:	189.1 KB
ID:	141495

Click image for larger version

Name:	OpenCPN 4.5.204_003.jpg
Views:	86
Size:	175.1 KB
ID:	141496
Cheers Erich
Erich Jung is offline   Reply With Quote
Old 18-02-2017, 06:45   #55
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,463
Re: OpenCPN Beta Version 4.5.213

Eric...

Please post, or send me the charts, and I'll track it down.

opencpn (at) bigdumboat.com


Thanks
Dave
bdbcat is offline   Reply With Quote
Old 18-02-2017, 09:47   #56
Registered User
 
hasse_A's Avatar

Join Date: Feb 2013
Location: Tyrell Bay,Carriacou
Boat: Allegro 33
Posts: 560
Re: OpenCPN Beta Version 4.5.213

We end up in the exact same place with assertion failure.
Something is obviously wrong with the latest branch.

Maybe something for Dave to look at.

/Hans
hasse_A is offline   Reply With Quote
Old 18-02-2017, 10:21   #57
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,463
Re: OpenCPN Beta Version 4.5.213

Hans...

Which assertion failure is that? In Release or Debug mode?

Thanks
Dave
bdbcat is offline   Reply With Quote
Old 18-02-2017, 10:28   #58
Registered User
 
hasse_A's Avatar

Join Date: Feb 2013
Location: Tyrell Bay,Carriacou
Boat: Allegro 33
Posts: 560
Re: OpenCPN Beta Version 4.5.213

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

Which assertion failure is that? In Release or Debug mode?

Thanks
Dave
Sorry Dave, didn't see all post since Ricks post.
I was referring to his last post 44.

It's Debug mode inside VS 2013.

Se post 521 here:
http://www.cruisersforum.com/forums/...-87680-35.html

/Hans
hasse_A is offline   Reply With Quote
Old 18-02-2017, 12:05   #59
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,714
Images: 2
Re: OpenCPN Beta Version 4.5.213

Thanks Hans. Dave, assertion is in Debug mode only.

Some screenshots for you. Same as Hans.
Attached Thumbnails
Click image for larger version

Name:	Screenshot (38).jpg
Views:	70
Size:	184.8 KB
ID:	141525   Click image for larger version

Name:	Screenshot (39).jpg
Views:	72
Size:	424.8 KB
ID:	141526  

rgleason is offline   Reply With Quote
Old 18-02-2017, 12:25   #60
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,463
Re: OpenCPN Beta Version 4.5.213

Fabbian...

re:
"The busy pointer issue is Linux only, not Windows."

When the busy pointer problem appears, is it associated with building an ENC SENC, or are all SENCs already built? In other words, when you switch to a vector ENC by Piano bar, does it immediately switch, leaving an orphan busy pointer?

Thanks
Dave
bdbcat is offline   Reply With Quote
Reply

Tags
enc, opencpn


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 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
OpenCPN Version 2.1.0 Beta bdbcat OpenCPN 1045 25-06-2010 10:09
OpenCPN Version 1.3.5 Beta Technical bdbcat OpenCPN 544 24-03-2010 10:34

Advertise Here


All times are GMT -7. The time now is 21:46.


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.