Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
hi everyone ...i had no problem in making scenes with irr edit .. 8) 8..but when i try to get the scene inn irrlicht with the code smgr->loadScene("scenes/example.irr"); ;D i get this error..and the compiler shuts down :'( :'( " Unhandled exception at 0x100cf9f1 in scene.exe: 0xC0000005: Access violation reading location 0x652f7369." :o :o i am usiing irredit from the same directory of my project in visual c++.... when i tried to load the exemple .irr file which came with the irrlicht1.3 ..it works fine 8) ..but only those made or came with irredit gives me this error massage ...so if anyone know a solution to this problem ..i ll be glad ...so please help me :'( :'( :'( |
||||
|
You could try the irrlicht version included in irredit (the source is in the source directory as .zip file), I'm using this one and it works very nicely. |
||||
|
Yep, or get the latest irrlicht version from svn, that should be better too. |
||||
|
thanks guys ..i got it working ...i couldnt find that sources drectry coz i was searching in irrlicht 1.3 version ..i found it atlast in the same irredit 0.7 ... but wha do u mean by svn version ?? ..where can i get that ..is there any new changements on it ? ...waiting to hear from u ...thanks a lot |
||||
|
SVN is the subversion version on sourceforge. Just look at the project page of irrlicht, you need a subversion client to get that version. |
||||
|
thanks niko .. ;D ;D ;D |
||||
|
|