Thread: Hovercraft program

  1. #16
    Registered User IdioticCreation's Avatar
    Join Date
    Nov 2006
    Location
    Lurking about
    Posts
    229
    Ok sorry, I gave you the wrong error. It was this:
    http://i14.photobucket.com/albums/a3...over_error.jpg

  2. #17

    Join Date
    May 2005
    Posts
    1,042
    I would delete everything you have downloaded and try downloading it again. Once downloaded, unzip everything to the same folder, and give her another go.

    I haven't added a failsafe for when the user decides to exit early (e.g. if you hit escape during the main menu). A bunch of loose pointers can cause the program to 'crash' upon exit (I already know about that), but this looks like the file is either just plain bad or in the wrong directory.

    If what I suggested doesn't work then I really honestly don't know what's wrong.
    I'm not immature, I'm refined in the opposite direction.

  3. #18
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    Yeah I hit escape on the main menu... it died.
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

  4. #19

    Join Date
    May 2005
    Posts
    1,042
    Idiotic: did you ever get the program to work? Has anyone else had idiotic's problem?

    Note that I'm speaking of the problem with selecting the proper map, and then having it fail. I put that exception in there in case the memory gets fuxed, but that's just it: it's more likely the file was corrupted or simply not unzipped, rather than there being a bug in the loading portion of the BSP code (it's as simple as can be, ultimately).
    I'm not immature, I'm refined in the opposite direction.

  5. #20
    Registered User Tonto's Avatar
    Join Date
    Jun 2005
    Location
    New York
    Posts
    1,465
    I'm getting the error

    Code:
    ---------------------------
    Alert
    ---------------------------
    Card does not support multitexturing, die
    ---------------------------
    OK   
    ---------------------------
    And then it crashes. It's making me sad.

  6. #21

    Join Date
    May 2005
    Posts
    1,042
    what video card do you have, it only works if the video card has at least 2 texture units available
    I'm not immature, I'm refined in the opposite direction.

  7. #22
    Registered User Tonto's Avatar
    Join Date
    Jun 2005
    Location
    New York
    Posts
    1,465
    This is a guess but my Device Manager says Radeon 9800 Pro under 'Display Adapters'

  8. #23

    Join Date
    May 2005
    Posts
    1,042
    lol umm........... wtf
    I'm not immature, I'm refined in the opposite direction.

  9. #24
    Registered User Tonto's Avatar
    Join Date
    Jun 2005
    Location
    New York
    Posts
    1,465
    What's your diagnosis Dr. McGee.

  10. #25
    Registered User IdioticCreation's Avatar
    Join Date
    Nov 2006
    Location
    Lurking about
    Posts
    229
    Hey Bob,

    I did try it on a different computer, and it got a little bit farther. It selected the map, then it acted like it was about to start, then crashed. I can give you more of my system info if that would be helpful.

  11. #26

    Join Date
    May 2005
    Posts
    1,042
    Nah, don't worry about it.
    I'm not immature, I'm refined in the opposite direction.

  12. #27

    Join Date
    May 2005
    Posts
    1,042
    I looked back through my code but I honestly don't know what could be causing those problems.

    I'm just wondering, how many people did my program actually work for? I've tried it on 4 computers in my home, worked on all of them. I tried it on my room mate's computer before I left, and I tried it on the computers in the library. Wtf. So far it seems like only ahluka was able to actually have it run successfully.

    Did you try it Bubba? If you can get to a windows box you should try it Perspective. It's a bummer.
    I'm not immature, I'm refined in the opposite direction.

  13. #28
    pwns nooblars
    Join Date
    Oct 2005
    Location
    Portland, Or
    Posts
    1,094
    Ran for me fine... though I keep falling off the edge when ever I play =/

  14. #29
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    It works very well for me with a 2.79 GHz processor and 504 MB of RAM, running at over 50 FPS in 1024x768x32, over 25 FPS in 1280x1024x32, and over 80 FPS in 800x600x32. Don't click on Cancel in the Open Dialog, though.

    I keep falling off the map too.
    Last edited by dwks; 12-30-2006 at 02:35 PM.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  15. #30
    Supermassive black hole cboard_member's Avatar
    Join Date
    Jul 2005
    Posts
    1,709
    Runs fine for me with 3 GHz processor, 1 GB RAM and a 7800GS. Between 90-100 FPS in 1280x1024x32.

    I'm too good to fall off the map like you riff raff
    Good class architecture is not like a Swiss Army Knife; it should be more like a well balanced throwing knife.

    - Mike McShaffry

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Issue with program that's calling a function and has a loop
    By tigerfansince84 in forum C++ Programming
    Replies: 9
    Last Post: 11-12-2008, 01:38 PM
  2. Need help with a program, theres something in it for you
    By engstudent363 in forum C Programming
    Replies: 1
    Last Post: 02-29-2008, 01:41 PM
  3. Replies: 4
    Last Post: 02-21-2008, 10:39 AM
  4. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM