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 24-05-2012, 13:27   #16
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: OpenCPN Version 2.6 Beta Build 1723

Quote:
Originally Posted by mrm View Post
Two problems (found on Ubuntu 10.04, Gnome, use OpenGL off)

1. There seems to be a reproducible glitch in handling 'F11', which is a 'maximize to full screen' event. The result is shown in attached image and another effect is that chart zoom (with mouse scroll) stops working (associated events are ignored (?)) after F11.

2. Very minor annoyance - when running OpenCPN from a command line, terminal is not reset properly to original line discipline on program exit. In effect a command like 'opencpn && reset' is necessary. Folks who run OpenCPN by clicking on an icon will never see this, though.

Marius
I can't repeat either point, using 64 bits Kubuntu 12.04.
You're using Compiz or GNOME Shell or similar - transparent tool-bar.
I wonder if that comes into the equation?

Thomas
cagney is offline   Reply With Quote
Old 24-05-2012, 14:55   #17
mrm
Registered User

Join Date: Feb 2011
Location: Poland, EU
Boat: crew on Bavaria 38 Cruiser
Posts: 654
Re: OpenCPN Version 2.6 Beta Build 1723

Compiz is indeed in use
Code:
$ ps ax | grep compiz
13793 ?        S      0:02 /usr/bin/compiz --sm-client-id .....
13823 ?        Ss     0:00 /bin/sh -c /usr/bin/compiz-decorator
but no idea whether it matters or not.
I don't recall seeing this behaviour on F11 event previously though, so maybe it is not compiz related?

Marius
mrm is offline   Reply With Quote
Old 24-05-2012, 15:06   #18
Registered User

Join Date: Sep 2011
Posts: 3
Re: OpenCPN Version 2.6 Beta Build 1723

Quote:
Originally Posted by nohal View Post
Ubuntu users...
I know that no news is good news, but somehow can't believe nobody had any issues testing the Launchpad packages at https://launchpad.net/~nohal/+archive/opencpn Please give them a try - and let me know if they work as expected -

worked without problems, automatic update on Ubuntu 10.04!


But with my 10" 1024x600 netbook-display I can't see the buttons OK, Cancel, ... in route properties on Ubuntu 10.04. On Win 7 Starter the route properties window does not make problems on the same display and resolution.

Christof
paulesgps is offline   Reply With Quote
Old 24-05-2012, 18:30   #19
Registered User
 
sbfreddie's Avatar

Join Date: Mar 2012
Location: Southern Texas, Port Isabel
Boat: I Wish
Posts: 175
Images: 1
Send a message via Skype™ to sbfreddie
Re: OpenCPN Version 2.6 Beta Build 1723

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

Mac build:

I'm building the .dmg on a Hackintosh running 10.5. WxWidgets 2.8

A very feeble setup, so slow as to be unusable in real life, but if I am patient I can build and test basic functionality.

Have you tried any Mac builds/runs?

Thanks
Dave
Dave:
I have been trying the builds you have been downloading to the OpenCPN download site, and they have been improving steadily as you guys fix bugs.
I am on a Mac Pro Quad core with 10 gig RAM and lots of disk space running OS 10.6.8 (Snow Leopard), is there anything you would like me to do? Are the instructions on the Developer page still accurate for building? I still get lots of warnings (about 200) about deprecated subs. Do you have a shell script to build OpenCPN on Mac?

TIA,

Freddie
sbfreddie is offline   Reply With Quote
Old 24-05-2012, 18:51   #20
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,401
Re: OpenCPN Version 2.6 Beta Build 1723

Freddie....

Thanks for your Mac support.

When I build for Mac, I simply grab the github master tree into a local directory, create and switch to a build directory, and do cmake and make. Like this:

Code:
$git clone git://opencpn.git.sourceforge.net/gitroot/opencpn/opencpn
$cd opencpn
$mkdir build_carbon
$cd build_carbon
$cmake ..
$make
I get lots of deprecated function warnings from carbon libraries, which I sail past.


I'd be happy to look at your build logs if you want to try this with the current code base.
I'm actually working with the Hack right now...

