I encountered this while beta-testing 4.3. I had to delete the user-generated OPTIONS from the mdf inputs for macros (any and all that you created that occur in the net). These are the items that appear on the ellipsis pull-down menus for inputs within a macro's Configuration Dialog Box. I believe you have to hack on the macro's net file to get rid of them. Some fun!

This is a nice new feature, but definitely not back-compatible.

Example (of mine):
// Begin MDF
// MODULE EigenGlyphs
// CATEGORY Annotation
// DESCRIPTION Builds a multigrid of ellipse glyphs scaled by eigenvalues and rotated to align with eigenvectors
// INPUT positions; object; (no default); Field containing centers of glyphs (origins of eigenvectors)
// INPUT eigenvalues; group or field or series or value list or string list; (no default); List of eigenvalues (3-vector)
// INPUT pre_rotation; value list or field; ([0,0,0]); Rotate 2D circle glyph prior to scaling (90 in Y for YZ or 90 in Z for XZ;
0 for XY)
// OPTIONS [0,0,0] ; [90,0,0] ; [0,90,0] ***********THIS IS THE OFFENDING LINE THAT HAS TO BE REMOVED FOR 4.2!!!***********
// INPUT rotations; group or field or series or value list or string list; (no default); List of Kocks rotations in Z1/Y/Z2 order
// INPUT color_data; object; (no default); Scalar values to color glyphs by
// INPUT glyph_type; scalar or string or field or group; ("sphere"); Glyph type (sphere for 3D, circle for 2D)
// OPTIONS speedy ; spiffy ; standard ; 0.0 ; 1.0 ; 0.5 ; text ; colored text ; cube ; square ; arrow2D ; circle ; diamond ; needl
e ; needle2D ; rocket ; rocket2D ; sphere ********SEE NEXT COMMENT********
// INPUT glyph_scale; scalar; (1.0); Overall scaling of glyphs
// OPTIONS .25 ; .50 ; .75 ; 1.0 ; 1.5 ; 2.0 ********I THINK THIS CAN STAY SINCE IT MAPS TO EXISTING 4.2 COMPATIBLE OPTIONS???**********
// OUTPUT eigenGlyphs; group; Multigrid of glyphs scaled and rotated individually
// End MDF
// workspace: width = 724, height = 715
// layout: snap = 0, width = 50, height = 50, align = NN
//

On Tuesday, Aug 12, 2003, at 14:31 America/New_York, Maxim Loginov wrote:

Hi all
I wrote quite complicated program and successfully run it under OpenDX 4.3
then tried to execute it OpenDX 4.2. it gave me warning about version and an
error:

Internal error detected at "DrivenNode.C":64.
The following files have been written...

/tmp/3D.net

and crashed.
what could it be? and what should I check/change in the program to go back to
4.2?
(just saving program "as is" under OpenDX did not help: warning disappiared,
but OpenDX crashed anyway)

Maxim

--
Loginov Maxim
Institute of Fluid Mechanics
Department of Mechanical Engineering
Dresden University of Technology
01062 Dresden, Germany
ph.: +49(0)351 463 34910
fax: +49(0)351 463 35246
email: [EMAIL PROTECTED]




_______________________________
Chris Pelkie
Scientific Visualization Producer
622 Rhodes Hall, Cornell Theory Center
Ithaca, NY 14853

Reply via email to