Grid3D crashes during startup telling me something about some OptionsManager class. Why?
Well, because we didn't implement the options loading failsafe yet. This usually means that during an update, a new set of options was added. Just delete your .devisor directory and try again.
What is this about the NoClassDefFoundError it keeps yelling about?
Try compiling, stupid. If you have done that successfully, make sure your PATH and CLASSPATH are set correctly. Also, consider having the Java SDK installed, the JRE won't suffice. Also check out the start.sh script.
I get compiler errors with my analytic boundary!
Yes. Bummer. First, make sure your fortran file is exactly conforming with the signature from the examples. Then, play around with the compiler settings. What basically happens is that Grid3D creates a C shared library which it can access, and then overloads the library code with the fortran stuff. Sounds complicated? It is indeed. This is a very platform-dependend process.
What is this funny MetaCTRL message on startup?
To prevent the 'Warning MetaCTRL key binding' message, just type
I saved my domain in Prm/Tri format. After loading it, some domain items vanished. How come?
Prm/Tri is a restrictive format. It contains only nodes and edges which are part of elements (tris or quads). Furthermore that format is a 2D only format. For saving a partial domain use the XML format which is lossless.
How can I replace one segment list with another one?
Open the domain browser and mark all boundary nodes on the old segment list. Then activate the boundary checkbox and choose the new segment list in the combobox. After clicking Apply all marked nodes will have moved to the new segment list. Now you can delete the old one and go on with your work.
Some domain items vanished while working with Grid3D. What do I do now?
Please check if the domain items are still in the domain with the domain browser. If they are not, they got probably lost somehow. If you are sure that it was not your fault, try to reproduce it and send a bug notice to one of the developers via mail. Please give us a detailed description and point out how we can reproduce the bug.
If the domain items are still in the domain browser nothing is lost. Take a look in the render options dialog and make sure the drawing of that specific type is turned on. If it is on, click on the Recreate domain button in the editor toolbar. You can also try Refresh from the view context menu.
That did not help either? Save your domain in XML format, quit Grid3D, start it again and load the domain.
Still nothing? That is sad for you and for us. Try to reproduce it and send a bug report including the domain you saved in the last step.