<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7651.59">
<TITLE>RE: [Paraview] LSDynaReader interfering with my own reader</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>The messages should not be output... they are coming from<BR>
LSDyna's CanReadFile() method. I thought I had disabled<BR>
them but I'll look into it again. If it is reading your<BR>
file, then LSDyna's CanReadFile is returning the correct<BR>
value.<BR>
<BR>
The problem is that LSDyna's output files don't have an<BR>
extension (they are named d3plot, d3plot01, ...) and<BR>
ParaView requires either a matching extension or (if you<BR>
put always_try_can_read=&quot;1&quot; in the Module tag of the GUI<BR>
XML file) for CanReadFile to return true.<BR>
<BR>
&nbsp;&nbsp;&nbsp; David<BR>
<BR>
-----Original Message-----<BR>
From: paraview-bounces+dcthomp=sandia.gov@paraview.org on behalf of Mike Jackson<BR>
Sent: Wed 2/7/2007 9:42 AM<BR>
To: ParaView<BR>
Subject: [Paraview] LSDynaReader interfering with my own reader<BR>
<BR>
I have a custom reader that reads files with an extension of &quot;.disl&quot;.&nbsp;<BR>
I have my own reader for these files which worked fine under PV&nbsp;<BR>
2.4.4. I am now updating for PV 2.6 and when I run ParaView and&nbsp;<BR>
select my file for reading I get the following dumped to the console.<BR>
<BR>
ErrorMessage<BR>
# Error or warning: There was a VTK Error in file: /Users/Shared/<BR>
OpenSource/ParaView-2.6.0/VTK/Hybrid/vtkLSDynaReader.cxx (2473)<BR>
vtkLSDynaReader (0x18e9c2c0): Unknown Dimensionality -2144848064&nbsp;<BR>
encountered<BR>
ErrorMessage end<BR>
ErrorMessage<BR>
# Error or warning: There was a VTK Error in file: /Users/Shared/<BR>
OpenSource/ParaView-2.6.0/VTK/Hybrid/vtkLSDynaReader.cxx (3162)<BR>
vtkLSDynaReader (0x18e9c2c0): Database has bad state size (0).<BR>
ErrorMessage end<BR>
ErrorMessage<BR>
# Error or warning: There was a VTK Error in file: /Users/Shared/<BR>
OpenSource/ParaView-2.6.0/VTK/Hybrid/vtkLSDynaReader.cxx (3271)<BR>
vtkLSDynaReader (0x18e9c2c0): No valid time steps in the LS-Dyna&nbsp;<BR>
database<BR>
ErrorMessage end<BR>
ErrorMessage<BR>
# Error or warning: There was a VTK Error in file: /Users/Shared/<BR>
OpenSource/ParaView-2.6.0/VTK/Filtering/vtkExecutive.cxx (757)<BR>
vtkCompositeDataPipeline (0x18e9c9f0): Algorithm vtkLSDynaReader<BR>
(0x18e9c2c0) returned failure for request: vtkInformation (0x18e9d720)<BR>
&nbsp;&nbsp; Debug: Off<BR>
&nbsp;&nbsp; Modified Time: 697866<BR>
&nbsp;&nbsp; Reference Count: 1<BR>
&nbsp;&nbsp; Registered Events: (none)<BR>
&nbsp;&nbsp; Request: REQUEST_INFORMATION<BR>
&nbsp;&nbsp; ALGORITHM_AFTER_FORWARD: 1<BR>
&nbsp;&nbsp; FORWARD_DIRECTION: 0<BR>
&nbsp;&nbsp; KEYS_TO_COPY: COMPOSITE_DATA_INFORMATION<BR>
<BR>
Then my reader kicks in and reads the file just fine. I looked for&nbsp;<BR>
the obvious that the LSDynaReader was also using the &quot;.disl&quot;&nbsp;<BR>
extension but from what I can tell it is not. Anyone have any ideas&nbsp;<BR>
on this?<BR>
<BR>
Cheers<BR>
--<BR>
Mike Jackson&nbsp;&nbsp; Senior Research Engineer<BR>
Innovative Management &amp; Technology Services<BR>
<BR>
<BR>
<BR>
_______________________________________________<BR>
ParaView mailing list<BR>
ParaView@paraview.org<BR>
<A HREF="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</A><BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>