Page 1 of 1

[irrBullet + IrrLicht] World is crashing

Posted: Fri Jan 29, 2016 9:52 pm
by Pala47
Hi, a have a problem using irrBullet and IrrLicht. I linked and included without fights IrrLicht 1.8.3 and irrBullet 0.1.8 on C::B 15.12. When i write the normal irrlicht stuff its OK but when i write

Code: Select all

irrBulletWorld* swiat = createIrrBulletWorld(okno,false,false);
it crashes and returns

Code: Select all

Process returned -1073741819 (0xC0000005)

Re: [irrBullet + IrrLicht] World is crashing

Posted: Sat Jan 30, 2016 7:47 pm
by CuteAlien
I'm not familiar with irrBullet, but when reporting a crash at minimum add the crash callstack. And post enough code so others can reproduce the problem. Otherwise no one can help you.