It'll be easier to help you if you'd show some of your code...
Have you tried debugging?
Or could you at least show the function that has the loop in it? maybe you declared it with the __declspec(naked) attribute and didn't return? (__declspec(naked) does not contain a return statement, you have to add one yourself)
If your code calls a non-C procedure (some procedure in MS), and the method signature changed at all during the patch, it is possible that the stack is being corrupted. If, however, you are calling the function recursively it is possible that it is breaking the stack but the recursion is avoiding reaching the problem (atleast until the recursion breaks out).
Like everyone else said, debug the fucking thing or post the source. _________________
Mutilated lips give a kiss on the wrist of the worm-like tips of tentacles expanding in my mind
I'm fine accepting only fresh brine you can get another drop of this yeah you wish
All times are GMT - 6 Hours Goto page Previous1, 2
Page 2 of 2
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum