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

[EO] VB6 not responding randomly [RESOLVED]


erkro1
 Share

Recommended Posts

My server is crashing (it says 'VB6 Not Responding') randomly, and I don't know what could be the cause of it as its not saying anything usefull about the crash. (at least not something that I know)

[http://filehost.worl…35f8ee54f4c.bmp](http://filehost.worldlifewarfare.com/pics/0fe303aa5d1f2328e0a8035f8ee54f4c.bmp)

If you need more information, please respond then I'll give it as soon as possible.
Link to comment
Share on other sites

> You're running your server from VB6?
>
> Anyhow, what changes have you made to it?

Yes, i do that so I can see which line he's erroring at when it gets a RTE.

And I've made alot of changes, but the problem seems to be happening ony like a week ago, and there is no specific time too when it crashes.
Link to comment
Share on other sites

Might want to monitor the memory usage, seems to me that you have a memory leak somewhere.. Or you're not clearing memory properly.(FMOD has a similar issue with not unloading properly, causing the IDE to just crash itself without an error). The IDE can sometimes crash without an error, whereas the compiled binary runs faster and would either not crash or show an error.

If you're that worried about crashes, add error handlers, don't rely on debug mode in a live situation.
Link to comment
Share on other sites

> Might want to monitor the memory usage, seems to me that you have a memory leak somewhere.. Or you're not clearing memory properly.(FMOD has a similar issue with not unloading properly, causing the IDE to just crash itself without an error). The IDE can sometimes crash without an error, whereas the compiled binary runs faster and would either not crash or show an error.
>
> If you're that worried about crashes, add error handlers, don't rely on debug mode in a live situation.

Ok, I will do that, thanks for the tip. ![;)](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/wink.png)
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...