Another Mac Question

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.
Post Reply
Paddon
Posts: 43
Joined: Thu Jul 06, 2006 4:09 pm

Another Mac Question

Post by Paddon »

I finally got my code to compile on Mac OSX but now when I run the program (which I should inform you previously ran under linux perfectly) the program quits before the irrlicht window ever opens and I am left with the following error.

Irrlicht Engine version 1.0
Darwin Kernel Version 8.8.2: Thu Sep 28 20:43:26 PDT 2006; root:xnu-792.14.14.obj~1/RELEASE_I386
Bus error

I have never seen this before.
Any one know what could be the problem?
- Jeff Paddon
Undergraduate Research Assistant
Physics Department
St. Francis Xavier University
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Bus error is usually a non-allowed memory access, e.g. due to wrong pointer access. If you nver had that before you were quite lucky :o
You should start debugging your app to see which pointer is accessed at the time the app crashes.
Post Reply