Thread: SDL error parachute

  1. #16
    Registered User
    Join Date
    Aug 2001
    Posts
    403
    have you tried initializing SDL with no parachute

    pass the SDL_INIT_NOPARACHUTE flag into SDL_Init

    this will let your app crash normally.. but you'll have better luck finding the error sometimes

  2. #17
    I lurk
    Join Date
    Aug 2002
    Posts
    1,361
    aren't there sposed to be experts here?
    help!
    why do i have to do this the hard way when theres dozens of stuck up experts here that know the answer
    can someone please investigate this?
    someone else please?
    It seems like you want someone else to do all the debugging for you. Well, first off that's extremely hard to do without any code... and most of us don't know enough ASM to disassemble your project and debug at that level.

    So what is it you expect of us? Wave a magic wand and make your program all better? How about the symptoms? It doesn't work on others computers... it seg faults, freezes and parachutes when there's a file missing.

    Lets try and weed out one at a time, and to start us off-- the code.

  3. #18
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    I wouldn't waste your time with this considering that this thread is nearly 5 months old.

  4. #19
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    no big problems, just an annoying thing where the music won't stop playing when I die or quit.
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. SDL and stdio.h
    By a.mlw.walker in forum C Programming
    Replies: 1
    Last Post: 02-06-2009, 07:45 AM
  2. Problems compiling this SDL app
    By Rider in forum C++ Programming
    Replies: 3
    Last Post: 03-27-2007, 12:22 PM
  3. SDL and MinGW Studio
    By Vicious in forum Tech Board
    Replies: 0
    Last Post: 07-30-2004, 09:59 PM
  4. SDL and Windows
    By nickname_changed in forum Windows Programming
    Replies: 14
    Last Post: 10-24-2003, 12:19 AM
  5. sdl in c++
    By Klinerr1 in forum C++ Programming
    Replies: 8
    Last Post: 07-07-2002, 07:46 AM