adventurerocko
08-31-2007, 09:52 PM
I Get Errors When I Start It Can Anyody Help Me Fix It?
|
View Full Version : Help Using Eclipse Game Maker adventurerocko 08-31-2007, 09:52 PM I Get Errors When I Start It Can Anyody Help Me Fix It? adventurerocko 09-01-2007, 01:33 AM Sorry for double post but can anyone help cooldad210 09-01-2007, 03:24 AM just keep on trying or if your making a game check ip adres it helped with me gl LordIllidan 09-01-2007, 08:25 AM The first one says it's an invalid procedure call/argument. So, either you're using a command in a way it doesn't like, or you're telling it to do something impossible (Example: Divide by 0). Either way, you may want to go through your code and check all your logic. It might be a syntax error too, but I'm not sure. The second one seems to be an ActiveX problem. That's a bit tricky, because that means either: 1. Your program is messed up, and telling ActiveX to do something it doesn't like OR 2. Your ActiveX is messed up, and you need to reinstall it or something. I hope that helps. P.S.: Which "Eclipse" is this? The Java tool? The MMO tool? Oddly enough, there's a lot of programming software called "Eclipse." Knowing which one might/might not let me be able to help you more. |