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

How to find out what is causing that annoying DX8 error.


XerShade
 Share

Recommended Posts

Okay so I was getting this on my client for some reason and I did the following to see what was causing it.

**Instructions:**

1) Goto Tools -> Options in the menu bar of VB6.

2) Select the general tab.

3) Set error trapping to ALL.

Should look like this:

[attachment=273:FixDX8.png]

4) Re-run the client and see what the duck is going on.

I was surprised to see that an EQUIPMENT subscript was giving me a DX8 error, thanks for making me waste an hour playing the code to try and fix it whoever wrote that useless handler.
Link to comment
Share on other sites

> Gives me an error in InitDX8 which is obv wrong ![:P](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/tongue.png)

Hence why I said this handler is useless, error handlers should REPORT what went wrong, not just exit out and ignore it.
Link to comment
Share on other sites

> Error handler during runtime where never designed to show the line of code that crashed.
>
> During runtime a small lightweight version of debugging is built thats all.

My main point is that error handlers should NEVER be used to "Ignore" errors like some people do,
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...