Page 1 of 1

Tips for formulating help requests

Posted: 19.04.2009, 19:07
by Guckytos
Here are some tips for you that you should consider so that it is easier to help you.

  • If you are having trouble with graphical display, read first in the FAQ section about graphical troubles.
  • It normally helps a lot to update your graphics driver, but you should do it in a certain way, see also the FAQ about that.
  • If you already have the latest drivers and the problem is still there, post together with your problem description the results of what Celestia displays under "Help/OpenGL Info" as this also helps us to help you.

  • First of all, please read the FAQs here and the README that comes with Celestia (it's in the main Celestia folder) before posting here.
  • It is also always a good idea to make a fourm search for your problem, often the same questions have been asked and answered before.
  • If you don't find an answer to your problem, state at least which version of Celestia you are using and your operation system, perhaps also your system specs. So it will be easier to help you.
  • Describe as precisely as you can what problem you have and when it occurs.

Remember, following the advice above makes it easier to help you.

Re: Tips for formulating help requests

Posted: 20.04.2009, 12:19
by selden
Also, when a problem has been resolved, please let us know what you did. That will help others who are in the same situation.

Posted: 25.04.2018, 15:25
by eafbsd
Intel Core i7-2600 CPU - 16 GB RAM - 64-bit OS - Celestia ver 1.6.1

I’ve created a spacecraft .cel file with 82 spacecraft, and I’m having a problem with 6 of them. For reasons unknown to me the Cassini, Curiosity, Giotto, ISS, Juno, and Vostok 1 do not appear. When the craft is called, there is movement on the screen, the Print file appears, but no spacecraft. I have played with the .ssc files endlessly to no avail. Is there anyone who can help me with this problem?

Posted: 25.04.2018, 15:57
by selden
Please create an entirely new thread when you want help with an Addon or script.

Celestia provides some status messages if you turn on its on-screen log by typing a tilde (~) (shift-` on US keyboards). That might provide some hints.

Suggestion: It helps when debugging an Addon if it is the only one in your extras folder and you've moved all of the others to some completely separate directory tree where Celestia can't see them.

If you'd like someone to look at what you have, please attach it to your new thread. Providing it in a Zip file probably would be the most convenient.

Posted: 25.04.2018, 20:45
by eafbsd
select { object "Cassini" }
follow {}

goto { time 6 distance 50 upframe "ecliptical" }
wait { duration 6 }

goto { time 6 distance 3 upframe "ecliptical" }
wait { duration 6 }

print { text " Cassini (Orbiter) Launched (USA & ESA) 15 Oct 1997\n Entered orbit around Saturn 1 Jul 2004\n On 25 Dec 2004 the Huygens probe was separated from Cassini and landed on Saturn's moon Titan on 14 Jan 2005\n In April 2017, Cassini was placed on an impact course that unfolded over five months" row -5 duration 14}

orbit { axis [ 0 1 0 ] rate 12 duration 20 } # D+23
follow {}

goto { time 6 distance 800 upframe "ecliptical" }
wait { duration 3 }

Posted: 25.04.2018, 21:18
by selden
Your script must specify a date when Cassini was still in orbit.
Since you didn't specify a date, it's looking for Cassini using the current time in Celestia.

Cassini is no longer in orbit, so there's nothing there that can be drawn on today's date.

Posted: 26.04.2018, 02:12
by eafbsd
In the .ssc file I have already deleted the beginning and ending dates