hdxref.dat Missing ?

General discussion about Celestia that doesn't fit into other forums.
Topic author
Darkmiss
Posts: 1059
Joined: 20.08.2002
With us: 21 years 10 months
Location: London, England

hdxref.dat Missing ?

Post #1by Darkmiss » 27.12.2003, 01:07

In the Celestia.cfg there is a line that reads

Code: Select all

   StarCatalogCrossReferences [ "data/hdxref.dat" ]


But hdxref.dat is missing from the data folder.
Is this file needed ?


Also Whilst I'm here
North America is input twice in the solsys-locs.ssc
Last edited by Darkmiss on 27.12.2003, 19:55, edited 2 times in total.
CPU- Intel Pentium Core 2 Quad ,2.40GHz
RAM- 2Gb 1066MHz DDR2
Motherboard- Gigabyte P35 DQ6
Video Card- Nvidia GeForce 8800 GTS + 640Mb
Hard Drives- 2 SATA Raptor 10000rpm 150GB
OS- Windows Vista Home Premium 32

Bob Hegwood
Posts: 1048
Joined: 19.10.2003
With us: 20 years 8 months
Location: Germantown, Ohio - USA

Post #2by Bob Hegwood » 27.12.2003, 09:08

Paul,

Don't have that in my Windows version of Celestia...

Simply the following:

{
select { object "Sol/Jupiter/Io" }
follow {}
goto { time 5 }
# gotolonglat { time 0 distance 1e11 longitude 0 latitude 0 }
# gotolonglat { time 0 distance 2.5 longitude -122 latitude 47 } # Seattle!
# wait { duration 0.1 }
# orbit { axis [ 0 1 0 ] rate 10 duration 7 }
# goto { time 5 distance 10 }
# wait { duration 5.0 }
}

Are you using a different version? I also don't have any "solsys-loc.ssc" file in my version.

Sorry, Bob
Bob Hegwood
Windows XP-SP2, 256Meg 1024x768 Resolution
Intel Celeron 1400 MHz CPU
Intel 82815 Graphics Controller
OpenGL Version: 1.1.2 - Build 4.13.01.3196
Celestia 1.4.0 Pre6 FT1

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

Post #3by selden » 27.12.2003, 13:53

Bob,

Paul made a typo: the file is solsys-locs.ssc in the data directory. "NORTH AMERICA" is in there twice at exactly the same location, so the labels are drawn precisely on top of one another. As a result, the doubling isn't visible when you enable location labels while running Celestia.

I don't have the cross-reference entry, either. Might it be a left-over from a previous installation of Marc's SQL database?
Selden

granthutchison
Developer
Posts: 1863
Joined: 21.11.2002
With us: 21 years 7 months

Re: hdxref.dat Missing ?

Post #4by granthutchison » 27.12.2003, 15:51

Darkmiss wrote:Also Whilst I'm here
North America is input twice in the solsys-loc.ssc
Oops. My boo-boo. Fixed.

Grant

Bob Hegwood
Posts: 1048
Joined: 19.10.2003
With us: 20 years 8 months
Location: Germantown, Ohio - USA

Post #5by Bob Hegwood » 27.12.2003, 19:31

selden wrote:Bob,

Paul made a typo: the file is solsys-locs.ssc in the data directory. "NORTH AMERICA" is in there twice at exactly the same location,


Selden,

I don't have *any* "solsys*.*" location file in MY data directory, and I don't have this file in ANY of my Celestia directories.

What gives?

Thanks, Bob
Bob Hegwood

Windows XP-SP2, 256Meg 1024x768 Resolution

Intel Celeron 1400 MHz CPU

Intel 82815 Graphics Controller

OpenGL Version: 1.1.2 - Build 4.13.01.3196

Celestia 1.4.0 Pre6 FT1

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

Post #6by selden » 27.12.2003, 19:46

Bob,

I really dunno why yours would be missing. The Windows installation kit that I downloaded from SourceForge did create a copy of that file on my system.

At any rate, you can download it manually from http://cvs.sourceforge.net/viewcvs.py/celestia/celestia/data/solsys_locs.ssc

(That page displays a list of all the different versions of the file. Select an appropriate "download" link on that page.)
Selden

Topic author
Darkmiss
Posts: 1059
Joined: 20.08.2002
With us: 21 years 10 months
Location: London, England

Post #7by Darkmiss » 27.12.2003, 19:51

Sorry I made a boo boo, too. I didn't mean the start.cel
I meant the Celestia.cfg, its the third line down.

There is a line in there, that reads

Code: Select all

StarCatalogCrossReferences [ "data/hdxref.dat" ]

and hdxref.dat is missing from the data folder.


I corrected my first post too
Last edited by Darkmiss on 27.12.2003, 19:57, edited 1 time in total.
CPU- Intel Pentium Core 2 Quad ,2.40GHz

RAM- 2Gb 1066MHz DDR2

