Bad Object Definition...again

Report bugs, bug fixes and workarounds here.
Topic author
Akajune
Posts: 1
Joined: 13.07.2004
With us: 19 years 11 months

Bad Object Definition...again

Post #1by Akajune » 13.07.2004, 15:16

I've been having this problem alot lately. It's very annoying. How can i stop this from happening?
Io shows up, but not Europa, or any other object after the Io part in solarsys.ssc

.
.
.
.
.
Albedo 0.61
}

"Europa" "Sol/Jupiter"
{
Texture "europa.*
Radius 1560.8

CustomOrbit "europa"
EllipticalOrbit
{
Epoch 2443000.00038375
Period 3.551810
SemiMajorAxis 670900
Eccentricity 0.0101
Inclination 0.470
AscendingNode 101.087
LongOfPericenter 155.512
MeanLongitude 176.377
}

Obliquity 0.0
RotationOffset 56.2

Albedo 0.64
}


"Ganymede" "Sol/Jupiter"
{
Texture "ganymede.*"
Radius 2631.2

CustomOrbit "ganymede"
EllipticalOrbit
.
.
.
.
.



Thanks in advance.

Avatar
selden
Developer
Posts: 10190
Joined: 04.09.2002
With us: 21 years 9 months
Location: NY, USA

Post #2by selden » 13.07.2004, 15:30

Akajune,

I'd suggest *not* modifying solarsys.ssc until you've debugged your ssc definitions in a separate ssc catalog file.

Celestia usually writes catalog file error messages to its "console log". Type a "~" (Shift-`) to see the console log. (~ <space>) on keyboards that support diacriticals)

p.s.

you left off the closing quote after the Texture file name.
Selden

ElPelado
Posts: 862
Joined: 07.04.2003
With us: 21 years 2 months
Location: Born in Argentina
Contact:

Post #3by ElPelado » 14.07.2004, 10:46

The error is after puting the name of the texture. You wrote:

Code: Select all

Texture "europa.*

You forgot the " after the europa.*
So it should be:

Code: Select all

Texture "europa.*"
---------X---------
EL XENTENARIO
1905-2005

My page:
http://www.urielpelado.com.ar
My Gallery:
http://www.celestiaproject.net/gallery/view_al ... y-Universe


Return to “Bugs”