<div dir="ltr">Ok that mean there is still a path issue when loading a file within ParaViewWeb on Windows.<div><br></div><div>Did you look at the log of that given session to see if any error is printed?</div><div><br></div><div>You can try to edit the file [lib/site-packages]/paraview/web/protocols.py within the ParaView application (The [...] part is for the path section that I'm not sure of).</div><div><br></div><div>In the function </div><div><br></div><div><div>    @exportRpc("pv.proxy.manager.create.reader")</div><div>    def open(self, relativePath):</div></div><div><div>        """</div><div>        Open relative file paths, attempting to use the file extension to select</div><div>        from the configured readers.</div><div>        """</div><div>        fileToLoad = []</div><div>        if type(relativePath) == list:</div><div>            for file in relativePath:</div><div>                validPath = self.getAbsolutePath(file)</div><div>                if validPath:</div><div>                    fileToLoad.append(validPath)</div><div>        else:</div><div>            validPath = self.getAbsolutePath(relativePath)</div><div>            if validPath:</div><div>                fileToLoad.append(validPath)</div><div><br></div><div>        if len(fileToLoad) == 0:</div><div>            return { 'success': False, 'reason': 'No valid path name' }</div><div><br></div><div>        print "=" * 80        # <------ ADD THAT LINE TO SEE THE PATH YOU TRY TO LOAD</div><div>        print fileToLoad   # <------ ADD THAT LINE TO SEE THE PATH YOU TRY TO LOAD</div></div><div>        print "=" * 80       # <------ ADD THAT LINE TO SEE THE PATH YOU TRY TO LOAD<br></div><div><br></div><div>        [...]</div><div><br></div><div>Then look at the log to see which path is used to load that file.</div><div><br></div><div>Seb</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 3, 2017 at 6:36 AM, Debopam Ghoshal <span dir="ltr"><<a href="mailto:debopamg@gmail.com" target="_blank">debopamg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Seb,<div><br></div><div>1. We are able to see the orientation axis and also able to rotate them. For example, when we click on can.ex2, we see a blank black screen. Then after we hide the left panel, we are able to see the orientation axis and also rotate them.</div><div><br></div><div>2. When we select the Wavelet we were able to view it properly, and was also able to rotate the scene.</div><div><br></div><div>3. We tried with both <font face="monospace, monospace">/ </font>and <font face="monospace, monospace">\\ </font>but there is no change. The command we are using to launch paraview is as below:</div><div><br></div><div>a: <font face="monospace, monospace">.\bin\pvpython.exe "C:\\ParaView-5.2.0-Qt4-<wbr>OpenGL2-MPI-Windows-64bit\\<wbr>share\\paraview-5.2\\web\\<wbr>visualizer\\server\\pvw-<wbr>visualizer.py" --content "C:\\ParaView-5.2.0-Qt4-<wbr>OpenGL2-MPI-Windows-64bit\\<wbr>share\\paraview-5.2\\web\\<wbr>visualizer\\www" --data "C:\\ParaView-5.2.0-Qt4-<wbr>OpenGL2-MPI-Windows-64bit\\<wbr>data" --port 8080</font></div><div><br></div><div>b: <font face="monospace, monospace">.\bin\pvpython.exe "C:/ParaView-5.2.0-Qt4-<wbr>OpenGL2-MPI-Windows-64bit/<wbr>share/paraview-5.2/web/<wbr>visualizer/server/pvw-<wbr>visualizer.py" --content "C:/ParaView-5.2.0-Qt4-<wbr>OpenGL2-MPI-Windows-64bit/<wbr>share/paraview-5.2/web/<wbr>visualizer/www" --data "C:/ParaView-5.2.0-Qt4-<wbr>OpenGL2-MPI-Windows-64bit/<wbr>data" --port 8080</font></div><div><br></div></div><div class="gmail_extra"><span class=""><br clear="all"><div><div class="m_-829936878108709574gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Cheers & Best Wishes,</div><div>Debopam</div><div>------------------------------<wbr>-</div><div>Cell: <a href="tel:+91%2098304%2010041" value="+919830410041" target="_blank">+91 98304 10041</a></div></div></div></div>
<br></span><div><div class="h5"><div class="gmail_quote">On Mon, Jan 2, 2017 at 9:36 PM, Sebastien Jourdain <span dir="ltr"><<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.<wbr>com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Debopam,<div><br></div><div>Do you see the orientation axis? Does it move when you rotate the scene?</div><div>What happen when you click on "+" and choose the Wavelet? Do you see something?</div><div><br></div><div>I'm wondering if you still run into an invalid path issue due to / or \.</div><div><br></div><div>Seb</div></div><div class="m_-829936878108709574HOEnZb"><div class="m_-829936878108709574h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 2, 2017 at 6:38 AM, Debopam Ghoshal <span dir="ltr"><<a href="mailto:debopamg@gmail.com" target="_blank">debopamg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Seb,<div><br></div><div>1. <span style="font-size:12.8px">"C:/ParaView-5.2.0-Qt4-</span><span style="font-size:12.8px">Open<wbr>GL2-MPI-Windows-64bit/</span><span style="font-size:12.8px">data" works fine. Now we can see the list of files in the data folder.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">However, there seems to be some problem with the ParaviewWeb Application (or may be with the graphics driver?). Because we cannot render the sample mesh files (eg: can.ex2) in the visualizer. When we tried to view the files in the desktop application they are displayed without any problems. A screenshot of the graphics driver is attached for your reference.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">2. Ok.</span></div><div><br></div><div class="gmail_extra"><span><br clear="all"><div><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Cheers & Best Wishes,</div><div>Debopam</div><div>------------------------------<wbr>-</div></div></div></div>
<br></span><div><div class="m_-829936878108709574m_9090555185724801291h5"><div class="gmail_quote">On Fri, Dec 30, 2016 at 9:02 PM, Sebastien Jourdain <span dir="ltr"><<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.co<wbr>m</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Debopam,<div><br></div><div>1) I'm not sure to know what is the issue with the path but try with either:</div><div><br></div><div>"C:/ParaView-5.2.0-Qt4-OpenGL2<wbr>-MPI-Windows-64bit/data"</div><div>or</div><div>"C:\\ParaView-5.2.0-Qt4-OpenGL<wbr>2-MPI-Windows-64bit\\data"<br></div><div><br></div><div>2) paraview_console_error.jpg is not an error since you are not using the launcher. So that part is actually expected.</div><div>For the second error when you try to delete the TimeAnnotation, I'm not sure to know what is the issue. You should know more by looking at the output of the command line.</div><div><br></div><div>Seb</div><div><br></div></div><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638HOEnZb"><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 30, 2016 at 12:53 AM, Debopam Ghoshal <span dir="ltr"><<a href="mailto:debopamg@gmail.com" target="_blank">debopamg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>(Reposting for a larger audience)</div><div><br></div><div>Hi Ken,</div><div><br></div><div><div style="font-size:12.8px">When we start paraview web we noted two things:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">1. In the Visualizer, the Files tab is not showing any files. Please refer to the attached screenshot (paraview_home.jpg)</div><div style="font-size:12.8px">2. There is an error showing up at the browser console (paraview_console_error.jpg, p<wbr>araview_console_error2.jpg)</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">The paraview startup messages are also given for your reference (paraview_log.jpg)</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px"><br></div><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942gmail-yj6qo m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942gmail-ajU" style="font-size:12.8px"></div></div></div><div class="gmail_extra"><span><br clear="all"><div><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Cheers & Best Wishes,</div><div>Debopam</div><div>------------------------------<wbr>-</div><div>Cell: <a href="tel:+91%2098304%2010041" value="+919830410041" target="_blank">+91 98304 10041</a></div></div></div></div>
<br></span><div class="gmail_quote">On Wed, Dec 28, 2016 at 10:35 AM, Debopam Ghoshal <span dir="ltr"><<a href="mailto:debopamg@gmail.com" target="_blank">debopamg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Ken,<div><br></div><div>We finally got a machine where Paraview 5.2 MPI is running without any issues. However, when we start paraview web we noted two things:</div><div><br></div><div>1. In the Visualizer, the Files tab is not showing any files. Please refer to the attached screenshot (paraview_home.jpg)</div><div>2. There is an error showing up at the browser console (paraview_console_error.jpg, p<wbr>araview_console_error2.jpg)</div><div><br></div><div>The paraview startup messages are also given for your reference (paraview_log.jpg)</div><div><br></div></div><div class="gmail_extra"><span><span><br clear="all"><div><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Cheers & Best Wishes,</div><div>Debopam</div><div>------------------------------<wbr>-</div><div>Cell: <a href="tel:+91%2098304%2010041" value="+919830410041" target="_blank">+91 98304 10041</a></div></div></div></div>
<br></span></span><div><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942h5"><div class="gmail_quote">On Tue, Dec 13, 2016 at 7:03 PM, Ken Martin <span dir="ltr"><<a href="mailto:ken.martin@kitware.com" target="_blank">ken.martin@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">ParaView with the old OpenGL backend should work on any windows machine. It may be slow and some of the advanced techniques may not work but the basics will all work.</div><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780HOEnZb"><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 13, 2016 at 5:57 AM, Debopam Ghoshal <span dir="ltr"><<a href="mailto:debopamg@gmail.com" target="_blank">debopamg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Yes Ken, you are right. This is an older machine. So, will it be possible to use ParaView (with the old OpenGL backend) on this machine? Or we need to get a machine with better configuration to run ParaView?<div><br></div><div>Additionally, will it be possible to run ParaView (and ParaViewWeb) on a Windows 10 guest running in VirtualBox on a MacOS host?</div></div><div class="gmail_extra"><span><br clear="all"><div><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Cheers & Best Wishes,</div><div>Debopam</div><div>------------------------------<wbr>-</div><div>Cell: <a href="tel:%2B91%2098304%2010041" value="+919830410041" target="_blank">+91 98304 10041</a></div></div></div></div>
<br></span><div class="gmail_quote">On Mon, Dec 12, 2016 at 8:22 PM, Ken Martin <span dir="ltr"><<a href="mailto:ken.martin@kitware.com" target="_blank">ken.martin@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">So if I am reading this correctly the machine has a rv516 GPU which was released in 2007. That GPU does not support anything beyond OpenGL 2.0 which means you would need to use the old OpenGL backend with VTK/ParaView. <div><br></div><div><a href="http://www.gpureview.com/ati-rv516-chip-135.html" target="_blank">http://www.gpureview.com/ati-r<wbr>v516-chip-135.html</a><br></div><div><br></div><div><br></div></div><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072HOEnZb"><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072h5"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 12, 2016 at 9:21 AM, Debopam Ghoshal <span dir="ltr"><<a href="mailto:debopamg@gmail.com" target="_blank">debopamg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Ken,<div><br></div><div>This is a standard desktop PC running Window 10 Professional Edition. If there is something I need to install on this machine, please let me know.</div></div><div class="gmail_extra"><span><br clear="all"><div><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085m_2926556882269982046gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Cheers & Best Wishes,</div><div>Debopam</div><div>------------------------------<wbr>-</div><div>Cell: <a href="tel:%2B91%2098304%2010041" value="+919830410041" target="_blank">+91 98304 10041</a></div></div></div></div>
<br></span><div class="gmail_quote">On Mon, Dec 12, 2016 at 7:18 PM, Ken Martin <span dir="ltr"><<a href="mailto:ken.martin@kitware.com" target="_blank">ken.martin@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Is this a server maybe? It seems like the system lacks any OpenGL support beyond the default Microsoft implementation which is circa OpenGL 1.4 I believe.</div><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085m_2926556882269982046HOEnZb"><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085m_2926556882269982046h5"><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Dec 11, 2016 at 11:51 PM, Debopam Ghoshal <span dir="ltr"><<a href="mailto:debopamg@gmail.com" target="_blank">debopamg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Ken,<div><br></div><div>When I ran the command: vtkRenderingOpenGL2Cx<wbr>xTests.exe TestAppleBug there was an error. A screenshot of the error is attached for your reference. Please let me know if you require any other details.</div></div><div class="gmail_extra"><span><br clear="all"><div><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085m_2926556882269982046m_-787792956481428731m_-4553452096497511714gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Cheers & Best Wishes,</div><div>Debopam</div><div>------------------------------<wbr>-</div><div>Cell: <a href="tel:%2B91%2098304%2010041" value="+919830410041" target="_blank">+91 98304 10041</a></div></div></div></div>
<br></span><div class="gmail_quote">On Fri, Dec 9, 2016 at 7:17 PM, Ken Martin <span dir="ltr"><<a href="mailto:ken.martin@kitware.com" target="_blank">ken.martin@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Here is a new version of the executable, can you try it?<div><br></div><div><br></div></div><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085m_2926556882269982046m_-787792956481428731m_-4553452096497511714HOEnZb"><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085m_2926556882269982046m_-787792956481428731m_-4553452096497511714h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Dec 9, 2016 at 1:42 AM, Debopam Ghoshal <span dir="ltr"><<a href="mailto:debopamg@gmail.com" target="_blank">debopamg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Cory and Ken,<div><br></div><div>Thanks a lot for your prompt response. </div><div><br></div><div>Below are the details you asked:</div><div>1. display-props.png - screenshot of:  <font face="monospace, monospace"><span style="font-size:12.8px">Settings -> System -> Display -> Advanced display settings -> Display </span><span style="font-size:12.8px">adapter properties</span></font></div><div class="gmail_extra">2. vtkrendering.png - screenshot of the error which came up when I ran: <font face="monospace, monospace">vtkRenderingOpenGL2CxxTests.ex<wbr>e TestAppleBug</font></div><div><br></div><div class="gmail_extra"><span><br clear="all"><div><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085m_2926556882269982046m_-787792956481428731m_-4553452096497511714m_-7747786326204719385m_-3235943300599017134gmail_signature"><div dir="ltr"><div>Cheers & Best Wishes,</div><div>Debopam</div><div>------------------------------<wbr>-</div><div><br></div></div></div></div>
<br></span><div class="gmail_quote">On Thu, Dec 8, 2016 at 10:49 PM, Ken Martin <span dir="ltr"><<a href="mailto:ken.martin@kitware.com" target="_blank">ken.martin@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Can you try running the following executable (rename .foo to .exe) from a cmd shell as<div><br></div><div>vtkRenderingOpenGL2CxxTests.ex<wbr>e TestAppleBug</div><div><br></div><div>and see if it crashes, and send the output is produces</div><div><br></div><div>Thanks</div><div>Ken</div><div><br></div><div><br></div></div><div class="gmail_extra"><div><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172h5"><div><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085m_2926556882269982046m_-787792956481428731m_-4553452096497511714m_-7747786326204719385m_-3235943300599017134gmail-h5"><br><div class="gmail_quote">On Thu, Dec 8, 2016 at 10:46 AM, Cory Quammen <span dir="ltr"><<a href="mailto:cory.quammen@kitware.com" target="_blank">cory.quammen@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Depobam,<br>
<br>
Thanks for trying out the other ParaView versions. I suspect there<br>
might be a problem with the new OpenGL backend on your system as that<br>
has changed between ParaView 4 and 5. What kind of graphics card do<br>
you have on your system. You can get some of the display properties by<br>
going to<br>
<br>
Settings -> System -> Display -> Advanced display settings -> Display<br>
adapter properties<br>
<br>
Ken,<br>
<br>
Are there any things Depobam can do on his Windows 10 system to help<br>
diagnose whether the OpenGL2 backend is causing the crash he is seeing<br>
in ParaView?<br>
<br>
Thanks,<br>
Cory<br>
<br>
On Thu, Dec 8, 2016 at 2:51 AM, Debopam Ghoshal <<a href="mailto:debopamg@gmail.com" target="_blank">debopamg@gmail.com</a>> wrote:<br>
> Hi Cory,<br>
><br>
> I tried to run Paraview 5.1.2, but it gives the same error. However, I was<br>
> able to run Paraview 4.1 successfully on Window 10.<br>
><br>
> But ParaviewWeb failed to run as it seems that version 4.1 does not have the<br>
> python script used for running ParaviewWeb.<br>
><br>
><br>
><br>
> Cheers & Best Wishes,<br>
> Debopam<br>
> ------------------------------<wbr>-<br>
> Cell: <a href="tel:%2B91%2098304%2010041" value="+919830410041" target="_blank">+91 98304 10041</a><br>
><br>
> On Wed, Dec 7, 2016 at 5:14 AM, Sebastien Jourdain<br>
> <<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.co<wbr>m</a>> wrote:<br>
>><br>
>> Cory you need to provide an absolute path as argument "c:\.....".<br>
>><br>
>> But the issue seems to be on ParaView itself. The (Qt) executable crash at<br>
>> startup on there machine, regardless of their goal to use ParaViewWeb down<br>
>> the road.<br>
>><br>
>> Seb<br>
>><br>
>> On Tue, Dec 6, 2016 at 10:06 AM, Cory Quammen <<a href="mailto:cory.quammen@kitware.com" target="_blank">cory.quammen@kitware.com</a>><br>
>> wrote:<br>
>>><br>
>>> Correction: I could run ParaViewWeb on Windows 10, but I couldn't load<br>
>>> data through the web client. I didn't get pvpython.exe to crash,<br>
>>> though.<br>
>>><br>
>>> On Tue, Dec 6, 2016 at 11:35 AM, Cory Quammen <<a href="mailto:cory.quammen@kitware.com" target="_blank">cory.quammen@kitware.com</a>><br>
>>> wrote:<br>
>>> > Debopam,<br>
>>> ><br>
>>> > I just tried what you ran on Windows 10 and it ran fine for me. One<br>
>>> > thing I had to fix, which I doubt is the cause of your crash, is the<br>
>>> > data argument is actually just --data and not --data-dir.<br>
>>> ><br>
>>> > We've had some other reports of 5.2 crashing on start up on Windows.<br>
>>> > Did 5.1 run fine for you?<br>
>>> ><br>
>>> > I wonder if you could try installing ParaView 4.4 from<br>
>>> > <a href="http://www.paraview.org/download/" rel="noreferrer" target="_blank">http://www.paraview.org/downlo<wbr>ad/</a> to see if it runs. If it does, that<br>
>>> > gives me a clue on where to look.<br>
>>> ><br>
>>> > Thanks,<br>
>>> > Cory<br>
>>> ><br>
>>> > On Tue, Dec 6, 2016 at 5:23 AM, Debopam Ghoshal <<a href="mailto:debopamg@gmail.com" target="_blank">debopamg@gmail.com</a>><br>
>>> > wrote:<br>
>>> >> Hi,<br>
>>> >><br>
>>> >> I followed the instructions given here, but I am getting the following<br>
>>> >> error:<br>
>>> >><br>
>>> >><br>
>>> >> Paraview Installation Directory:<br>
>>> >> C:\ParaView-5.2.0-Qt4-OpenGL2-<wbr>Windows-64bit<br>
>>> >><br>
>>> >> Command:<br>
>>> >><br>
>>> >> .\bin\pvpython.exe \<br>
>>> >><br>
>>> >><br>
>>> >><br>
>>> >> "C:\ParaView-5.2.0-Qt4-OpenGL2<wbr>-Windows-64bit\share\paraview-<wbr>5.2\web\visualizer\server\pvw-<wbr>visualizer.py"<br>
>>> >> \<br>
>>> >><br>
>>> >>   --content<br>
>>> >><br>
>>> >> "C:\ParaView-5.2.0-Qt4-OpenGL2<wbr>-Windows-64bit\share\paraview-<wbr>5.2\web\visualizer\www\"<br>
>>> >> \<br>
>>> >><br>
>>> >>   --data-dir "C:\ParaView-5.2.0-Qt4-OpenGL2<wbr>-Windows-64bit\data\" \<br>
>>> >><br>
>>> >>   --port 8080<br>
>>> >><br>
>>> >><br>
>>> >> Output:<br>
>>> >><br>
>>> >> Console: 2016-12-02 10:09:51+0530 [-] Log opened.<br>
>>> >><br>
>>> >> Error Window screenshot attached (PVW-Error.png)<br>
>>> >><br>
>>> >><br>
>>> >> Other Details:<br>
>>> >><br>
>>> >> OS: Windows 10 Professional<br>
>>> >><br>
>>> >> RAM: 8GB<br>
>>> >><br>
>>> >> A screenshot of the system properties is attached for your reference<br>
>>> >> (Window10-SystemProps.png)<br>
>>> >><br>
>>> >> Similar error occurred when I launched the Paraview desktop<br>
>>> >> application<br>
>>> >> (ParaviewError.png).<br>
>>> >><br>
>>> >><br>
>>> >> Cheers & Best Wishes,<br>
>>> >><br>
>>> >> Debopam<br>
>>> >> ------------------------------<wbr>-<br>
>>> >><br>
>>> >><br>
>>> >> ______________________________<wbr>_________________<br>
>>> >> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
>>> >><br>
>>> >> Visit other Kitware open-source projects at<br>
>>> >> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
>>> >><br>
>>> >> Please keep messages on-topic and check the ParaView Wiki at:<br>
>>> >> <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaV<wbr>iew</a><br>
>>> >><br>
>>> >> Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
>>> >><br>
>>> >> Follow this link to subscribe/unsubscribe:<br>
>>> >> <a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/paraview</a><br>
>>> >><br>
>>> ><br>
>>> ><br>
>>> ><br>
>>> > --<br>
>>> > Cory Quammen<br>
>>> > Staff R&D Engineer<br>
>>> > Kitware, Inc.<br>
>>><br>
>>><br>
>>><br>
>>> --<br>
>>> Cory Quammen<br>
>>> Staff R&D Engineer<br>
>>> Kitware, Inc.<br>
>>> ______________________________<wbr>_________________<br>
>>> Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
>>><br>
>>> Visit other Kitware open-source projects at<br>
>>> <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
>>><br>
>>> Please keep messages on-topic and check the ParaView Wiki at:<br>
>>> <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaV<wbr>iew</a><br>
>>><br>
>>> Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
>>><br>
>>> Follow this link to subscribe/unsubscribe:<br>
>>> <a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/paraview</a><br>
>><br>
>><br>
><br>
<span class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085m_2926556882269982046m_-787792956481428731m_-4553452096497511714m_-7747786326204719385m_-3235943300599017134gmail-m_-1662318700183171521HOEnZb"><font color="#888888"><br>
<br><span class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085m_2926556882269982046m_-787792956481428731m_-4553452096497511714m_-7747786326204719385HOEnZb"><font color="#888888">
<br>
--<br>
Cory Quammen<br>
Staff R&D Engineer<br>
Kitware, Inc.<br>
</font></span></font></span></blockquote></div><span class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085m_2926556882269982046m_-787792956481428731m_-4553452096497511714m_-7747786326204719385HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div></font></span></div></div></div></div><span class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085m_2926556882269982046m_-787792956481428731m_-4553452096497511714m_-7747786326204719385HOEnZb"><font color="#888888"><span class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085m_2926556882269982046m_-787792956481428731m_-4553452096497511714m_-7747786326204719385m_-3235943300599017134gmail-HOEnZb"><font color="#888888">-- <br><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085m_2926556882269982046m_-787792956481428731m_-4553452096497511714m_-7747786326204719385m_-3235943300599017134gmail-m_-1662318700183171521gmail_signature">Ken Martin PhD<div>Chairman & CFO<br>Kitware Inc.<br>28 Corporate Drive<br>Clifton Park NY 12065<br><a href="tel:518%20371%203971" value="+15183713971" target="_blank">518 371 3971</a><div><br></div><div><span style="font-size:10pt;font-family:tahoma,sans-serif">This communication,
including all attachments, contains confidential and legally privileged
information, and it is intended only for the use of the addressee.  Access to this email by anyone else is
unauthorized. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken in reliance on it is prohibited and may be
unlawful. If you received this communication in error please notify us
immediately and destroy the original message. 
Thank you.</span></div></div></div>
</font></span></font></span></div>
</blockquote></div><br></div></div>
</blockquote></div><br><br clear="all"><span class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085m_2926556882269982046m_-787792956481428731HOEnZb"><font color="#888888"><div><br></div>-- <br><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085m_2926556882269982046m_-787792956481428731m_-4553452096497511714m_-7747786326204719385gmail_signature" data-smartmail="gmail_signature">Ken Martin PhD<div>Chairman & CFO<br>Kitware Inc.<br>28 Corporate Drive<br>Clifton Park NY 12065<br><a href="tel:518%20371%203971" value="+15183713971" target="_blank">518 371 3971</a><div><br></div><div><span style="font-size:10pt;font-family:Tahoma,sans-serif">This communication,
including all attachments, contains confidential and legally privileged
information, and it is intended only for the use of the addressee.  Access to this email by anyone else is
unauthorized. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken in reliance on it is prohibited and may be
unlawful. If you received this communication in error please notify us
immediately and destroy the original message. 
Thank you.</span></div></div></div>
</font></span></div>
</div></div></blockquote></div><br></div>
</blockquote></div><br><br clear="all"><span class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085HOEnZb"><font color="#888888"><div><br></div>-- <br><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085m_2926556882269982046m_-787792956481428731gmail_signature" data-smartmail="gmail_signature">Ken Martin PhD<div>Chairman & CFO<br>Kitware Inc.<br>28 Corporate Drive<br>Clifton Park NY 12065<br><a href="tel:518%20371%203971" value="+15183713971" target="_blank">518 371 3971</a><div><br></div><div><span style="font-size:10pt;font-family:Tahoma,sans-serif">This communication,
including all attachments, contains confidential and legally privileged
information, and it is intended only for the use of the addressee.  Access to this email by anyone else is
unauthorized. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken in reliance on it is prohibited and may be
unlawful. If you received this communication in error please notify us
immediately and destroy the original message. 
Thank you.</span></div></div></div>
</font></span></div>
</div></div></blockquote></div><br></div>
</blockquote></div><br><br clear="all"><span class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364HOEnZb"><font color="#888888"><div><br></div>-- <br><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364m_5945515674990676072m_2905830618091714085gmail_signature" data-smartmail="gmail_signature">Ken Martin PhD<div>Chairman & CFO<br>Kitware Inc.<br>28 Corporate Drive<br>Clifton Park NY 12065<br><a href="tel:518%20371%203971" value="+15183713971" target="_blank">518 371 3971</a><div><br></div><div><span style="font-size:10pt;font-family:Tahoma,sans-serif">This communication,
including all attachments, contains confidential and legally privileged
information, and it is intended only for the use of the addressee.  Access to this email by anyone else is
unauthorized. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken in reliance on it is prohibited and may be
unlawful. If you received this communication in error please notify us
immediately and destroy the original message. 
Thank you.</span></div></div></div>
</font></span></div>
</div></div></blockquote></div><br></div>
</blockquote></div><br><br clear="all"><span class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172HOEnZb"><font color="#888888"><div><br></div>-- <br><div class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172m_7811662276209017942m_1132942191269558780m_-3085010930367834364gmail_signature" data-smartmail="gmail_signature">Ken Martin PhD<div>Chairman & CFO<br>Kitware Inc.<br>28 Corporate Drive<br>Clifton Park NY 12065<br><a href="tel:(518)%20371-3971" value="+15183713971" target="_blank">518 371 3971</a><div><br></div><div><span style="font-size:10pt;font-family:Tahoma,sans-serif">This communication,
including all attachments, contains confidential and legally privileged
information, and it is intended only for the use of the addressee.  Access to this email by anyone else is
unauthorized. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken in reliance on it is prohibited and may be
unlawful. If you received this communication in error please notify us
immediately and destroy the original message. 
Thank you.</span></div></div></div>
</font></span></div><span class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172HOEnZb"><font color="#888888">
</font></span></div></div></blockquote></div><span class="m_-829936878108709574m_9090555185724801291m_-6493114561449674638m_5805684070171819172HOEnZb"><font color="#888888"><br></font></span></div></div></div>
</blockquote></div><br></div>
<br>______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaV<wbr>iew</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/paraview</a><br>
<br></blockquote></div><br></div>
</div></div></blockquote></div><br></div></div></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div>