Page 1 of 1

just installed and wont even begin to start

Posted: 08 May 2006, 09:43
by mysticmoon
[09:28:44] Using OpenGL with double buffering.
[09:28:44] ResourceManager::get(graphics/sprites/player_male_base.png)
[09:28:44] Binding texture 1 (2048x256)
[09:28:44] Error: Image GL import failed: GL_INVALID_VALUE
[09:28:44] Error: Couldn't load player spriteset!

This is what is in the log...
As soon as you click on the program it makes the windows beep and quickly flashes then nothing. no load at all :roll:

Posted: 08 May 2006, 10:22
by Crush
don't forget that TMW is a multiplatform game. you should always write which operating system you are using.

for now i would suggest you to disable OpenGL support. open the config.xml in your tmw directory and change the line
name="opengl" value="1"
to
name="opengl" value="0"

Posted: 08 May 2006, 12:43
by knivey
the size of the image files OpenGL can load varies from system to system based on the amount of memory your video card has. but if your opengl drivers aren't functioning properly it doesn't matter because opengl isn't going to work and you're probably using mesagl or something.

Posted: 08 May 2006, 13:01
by Pajarico
He's in windows.

how do i disable OpenGL support

Posted: 09 May 2006, 09:46
by mysticmoon
i cant figure out how to change the values of open GL to "0"....i see it but it wont let me change it...
I am using Windows XP
thanks

Re: how do i disable OpenGL support

Posted: 09 May 2006, 10:51
by Modanung
mysticmoon wrote:i cant figure out how to change the values of open GL to "0"....i see it but it wont let me change it...
I am using Windows XP
thanks
Don't open it with Internet Explorer or Firefox, open it with Notepad or Wordpad.