Does anyone have IOCP and have problems with users connecting? I don't know why this is happening but I keep getting this error when I'm on and another player connects. An error pops up serverside! x____x
:: Pando
dbytes probably has no value - you are probably passing an undimmed byte array in the dbytes byref.
Could you help me test the client? I want to see whats the error again and maybe since I just updated my windows xp it might have a different result.
:: Pando
What do you mean copy and paste all the codes?
HEY wasn't you the one who created the IOCP tutorial?
maybe I should do it over?
;; Pando
I don't remember what the error was. My tester isn't on so I need a subsitute.
:: Pando
Was just going to ask what you added afterwards... so it was binary?
Out of memory.. Do you have enough RAM to run the server? I think that was one of the reasons I used to get the error. That and client side, when I had a crappy video card and was using video memory.
Yeah it was the binary files (hint: I'm working on a pokemon game and I removed alot of junk and now everythings fixed No armours, classes, weapons, equipment, levels, exp, etc. and you can choose any sprite you desire, PRETTY NEAT HUH) Yeah it was just the classes.dat having no data or saving wrong.
:: Pando
Yep I've got it fixed. Thanks Verrigan for helping though.
:: Pando
Did you add binary files?
classes.dat is blank probally.
I don't know then. That was my problem.