Dave
bdbcat is offline   Reply With Quote
Old 24-05-2012, 20:07   #21
Registered User
 
sbfreddie's Avatar

Join Date: Mar 2012
Location: Southern Texas, Port Isabel
Boat: I Wish
Posts: 175
Images: 1
Send a message via Skype™ to sbfreddie
Re: OpenCPN Version 2.6 Beta Build 1723

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

Thanks for your Mac support.

When I build for Mac, I simply grab the github master tree into a local directory, create and switch to a build directory, and do cmake and make. Like this:

Code:
$git clone git://opencpn.git.sourceforge.net/gitroot/opencpn/opencpn
$cd opencpn
$mkdir build_carbon
$cd build_carbon
$cmake ..
$make
I get lots of deprecated function warnings from carbon libraries, which I sail past.


I'd be happy to look at your build logs if you want to try this with the current code base.
I'm actually working with the Hack right now...

Dave
Dave:
Thanks for your help, this took about 3-4 minutes on my Mac to build.
But it blows up after its built.
Here is the build log from Terminal, and the crash report:

TIA,
Freddie
sbfreddie is offline   Reply With Quote
Old 24-05-2012, 20:11   #22
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,401
Re: OpenCPN Version 2.6 Beta Build 1723

Freddie....

No attachment?
Dave
bdbcat is offline   Reply With Quote
Old 24-05-2012, 20:16   #23
Registered User
 
sbfreddie's Avatar

Join Date: Mar 2012
Location: Southern Texas, Port Isabel
Boat: I Wish
Posts: 175
Images: 1
Send a message via Skype™ to sbfreddie
Re: OpenCPN Version 2.6 Beta Build 1723

Dave:
Here are the two attachments:
Term Output for OpenCPN build 1723.pdf
Problem Report for Crash.pdf

TIA,
Freddie
sbfreddie is offline   Reply With Quote
Old 24-05-2012, 20:23   #24
Registered User
 
sbfreddie's Avatar

Join Date: Mar 2012
Location: Southern Texas, Port Isabel
Boat: I Wish
Posts: 175
Images: 1
Send a message via Skype™ to sbfreddie
Re: OpenCPN Version 2.6 Beta Build 1723

Dave:
Here is the log file from the my blown up OpenCPN:

opencpn_log.pdf

Thanks,
Freddie
sbfreddie is offline   Reply With Quote
Old 25-05-2012, 05:23   #25
Registered User

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

I finally got around to downloading the latest beta. It seems to work fine unless I select "Use OpenGL". Then the screen simply doesn't update. When I move the cursor over any of the chart buttons at the bottom of the screen the information window pops up but doesn't go away, so if I move the cursor over several chart buttons I get a stack of little information windows. I have no problem clearing the "Use OpenGL" flag and that causes everything to start working again.

Is there some simple step I've missed or is this a known bug?

I'm running build 1723 under Windows Vista. I've attached the log file from a test in which I launched OpenCPN, selected "Use OpenGL", tried to pan the chart, tried to select different charts, then cleared "Use OpenGL" and exited.

Fabbian
Attached Files
File Type: doc opencpnlog.doc (3.3 KB, 58 views)
fgd3 is offline   Reply With Quote
Old 25-05-2012, 05:33   #26
Registered User
 
sinbad7's Avatar

Join Date: Sep 2003
Location: Ubatuba,SP,Brazil (Ex Norway)
Boat: (Ex) Alu. 60' yacht-"Eight Bells"
Posts: 2,731
Images: 57
Send a message via Skype™ to sinbad7
Re: OpenCPN Version 2.6 Beta Build 1723

Pavel..
Installing v. 2.6.1718 on top of the previously installed version,I get a series of error messages. The final installation seems to work but I am worried that important things are left out. Should I delete the old version first and then do a fresh install?
Anybody suggest a reason/solution?

I am running Win 7 on a brand new dual core desktop.

Tore
Attached Thumbnails
Click image for larger version

