Cruisers Forum
 

Go Back   Cruisers & Sailing Forums > Seamanship, Navigation & Boat Handling > OpenCPN
Cruiser Wiki Click Here to Login
Register Vendors FAQ Community Calendar Today's Posts Log in

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-11-2014, 05:40   #166
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,468
Re: OpenCPN Beta Version 3.3.2316 Released

Håkan...

This is a bug in ATI OpenGL drivers. glGenerateMipmaps for ATI drivers is a chronic problem.

To continue testing, disable the entire fog_it clause:

if(0){ //if(fog_it){
.
.
.
}

Dave
bdbcat is offline   Reply With Quote
Old 29-11-2014, 05:53   #167
bcn
Registered User

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

Dave,

noticed that the color for MMSI backed-up AIS targets has gotten a bit more yellowish now (latest build).
Any special reason?
Attached Thumbnails
Click image for larger version

Name:	MMSI-backed-up-color-2.png
Views:	149
Size:	35.5 KB
ID:	92513  
bcn is offline   Reply With Quote
Old 29-11-2014, 05:59   #168
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,248
Re: OpenCPN Beta Version 3.3.2316 Released

Quote:
Originally Posted by bdbcat View Post
Håkan...

This is a bug in ATI OpenGL drivers. glGenerateMipmaps for ATI drivers is a chronic problem.

To continue testing, disable the entire fog_it clause:...
Dave
Ok, thanks. But strange that the fogging was working a week ago?

Thanks for the tip, but disabling is not a problem, it's just to set FogOnOverzoom=0 in config.
Håkan
Hakan is offline   Reply With Quote
Old 29-11-2014, 07:21   #169
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,468
Re: OpenCPN Beta Version 3.3.2316 Released

Hubert...

We shifted to 0xAAFF00 for the name-cached target color, on someones recommendation.

Is this color OK?

Dave
bdbcat is offline   Reply With Quote
Old 29-11-2014, 07:31   #170
bcn
Registered User

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

Dave...

different and one has to got used to it.

When there are targets with different status one next to other it's obvious (as before) - but I have yet to see the situation of an isolated target (backed-up) in order to have a look if it is intuitive...
In the day/dusk/night setting one can distinguish the three colors.

Looks ok.

Hubert
bcn is offline   Reply With Quote
Old 29-11-2014, 07:41   #171
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,468
Re: OpenCPN Beta Version 3.3.2316 Released

Håkan

I have pushed to github a workaround for ATI/Radeon graphics cards on the overzoom fog/blur crash.

Will you please test with your card, setting FogOnOverzoom=1 in config?
I wonder about performance in the overzoom situation....

Thanks
Dave
bdbcat is offline   Reply With Quote
Old 29-11-2014, 08:17   #172
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,248
Re: OpenCPN Beta Version 3.3.2316 Released

Quote:
Originally Posted by bdbcat View Post
Håkan

I have pushed to github a workaround for ATI/Radeon graphics cards on the overzoom fog/blur crash.

Will you please test with your card, setting FogOnOverzoom=1 in config?
I wonder about performance in the overzoom situation....

Thanks
Dave
Dave..
Well, in debug it was again a break although not the same:
First: See attached pic.

End then upon "Retry"
Code:
In dbgheap.c : 1376
else
                {
                    _RPT3(_CRT_ERROR, "HEAP CORRUPTION DETECTED: after %hs block (#%d) at 0x%p.\n"
                        "CRT detected that the application wrote to memory after end of heap buffer.\n",
                        szBlockUseName[_BLOCK_TYPE(pHead->nBlockUse)],
                        pHead->lRequest,
                        (BYTE *) pbData(pHead));
                }
More ideas I can test? It's my pleasure.
Håkan
Attached Thumbnails
Click image for larger version

Name:	Debug.jpg
Views:	143
Size:	67.3 KB
ID:	92518  
Hakan is offline   Reply With Quote
Old 29-11-2014, 09:07   #173
bcn
Registered User

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

The AIS targets side by side day/dawn/night
Attached Thumbnails
Click image for larger version

Name:	MMSI-back-upded-color-3.png
Views:	166
Size:	26.4 KB
ID:	92522   Click image for larger version

Name:	MMSI-back-upded-color-4.png
Views:	121
Size:	18.4 KB
ID:	92523  

Click image for larger version

Name:	MMSI-back-upded-color-5.png
Views:	117
Size:	19.5 KB
ID:	92524  
bcn is offline   Reply With Quote
Old 29-11-2014, 09:22   #174
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,468
Re: OpenCPN Beta Version 3.3.2316 Released

