Q_Strcat ERROR ? WTF


(Darkix) #1

I got this error:
Q_strcat: already overflowed.

All i did to my map was add script_movers and splns :l
someone help?


(dutchmeat) #2

My guess is that the script_movers is causing the problem, check if the arguments are correct


(Darkix) #3

everything is correct :frowning:
anyone have teamviwer that can check my stuff out?


(dutchmeat) #4

Do you have some really big string in the mapscript?

try debugging your mapscript using:

set developer 2
set g_scriptdebug 1
map yourmap

and show us your logfile :slight_smile:


(Darkix) #5

yeh when i do that nothing happens?
i dont get a logfile or anything
My Script:

game_manager
{
}
moverlead
{
spawn
{
wait 256
followspline 0 s1 80
}
}
moverfollow
{
spawn
{
wait 256
attachtotag moverlead tag_barge
}
}


(dutchmeat) #6

then do it like this:

seta g_log “ETServer.log”
seta logfile “3”
seta g_logsync “1”

set developer 2
seta g_scriptdebug 1

map yourmap

And post your logfile.


(Darkix) #7

0:00 ------------------------------------------------------------
0:00 InitGame: \voteFlags\0\g_balancedteams\0\g_covertopsChargeTime\30000\g_soldierChargeTime\20000\g_LTChargeTime\40000\g_engineerChargeTime\30000\g_medicChargeTime\45000\g_bluelimbotime\30000\g_redlimbotime\30000\gamename\etmain\g_gametype\4\g_voteFlags\0\g_alliedmaxlives\0\g_axismaxlives\0\g_minGameClients\8\g_needpass\0\sv_allowAnonymous\0\sv_privateClients\0\mapname\map2\protocol\84\version\ET 2.60b win-x86 May 8 2006\g_heavyWeaponRestriction\100\g_antilag\1\g_maxlives\0\g_friendlyFire\1\sv_floodProtect\1\sv_maxPing\0\sv_minPing\0\sv_maxRate\0\sv_minguidage\0\sv_punkbuster\0\sv_hostname\ETHost imelimit\0\sv_maxclients\20\g_maxGameClients\0\g_maxlivesRespawnPenalty\0
0:00 ShutdownGame:
0:00 ------------------------------------------------------------
0:00 ------------------------------------------------------------
0:00 InitGame: \voteFlags\0\g_balancedteams\0\g_covertopsChargeTime\30000\g_soldierChargeTime\20000\g_LTChargeTime\40000\g_engineerChargeTime\30000\g_medicChargeTime\45000\g_bluelimbotime\30000\g_redlimbotime\30000\gamename\etmain\g_gametype\2\g_voteFlags\0\g_alliedmaxlives\0\g_axismaxlives\0\g_minGameClients\8\g_needpass\0\sv_allowAnonymous\0\sv_privateClients\0\mapname\map2\protocol\84\version\ET 2.60b win-x86 May 8 2006\g_heavyWeaponRestriction\100\g_antilag\1\g_maxlives\0\g_friendlyFire\1\sv_floodProtect\1\sv_maxPing\0\sv_minPing\0\sv_maxRate\0\sv_minguidage\0\sv_punkbuster\0\sv_hostname\ETHost imelimit\0\sv_maxclients\20\g_maxGameClients\0\g_maxlivesRespawnPenalty\0
0:00 ShutdownGame:
0:00 ------------------------------------------------------------

Thats it :slight_smile:


(dutchmeat) #8

could you post your ‘etconsole.log’ file, this should give us more information.