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 12-03-2015, 17:31   #1321
Registered User

Join Date: Aug 2009
Location: oriental
Boat: crowther trimaran 33
Posts: 4,425
Re: Beta Test / Technical

Quote:
Originally Posted by Hakan View Post
Dave, Sean...
If you're interested I have some reports from RPi2 tests. And please do not see this report as demands for RPi functionality, I've read your comments about this issue. But if this can support any further developments it's fine.

My RPi2 was once working on OCPN ver 4.0 although without OpenGL.
As I have no raspberry PI2 (maybe it can be emulated but my internet is too slow to download what's needed) I can only suggest using git-bisect and determine the offending commit.
seandepagnier is offline   Reply With Quote
Old 13-03-2015, 00:00   #1322
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,287
Re: Beta Test / Technical

Sean..
Many thanks for the reply but I don't "blame" OCPN since 4.0 is no longer working either. It's my own fault not having track on my system changes. And I haven't learned Linux enough to understand what's missing or erroneously installed.
My reports could as well be a humble call for education?

Håkan
Hakan is online now   Reply With Quote
Old 13-03-2015, 08:36   #1323
Registered User

Join Date: Nov 2012
Location: Orust Sweden
Boat: Najad 34
Posts: 4,287
Re: Beta Test / Technical

More RPi2....
For info:
Now I've reinstalled my system, Debian/Raspbian, and built OCPN on that;
Today's Git fetch is working great! I have run it with and without OpenGL. Without is of course a bit faster but both are working, so far I've only tried vector charts. OpenGL with texture compression and fps=0. (Not sure about the consequences for fps=0)
My only system changes are:
Code:
In /boot/config.txt
framebuffer_depth=32
framebuffer_ignore_alpha=1
OCPN didn't start without these changes to config.txt

Next step is to find out what caused my earlier start up crashes.

Sorry for my possible worries about OCPN failures before, It's of course all my fault.

Håkan
Hakan is online now   Reply With Quote
Old 14-03-2015, 04:18   #1324
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Beta Test / Technical

Dave

Another alpha issue.
The "Measure" pencil does not appear when activated. Instead it does appear
when clicking to start measuring. Clicking "Measure off" does not get rid of the pencil, but no measuring is possible. Double clicking to do an object query, does get rid of the pencil on the screen.

Thomas
cagney is offline   Reply With Quote
Old 14-03-2015, 06:39   #1325
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,547
Re: Beta Test / Technical

Quote:
Originally Posted by cagney View Post
Dave

Another alpha issue.
The "Measure" pencil does not appear when activated. Instead it does appear
when clicking to start measuring. Clicking "Measure off" does not get rid of the pencil, but no measuring is possible. Double clicking to do an object query, does get rid of the pencil on the screen.

Thomas
Reason is the wonderful world of Sean's optimizations. I don't understand why this always find its way into the code after all the trouble seen with its opengl optimizations last year.

Gerhard
CarCode is offline   Reply With Quote
Old 14-03-2015, 07:07   #1326
Registered User

Join Date: Feb 2011
Posts: 1,128
Re: Beta Test / Technical

When something works good, why keep it so|
P_Dub is offline   Reply With Quote
Old 14-03-2015, 10:14   #1327
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Beta Test / Technical

Whinging does not help alpha testing one iota.........
A factual attitude does help.
.....

Dave

Auto sort in the AIS target list used to be persistent, even between sessions.
Now its not even persistent within a session.

Thomas
cagney is offline   Reply With Quote
Old 14-03-2015, 12:26   #1328
Registered User

Join Date: Feb 2011
Posts: 1,128
Re: Beta Test / Technical

What was change?
Regards
P_Dub is offline   Reply With Quote
Old 14-03-2015, 21:03   #1329
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,500
Re: Beta Test / Technical

Thomas...

Pencil cursor now fixed in github.

Contrary to assertions, this had nothing to do with either OpenGL, or Sean.

I will take a look at the AIS sorting. I have poor internet, and not too many AIS equipped boats nearby, so I can't get a large list.

Recall that autosort is disabled if there are more than 1000 targets.

Dave
bdbcat is online now   Reply With Quote
Old 15-03-2015, 10:05   #1330
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Beta Test / Technical

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

Pencil cursor now fixed in github.

Contrary to assertions, this had nothing to do with either OpenGL, or Sean.

I will take a look at the AIS sorting. I have poor internet, and not too many AIS equipped boats nearby, so I can't get a large list.

Recall that autosort is disabled if there are more than 1000 targets.

Dave
Dave

You’re right. It behaves exactly as described in the wiki .


Thomas
cagney is offline   Reply With Quote
Old 16-03-2015, 11:02   #1331
Registered User

Join Date: Dec 2010
Location: oxnard, california
Boat: stich and glue, 19 ft wherry row/sail
Posts: 35
Re: Beta Test / Technical

installed fedora 22 alpha on a new system recently and am trying to compile
OpenCPN from git

from the online instructions for linux
git clone git://github.com/OpenCPN/OpenCPN.git

cmake ran okay but make failed at the link step

which is weird since I compiled it on fc22 a week or so ago on another system
just posting the last few lines as I assume I am doing something wrong and
will be trying again.


/usr/local/src/OpenCPN/src/tri.c:3549: undefined reference to `int_locate_endpoint'
libS57ENC.a(tri.c.o): In function `int_merge_trapezoids':
/usr/local/src/OpenCPN/src/tri.c:3570: undefined reference to `int_greater_than_equal_to'
libS57ENC.a(tri.c.o): In function `int_add_segment':
/usr/local/src/OpenCPN/src/tri.c:3658: undefined reference to `int_greater_than'
/usr/local/src/OpenCPN/src/tri.c:3675: undefined reference to `int_locate_endpoint'
/usr/local/src/OpenCPN/src/tri.c:3725: undefined reference to `int_locate_endpoint'
/usr/local/src/OpenCPN/src/tri.c:3735: undefined reference to `int_locate_endpoint'
/usr/local/src/OpenCPN/src/tri.c:3788: undefined reference to `int_locate_endpoint'
/usr/local/src/OpenCPN/src/tri.c:3831: undefined reference to `int_equal_to'
/usr/local/src/OpenCPN/src/tri.c:3806: undefined reference to `int_greater_than_equal_to'
collect2: error: ld returned 1 exit status
CMakeFiles/opencpn.dir/build.make:2363: recipe for target 'opencpn' failed
make[2]: *** [opencpn] Error 1
make[2]: Leaving directory '/usr/local/src/OpenCPN/build'
CMakeFiles/Makefile2:305: recipe for target 'CMakeFiles/opencpn.dir/all' failed
make[1]: *** [CMakeFiles/opencpn.dir/all] Error 2
make[1]: Leaving directory '/usr/local/src/OpenCPN/build'
Makefile:139: recipe for target 'all' failed
make: *** [all] Error 2
oystercatcher is offline   Reply With Quote
Old 18-03-2015, 09:39   #1332
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Beta Test / Technical

Dave

I get a crash with the latest alpha code when clicking an network connection in Options -> Connections.

Click image for larger version

Name:	connection-crash.png
Views:	214
Size:	78.3 KB
ID:	99049

Thomas
cagney is offline   Reply With Quote
Old 18-03-2015, 10:29   #1333
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,547
Re: Beta Test / Technical

Comment out these lines in options.cpp:

Code:
void options::ShowNMEABT(bool visible)
{
    if ( visible )
    {
        m_buttonScanBT->Show();
        m_stBTPairs->Show();
        m_choiceBTDataSources->Show();

    }
    else
    {
//        m_buttonScanBT->Hide();  // Crash mit Window Hide
//        m_stBTPairs->Hide();
//        m_choiceBTDataSources->Hide();
    }
}
Gerhard
CarCode is offline   Reply With Quote
Old 18-03-2015, 20:48   #1334
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,500
Re: Beta Test / Technical

Gerhard...

Thanks for the pointer.

Fixed in github now.

Dave
bdbcat is online now   Reply With Quote
Old 19-03-2015, 10:05   #1335
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Beta Test / Technical

Dave

I just updated from git and find a problem with target queries.
For example an AIS target. Double clicking moves the target and the "Target Query Dialog" does not come up. To bring up the dialog through double clicking a target needs to be centered, so, first a single click followed by a double click works.

Thomas
cagney is offline   Reply With Quote
Reply


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
Beta Marine Diesel michaelmrc Engines and Propulsion Systems 48 23-03-2016 13:44
Need some technical advice....antennas. Just a Tinch Marine Electronics 15 01-12-2007 15:57
Blue Sea Systems Technical Brief GordMay Electrical: Batteries, Generators & Solar 0 16-03-2007 04:16
technical difficulties witchcraft The Sailor's Confessional 1 30-05-2005 14:09
Dow Corning Technical Manual GordMay The Library 0 12-04-2005 16:25

Advertise Here


All times are GMT -7. The time now is 08:32.


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.