irrlicht-0.4 Problem with examples

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
MaxMan

irrlicht-0.4 Problem with examples

Post by MaxMan »

Hi everyone,

I recntly downloaded irrlicht-0.4 & trying to run example which are in bin/Vstudio/.exe but most of them shows nothing except Techdemo which works on only opengl please guide me I have Directx 9 please tell me hw should see pls help me i have geforcemx series grphic card

regards

Maxman
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Would you please answer some questions?

Do the applications crash?
If not, do they simply display a black Screen? Is there an error or warning message in console window? Does at least the CustomSceneNode.exe work?
You've got a geforce 1?
Max Man

Post by Max Man »

Thanks for speedy reply
the error in consol is
Irrlicht Engine version 0.4
Warning: Was not able to create Direct3D8 device.
Warning: Was not able to create DirectX8 device.
Warning: Could not create DirectX Driver.
Loaded mesh:20kdm2.bsp
Needed 127ms to create OctTree SceneNode.(340 nodes, 7762 polys)
Needed 272ms to create OctTreeTriangleSelector.(144 nodes, 7762 polys)
______________________________________________________________________


windows shows this screen error i am using winxp home
AppName: collision.exe AppVer: 0.0.0.0 ModName: collision.exe
ModVer: 0.0.0.0 Offset: 0000128a

_____________________________________________

Regards
Max man
Max man

Forgot to mention

Post by Max man »

Hi, soory i missed something to mention

Do the applications crash?

YES APPLICTION CARSH AND WINDOW FRROE BOX APPERS DETAIL I HAVE WRITTEN IN MY PRVIOUS MESSAGE

You've got a geforce 1?

I HAVE GEFORCE4 MX (64Mb) 4X AGP DIRCTX VERSION 9.X(BUILD900)

do they simply display a black Screen?
YES AND WINDOWS CRASH SCREEN WITH CONSOL ERROR.
Guest

Post by Guest »

That's strange, should work on a GF4.. Do other 3d applications (games..) work on your pc? Do you have the latest drivers?
Max Man

Driver are updated

Post by Max Man »

hi guest

i tried updating driver for asus card and it was already updated
So i dont think any problem from my system while playing other games

help needs

Max Man
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Try http://www.nvidia.com/content/drivers/drivers.asp, choose Graphics Driver, Geforce, And your OS.
[dx/x]=HUNT3R
Posts: 271
Joined: Sat Aug 23, 2003 5:52 pm
Location: Hurricane Central, Florida

Post by [dx/x]=HUNT3R »

You're using the Asus drivers?!? That's insane man... Get those NVIDIA drivers and I would not recommend the newest 45.23 drivers either. They run slower on my GeForce4ti 4400. I use the 44.03's and get about 500 more 3dMarks than with the 45.23's, check the detonator driver database on NVIDIA's site to get them. There'll be a small link on the left menu when you are on the 45.23 download page.
Max Man

Now What ?

Post by Max Man »

After almost 18 mb download driver there is no luck guys
it gives same errors. please help me
Please check my error screen which i mentioned before and tell me what should i do.

Regards
Max man
Max Man

Done it

Post by Max Man »

Finally I fixed it by myself

i run Dx diganostic test and found an conflict with various diect 3d.dll versions so Reinstalled the all displydrivers and its working fine now
i can run all examples of irrlicht. Thanks guys for advicing me

thanku

Max Man
Guest

Post by Guest »

I am having problems with the 0.4 engine using dev c++, I try doing the simple hello world and other examples all of which crash. I have the latest ATI drivers for a 9500 pro, it's a amd 1800+. I have borland 5.5 compiler installed as well but I don't know if that's a conflict I will remove it though.
Guest

Post by Guest »

changed this in helloworld it's working now;
from this #include <irrlicht.h> to #include "..\irrlicht-0.4\include\irrlicht.h"

The rest still crash
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

In which line do they crash?
Some of the examples will crash, if they cannot find their resources like textures and meshes.
bebop
Posts: 2
Joined: Sun Sep 07, 2003 7:52 pm

Post by bebop »

they crash when I try to run them they compile fine once I changed that header line.
keep in mind I am a beginner

I ran debug and it says; An access violation(segmentation fault) raised in your program.


by the way where does the engine look for the resources ?
Max Man

audiere.lib error with tech demo

Post by Max Man »

hi began compiling the source of tech demo but it giving error missing
audiere.lib file

please guide me the path of lib file

Regard
Max Man
Post Reply