Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to fix these errors. pls help...

Status
Not open for further replies.
Skilled Illusionist
Joined
May 11, 2011
Messages
316
Reaction score
28
Hello, i want to know how i can fix these errors.
i am lookinh around on google but i dont find a solution.
i am very happy if you can help me how i can fix it.
thank you.


Error1
Code:
_Database\DbManagerLog.cpp, 1116:	uspLoggingTrade @pFlag=2, [USER=2000243354]Ptr[/USER]adeID=1552791980, [USER=771803]Pserver[/USER]index='01', @pidPlayer='0000232', @pItemIndex='25126', @pItemSerialNum=1992187458, @pItemCnt=1, @pAbilityOpt=0, @pItemResist=0, [USER=2000133456]Pre[/USER]sistAbilityOpt=0,@pRandomOpt=5737291262976


Error2
Code:
__QuestEnd quest(0) property null


Error3
Code:
query:uspLoggingTrade @pFlag=2, [USER=2000243354]Ptr[/USER]adeID=1552791980, [USER=771803]Pserver[/USER]index='01', @pidPlayer='0000232', @pItemIndex='25126', @pItemSerialNum=1992187458, @pItemCnt=1, @pAbilityOpt=0, @pItemResist=0, [USER=2000133456]Pre[/USER]sistAbilityOpt=0,@pRandomOpt=5737291262976
SQLSTATE:22003 error:[Microsoft][SQL Server Native Client 11.0][SQL Server]Arithmetic overflow error converting expression to data type int.


Error4
Code:
CDPSrvr::OnQueryReadMail - Invalid nMail. idReceiver : 0000869, nMail :[13956]


Error5
Code:
Layer not found


Error6
Code:
CMover::SubAroundExp ClockworksÁÖÀ§¿¡ À¯Àú°¡ ¾ø´Ù.


Error7
Code:
CClientSocket.Fetch: ip = xxx.xxx.xxx.xxx, size = 1746949194
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
Error 1 & 3: pRandomOpt should be bigint
Error 4: can be safely ignored, its for debugging.
Error 5: Issue with tickets you have added, it's missing a layer.

The rest i haven't really looked into
 
Upvote 0
Skilled Illusionist
Joined
May 11, 2011
Messages
316
Reaction score
28
Error 1 & 3: pRandomOpt should be bigint
Error 4: can be safely ignored, its for debugging.
Error 5: Issue with tickets you have added, it's missing a layer.

The rest i haven't really looked into

thank you.
ok i will have a look closer at 1, 3 & 5

anyone can give a little help for 6 & 7 ? ;)
 
Upvote 0
Newbie Spellweaver
Joined
Jul 8, 2011
Messages
29
Reaction score
0
Error 1 & 3: pRandomOpt should be bigint
Error 4: can be safely ignored, its for debugging.
Error 5: Issue with tickets you have added, it's missing a layer.

The rest i haven't really looked into

What do you mean pRandomOpt should be bigint in Microsoft SQL Server or in SOurce?
 
Upvote 0
Status
Not open for further replies.
Back
Top