PDA

View Full Version : ATITD Won't launch.


blutkind
12th March 2004, 00:55
Well i start up ATITD, and it just sits and the hard-drive is loading, i check in terminal with 'top' and it's using 99.9% cpu and the screen says it's downloading the files, get's passed that genesis screen then gets to this screen witha download* thing upper left hand side, then it just hangs.
I'm on Gentoo 2004.0.
Kernel: 2.6.3-gentoo-r1
Nvidia 5336. (Working) Direct Rendering: Yes
(--) PCI:*(1:0:0) nVidia Corporation NV28 [GeForce4 Ti 4200 AGP 8x] rev 161, Mem @ 0xe5000000/24, 0xe8000000/27, BIOS @ 0xe7fe0000/17
agp_gart is loaded.
UDMA133 UDMA5,
Have athlon XP 1700+
1 GB PC-2700 Memory,
Cable Inet

Not sure what could cause that on this system, any help would be greatly appreciated.
Thanks ahead of time.

Pardok
12th March 2004, 02:09
Well i start up ATITD, and it just sits and the hard-drive is loading, i check in terminal with 'top' and it's using 99.9% cpu and the screen says it's downloading the files, get's passed that genesis screen then gets to this screen witha download* thing upper left hand side, then it just hangs.
I'm on Gentoo 2004.0.
Kernel: 2.6.3-gentoo-r1
Nvidia 5336. (Working) Direct Rendering: Yes
(--) PCI:*(1:0:0) nVidia Corporation NV28 [GeForce4 Ti 4200 AGP 8x] rev 161, Mem @ 0xe5000000/24, 0xe8000000/27, BIOS @ 0xe7fe0000/17
agp_gart is loaded.
UDMA133 UDMA5,
Have athlon XP 1700+
1 GB PC-2700 Memory,
Cable Inet

Not sure what could cause that on this system, any help would be greatly appreciated.
Thanks ahead of time.

Are you using a script to run elaunch?

You can't just run elaunch from terminal. If you do, it downloads all of the updates and files to your Home directory and then mislinks.

This is how I start my client up:


#! /bin/sh
cd /to/your/eClient/directory
./elaunch


Add other options like artsdsp and NVIDIA options to the script.
Make the script executable and run that instead of elaunch.

This should work.

Good luck.