15-12-2006, 01:26 AM
The error is Out of Memory, and a bunch of numbers.
this error happens once the user selects a character to play.
to fix it i have to pretty debug and press run again. (Server)
[Edit#2] I just forgot that I didn't edit the max_players for client side. Is that the problem? Hope so.
[Edit#3] OMG! this is driving me crazy! I recoded the source, the first thing i added was IOCP and then tested it. Worked! Then I added other stuff and now I end up with the same error highlighting
Error: Out Of Memory
but before I added everything else it didn't say that when my
test logged in.
GARR! WHY! the binary files seem to be the problem I think.
:: Pando
this error happens once the user selects a character to play.
to fix it i have to pretty debug and press run again. (Server)
[Edit#2] I just forgot that I didn't edit the max_players for client side. Is that the problem? Hope so.
[Edit#3] OMG! this is driving me crazy! I recoded the source, the first thing i added was IOCP and then tested it. Worked! Then I added other stuff and now I end up with the same error highlighting
Code:
Call mvarSocket.Write(dbytes, thenShutdown)
Error: Out Of Memory
but before I added everything else it didn't say that when my
test logged in.
GARR! WHY! the binary files seem to be the problem I think.
:: Pando