Author Topic: Game starts but when i want to login i get fatal error  (Read 4233 times)

Kayden

  • Hydlaa Resident
  • *
  • Posts: 54
    • View Profile
    • The Explorers Guild
Re: Game starts but when i want to login i get fatal error
« Reply #15 on: May 16, 2008, 11:05:45 pm »
Ah, yes...for some reason direct rendering crashes with an assertion on newer Intel drivers (since 2.1.x I think).

You'll want to use indirect rendering (which should be accelerated, assuming you have AIGLX turned on—if you're using the desktop effects, you definitely do):

$ cd (wherever your planeshift folder is)
$ export LIBGL_ALWAYS_INDIRECT=1
$ ./psclient

See if that helps.  If it is, you'll want to put the export LIBGL_ALWAYS_INDIRECT=1 line in your .bash_profile or in the "psclient" script itself.

Good luck!
--Kayden
Kayden - WTB Developer / Engine Team
Nilaya and Kalyan Kaeli - The Explorers Guild

jekng

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
Re: Game starts but when i want to login i get fatal error
« Reply #16 on: May 19, 2008, 03:41:26 pm »
Hi.  I get the following error when I entered  export LIBGL_ALWAYS_DIRECT=1 first:

ATTENTION: default value of option force_s3tc_enable overridden by environment.
ALERT: crystalspace.window.x.extf86vm:  Unable to switch mode

crystalspace.window.x.extf86vm:  Unable to switch mode
ALERT: crystalspace.canvas.glx2d:  Failed to open the X-Window!

crystalspace.canvas.glx2d:  Failed to open the X-Window!
ALERT: crystalspace.graphics3d.opengl:  Error opening Graphics2D context.

crystalspace.graphics3d.opengl:  Error opening Graphics2D context.
ATTENTION: option value of option force_s3tc_enable ignored.

planeshift.application.client:
  PlaneShift Steel Blue (0.4.00)
  This game uses Crystal Space Engine created by Jorrit and others
  1.2.0 [Unix-x86-GCC]
  Failed to init app!

Caarrie

  • Forum Addict
  • *
  • Posts: 3369
  • We want no UNFIXED bugs!!!!!!!!!!!!!
    • View Profile
    • PlaneShift3dMods
Re: Game starts but when i want to login i get fatal error
« Reply #17 on: May 19, 2008, 03:58:46 pm »
Hi.  I get the following error when I entered  export LIBGL_ALWAYS_DIRECT=1 first:


$ cd (wherever your planeshift folder is)
$ export LIBGL_ALWAYS_INDIRECT=1
$ ./psclient

See if that helps.  If it is, you'll want to put the export LIBGL_ALWAYS_INDIRECT=1 line in your .bash_profile or in the "psclient" script itself.

Well it seems you are not exporting the right thing it is INDIRECT not DIRECT

jekng

  • Wayfarer
  • *
  • Posts: 4
    • View Profile
Re: Game starts but when i want to login i get fatal error
« Reply #18 on: May 25, 2008, 03:04:41 pm »
Hi.  Thanks that has solved the problem. Much appreciated.