Celestia v1.4.1 final: bugs

Report bugs, bug fixes and workarounds here.
Avatar
Topic author
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 2 months
Location: NY, USA

Celestia v1.4.1 final: bugs

Post #1by selden » 23.02.2006, 15:32

When star labels are selected in the Render/View Options menu, some stars are not labelled that should be.

For example, when I select Sirius, its name is not drawn although "Sirius" is listed in celestia.cfg

If I insert "Sirius A" into the list before or after "Sirius" or replacing it, the label "Sirius A" is drawn.
Selden

symaski62
Posts: 610
Joined: 01.05.2004
Age: 41
With us: 20 years 6 months
Location: france, divion

Post #2by symaski62 » 24.02.2006, 01:08

:lol:

cel://Follow/Sirius/2048-10-17T00:22:33 ... 66871&lm=2

celestia/data/nearstars.stc

Code: Select all

Barycenter "Sirius:Alhabor:ALF CMa:9 CMa:Gliese 244"
{
   RA 101.287083
   Dec -16.716111
   Distance 8.583
}

32349 "Sirius A:Alhabor A:ALF CMa A:9 CMa A:Gliese 244 A"
{
   OrbitBarycenter "Sirius"
   SpectralType "A1V"
   AppMag -1.43

   EllipticalOrbit {              # fully specified orientation
      Period          50.09
      SemiMajorAxis   6.73   # mass ratio 1.99:1.03
      Eccentricity    0.5923
      Inclination   97.51
      AscendingNode   161.33
      ArgOfPericenter 4.56
      MeanAnomaly     40.89
   }
}

"Sirius B:Alhabor B:ALF CMa B:9 CMa B:Gliese 244 B"
{
   OrbitBarycenter "Sirius"
   SpectralType "DA2"
   AppMag 8.44

   EllipticalOrbit {              # fully specified orientation
      Period          50.09
      SemiMajorAxis   13.00  # mass ratio 1.99:1.03
      Eccentricity    0.592
      Inclination   97.51
      AscendingNode   161.33
      ArgOfPericenter 184.56
      MeanAnomaly     40.89
   }
}


:P
windows 10 directX 12 version
celestia 1.7.0 64 bits
with a general handicap of 80% and it makes much d' efforts for the community and s' expimer, thank you d' to be understanding.

Avatar
Topic author
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 2 months
Location: NY, USA

Post #3by selden » 24.02.2006, 12:46

Hmmm. My own reply somehow got lost. Maybe I forgot to click on Submit?

Anyhow,

It seems that Barycenters aren't labelled.
ALF Cen isn't labelled either, for example.
Selden

amoroso
Posts: 50
Joined: 07.06.2003
With us: 21 years 5 months

Re: Celestia v1.4.1 final: bugs

Post #4by amoroso » 28.02.2006, 15:42

I am trying to build Celestia 1.4.1 from source under Slackware Linux 10.0 with KDE 3.2.3. I configure it with:

Code: Select all

./configure --prefix=/usr/local/celestia --with-kde --with-lua=/usr/local/lua

Configuration works fine, but compilation aborts with this error:

Code: Select all

[...]
celsplashscreen.cpp: In member function `virtual void
   CelSplashScreen::update(const std::string&)':
celsplashscreen.cpp:59: error: no matching function for call to `TextItem::
   setContent(const std::basic_string<char, std::char_traits<char>,
   std::allocator<char> >&)'
celsplashscreen.h:37: error: candidates are: void TextItem::setContent(const
   QString&)
make[5]: *** [celsplashscreen.o] Error 1



Paolo Amoroso

danielj
Posts: 1477
Joined: 15.08.2003
With us: 21 years 3 months

Post #5by danielj » 01.03.2006, 17:53

The comets tails disappear in some angles.If you centralize the comets??nucleus and drag it a bit,the entire comet vanishes,or at least the tail and coma rendering.The Celestia 1.4.1 patch didn??t fix it.

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 7 months
Location: Hamburg, Germany

Post #6by t00fri » 01.03.2006, 18:47

danielj wrote:The comets tails disappear in some angles.If you centralize the comets??nucleus and drag it a bit,the entire comet vanishes,or at least the tail and coma rendering.The Celestia 1.4.1 patch didn??t fix it.


The comet tail has to vanish along the direction where you are looking "head on" ;-) and similarly "tail-on" (180 degrees relative to "head-on") . I am sure that during my extensive code tests everything looked perfectly reasonable at ALL angles...

Bye Fridger

chris
Site Admin
Posts: 4211
Joined: 28.01.2002
With us: 22 years 9 months
Location: Seattle, Washington, USA

Post #7by chris » 08.03.2006, 07:55

selden wrote:Hmmm. My own reply somehow got lost. Maybe I forgot to click on Submit?

Anyhow,

It seems that Barycenters aren't labelled.
ALF Cen isn't labelled either, for example.


This is fixed with my automatic star labeling changes, which I'll be checking in soon. The LabelledStars list in celestia.cfg is no longer necessary. The first star name is chosen for the label; thus with the default starnames.dat, ALF Cen is labeled with 'Rigel Kentaurus A'

--Chris

Avatar
Topic author
selden
Developer
Posts: 10192
Joined: 04.09.2002
With us: 22 years 2 months
Location: NY, USA

Post #8by selden » 08.03.2006, 09:35

Thanks!
Selden

bdm
Posts: 461
Joined: 22.07.2005
With us: 19 years 4 months
Location: Australia

Post #9by bdm » 24.03.2006, 23:24

Moon orbits are drawn incorrectly, and will sometimes jitter. This is most noticeable when the orbit radius of the moon is small and the orbit radius of the parent body is large. The half orbit is drawn correctly, but the full orbit is not.

http://www.celestiaproject.net/forum/viewtopic.php?t=9147


Return to “Bugs”