Author Topic: Game Freezing Randomly  (Read 1246 times)

/title
Game Randomy Stops Responding and crashes often.

That doesn't help us determine what your issue is.

Post a console log (if file is too big upload it somewhere else and share the link here)

I know that's very ambiguous, but it's as much detail as i can get really. I'll post a console log later.

does this happen only on blockland?  what about other programs/games?
does this happen on your own server or on other servers?
does this happen with only default addons enabled?
does this happen on a clean install?

does this happen only on blockland?  what about other programs/games?
Only Blockland.
does this happen on your own server or on other servers?
Own Server
does this happen with only default addons enabled?
haven't tested yet.
does this happen on a clean install?
haven't tested yet.

anyway the game doesn't feel like crashing right now so i can't really post a log.


Weird that it stops at my autosaver. What version do you have?

During your crash, do you experience a runtime error message or does it only say that it stops responding?

Weird that it stops at my autosaver. What version do you have?

During your crash, do you experience a runtime error message or does it only say that it stops responding?
Stops Responding.
also, nevermind, i have two autosaver mods, they're probably conflicting

The game still freezes.
i'm using version 3.0.0

try removing client suburbia and client addon favorites


Would trace(1); help in this situation?

Yeah. Before starting the server trace(1); into the console. This might lag your server but it'll figure out where the crash is.

Possible scenarios:
Some loop is not ending correctly causing the server to crash (an add-on like autosaver uses a loop)
Too much data causing a buffer overrun (doubtful)
A crappy client is doing weird stuff