]> git.mxchange.org Git - flightgear.git/commit
- One of the most frequent bug reports is about "terminate called after
authormfranz <mfranz>
Thu, 10 May 2007 12:50:50 +0000 (12:50 +0000)
committermfranz <mfranz>
Thu, 10 May 2007 12:50:50 +0000 (12:50 +0000)
commit794f5cc1542bba1128b8f2d6f8a260bf5b3771cd
tree0103769bd6b9b98fb2731903d8b6a32683d8dd3a
parentadcd01d7dc6415318ef3f3b3ff9ea90d50deb07e
- One of the most frequent bug reports is about  "terminate called after
  throwing an instance of 'sg_io_exception'\nAbandon". And this is caused
  by compiling fgfs/sg without exception support (unlikely) or linking
  against a libSDL/libglut that was compiled/linked without execption
  support. While we can't fix that, we can tell the users who's to blame. :-)
- handle  const char *  exceptions
src/Main/bootstrap.cxx