unable tu switch to 1.2 version

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
fra
Posts: 14
Joined: Thu Apr 13, 2006 6:36 pm
Contact:

unable tu switch to 1.2 version

Post by fra »

Hi all,
i've just tried to run the examples of irrlicht 1.2 and i've was surprised to see that they don't run. The error is : "couldn't create direct x driver" or something like that. This error occurs with both directx and opengl doesn't display textures. But i don't understand because the examples of irrlicht 1.1 run without any problems. The code is exatly the same in the two examples (1.1 and 1.2 versions). Why does this error occurs only in irrlicht 1.2 ? :cry:
tkanks
KIC : frateamkic.info
(i'm frensh so scuse me for my english ...)
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Probably due to problems with the screen init. If you only have 16bit screens there could be a problem with proper initialisation. We fixed that somewhat after the last release. Try to change your screen depth or run fullscreen.
fra
Posts: 14
Joined: Thu Apr 13, 2006 6:36 pm
Contact:

Post by fra »

i've tried many screen congiuration and the result is always the same :( .it seems that i'm going to stay in the 1.1 version :cry: .
KIC : frateamkic.info
(i'm frensh so scuse me for my english ...)
roxaz
Posts: 575
Joined: Tue Jan 23, 2007 8:35 pm
Location: LT

Post by roxaz »

i gues you are using gcc compiler. i had same problem :) directx is not supported for gcc compilers yet but i saw some threads on this forum how to compile your own dll for gcc with d8 - d9 support. try to search ;)
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

He said it happens with opengl as well, and the error message would be "driver not compiled in". So it's a problem with the win32 screen init. You should try Irrlicht SVN in that case (most revisions after 400 should probably do), or wait for the next release.
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Or try to update your graphic card's driver...
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Gladius_Coldhead
Posts: 56
Joined: Thu Oct 12, 2006 5:15 am

Post by Gladius_Coldhead »

i have the same problem.
When i run the examples(with irr 1.2) opengl doesn't display textures =[.
AaronA
Posts: 55
Joined: Tue Sep 12, 2006 1:31 am

Post by AaronA »

i have the same problem.
When i run the examples(with irr 1.2) opengl doesn't display textures =[.
Jesus, I thought I was the only one.
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=18233
fra
Posts: 14
Joined: Thu Apr 13, 2006 6:36 pm
Contact:

Post by fra »

yes i've exactly this error, unable to use any directx and opengl doesn't display textures :cry: . And it occurs even if i use the compiled bins wich are included in the zip of the 1.2 release. i think there is something different that make irrlicht hate my graphic card =( .Well i'm trying to download the svn ...
Wait and see.
KIC : frateamkic.info
(i'm frensh so scuse me for my english ...)
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, it's a problem with some kind of graphics cards. I can only speak for the OpenGL part, but all necessary features to display at least some textures are available on those systems. So it's something more sophisticated. Maybe it's also a problem with mipmapping. Is there any change if you are rather near to the untextured object, or very far away?
I'll move this thread to bug forum as well.
fra
Posts: 14
Joined: Thu Apr 13, 2006 6:36 pm
Contact:

Post by fra »

Well i've tried with the svn version and it works. So i'm gonna use this version :D .
thanks
KIC : frateamkic.info
(i'm frensh so scuse me for my english ...)
AaronA
Posts: 55
Joined: Tue Sep 12, 2006 1:31 am

Post by AaronA »

I thought it best to attach a screenshot of my output with OpenGL.

Image
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

OpenGL 1.1 is not supported by Irrlicht, so update your drivers.
Gladius_Coldhead
Posts: 56
Joined: Thu Oct 12, 2006 5:15 am

Post by Gladius_Coldhead »

Humn....irrlicht support 1.2?

Well, where I update the Opengl Driver?

By the way... I'll try the svn version too =D
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

OpenGL drivers are updated with the gfx drivers so you have to ask your gfx card vendor for an update.
Post Reply