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 25-01-2018, 06:30   #16
Registered User

Join Date: Jun 2015
Posts: 379
Re: OpenCPN Beta Version 4.8.10125

Quote:
Originally Posted by bcn View Post
Stelian,

can you give us perhaps an idea about the context and meaning of:
Unable to compute record magnitude
Who is unable to calculate which record and which magnitude?

Stumbled over these three items too.

Hubert
Here it's vector magnitude, (norme in French ).
It means Grib is unable to interpolate a new record at time t' from two other records (grid) at time t1 and t2.

It should be an uncommon error. Either some current gribs are too clever for us or a user is opening multiple files with not the same number of points per records.

Ocpn should be able to do better though; it's not a hard problem.
did-g is offline   Reply With Quote
Old 25-01-2018, 08:03   #17
Registered User
 
rgleason's Avatar

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

Gerhard, It may be funny, but please be nice. We all work hard on this project. This feature considers user safety. What would you suggest as an alternative? Let the poor xxx plow into rocks because he cant see own ship?
rgleason is offline   Reply With Quote
Old 25-01-2018, 08:14   #18
Registered User

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

Quote:
Originally Posted by CarCode View Post
Question: What is the opposite of user-friendly?
Answer: OpenCPN

Gerhard
There are more and more settings the average user don't need.
Now some sliders don't have anymore the numbers, see attachment.

Gerhard
Attached Thumbnails
Click image for larger version

Name:	Options.png
Views:	104
Size:	89.6 KB
ID:	162830  
CarCode is offline   Reply With Quote
Old 25-01-2018, 08:29   #19
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,236
Re: OpenCPN Beta Version 4.8.10125

Quote:
Originally Posted by CarCode View Post
Now some sliders don't have anymore the numbers, see attachment.

Gerhard
Gerhard...
This is an intentional change on macOS and will stay like this until we start using wxWidgets 3.2. You may want to see #2388 (hiding a wxSlider with labels only hides the slider only) – wxWidgets for explanation of the problem with slider labels, if you forgot why since last time.

Pavel
nohal is offline   Reply With Quote
Old 25-01-2018, 08:55   #20
bcn
Registered User

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

on the macMini zooming in - iENCs OpenGL ON (bug) and OFF (ok)
Other S-57 charts don't show that behavior...
Attached Thumbnails
Click image for larger version

Name:	Captura de pantalla 2018-01-25 a las 17.42.35.png
Views:	98
Size:	323.2 KB
ID:	162835   Click image for larger version

Name:	Captura de pantalla 2018-01-25 a las 17.43.43.png
Views:	112
Size:	266.4 KB
ID:	162836  

Click image for larger version

Name:	Captura de pantalla 2018-01-25 a las 17.48.25.png
Views:	98
Size:	107.0 KB
ID:	162837   Click image for larger version

Name:	Captura de pantalla 2018-01-25 a las 17.49.51.png
Views:	91
Size:	178.4 KB
ID:	162838  

Click image for larger version

Name:	Captura de pantalla 2018-01-25 a las 17.50.09.png
Views:	94
Size:	247.4 KB
ID:	162839  
bcn is offline   Reply With Quote
Old 25-01-2018, 09:42   #21
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,432
Re: OpenCPN Beta Version 4.8.10125

Quote:
Originally Posted by bcn View Post
on the macMini zooming in - iENCs OpenGL ON (bug) and OFF (ok)
Other S-57 charts don't show that behavior...
Where to get the chart?
seandepagnier is offline   Reply With Quote
Old 25-01-2018, 09:52   #22
bcn
Registered User

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

German iENC:
https://www.elwis.de/DE/dynamisch/IENC/
bcn is offline   Reply With Quote
Old 25-01-2018, 09:53   #23
Registered User
 
sailorF54's Avatar

Join Date: Dec 2009
Location: Perros-Guirec, France
Boat: Jeanneau Sunshine 36
Posts: 999
Re: OpenCPN Beta Version 4.8.10125

Trying to build 4.8.10125 on a Rock64 (from Pine64) (a kind of pumped-up RPI3)...
Stuck on this error
_____________________
cc: error: unrecognized command line option ‘-mfpu=neon’
CMakeFiles/MIPMAP.dir/build.make:185 : la recette pour la cible « CMakeFiles/MIPMAP.dir/src/mipmap/mipmap_neon.c.o » a échouée
make[2]: *** [CMakeFiles/MIPMAP.dir/src/mipmap/mipmap_neon.c.o] Erreur 1
________________________
sailorF54 is offline   Reply With Quote
Old 25-01-2018, 10:10   #24
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,236
Re: OpenCPN Beta Version 4.8.10125

Quote:
Originally Posted by sailorF54 View Post
Trying to build 4.8.10125 on a Rock64 (from Pine64) (a kind of pumped-up RPI3)...
Stuck on this error
_____________________
cc: error: unrecognized command line option ‘-mfpu=neon’
CMakeFiles/MIPMAP.dir/build.make:185 : la recette pour la cible « CMakeFiles/MIPMAP.dir/src/mipmap/mipmap_neon.c.o » a échouée
make[2]: *** [CMakeFiles/MIPMAP.dir/src/mipmap/mipmap_neon.c.o] Erreur 1
________________________
Looking at gcc,arm,neon,arm64,linaro , gcc; arm64; aarch64; unrecognized command line option '-mfpu=neon' you may simply comment out https://github.com/OpenCPN/OpenCPN/b...ists.txt#L1500 on AARCH64. If it is needed on ARM, which it is if I understand correctly, it has to be encapsulated in some check for the architecture.

