<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Greetings Jérémy,<br>
      <br>
      If you had provided the XML file, it would have been a bit easier
      to diagnose this ourselves.<br>
      Nonetheless, it seems to me that the issue is that the
      class/library "vtkPTecplotBinaryReader" is simply not loadable. A
      bit of searching online and in ParaView's source code leads me to
      believe that only the class "vtkTecplotReader" is available for
      loading through an XML only plug-in.<br>
      <br>
      If the class "vtkPTecplotBinaryReader" is a custom library you've
      built/created from source code, then have a look at a recent email
      I sent to this very same mailing list:
      <a class="moz-txt-link-freetext" href="http://public.kitware.com/pipermail/paraview/2014-August/031817.html">http://public.kitware.com/pipermail/paraview/2014-August/031817.html</a><br>
      <br>
      Best regards,<br>
      Bruno<br>
      <br>
      On 05-08-2014 15:48, Jérémy Santina wrote:<br>
    </div>
    <blockquote
cite="mid:CAAPOYrF7LWwWp3VL+ap2s8wBVS=c_K5oGkQ+YPE5f+XCDC2-dQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>Hello,<br>
              <br>
            </div>
            I have written my own reader for ParaView and I am facing
            with some issues. <br>
            <br>
            My version of ParaView is 4.1 for Windows-64 bit and I
            didn't build it from sources.<br>
            <br>
          </div>
          <div>As the <a moz-do-not-send="true"
href="http://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Adding_a_Reader"
              target="_blank">wiki</a> describes, I wrote a Server
            Manager XML file.<br>
          </div>
          <div>Then I set the environment flag PV_PLUGIN_DEBUG.</div>
          <br>
          Everything seems to work fine when I load the reader with
          Plugin Manager as the output messages dialog box indicates :<br>
          <br>
          <span
            style="font-family:'Courier';font-size:7.8pt;color:rgb(0,128,0)">***************************************************</span>
          <p style="margin:0px;text-indent:0px"><span
              style="font-family:'Courier';font-size:7.8pt;color:rgb(0,128,0)">Attempting
              to load
C:\Users\Windows\Documents\Travail\ParaviewProject\VTKReaders\Plugin\TecplotBinaryReader.xml</span></p>
          <p style="margin:0px;text-indent:0px"><span
              style="font-family:'Courier';font-size:7.8pt;color:rgb(0,128,0)">Loading
              XML plugin</span></p>
          <p style="margin:0px;text-indent:0px"><span
              style="font-family:'Courier';font-size:7.8pt;color:rgb(0,128,0)">Plugin
              instance located successfully. Now loading components from
              the plugin instance based on the interfaces it implements.</span></p>
          <p style="margin:0px;text-indent:0px"><span
              style="font-family:'Courier';font-size:7.8pt;color:rgb(0,128,0)">----------------------------------------------------------------</span></p>
          <p style="margin:0px;text-indent:0px"><span
              style="font-family:'Courier';font-size:7.8pt;color:rgb(0,128,0)">Plugin
              Information: </span></p>
          <p style="margin:0px;text-indent:0px"><span
              style="font-family:'Courier';font-size:7.8pt;color:rgb(0,128,0)">
              Name : </span><span
              style="font-family:'Courier';font-size:7.8pt;color:rgb(0,128,0)">TecplotBinaryReader</span></p>
          <p style="margin:0px;text-indent:0px"><span
              style="font-family:'Courier';font-size:7.8pt;color:rgb(0,128,0)">
              Version : 1.0</span></p>
          <p style="margin:0px;text-indent:0px"><span
              style="font-family:'Courier';font-size:7.8pt;color:rgb(0,128,0)">
              ReqOnServer : 1</span></p>
          <p style="margin:0px;text-indent:0px"><span
              style="font-family:'Courier';font-size:7.8pt;color:rgb(0,128,0)">
              ReqOnClient : 0</span></p>
          <p style="margin:0px;text-indent:0px"><span
              style="font-family:'Courier';font-size:7.8pt;color:rgb(0,128,0)">
              ReqPlugins : </span></p>
          <p style="margin:0px;text-indent:0px"><span
              style="font-family:'Courier';font-size:7.8pt;color:rgb(0,128,0)">
              ServerManager Plugin : Yes</span></p>
          <p style="margin:0px;text-indent:0px"><span
              style="font-family:'Courier';font-size:7.8pt;color:rgb(0,128,0)">
              Python Plugin : No</span></p>
          <br>
        </div>
        But when I try to open a file, ParaView crashes and I get the
        following error message :<br>
        <br>
        <span
          style="font-family:'Courier';font-size:7.8pt;color:rgb(128,0,0)">ERROR:
          In
          C:\DBD\pvs-x64\paraview\src\paraview\ParaViewCore\ServerImplementation\Core\vtkSIProxy.cxx,
          line 307</span>
        <p style="margin:0px;text-indent:0px"><span
            style="font-family:'Courier';font-size:7.8pt;color:rgb(128,0,0)">vtkSISourceProxy
            (000000000B340ED0): Failed to create
            vtkPTecplotBinaryReader. Aborting for debugging purposes.</span></p>
        <p style="margin:0px;text-indent:0px"><br>
        </p>
        <p style="margin:0px;text-indent:0px">What am I doing wrong ?</p>
        <p style="margin:0px;text-indent:0px"><br>
        </p>
        <p style="margin:0px;text-indent:0px">Thanks in advance for your
          help.</p>
        <p style="margin:0px;text-indent:0px"><br>
        </p>
        <p style="margin:0px;text-indent:0px">Jérémy<br>
        </p>
        <p style="margin:0px;text-indent:0px"><br>
        </p>
        <p style="margin:0px;text-indent:0px"><br>
        </p>
        <p style="margin:0px;text-indent:0px">
          <span
            style="font-family:'Courier';font-size:7.8pt;color:rgb(128,0,0)"></span></p>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the ParaView Wiki at: <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://public.kitware.com/mailman/listinfo/paraview">http://public.kitware.com/mailman/listinfo/paraview</a>
</pre>
    </blockquote>
    <br>
    <br>
  </body>
</html>