project-navigation
Personal tools

Author Topic: game wont start  (Read 9544 times)

mike10019314

  • Guest
game wont start
« on: August 07, 2009, 08:36:33 pm »
when i start it it wont load and displays this error message

--- server initialization -------

----- console initialization -------
Console initialized.

------- video initialization -------
SDL version: 1.2.11
I: desktop depth: 32bpp
I: setting mode 6: 1024x768 (fullscreen: no)
I: got 8 bits of stencil
I: got 32 bits of depth buffer
I: got double buffer
I: got 8 bits for red
I: got 8 bits for green
I: got 8 bits for blue
GL_VENDOR: Microsoft Corporation
GL_RENDERER: GDI Generic
GL_VERSION: 1.1.0
GL_EXTENSIONS: GL_WIN_swap_hint GL_EXT_bgra GL_EXT_paletted_texture
No hardware acceleration detected

Shutdown
im running it in win xp with a radeon hd 2600 pro

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: game wont start
« Reply #1 on: August 07, 2009, 08:52:15 pm »
GL_VENDOR: Microsoft Corporation
GL_RENDERER: GDI Generic
GL_VERSION: 1.1.0

^This is the M$ OpenGL driver which doesn't support Hardware 3D Acceleration.
Install the videocard manufacturer's driver. If it is installed you should find out why it doesn't provide OpenGL for you.

-geever

Offline Thyranim

  • Rookie
  • ***
  • Posts: 77
    • View Profile
Re: game wont start
« Reply #2 on: August 07, 2009, 09:02:03 pm »
additional info:
GL_VERSION: 3
is needed for activation the GLSL Shader

Offline bayo

  • Professional loser
  • Project Coder
  • Captain
  • ***
  • Posts: 733
    • View Profile
Re: game wont start
« Reply #3 on: August 08, 2009, 10:39:54 am »
GLSL exists since OpenGL 2.x

Offline Thyranim

  • Rookie
  • ***
  • Posts: 77
    • View Profile
Re: game wont start
« Reply #4 on: August 08, 2009, 03:03:46 pm »
my "old" videocard only supported GL_VERSION 2.1.0 and i always got black models with activated GLSL Shaders

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: game wont start
« Reply #5 on: August 08, 2009, 08:23:02 pm »
my "old" videocard only supported GL_VERSION 2.1.0 and i always got black models with activated GLSL Shaders

That's a different problem. Not for this topic.

-geever

mike10019314

  • Guest
Re: game wont start
« Reply #6 on: August 09, 2009, 12:21:15 am »
anyone know where i could get the drivers i need ?

mike10019314

  • Guest
Re: game wont start
« Reply #7 on: August 09, 2009, 12:46:15 am »
im using the latest driver for my card and it supports opengl 3

http://www.tomshardware.com/news/amd-ati-catalyst-opengl-3.1,8379.html

Offline Alweth

  • Cannon Fodder
  • **
  • Posts: 7
    • View Profile
Re: game wont start
« Reply #8 on: October 08, 2009, 03:38:39 am »
I am having the exact same problem.

I am using an ATI Radeon 9550, on XP. I am using an ASUS widescreen monitor, and so I am using their latest drivers for my card.

Offline Alweth

  • Cannon Fodder
  • **
  • Posts: 7
    • View Profile
Re: game wont start
« Reply #9 on: October 08, 2009, 04:54:38 am »
And I tried installing the latest drivers from ATI--still the same problem.

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: game wont start
« Reply #10 on: October 08, 2009, 09:05:16 am »
if it's the "same" problem you still don't have proper drivers installed - if it's equal or similar to the above mentioned problem, then please repost the log

Offline Alweth

  • Cannon Fodder
  • **
  • Posts: 7
    • View Profile
Re: game wont start
« Reply #11 on: October 08, 2009, 06:19:27 pm »
Was that his problem, that he didn't have the latest drivers installed? Because it seems like he was using the latest drivers. I am sure I have the latest drivers installed too, though, looking online it seems like some other people are having problems with Radeon cards with the latest drivers still reporting inaccurate OpenGL support. I don't have the log here, but I remember it was just about character for character the same. Still, I'll post my log when I get the chance.


Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: game wont start
« Reply #12 on: October 08, 2009, 08:45:49 pm »
if your GL_VENDOR is "Microsoft Corporation" (like in the above posted log) you don't ati drivers installed for sure ;)

Offline Alweth

  • Cannon Fodder
  • **
  • Posts: 7
    • View Profile
Re: game wont start
« Reply #13 on: October 14, 2009, 04:13:42 am »
if your GL_VENDOR is "Microsoft Corporation" (like in the above posted log) you don't ati drivers installed for sure ;)



Code: [Select]
------ server initialization -------

----- console initialization -------
Console initialized.

------- video initialization -------
SDL version: 1.2.11
I: desktop depth: 32bpp
I: setting mode 6: 1024x768 (fullscreen: yes)
I: got 8 bits of stencil
I: got 32 bits of depth buffer
I: got double buffer
I: got 8 bits for red
I: got 8 bits for green
I: got 8 bits for blue
GL_VENDOR: Microsoft Corporation
GL_RENDERER: GDI Generic
GL_VERSION: 1.1.0
GL_EXTENSIONS: GL_WIN_swap_hint GL_EXT_bgra GL_EXT_paletted_texture
No hardware acceleration detected

Shutdown

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: game wont start
« Reply #14 on: October 14, 2009, 08:30:13 am »
sdl 1.2.11? we are talking about which version of the game?