Ok my issue is freezing 30 secs after a player logs into the game. Ok heres what i mean; I host a nd watch the dream deamon clock and its moving fine then when someone connects, they make their character then 3 secs later it starts to freeze then almost comes to a complete stop. When they log out it fixes itself, could the problem be in the save load and creation of the character thats causing maybe a infinite loop or something? I plan on getting a server and im 99% sure its not my pc. So would getting a virtual server solve anything?
Thx in advance
1
2
ID:989010
Sep 25 2012, 7:57 am
|
|
Sep 25 2012, 8:01 am
|
|
Does this happen after they click on a SPECIFIC verb, or by the default mob/Login();
|
In the code it says client/New is that the same thing. Its located in the save mechanics
|
you might want to add the dm tags to that, makes it easier for the rest of us to help you out. You can do this by adding dm inside the <> and to close the tags </>
|
Ok im not sure what u mean can u clearify a little more 1st time i posted a code here
|
client/New() |
I know i may be a headache to assist. Im just the host trying to give a helping hand to my coder while he works on something else.
|
In response to Snyperwolf
|
|
Snyperwolf wrote:
I know i may be a headache to assist. Im just the host trying to give a helping hand to my coder while he works on something else. You should probably delete your previous post without the tags, its pain to the eyes. Are you getting any runtime errors at all? |
Try a little debug, try removing the while() function, to see if the problem will clarify if not, may i have a glimpse of the loadmob procedure?
|
Map z5 (7, 8) (/obj/mapinfo): New(DDGrass (116,795,5) (/turf/Terrain/DDGrass))
runtime error: list index out of bounds |
In response to Snyperwolf
|
|
Snyperwolf wrote:
Map z5 (7, 8) (/obj/mapinfo): New(DDGrass (116,795,5) (/turf/Terrain/DDGrass)) You tried to access something from a list, but the list index you used doesn't exist. List indexes must be larger than or equal to 1, and less than or equal to the length of the list. This error can also occur if you use the pick() proc on a list that doesn't have anything in it. |
mob/var |
I was watching the task manager and dorment just hosting it stays at 50k memory but as soon as someone logs in it jumps by 10k a sec even tho the dream daemon is frozen
|
1
2