|
[Sponsors] |
ParaView Error messages when accessing View menu |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 18, 2012, 07:08 |
ParaView Error messages when accessing View menu
|
#1 |
New Member
Alexey Boltaks
Join Date: Jun 2012
Posts: 4
Rep Power: 14 |
Dear Forum,
I'm using Paraview 3.12.0 (64 bit), and every time I go to the program's view menu, the program pops up a window full of error messages of a following syntax: p, li { white-space: pre-wrap; } [31mvoid DBusMenuExporterPrivate::addAction(QAction*, int)[0m: Already tracking action "Main Controls" under id 66 Now, the only inconvenience is the fact that this window pop interrupts the work flow. I haven't noticed (so far) any effect on the other features of the program, but it's still annoying. Is there any way around it? Thanks in advance, Alexey B. |
|
June 18, 2012, 16:48 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi Alexey,
It would help to know which installation you've made of OpenFOAM and on which Operating System, along with respective versions, so it's easier to reproduce the error. Best regards, Bruno
__________________
|
|
June 19, 2012, 08:51 |
|
#3 |
New Member
Alexey Boltaks
Join Date: Jun 2012
Posts: 4
Rep Power: 14 |
Dear Bruno: you're right!
It's the 2.1.0 version of OpenFOAM along with 12.04 version of Ubuntu. The error shows up everytime I go to the view menu of ParaView. Thanks in advance, Alexey B. |
|
June 19, 2012, 17:55 |
|
#4 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi Alexey,
After I did some googling about this, I found this bug report: https://bugs.launchpad.net/ubuntu/+s...ew/+bug/995949 - looks like you're not alone. Another thing I found was that a couple of people had this issue on Ubuntu 11.10... but didn't find a direct fix, except for installing another version of ParaView, i.e. use another pre-built binary. There are a few possibilities for this kind of error... but now that I think of it, hold on: OpenFOAM 2.1.0? Are you using Ubuntu deb packages or did you build from source? Because I think that only OpenFOAM 2.1.1 is supported on Ubuntu 12.04, when using the deb packages: http://www.openfoam.org/download/ubuntu.php As for ParaView, which exact instructions did you follow to install it? Best regards, Bruno
__________________
|
|
December 1, 2012, 23:55 |
|
#5 | |
Senior Member
Join Date: Jul 2011
Posts: 120
Rep Power: 15 |
Quote:
I would just like to add that I have the exact same problem as well when using ubuntu 12.04 LTS on vbox. using of 2.1.1 and paraview 3.1.2, using http://www.openfoam.org/download/ubuntu.php Is there a way to fix this? |
||
December 1, 2012, 23:56 |
|
#6 |
Senior Member
Join Date: Jul 2011
Posts: 120
Rep Power: 15 |
Output Messages
[31mvoid DBusMenuExporterPrivate::addAction(QAction*, int)[0m: Already tracking action "Main Controls" under id 62 [31mvoid DBusMenuExporterPrivate::addAction(QAction*, int)[0m: Already tracking action "Selection Controls" under id 63 [31mvoid DBusMenuExporterPrivate::addAction(QAction*, int)[0m: Already tracking action "VCR Controls" under id 64 [31mvoid DBusMenuExporterPrivate::addAction(QAction*, int)[0m: Already tracking action "Current Time Controls" under id 65 [31mvoid DBusMenuExporterPrivate::addAction(QAction*, int)[0m: Already tracking action "Active Variable Controls" under id 66 [31mvoid DBusMenuExporterPrivate::addAction(QAction*, int)[0m: Already tracking action "Representation Toolbar" under id 67 [31mvoid DBusMenuExporterPrivate::addAction(QAction*, int)[0m: Already tracking action "Camera Controls" under id 68 [31mvoid DBusMenuExporterPrivate::addAction(QAction*, int)[0m: Already tracking action "Center Axes Controls" under id 69 [31mvoid DBusMenuExporterPrivate::addAction(QAction*, int)[0m: Already tracking action "Macros Toolbars" under id 70 |
|
December 2, 2012, 07:48 |
|
#7 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Greetings haze_1986,
Do you have 3D acceleration turned on in the virtual machine's settings? If you do, try turning them off. You'll probably need to turn off the virtual machine, configure the settings and turn it back on. Best regards, Bruno
__________________
|
|
December 2, 2012, 07:52 |
|
#8 |
Senior Member
Join Date: Jul 2011
Posts: 120
Rep Power: 15 |
Hi, just tried it. still the same error.
|
|
December 2, 2012, 11:20 |
|
#9 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Which architecture of Ubuntu did you install? 32bit or 64bit?
You can check by running: Code:
uname -m Code:
sudo apt-get update sudo apt-get upgrade
__________________
Last edited by wyldckat; December 2, 2012 at 11:22. Reason: see "edit:" |
|
December 2, 2012, 11:26 |
|
#10 | |
Senior Member
Join Date: Jul 2011
Posts: 120
Rep Power: 15 |
Quote:
yes I ve updated them frequently. This problem had been there for almost half a year already, just that not serious enough to prevent me from using it. Now that I have some time, would really wanna try to fix that. Last edited by haze_1986; December 3, 2012 at 04:42. |
||
December 2, 2012, 12:01 |
|
#11 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
I've got Ubuntu 12.04 64bit installed in a virtual machine as well, but with VMPlayer. I've installed OpenFOAM 2.1.1 and ParaView 3.12.0 with the Deb packages provided at openfoam.org. It's fully up-to-date. I've also installed Ubuntu's own ParaView...
But I'm unable to reproduce the same problem. You can try checking with: Code:
qmake --version Code:
QMake version 2.01a Using Qt version 4.8.1 in /usr/lib/x86_64-linux-gnu There are a few possibilities I can think of:
Bruno
__________________
|
|
December 2, 2012, 21:52 |
|
#12 | |
Senior Member
Join Date: Jul 2011
Posts: 120
Rep Power: 15 |
Quote:
QMake version 2.01a Using Qt version 4.8.1 in /usr/lib/x86_64-linux-gnu I tried a clean install in another pc and I am able to replicate the problem, in fact, up till today I have tried in 2 of my home PCs and 2 of my company PCs and all have that problem. And the last one is a clean install, bare system only with OF and paraview installed. |
||
December 3, 2012, 10:56 |
|
#13 |
Senior Member
Join Date: Jul 2011
Posts: 120
Rep Power: 15 |
just gotten the same exact error on vmware player fresh install. I might wanna try using another version of paraview next.
|
|
December 3, 2012, 17:04 |
|
#14 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi haze_1986,
I've written some instructions the other day, that I forgot to reference here: http://www.cfd-online.com/Forums/ope...tml#post395266 post #6 Hopefully those will help you isolate the problem. Good luck! Bruno
__________________
|
|
December 3, 2012, 23:10 |
|
#15 |
Senior Member
Join Date: Jul 2011
Posts: 120
Rep Power: 15 |
Not really sure about that since I am installing on 12.04LTS. I have just tried using the script install on a fresh system still the same thing. I wonder and it seems that there is something that I missed out after installing ubuntu in virtualbox that the rest of you not getting the error had. All I did was install ubuntu, do a full update, install guest additions, then openfoam and paraview.
|
|
December 4, 2012, 08:18 |
|
#16 |
Senior Member
Join Date: Jul 2011
Posts: 120
Rep Power: 15 |
compiling everything solved the problem, no more errors under view
http://openfoamwiki.net/index.php/In...u#Ubuntu_12.04 I supposed we can just compile paraview, but I compiled for both since I wanna try it once. |
|
December 4, 2012, 17:14 |
|
#17 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
Hi haze_1986,
I'm glad you've finally got things working and that you shared the working solution! I should have proposed that solution earlier, but I also wanted to figure out why the original problem was occurring . Best regards, Bruno
__________________
|
|
December 5, 2012, 09:08 |
|
#18 |
New Member
Fergus
Join Date: Sep 2012
Location: Glasgow, UK
Posts: 23
Rep Power: 14 |
Quick shout to say I've been having the same problem as above on OF 2.1.1 & Paraview 3.12.0 on ubuntu 12.04 (Win7 host on virtualbox 4.2.4)
Trying to (re?)install Paraview using: Code:
cd $WM_THIRD_PARTY_DIR ./makeParaView cd $FOAM_UTILITIES/postProcessing/graphics/PV3Readers wmSET $FOAM_SETTINGS ./Allwclean ./Allwmake Code:
bash: cd: WM_THIRD_PARTY_DIR: No such file or directory Am I doing something stupid? |
|
December 6, 2012, 08:55 |
|
#19 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,981
Blog Entries: 45
Rep Power: 128 |
You simply forgot to use the $ symbol
__________________
|
|
December 6, 2012, 23:04 |
|
#20 |
New Member
Fergus
Join Date: Sep 2012
Location: Glasgow, UK
Posts: 23
Rep Power: 14 |
Perhaps I was missing the $, however I still get the following.
Code:
bash: cd: /opt/ThirdParty-2.1.1: No such file or directory It seems my ThirdParty folder is maybe in the wrong location? Thanks |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[OpenFOAM] How to view openfoam results in paraview | Marineboy | ParaView | 9 | June 19, 2019 22:16 |
[OpenFOAM] View grid coordinates in Paraview | ozzythewise | ParaView | 3 | June 6, 2017 05:12 |
[General] Paraview User defined view | prapanj | ParaView | 3 | January 3, 2014 21:54 |
[OpenFOAM] ParaView 3.6.1 & 3.7.0: Can't view STL files | johannes | ParaView | 2 | December 3, 2009 15:07 |
paraFoam reader for OpenFOAM 1.6 | smart | OpenFOAM Installation | 13 | November 16, 2009 22:41 |