[irrBullet + IrrLicht] World is crashing

Post your questions, suggestions and experiences regarding game design, integration of external libraries here. For irrEdit, irrXML and irrKlang, see the
ambiera forums
Post Reply
Pala47
Posts: 1
Joined: Fri Jan 29, 2016 9:36 pm

[irrBullet + IrrLicht] World is crashing

Post 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)
CuteAlien
Admin
Posts: 9628
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: [irrBullet + IrrLicht] World is crashing

Post 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.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply