Problem when change of map

thenewb

New Adventurer
Joined
Jan 31, 2013
Messages
15
Reaction score
0
Hello, when i try to change of map or travelling it's stoping my game for say "Out of Memory. Couldn't allocate new block"
If you can help me please.
or "unhandled exception blabla ..."

Thanks for the help.
 

zeus9860

Active Adventurer
The True Followers of the Lost
Crusaders
Blades of Urdual
Alpha Tester
Joined
Feb 28, 2008
Messages
2,581
Reaction score
37
Age
31
Location
lolwut
Everyone has that problem, it's not just you.

Live with it since i doubt it's going to get fixed anytime soon. Or restart map each time a votemap passes, the time it takes to change the map could be used to restart the game and rejoin the server.
 

Thothie

Administrator
Staff member
Administrator
Moderator
MSC Archivist
Joined
Apr 8, 2005
Messages
16,342
Reaction score
326
Location
lost
I don't. (not since SEP2013a at least)

Shouldn't be happening as often on the RKS servers, assuming they are dropping you proper... Granted, I reduced the reconnect delay. Not hit the error myself yet, but I may have reduced it too far.

What you can try, if your rig is reconnecting too fast, is open msc\recon.cfg with notepad.

Find the line:
Code:
alias lwait "waiter1;waiter1;waiter1;waiter1;waiter1;waiter1;waiter1;waiter1;waiter1"
And change to:
Code:
alias lwait "waiter1;waiter1;waiter1;waiter1;waiter1;waiter1;waiter1;waiter1;waiter1;waiter1;waiter1;waiter1;waiter1;waiter1;waiter1;waiter1;waiter1;waiter1"
(just double the waiter1;'s)

That'll slow your reconnect some, and make it less likely for you to get smacked with partially initialized map data, leading to dealloc crash.

We used to have a cvar for this, but the command restrictions in the Valve Steam Pipe updates made it too difficult to use.
 
Top