Results 1 to 12 of 12

Thread: Problem! Need help!

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2003
    Posts
    3

    Problem! Need help!

    Hi! Im new to all this but i have a problem with a game and was told to ask in this forum.
    The problem is when i try to run a game i get an error message saying runtime error 7 out of memory.
    To try and rectify this i have tried everything, defragmenting the hard disk, installing a memory booster, shutting down programs from the system tray and nothing seems to work.
    I would be greatful if anyone could help me.

    Thanks.

  2. #2
    Lively Member killerad's Avatar
    Join Date
    Aug 2003
    Location
    Ghetto World
    Posts
    65
    st off all this is no game forum as you see, but anyways what kind of game and are u runing as exe or from Vb

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2003
    Posts
    3
    the game is an exe file called war of the adepts from golden sun anonymous. Ive been told by them that there is nothing wrong with the game so it must be sommat to do with my pc and im not sure what. ive tried everything they told me to do and it still doesnt work.

  4. #4
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632
    Hahahaha...right OK, this is sooooooooo nothing to do with VB
    However, the Runtime Error 7: Out of Memory means exactly that, you don't have enough memory

    Although this is not always the case since in code you can do this:
    VB Code:
    1. On Error Goto ErrHandler
    2.    'code here that causes an error...any error
    3.    Exit Sub
    4. ErrHandler:
    5.    Err.Raise 7
    This means that ANY error that is caused by the sub/function will return the error you get

    How much memory do you have?

    Woka

  5. #5
    Lively Member killerad's Avatar
    Join Date
    Aug 2003
    Location
    Ghetto World
    Posts
    65

    Lightbulb

    HHAHAHAH NO!

    so what i dont know maybe he donwloaded the game witch was not build in vb, it could be a trojan trojans server always have a bultin msgbox futer witch popup when u run it.

  6. #6

  7. #7
    Lively Member killerad's Avatar
    Join Date
    Aug 2003
    Location
    Ghetto World
    Posts
    65
    just the way i expressd .................

  8. #8

    Thread Starter
    New Member
    Join Date
    Sep 2003
    Posts
    3
    I have 256mb of memory and this is the only program that the message appears on and as far as i know the game is writtedn in vb.

  9. #9
    Lively Member killerad's Avatar
    Join Date
    Aug 2003
    Location
    Ghetto World
    Posts
    65
    Where did you get it from.........

  10. #10

  11. #11
    Hyperactive Member
    Join Date
    Mar 2003
    Location
    Greece, Salonica
    Posts
    473
    Ok lets clear things up.
    The game does not contain any trojans.I have it too.I sent this guy here to ask for help.Download it from here .
    The game connects to a server.When he click a "Procced" button to go to the game chatroom he gets this error...
    He needs to press this button because when he logs on he has to press this button...

  12. #12
    Super Moderator Wokawidget's Avatar
    Join Date
    Nov 2001
    Location
    Headingly Occupation: Classified
    Posts
    9,632
    Right OK...What on earth makes you think it's written in VB anyways?

    Also, considering it's not open source, how can anyone here fix it???

    I think you should email the creaters of this game.

    Not wanting to slag the creator of the program off but it's not a commercial game and "is done by someone in their bedroom"...
    There are ALWAYS going to be errors, bugs and just general ****ups

    What PC are u running it on?

    Alas, I don't think there is anything we can help with

    Woka

Posting Permissions

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



Click Here to Expand Forum to Full Width