Pavel
nohal is offline   Reply With Quote
Old 25-01-2018, 10:27   #25
Registered User

Join Date: Oct 2014
Location: Netherlands
Boat: Halmatic 30
Posts: 1,145
Re: OpenCPN Beta Version 4.8.10125

Quote:
Originally Posted by nohal View Post
Looking at gcc,arm,neon,arm64,linaro , gcc; arm64; aarch64; unrecognized command line option '-mfpu=neon' you may simply comment out https://github.com/OpenCPN/OpenCPN/b...ists.txt#L1500 on AARCH64. If it is needed on ARM, which it is if I understand correctly, it has to be encapsulated in some check for the architecture.

Pavel
How about the Linux version for my Raspberry Pi3 and Linux Mint 64 system. Has the PPA allready left the works ? And at what adres ?

And what to do with the plugins ?

4.8.10125 is working well on my Windows7.

Regards,


Bram
verkerkbr is offline   Reply With Quote
Old 25-01-2018, 10:51   #26
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,236
Re: OpenCPN Beta Version 4.8.10125

Quote:
Originally Posted by verkerkbr View Post
How about the Linux version for my Raspberry Pi3 and Linux Mint 64 system. Has the PPA allready left the works ? And at what adres ?
I see the packages submitted to https://launchpad.net/~bdbcat/+archive/ubuntu/opencpn/, not yet built for all archs (and not even configured to be built for arm64)

Quote:
And what to do with the plugins ?
Later, really am not in the mood to start rebuilding all of them right now. But it will come right after O4.8.2 is out

FWIW the "neon problem" should likely be fixed by https://github.com/OpenCPN/OpenCPN/c...fbdd39d9e37430 - But I have neither 32 nor 64bit ARM to test it.
nohal is offline   Reply With Quote
Old 25-01-2018, 10:56   #27
Registered User

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

Quote:
Originally Posted by nohal View Post
Gerhard...
This is an intentional change on macOS and will stay like this until we start using wxWidgets 3.2. You may want to see #2388 (hiding a wxSlider with labels only hides the slider only) – wxWidgets for explanation of the problem with slider labels, if you forgot why since last time.

Pavel
Sadly bugs doesn't kill themselfes. wxWidgets 3.2 will be as buggy as usual...

I'm happy with my own bugs and doesn't need new ones.

Gerhard
CarCode is offline   Reply With Quote
Old 25-01-2018, 11:01   #28
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,236
Re: OpenCPN Beta Version 4.8.10125

Quote:
Originally Posted by CarCode View Post
Sadly bugs doesn't kill themselfes. wxWidgets 3.2 will be as buggy as usual...

I'm happy with my own bugs and doesn't need new ones.

Gerhard
Gerhard...
If the referenced bug is still not fixed (it is as we both know), you may go back and try start yelling at the wxWidgets developers again.

And if you are not happy with the way we do handle problems affecting OpenCPN or the way it works for users, we are eager to start accepting your pull requests dealing with our endless silliness. Your rhetorical rants here are useless.

Pavel
nohal is offline   Reply With Quote
Old 25-01-2018, 12:41   #29
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,432
Re: OpenCPN Beta Version 4.8.10125

Quote:
Originally Posted by sailorF54 View Post
Trying to build 4.8.10125 on a Rock64 (from Pine64) (a kind of pumped-up RPI3)...
Stuck on this error
_____________________
cc: error: unrecognized command line option ‘-mfpu=neon’
CMakeFiles/MIPMAP.dir/build.make:185 : la recette pour la cible « CMakeFiles/MIPMAP.dir/src/mipmap/mipmap_neon.c.o » a échouée
make[2]: *** [CMakeFiles/MIPMAP.dir/src/mipmap/mipmap_neon.c.o] Erreur 1
________________________
That is strange. I built opencpn on aarch64 not long ago, but since then my odroid died.

Try commenting out the line in cmakelists.txt that sets mfpu=neon.

Also try executing:
Code:
gcc -dM -E - < /dev/null | grep NEON
and what is the output??

Let us know how the rock64 runs opencpn. Did it detect opengles?
seandepagnier is offline   Reply With Quote
Old 25-01-2018, 12:50   #30
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,525
Re: OpenCPN Beta Version 4.8.10125

bcn...

re:
on the macMini zooming in - iENCs OpenGL ON (bug) and OFF (ok)

I cannot reproduce. Looks fine for me, both on virtual box and real machine.
Seems to be OpenGL setup problem, so lets look at your logfile.

Also, can you reinstall OCPN 4.8 and check there as well? Check the OCPN logfile for the two installations, and compare the OpenGL setup.

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
  Vendor Spotlight
No Threads to Display.


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


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.