Håkan ...

OK, I adjusted the overzoom effect again for cases where the OpenGL driver has trouble blurring.

I reverted to "fogging" instead of "blurring" for ATI graphics cards.
"Blurring" for ATI cards is just too slow...

Try the latest commit, please.

Thanks
Dave
bdbcat is offline   Reply With Quote
Old 29-11-2014, 09:43   #175
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,248
Re: OpenCPN Beta Version 3.3.2316 Released

Quote:
Originally Posted by bdbcat View Post
Håkan ...
.......Try the latest commit, please.
Thanks
Dave
Dave..
Now we're talking!
It works fine in Debug and in Release build. Run time function is great both with and without fogging. Very good!

And I also like the "fat" shore line at great zoom levels introduced some commits ago. (Hopefully intended?)

Thanks
Håkan
Hakan is offline   Reply With Quote
Old 30-11-2014, 06:31   #176
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,468
Re: OpenCPN Beta Version 3.3.2316 Released

Folks...

In preparation for a new Beta Sunday PM, there are new .po files available for translation in crowdin. There are some new and revised terms....

We will cut off crowdin input at 2300 GMT, 30 November.

Thanks
Dave
bdbcat is offline   Reply With Quote
Old 30-11-2014, 15:00   #177
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 3,008
Re: OpenCPN Beta Version 3.3.2316 Released

Dave,

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

In preparation for a new Beta Sunday PM, ...
We will cut off crowdin input at 2300 GMT, 30 November.

Dave
I visited the crowdin just before 24h French time. It must be good.

Gilletarom.
Gilletarom is offline   Reply With Quote
Old 03-12-2014, 09:21   #178
Registered User
 
rgleason's Avatar

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

Yesterday compiled v3.3.2316 and started using it. My reactions.

1. Options interface is very much improved. Thank you Caesar & Bdcat.

2. When in non-opengl and Options is stretched, resize causes double boxes to appear. See attached.

3. When in opengl this does not happen.

4. Overzoom blur - It takes about 5 scale steps beyond initial Overzoom before blur is actually seen or effective. I find this to be a very reasonable reminder that you are really overzoomed! I really like the feature and cannot understand why it is such an issue. Being able to turn it off in config is a bonus, but I am not going to do that. If I could, I might even adjust it to be a little earlier, at 3 or 4 steps in.

5. Somehow OTcurrents was installed with the new install. I really like this plugin for planning because it allows us to select a date and time for tides and currents.

6. It would be very nice if this same plugin interface for adjusting Date and Time would be selectable when an individual station is brought up (Right click) because we only have "Next" and "Previous" controls rather than "Date" and "Time" as in OTcurrent as Mike has done. See screen shots attached. How hard would this be to do? --Would be a Big planning improvement. In many respects OTcurrent is far more useful....as it changes all of the stations. However similar control of each station would be appreciated. ...Actually I think these functions could be merged somehow as they are similar. Many thanks to Mike [Rasbats] for an excellent plugin.

I remain incredulous at the energy and productivity in this group and the many valuable contributions. Thank you all.
Attached Thumbnails
Click image for larger version

Name:	Options-doubled-on-resize.png
Views:	132
Size:	30.5 KB
ID:	92822   Click image for larger version

Name:	CurrentsTides.png
Views:	131
Size:	213.6 KB
ID:	92823  

Click image for larger version

Name:	OTcurrent.png
Views:	119
Size:	258.8 KB
ID:	92824  
rgleason is offline   Reply With Quote
Old 03-12-2014, 09:24   #179
Registered User
 
rgleason's Avatar

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

When did 3.3.2330 get released? Coming fast and furious now.
rgleason is offline   Reply With Quote
Old 03-12-2014, 09:32   #180
Registered User
 
rgleason's Avatar

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

One other small thing I noticed was an unusual difference in text size for Options > Charts > Groups. See attached. The text is greyed and italic which is fine, but I think it is scaled a little large on this Win7 machine. Is it the same way on Mac and Linux? If so perhaps it can be adjusted? ---But don't go through lots of hoops, just a suggestion, we can all live it.
Attached Thumbnails
Click image for larger version

Name:	OptionsChartGroupsText.png
Views:	128
Size:	186.8 KB
ID:	92825  
rgleason is offline   Reply With Quote
Reply

Tags
enc, lease, 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 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 21:53.


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.