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 5 of 5

Thread: Help! Opengl programs no longer executing.

  1. #1
    Junior Member Newbie
    Join Date
    Apr 2007
    Location
    Miami
    Posts
    5

    Help! Opengl programs no longer executing.

    There's not much else to say about it, everytime I try to run an opengl program the application crashes. If I'm compiling it myself it ususally crashes before it executes the first instruction in main. When I try to debug I get a segmentation fault error. Oh man I really need to fisx this problem, can anyone help. I really have no Idea why it's doing this so it's hard for me to narrow down the possibilities. I have the latest graphics card drivers and just don't know where to look.

  2. #2
    Junior Member Newbie
    Join Date
    May 2007
    Posts
    23

    Re: Help! Opengl programs no longer executing.

    It may just be your libraries are screwed or something.

    I would download some other OpenGL programs off the net first to make sure they work - otherwise you'll never know what the root of the problem is.

    Start at:

    http://nehe.gamedev.net/lesson.asp?index=01

    If these work, you know it's your own project setup that's going wrong and you can narrow it down from there.

    Paste your own code over one of the examples and save it as a new project. This has gotten me out of similar predicaments before.


    Daz

  3. #3
    Junior Member Newbie
    Join Date
    Apr 2007
    Location
    Miami
    Posts
    5

    Re: Help! Opengl programs no longer executing.

    I've used other opengl programs with the same problem. They start up then I get a windows error message and I end the program now.

  4. #4
    Junior Member Newbie
    Join Date
    May 2007
    Posts
    23

    Re: Help! Opengl programs no longer executing.

    So it must be your dll's or the drivers for your graphics card that aren't working properly.

    Can you get any video games or other applications that use opengl to run on your machine?


    Daz

  5. #5
    Super Moderator OpenGL Guru dorbie's Avatar
    Join Date
    Jul 2000
    Location
    Bay Area, CA, USA
    Posts
    4,388

    Re: Help! Opengl programs no longer executing.

    Update your graphics drivers.

    Download glinfo2 from here and run it for additional information on what is happening:

    http://www.delphi3d.net/hardware/index.php

    Microsoft intentionally made this difficult, but you'll be OK if you update.

Posting Permissions

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