Author Topic: 2 hour cvs install, and all I got was this lousey title screen.  (Read 2705 times)

caps_phisto

  • Wayfarer
  • *
  • Posts: 3
    • View Profile
(No subject)
« Reply #15 on: January 14, 2005, 04:16:31 pm »
I\'m getting the same problem but I can\'t run the updater...

I get this message when I try...

Code: [Select]
Warning:  Couldn\'t find \"other_os\" in registry. Segmentation fault.

Thanks in advance.

(PS I was able to run it once and I did move the vfs.cfg file so that the game doesn\'t find it...still no go.)

Lunpa

  • Traveller
  • *
  • Posts: 19
    • View Profile
(No subject)
« Reply #16 on: January 14, 2005, 09:10:00 pm »
It is mentioned somewhat like that in the updater gui itself (havn\'t paid attention to the commandline messages from the updater... I\'ve disregarded it so far)... I\'ll look later and see if I get the same error message (not at my compy).
I think it might be a mix of that and the update.  
Man, this is realy annoying.
« Last Edit: January 14, 2005, 09:11:25 pm by Lunpa »

Lunpa

  • Traveller
  • *
  • Posts: 19
    • View Profile
(No subject)
« Reply #17 on: January 15, 2005, 05:34:18 am »
well, this was wierd....


I ran the updater, and it updated a bunch of shader type things...
the problem is not however fixed.
I swear, the models are _MISSING_.

Curantil1

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
(No subject)
« Reply #18 on: January 15, 2005, 11:50:06 pm »
Ok, now I found the cause of the mesh-problem.
 
 The problem (with me at least) was that not all my environment-variables were set correctly after rebooting. I had put CRYSTAL and CEL, etc... in .bashrc, but not LD_LIBRARY_PATH.
 I exported it and it worked! So I have put that also in the .bashrc
 
 So if you have that problem see to it that you place everything you should export also in .bashrc
 
 (And ofcourse don\'t make the stupid mistake I once did by forgetting to replace \"andrew\" in the path with your name)  ;)

Lunpa

  • Traveller
  • *
  • Posts: 19
    • View Profile
(No subject)
« Reply #19 on: January 16, 2005, 08:31:12 am »
Hmmm, there is no mentioning of adding LD_LIBRARY_PATH to bashrc in the gentoo cvs howto...

What PS related things do you have in your bashrc? (I am missing this o.o)

Curantil1

  • Wayfarer
  • *
  • Posts: 2
    • View Profile
(No subject)
« Reply #20 on: January 16, 2005, 10:37:51 am »
This is everything I added to .bashrc:

export LD_LIBRARY_PATH=/home/wim/development/cal3d/src/cal3d/.libs/:$LD_LIBRARY_PATH
export CRYSTAL=/home/wim/development/CS
export CEL=/home/wim/development/cel
export CSCONFPATH=/home/wim/development/cel

So basicly every export command from the howto.

Lunpa

  • Traveller
  • *
  • Posts: 19
    • View Profile
(No subject)
« Reply #21 on: January 18, 2005, 03:56:09 am »
yay! models are loading now!
still get some funny errors in the character creation screen... I\'ll post a screenshot when I have more time, but essentialy its my last one, but the characters load correctly.

Thanks :)