Wrong framework path can cause bus errors...
Jan. 09, 2006
I couldn't run FlightGear-CVS/OSG these days since I encountered some bus errors. Not only the rapidly changing unstable code but also a wrong path to the frameworks caused this issue.
When I was checking the framework path in the FlightGear.xcodeproj file, I found a very old path in the Xcode project file of FlightGear. I replaced it with the correct one and built it again. No bus error occured at this time. The path was for some osg frameworks so I mixed up the latest frameworks and some older ones. Yeah, such mixing up can cause bus errors. Hmmm what a silly bug...
Anyway, now FlightGear-CVS runs with no problem. I also merged the launcher from the latest trunk.