1 Attachment(s)
Server crashes ! solution plz [ files provided]
Why is server crashing always? or is anybody crashing it ? plz tell me.. below attachment is log files of matchserver + dmp file also. 1 file before crashing and 1 file after crashing. plz check it.
Re: Server crashes ! solution plz [ files provided]
PHP Code:
ErrSQL( {CALL spInsertQuestGameLog ('Questing Time | KGN', 1308, 1503, 1241, 1257, 773, 13, 0)} ), ErrCode( -1 )
ErrMsg - Arithmetic overflow error for data type tinyint, value = 773.
Re: Server crashes ! solution plz [ files provided]
Quote:
Originally Posted by
SeaTroll
PHP Code:
ErrSQL( {CALL spInsertQuestGameLog ('Questing Time | KGN', 1308, 1503, 1241, 1257, 773, 13, 0)} ), ErrCode( -1 )
ErrMsg - Arithmetic overflow error for data type tinyint, value = 773.
yea yea i also check that.. anyways thanks for help... i just increased players in DB , tables n stored procedures and its fixed now :D
Re: Server crashes ! solution plz [ files provided]
Max value for tinyint=255 but i think its imposible to get more than 10 items in a quest game.
Re: Server crashes ! solution plz [ files provided]
i have same problem how to do that?
i need step by step bcoz im noob
Re: Server crashes ! solution plz [ files provided]
Quote:
Originally Posted by
damn321
i have same problem how to do that?
i need step by step bcoz im noob
find stored procedure "spInsertQuestGameLog"
increase players line player4,player5 and @player4,@player5
also add 2 columns in dbo.questgamelog
Re: Server crashes ! solution plz [ files provided]
can you make TUT on TUT page?i mean can you release?
Re: Server crashes ! solution plz [ files provided]
Quote:
Originally Posted by
damn321
can you make TUT on TUT page?i mean can you release?
okiess,,, will make a tut regarding increasing quest players.
Re: Server crashes ! solution plz [ files provided]