Thread: Alll my opengl programs crash upon startup.

  1. #1
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901

    Alll my opengl programs crash upon startup.

    Every time I try to run an opengl program the application crashes. If I'm compiling it myself it usually crashes before it executes the first instruction in main. When I try to debug I get a segmentation fault error. When I do a backtrace I get a value/function called "_end__()" at some memory address. I really need to fix 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.

    When I do get the "send error report" message I get a message saying that the Mod is "ntdll.dll" on pretty much all of them. If I can't find a solution I'm just going to have to reformat.

  2. #2
    Registered User ssharish2005's Avatar
    Join Date
    Sep 2005
    Location
    Cambridge, UK
    Posts
    1,732
    Did you try compiling that pprogram in a different machine. If works on the other machine. which has a better graphics card. May be you could conclude its your graphics cards which is gicing you the problem.

    ssharish2005

  3. #3
    Ethernal Noob
    Join Date
    Nov 2001
    Posts
    1,901
    Well the programs were working on my computer for the longest and I have a radeon x1950 Pro (the best ATI AGP available) at home. We're not even talking about anything beyond OpenGL1.1, it won't start up the program that includes opengl. Quite the opposite, the crappy computer at work that doesn't support anything beyond 1.1 works. This just suddendly started happening on the computer.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. fprintf to stderr crash programs
    By jlai in forum Windows Programming
    Replies: 2
    Last Post: 04-12-2005, 08:51 AM
  2. Are there any free allegro or opengl programs?
    By Siggy in forum Game Programming
    Replies: 4
    Last Post: 10-20-2004, 10:54 PM
  3. POSIX/DOS programs?
    By nickname_changed in forum C++ Programming
    Replies: 1
    Last Post: 02-28-2003, 05:42 AM
  4. OpenGL .dll vs video card dll
    By Silvercord in forum Game Programming
    Replies: 14
    Last Post: 02-12-2003, 07:57 PM
  5. Opengl programs with VC++ slow with Voodoo2 12MB card
    By Zeeshan Zia in forum Game Programming
    Replies: 3
    Last Post: 09-14-2001, 03:02 PM