Motherboard- Gigabyte P35 DQ6

Video Card- Nvidia GeForce 8800 GTS + 640Mb

Hard Drives- 2 SATA Raptor 10000rpm 150GB

OS- Windows Vista Home Premium 32

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

Post #8by selden » 27.12.2003, 19:56

Since it isn't on sourceforge, I suspect it may be a feature intended for the next version of Celestia. :)

Selden (dunno if I'm logged in or not)
Selden

Bob Hegwood
Posts: 1048
Joined: 19.10.2003
With us: 20 years 8 months
Location: Germantown, Ohio - USA

Post #9by Bob Hegwood » 27.12.2003, 19:59

Paul,

Yep, missing on mine too...

Doesn't seem to be causing a problem though. We'll find an error when we try to use a feature we haven't tried yet. :lol:

Take care, Bob
Bob Hegwood

Windows XP-SP2, 256Meg 1024x768 Resolution

Intel Celeron 1400 MHz CPU

Intel 82815 Graphics Controller

OpenGL Version: 1.1.2 - Build 4.13.01.3196

Celestia 1.4.0 Pre6 FT1

granthutchison
Developer
Posts: 1863
Joined: 21.11.2002
With us: 21 years 7 months

Post #10by granthutchison » 27.12.2003, 20:40

Bob Hegwood wrote:I don't have *any* "solsys*.*" location file in MY data directory, and I don't have this file in ANY of my Celestia directories.
Bob, it's actually named solsys_locs.ssc (underline, not hyphen), and it is distributed in the data directory of the definitive release of 1.3.1 - it's a small sampler of location names for prominent features around the solar system.
It certainly appears in my installation of 1.3.1, which I made directly from the link Chris provided in the forum.

Grant

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

Post #11by chris » 27.12.2003, 20:59

Bob Hegwood wrote:Paul,

Yep, missing on mine too...

Doesn't seem to be causing a problem though. We'll find an error when we try to use a feature we haven't tried yet. :lol:


hdxref.dat was a file used with an experimental feature of Celestia that ended up being a dead end. The reference to it in celestia.cfg won't hurt anything--it's just clutter that should have been removed for the release.

--Chris

Topic author
Darkmiss
Posts: 1059
Joined: 20.08.2002
With us: 21 years 10 months
Location: London, England

Post #12by Darkmiss » 27.12.2003, 22:07

Okay thank you Chris
I wasn't sure if this was something we needed or not.
I'm glad it turned out to be nothing.

I have safely removed the line myself.
CPU- Intel Pentium Core 2 Quad ,2.40GHz

RAM- 2Gb 1066MHz DDR2

Motherboard- Gigabyte P35 DQ6

Video Card- Nvidia GeForce 8800 GTS + 640Mb

Hard Drives- 2 SATA Raptor 10000rpm 150GB

OS- Windows Vista Home Premium 32

Bob Hegwood
Posts: 1048
Joined: 19.10.2003
With us: 20 years 8 months
Location: Germantown, Ohio - USA

Post #13by Bob Hegwood » 27.12.2003, 22:16

granthutchison wrote:Bob, it's actually named solsys_locs.ssc (underline, not hyphen), and it is distributed in the data directory of the definitive release of 1.3.1 - it's a small sampler of location names for prominent features around the solar system.
It certainly appears in my installation of 1.3.1, which I made directly from the link Chris provided in the forum.


Grant,

I downloaded the package from the SAME link, and I did NOT get this file on my system. How do we explain that? I'm CERTAIN that I did not overwrite it, delete it, or screw it up any other way. No big deal, I'll just get it later.

I AM curious to know how that could happen though... :roll:

Thanks again, Bob
Bob Hegwood

Windows XP-SP2, 256Meg 1024x768 Resolution

Intel Celeron 1400 MHz CPU

Intel 82815 Graphics Controller

OpenGL Version: 1.1.2 - Build 4.13.01.3196

Celestia 1.4.0 Pre6 FT1

Bob Hegwood
Posts: 1048
Joined: 19.10.2003
With us: 20 years 8 months
Location: Germantown, Ohio - USA

Post #14by Bob Hegwood » 27.12.2003, 22:22

chris wrote:hdxref.dat was a file used with an experimental feature of Celestia that ended up being a dead end. The reference to it in celestia.cfg won't hurt anything--it's just clutter that should have been removed for the release.


Thanks for the explanation, Chris...

And thanks AGAIN for this spectacular program. YOU DA MAN! 8)

Thanks to you, my wife no longer suspects that I have a girlfriend. She simply KNOWS that I'm addicted to Celestia! :wink:

Take care, Bob
Bob Hegwood

Windows XP-SP2, 256Meg 1024x768 Resolution

Intel Celeron 1400 MHz CPU

Intel 82815 Graphics Controller

OpenGL Version: 1.1.2 - Build 4.13.01.3196

Celestia 1.4.0 Pre6 FT1


Return to “Celestia Users”