22-06-2006, 12:50 AM
Well, the runtime error fixes post didn't help me out much here haha. What is happening is I am getting a Runtime Error 6: Overflow on the server. I can't seem to pinpoint it to anything yet, I have been testing the server in many different ways and it only will occur when it is compiled so I cannot load it in VB and debug it that way. It only seems to occur once in awhile, I haven't timed it yet to see how long it takes or anything but it's quite a while I believe. More or less I am just wondering if there is a way to locate a coding error without searching the entire thing for a tiny mistake. Overflow is when a byte is being stored as something beyond 255 correct? So is there a way to find something thats attempting to store any byte within the code thats higher than that? I hope this is making sense to everyone haha. Any help on how to track something down like that would be great. Thanks a lot.