Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Big Problem - Grey Screen! / 'Run-time error '429' ActiveX copmonent can't create damn object.


Kumi
 Share

Recommended Posts

I worked hard on my damn game and im using Eclipse Advance,

I installed some other 2D eclipse game and i deleted it. Then i went to try out mine and thats where it happends,

When i open Eclipse Client a grey screen appear and i can't get rid of it, i formated my computer since i dont want to lose it and it gotten worst.

I got error 'Run-time error '429' ActiveX copmonent can't create object. i Tried to install Eclipse Mega and had the same Grey screen error.

Please i really need help with this since i don't want to lose my game.
Link to comment
Share on other sites

> Since you formatted your computer (or did I misunderstand) install the run times file.

I Already done that, i even tryed putting the files one by one in System32

> Try this Link:
>
> [http://www.touchofde…29-activex-etc/](http://www.touchofdeathforums.com/community/index.php?/topic/131622-run-time-error-solutions-339-429-activex-etc/)

That is a nice tutorial, however it still didin't work. I did every single step on there and even the "regsvr32 cmcs21.ocx" etc.

The only problem i had was when i typed "regsvr32 stdole2.tlb" a error came saying "The module @stdole2.tlb@ was loaded but the entry-point DLLregsiterServer was not found. Make sure that "Stdole2.TLB" is a valid DLL or OCX file and try again."

Great! i tried the other ones and they worked now, Thanks for the help guys.

The problem is when i run my old one which i have all the files, a error came up saying

"Run-time error 9" Subscript out of range. That must be somehting with the source codes?
Link to comment
Share on other sites

i manged to get my data back, the only problem is when i press on my 'character button' a error come up saying Unrecovable DX8 error.

Any ideas?

![](http://s23.postimage.org/90w5up9qj/image.png)
Link to comment
Share on other sites

I'm confused, are you using EM or EA? Your posts seem to be switching between the two. That is an old bug to do with dx8 rendering that was in older version of EA, from what I remember (though this may be wrong) it was fixed in the newer versions of EA and I think EM has the fixed versions.

The weather system in EA would give that bug a lot. You have to delete the map file and rebuild the map if you keep getting that error when you enter or edit that map.

[background=rgb(255, 255, 255)]

> Yep thats ingame…
>
> Search at the code PicCover.visible = True
>
> and remove it or comment it out

Not sure what you're talking about Mortal. EM has no picCover and there is no code that matches that for picCover, neither does EA. picCover is from the dx7 engines, not dx8…[/background]
Link to comment
Share on other sites

[**Ertzel**](http://www.touchofdeathforums.com/community/index.php?/user/48743-ertzel/), I managed to fix the grey screen error. Also i am using Eclipse advance becouse i installed Mega to see if the grey screen will still be there and it was.

The only problem i got now is with the DX8 error when i press on the 'Char' button
Link to comment
Share on other sites

It is pretty hard to pinpoint the area where the Error occurs, because the calling sub handles the error.

In this case, the sub(Render_Graphics) that calls all the other rendering subs. If an error occurs in one of the render subs, the Render_graphics sub will catch it and handle it. So the best way to find the line erroring would be to comment out the error handler and cause the error.

Follow these steps to remove the error handler code.

Go to Mod_Graphics.

find the following part of code

```

on error goto

```
comment this line out by adding a " **'** " in front of the line.

Then run the client and do whatever you have to, to cause the error. Debug it and find the line of code that is erroring. Try posting it here for the best chances and solving your problem.
Link to comment
Share on other sites

> check in modGrapics maybe you edit that

[http://www.touchofdeathforums.com/community/index.php?/topic/113011-dont-know-the-answer-dont-reply/](http://www.touchofdeathforums.com/community/index.php?/topic/113011-dont-know-the-answer-dont-reply/)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...