I recently bought a new laptop and am facing problems running Paraview 5.5.2 On the old machine Paraview 5.5.1 worked perfectly well. Here some of the facts:
Old machine: Dell Precision M3800 with Intel i7-4702HQ CPU
OS: Ubuntu 16.04 LTS via Oracle VM
Paraview version: 5.5.1.Qt5-MPI-Linux-64bit
New Machine: Alienware 15 R4 with Intel Core i9-8950HK CPU
Graphics Adapter: NVIDIA GeForce GTX 1080 (Laptop)
OS: Ubuntu 16.04 LTS via Oracle VM
Paraview version: 5.5.2.Qt5-MPI-Linux-64bit
When trying to run Paraview 5.5.2 on the new machine the usual startup screen pops-up in the foreground, but the actual Paraview 5.5.2 64-bit window in the background is empty and can only be closed.
I then tried to install Paraview through PPA. This version works OK, but is version 5.01.
Any suggestions or help to resolve this issue would be appreciated.
Hello Mathieu. Sorry for the delay. The Nvidia driver on Windows is GeForce 398.82. However, Paraview 5.5.2 runs without problem on Windows. On my Ubuntu box (Oracle VM VB Manager) I have problems checking what driver is installed. I am also unable to run Paraview from the terminal. I get the usual “program currently not installed” and when I run “sudo apt install Paraview” the old PPA version (5.0.1) gets activated. Harry
Thanks Mathieu. I did, but no luck. I decided to switch my development effort to Windows 10, which is the default OS on my computer. Thanks again for your support. Regards. Harry
I would not recommend using 5.x branch in Windows. I experienced so many problems on various windows machines, and poor performance. While it works more reliably in VM Debian environment, for example, (in software rendering mode). Well, it depends on the data source, but you should know. There are some incompatibilities with windows drivers model, probably. Not sure, but release builds are crashing too often.
Windows Release are thoroughly checked and pass the same tests as the linux build.
As long as the software and the hardware are not too old, everything should be fine.
So far it’s working fine for me on Windows 10. The bigger challenge I had was to find and install proper drivers for my GPU on Ubuntu, so decided to switch to Windows. So far so good.
And it is not fine, using quite normal hardware, as I said before.
It seems to me, your beta-testing is weak, and based on formal automatic test-pass methods. While Paraview in Windows can render scenes well in “load-and-render” mode, trying biulding some new stack of filters with hand-and-mouse can become impossible. So I do: prepare the stack in linux virtual machine in software mode, then load it up in native windows host, and render. As I said, Paraview betas made with alternative compilers/tool-sets generally work better than releases.
I also tried to install ParaView -5.5.2-Qt5 on Ubuntu 16.04 after reading this discussion. But I couldn’t. After extracting the folder I entered " ./bin/ParaView" command. But it says “No such file or directory”. Could you please help me also?
I have installed Ubuntu in Virtual Box on windows. some time it says me disk has less space in Ubuntu. I feel like it is the reason for not to work paraview properly in my computer.
Hello. Things like this may happen due to graphics drivers compatibility problems. I used/use ParaView with Ubuntu 12, Ubuntu 14, Centos 6.5, Windows 7 and even with CentOS 6.2 + VNC Viewer a little. ParaView versions are 4.3…5.x (don’t remember exactly, actual version for beginning of 2018). Graphics are some old AMD card (Ubuntu 12), nVidia 1060 (Kubuntu 14 + ParaView 4.3…5.x), some nVidia Quadro (Windows 7 + FreeRDP + ParaView 4.3…5.2), software rendering (CentOS 6.2 + VNC Viewer). I never used special options for software rendering on these systems and never encounter graphics compatibility issues until now, but, generally, these issues happen to many users. So you may try another Ubuntu distribution or flavour (Ubuntu/Kubuntu), another ParaView version (if it’s not crucial for you, give a try to ParaView 5.2) or another graphics driver/card if possible.
You should try ./bin/paraview --mesa. Unless VirtualBox has made significant improvements I haven’t heard about, your VirtualBox graphics drivers don’t support the OpenGL version that ParaView needs. This option will force ParaView to use the bundled version of the Mesa software graphics stack instead.