I discovered IrrNewt yesterday and it seems awesome !
That's exactly what i was searching for.
But i just have a little problem :
I get some memory leaks when the program ends, even with the memleaks example or character controlling example. Do anyone else had memory leaks problems ?
I'm under linux and compiled IrrNewt from source using codeblocks.
Here is the trace :
Quit message received.
*** glibc detected *** ./program: double free or corruption (!prev): 0x08c4a480 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6[0xb7a41a85]
/lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb7a454f0]
/usr/local/lib/libIrrNewt.so(_ZN6dgListI16dgSortArrayEntryE10dgListNodeD0Ev+0x1c)[0xb7eb648a]
Hello,
Thanks for that great project. It`s very useful, but I have one (big) problem with it:
I have Irrlich 1.5 with IrrNewt 0.4 + 1.5 compiled DLLs (page no. 24 of this thread). I`ve got "Application Error" - Wrong Inicialization of application (0xc0150002). It is ok when I remove the IrrNewt.
Is this some kind of bad-dll or something else (if I stick to original 0.4 dlls, application falls immediately after start) ?
Thanks.
Prott wrote:Hello,
Thanks for that great project. It`s very useful, but I have one (big) problem with it:
I have Irrlich 1.5 with IrrNewt 0.4 + 1.5 compiled DLLs (page no. 24 of this thread). I`ve got "Application Error" - Wrong Inicialization of application (0xc0150002). It is ok when I remove the IrrNewt.
Is this some kind of bad-dll or something else (if I stick to original 0.4 dlls, application falls immediately after start) ?
Thanks.
hi, this is generally caused by wron compiled dlls (for example dll compiled with 1.5 used in an application compiled with 1.4)
I`m probably doing it wrong. Is there anyone, who can share compiled lib+dll for Irrlicht 1.5 ?
I know it`s in this thread, but it also doesn`t work for me.
Did you try to set the node only for collision. I can`t use irrnewt now (because I don`t have proper DLLs for Irrlicht 1.5), but I remember something like that (for level collision, etc.).
Do you have those DLLs? Then I could give you exact name of this function.
To set a collision with bsp map (in ragdoll example). I`m not sure if it`s what you want, but seems there isn`t set any mass value.
Also, I remember something about setting mass value to zero. Did you try that?
And ... I`m sorry, but could you also share with me your compiled .lib file?