Author Topic: Stable nix client  (Read 1635 times)

apis

  • Hydlaa Resident
  • *
  • Posts: 72
    • View Profile
    • The Way of the Hammer
Stable nix client
« on: October 26, 2005, 08:14:11 pm »
download the easy_planeshift scripts (see: http://www.planeshift3d.com/wbboard/thread.php?threadid=16615&boardid=41&sid=b0b670a3bdc92ab70deaf7b7b9ed7b9a )

set the dates in buildlist.cfg to:
cal3d           2005-10-06 0:00:00
crystalspace    2005-10-06 0:00:00
cel             2005-10-06 0:00:00
planeshift      2005-10-25 00:00:00

and build from there.
I have had no crashes in this client - built at 1200 GMT

Edit - You can copy the data and art dirs from a working install into the new folder.

I hope that helps someone.

Edit - The planeshift date can come up to the 2005-11-14, but you will need some of the data files from the source dir and some from the updater.
« Last Edit: November 27, 2005, 11:57:55 am by apis »
Apis - The Way of the Hammer

Godfrey

  • Hydlaa Resident
  • *
  • Posts: 69
    • View Profile
(No subject)
« Reply #1 on: October 27, 2005, 02:21:30 am »
Well, it compiled for me all right, but I get:

Code: [Select]

~/easy_planeshift$ ./psrun updater
Executing command: ./updater
Warning: could not load plugin \'crystalspace.graphics3d.opengl\'
No 3D driver!
ERROR: No iGraphics3D plugin!
ERROR: Failed to init Crystal Space for app!


I do have OpenGL; according to glxinfo, I\'ve got:

Code: [Select]

OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI Radeon 20020611 AGP 1x x86/MMX/3DNow!/SSE TCL
OpenGL version string: 1.2 Mesa 4.0.4


If I run updater with -video=software, it gets further (\"NOTIFY: psUpdaterEngine initialized.\"), but then segfaults.

The Crystal Space demos won\'t run either.

Edit: My bad... turned out I didn\'t have the -dev packages for OpenGL.
« Last Edit: October 27, 2005, 06:02:34 am by Godfrey »

Induane

  • Veteran
  • *
  • Posts: 1287
  • What should I put here?
    • View Profile
    • Vaalnor Inc.
(No subject)
« Reply #2 on: November 28, 2005, 04:53:19 pm »
Those errors indicate that you compiled without alot of dev packages you need.  Go through your sofware and add the -dev packages for mesa x11 (xorg/xfree86) and stuff like that - that should get you going.