Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Solution To Crash-On-Quit

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2001
    Posts
    11

    Solution To Crash-On-Quit

    I know the solution to the crash-on-quit errors people are having.

    As one person said, if you call glutIdleFunc(NULL); it will prevent the crash-on-exit. So the answer is simple:
    call glutIdleFunc(myIdleFunc); and right before the end of main() put glutIdleFunc(NULL);

    It works.
    -Tilgovi

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Aug 2000
    Location
    Cardiff University
    Posts
    668

    Re: Solution To Crash-On-Quit

    Well as I said in my post... If osx has been installed (and even removed) a dodgy rave extension is put in the os9 (or whatever) system folder. Remove this and all is fine. (advice from apple)

    gav

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •