|
-
Sep 22nd, 2003, 02:54 PM
#1
Thread Starter
New Member
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.
-
Sep 22nd, 2003, 03:05 PM
#2
Lively Member
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
-
Sep 22nd, 2003, 05:15 PM
#3
Thread Starter
New Member
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.
-
Sep 23rd, 2003, 05:36 AM
#4
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:
On Error Goto ErrHandler
'code here that causes an error...any error
Exit Sub
ErrHandler:
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
-
Sep 23rd, 2003, 06:41 AM
#5
Lively Member
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.
-
Sep 23rd, 2003, 06:49 AM
#6
Hahahaha NO!....
Wot?
Woka
-
Sep 23rd, 2003, 06:51 AM
#7
Lively Member
just the way i expressd .................
-
Sep 23rd, 2003, 08:25 AM
#8
Thread Starter
New Member
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.
-
Sep 23rd, 2003, 08:26 AM
#9
Lively Member
Where did you get it from.........
-
Sep 23rd, 2003, 08:30 AM
#10
The game is written in VB?!
Hmmmmmmmm...is this a commercial game or one some kid has knocked up in his bedroom?
Woka
-
Sep 23rd, 2003, 08:58 AM
#11
Hyperactive Member
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...
-
Sep 23rd, 2003, 09:10 AM
#12
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|