CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > ParaView

[General] crash: recursive repaint detected

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By erik.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 6, 2015, 13:25
Default crash: recursive repaint detected
  #1
New Member
 
Erik Denlinger
Join Date: Sep 2015
Posts: 5
Rep Power: 10
erik. is on a distinguished road
I recently downloaded Paraview 4.3.1. Whenever I change the size of the window the program will crash and state 'qtwidget: recursive repaint detected'. I realize that this must be an issue with qt runtime but I am unsure how to fix the problem. Any suggestions would be greatly appreciated.
erik. is offline   Reply With Quote

Old   September 6, 2015, 14:05
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quick questions:
  1. What Operating System are you using?
  2. How are you launching ParaView?
    • Namely from a GUI or from a command line?
wyldckat is offline   Reply With Quote

Old   September 6, 2015, 14:09
Default
  #3
New Member
 
Erik Denlinger
Join Date: Sep 2015
Posts: 5
Rep Power: 10
erik. is on a distinguished road
I am using Windows 7 and launching from the GUI.

I also have a Linux machine with the same version of Paraview. Everything works just fine on that.
erik. is offline   Reply With Quote

Old   September 6, 2015, 14:42
Default
  #4
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quick question: Do you have another Qt version globally installed in your system?

To check, start a new command line window and run:
Code:
echo %PATH%
if it shows a path for Qt somewhere in the output, then that's possibly why ParaView is having issues, since it might be trying to use an incompatible Qt version.

Another check is to run:
Code:
where QtCore4.dll
wyldckat is offline   Reply With Quote

Old   September 6, 2015, 15:26
Default
  #5
New Member
 
Erik Denlinger
Join Date: Sep 2015
Posts: 5
Rep Power: 10
erik. is on a distinguished road
You may be on to something here. Yes I do have another Qt version globally installed. I use it with MIKTEX 2.9. Is there an easy way insure that Paraview will reference the Qt version that I installed along with it rather than the other Qt version?
erik. is offline   Reply With Quote

Old   September 6, 2015, 15:58
Default
  #6
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
The only way I know is to rely on a batch file for launching ParaView. Create one wherever you want, for example with the name "ParaView.bat" and place the following content inside:
Code:
@echo off
set PATH=%WINDIR%;%WINDIR%\system32
C:\Program Files (x86)\ParaView 4.3.1\bin\ParaView.exe
You might need to adapt the path for ParaView.
wyldckat is offline   Reply With Quote

Old   September 6, 2015, 16:00
Default
  #7
New Member
 
Erik Denlinger
Join Date: Sep 2015
Posts: 5
Rep Power: 10
erik. is on a distinguished road
Update: I have now tried uninstalling MIKTEX (where QtCore4.dll now finds no files) and Paraview and reinstalling just Paraview. The problem is still persisting.
erik. is offline   Reply With Quote

Old   September 6, 2015, 16:08
Default
  #8
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Please try the latest ParaView version, 4.4.0 RC2, which was released a few hours ago. With any luck, this issue is already fixed.
wyldckat is offline   Reply With Quote

Old   September 8, 2015, 15:16
Default
  #9
New Member
 
Erik Denlinger
Join Date: Sep 2015
Posts: 5
Rep Power: 10
erik. is on a distinguished road
The issue persists in 4.4. However, I have resolved the issue. I have a program on my computer that launches at startup "DisplayLink" which allows me to use an additional monitor. When turned off, Paraview functions properly. I very much appreciate the assistance that you provided me.
wyldckat likes this.
erik. 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 On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PEMFC model with FLUENT brahimchoice FLUENT 22 April 19, 2020 15:44
[ANSYS Meshing] Help with element size sandri_92 ANSYS Meshing & Geometry 14 November 14, 2018 07:54
fluent divergence for no reason sufjanst FLUENT 2 March 23, 2016 16:08
user subroutine error CFDUSER CFX 2 December 9, 2006 06:31
user defined function cfduser CFX 0 April 29, 2006 10:58


All times are GMT -4. The time now is 15:19.