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

Eclipse - Nightly Releases (2.4 -> 3.0)


jcsnider
 Share

Recommended Posts

  • 4 weeks later...
  • Replies 593
  • Created
  • Last Reply

Top Posters In This Topic

> I'm getting "Run-time error '9' Subscript out of range" when lunching the client after editing the tilesets.
>
> I made sure all of the tiles are saved as PNG; the only change i made was slight color adjustment.
>
> What am i doing wrong here?

This is not an engine-specific problem; make a new topic in the Q&A. You'll get a better response. ![:)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/smile.png)
Link to comment
Share on other sites

Your pc isn't good enough to boot to hardware graphics and is erroring on mixed attempt..

You need to comment out the mixed method in the source and recompile

At least I think that's the same number.. What's the error log show after you turned on debug
Link to comment
Share on other sites

  • 3 weeks later...
So, I'm having a bit of a problem. Whenever I talk, and a chat bubble appears above my head, within the error log in the client I get a runtime 0 error.

The following error occured at 'HandleChatBubble' in 'modHandleData'.

Run-time error '0': .

Did anybody else notice this? and if so, is there a fix for it I missed? I tried using the default engine too, and i still get this error.
Link to comment
Share on other sites

this might fix the bug BlueAlicorn

[http://www.touchofdeathforums.com/community/index.php?/topic/128201-eo-bank-currency-fix/page__hl__ravey](http://www.touchofdeathforums.com/community/index.php?/topic/128201-eo-bank-currency-fix/page__hl__ravey)
Link to comment
Share on other sites

> this might fix the bug BlueAlicorn
>
> [http://www.touchofde…page__hl__ravey](http://www.touchofdeathforums.com/community/index.php?/topic/128201-eo-bank-currency-fix/page__hl__ravey)

You have no idea how much this helps…

Also! I was having trouble with me expbar, the damn number wouldn't update! But I found a fix for that too!

It's modHandleData

Private Sub HandlePlayerExp

frmMain.lblEXP.Caption = GetPlayerExp(Index) & "/" & TNL

Change it to

frmMain.lblEXP.Caption = GetPlayerExp(MyIndex) & "/" & TNL
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...
  • 3 weeks later...
  • 2 weeks later...
Somebody gave Eclipse 3.0 to me yesterday and i thought why not just make the dropbox file public so here is the link:

[https://www.dropbox.com/s/xhs32gt9w7zc653/Eclipse%20-%20%203.0%20-%20Electrified%20Events.zip](https://www.dropbox.com/s/xhs32gt9w7zc653/Eclipse%20-%20%203.0%20-%20Electrified%20Events.zip)
Link to comment
Share on other sites

You have to download dx7vb.dll and dx8vb.dll and put them in either system32 (If you have an x86 architecture processor + OS) or SysWow64 if x64.

Then type this in Run (Windows + R):
**x86**

regsvr32 dx7vb.dll

regsvr32 dx8vb.dll

**x64**

C:\Windows\SysWow64\regsvr32 dx7vb.dll

C:\Windows\SysWow64\regsvr32 dx8vb.dll

This should solve your problem. :)
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...