02-01-2013, 03:18 PM
(02-01-2013, 11:05 AM)Phaze Wrote:(01-31-2013, 07:16 PM)Kami Wrote: Random Fatal Glitches, Why.
This is what I sometimes dislike about coding networking support, Unreasonable glitches that happen when they are normal not supposed to happen.
That's programmin' fer ya.
I'd recommend taking a break from trying to fix the problem for now. Just think about it for a day or three. A solution will prob'ly come to you.
What is the problem, anyway? Sync issues? Something else? Explaining might help.
Well it seems my friends network crashed while some code was being executed that involved server data saving, and it screwed up the whole file by corrupting the dang thing, so I had to go back to my last backup and recode the last 50 or so lines of coding, and now I am going to have to make sure I add some extra protection with the data saving as it wasn't able to handle the excess unrecognisable data that came through. So I'm now going to have to add a sort of a "surge protector" to it. Yay... The plus is that I know about that loophole before I released a public test, and should be able to fix it befotre a release.