Name:	error-1.jpg
Views:	175
Size:	59.8 KB
ID:	41452   Click image for larger version

Name:	error-2.jpg
Views:	123
Size:	32.7 KB
ID:	41453  

Click image for larger version

Name:	error-3.jpg
Views:	136
Size:	33.9 KB
ID:	41454   Click image for larger version

Name:	error-4.jpg
Views:	113
Size:	33.1 KB
ID:	41455  

Click image for larger version

Name:	error-5.jpg
Views:	144
Size:	33.3 KB
ID:	41456   Click image for larger version

Name:	error-6.jpg
Views:	113
Size:	34.5 KB
ID:	41457  

Click image for larger version

Name:	error-7.jpg
Views:	144
Size:	32.9 KB
ID:	41458   Click image for larger version

Name:	error-8.jpg
Views:	119
Size:	32.3 KB
ID:	41459  

Click image for larger version

Name:	error-9.jpg
Views:	136
Size:	33.7 KB
ID:	41460   Click image for larger version

Name:	error-10.jpg
Views:	136
Size:	33.1 KB
ID:	41461  

Click image for larger version

Name:	error-11.jpg
Views:	116
Size:	33.1 KB
ID:	41462   Click image for larger version

Name:	error-12.jpg
Views:	102
Size:	33.0 KB
ID:	41463  

__________________
"And all I ask is a tall ship and a star to steer her by."
sinbad7 is offline   Reply With Quote
Old 25-05-2012, 05:39   #27
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,211
Re: OpenCPN Version 2.6 Beta Build 1723

Tore...
Permission problem on your machine. Make sure OpenCPN is not running and run the setup as Administrator - When you right-click the downloaded installer, an option "Run as Administrator" should be in the menu (I think second from the top).

Pavel
nohal is online now   Reply With Quote
Old 25-05-2012, 06:11   #28
Registered User
 
HotRod's Avatar

Join Date: Oct 2010
Location: SW Norway
Boat: Nidelv 28, 28ft
Posts: 247
Send a message via Skype™ to HotRod
Re: OpenCPN Version 2.6 Beta Build 1723

Bug?
In "Route Properties" - "Departure time"
It seems like i can't set a departure time... When I open properties for the route, the field is empty even if I set it before pressing OK.

Date format: m/d/y h:m eg. 05/25/2012 17:00
Tried other variants like: 5/25/12 5:00

Is this a bug or just a user error?
__________________
Best Regards
OpenCPN Norge - Norwegian OpenCPN community
Frode
HotRod is offline   Reply With Quote
Old 25-05-2012, 06:17   #29
Registered User
 
HotRod's Avatar

Join Date: Oct 2010
Location: SW Norway
Boat: Nidelv 28, 28ft
Posts: 247
Send a message via Skype™ to HotRod
Re: OpenCPN Version 2.6 Beta Build 1723

Quote:
Originally Posted by sinbad7 View Post
Pavel..
Installing v. 2.6.1718 on top of the previously installed version,I get a series of error messages. The final installation seems to work but I am worried that important things are left out. Should I delete the old version first and then do a fresh install?
Anybody suggest a reason/solution?

I am running Win 7 on a brand new dual core desktop.

Tore
Try changing "User Account Control settings" in Control panel. Pull the slider all the way down. You will then gain full Admin rights on your computer.
Location: Start-Control Panel-User Accounts-User Accounts-Change User Account Control Settings
Change and reboot. Try re-installing after this has been done.
__________________
Best Regards
OpenCPN Norge - Norwegian OpenCPN community
Frode
HotRod is offline   Reply With Quote
Old 25-05-2012, 06:48   #30
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,401
Re: OpenCPN Version 2.6 Beta Build 1723

fgd3....

OpenGL on Vista is not great. The problem relates to MS implementation of Aero compositor, and nobody is (or was) happy about it.

Try turning screen compositing effects off, and maybe OpenGL will work. If not, then legacy DC mode may be your best option.

Dave
bdbcat is offline   Reply With Quote
Reply

Tags
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


Advertise Here


All times are GMT -7. The time now is 12:24.


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.