SR_GameServer collapses when players fight monsters

12/29/2019 19:43 tanquang#1
I am using the IronSro v3.2 source code that has been shared on the site. My server: RAM 8 GB, Windows Server 2008 R2 Standard, SQL Server 2014 Express.
I have the following problem: Everything works normally, but when the player fights mob, after a while, SR_GameServer crashes without any errors detected.
Although there are only about 2-3 players, the server only uses 6/8 GB of RAM, the CPU is only used about 1-2% but it still crashes.
I think that due to too many mobs being spawned, I used these queries: [Only registered and activated users can see links. Click Here To Register...]
But the situation is still happening!
How do I fix this situation?
12/30/2019 17:32 Mr.Awesome1337#2
Which monster exactly? If it is a unique then it might be because the "Summon" skill of this unique is set to service 0, check it out.
12/31/2019 04:52 ThievesUTD#3
reflevel 9999999999999
12/31/2019 12:23 tanquang#4
Quote:
Originally Posted by ThievesUTD View Post
reflevel 9999999999999
What is this? What do you mean?

Quote:
Originally Posted by Mr.Awesome1337 View Post
Which monster exactly? If it is a unique then it might be because the "Summon" skill of this unique is set to service 0, check it out.
"Monster" simply means all the mob, unique,... although the server has only about 20,000 mob spawns.
12/31/2019 16:37 ThievesUTD#5
Quote:
Originally Posted by tanquang View Post
What is this? What do you mean?



"Monster" simply means all the mob, unique,... although the server has only about 20,000 mob spawns.
Show me ur reflevel limit, when it has low limit and u reach the limit exp, so server will crash, example: if ur reflevel has 1,000,000 limit exp, and u kill a monster and u get 1.000.001 exp, u reached server limit and server will crash, so just change it to 999999999999999 or something like that, same in media, i dont remember the txt, but it must called reflevel or something like that.
12/31/2019 17:30 tanquang#6
Quote:
Originally Posted by ThievesUTD View Post
Show me ur reflevel limit, when it has low limit and u reach the limit exp, so server will crash, example: if ur reflevel has 1,000,000 limit exp, and u kill a monster and u get 1.000.001 exp, u reached server limit and server will crash, so just change it to 999999999999999 or something like that, same in media, i dont remember the txt, but it must called reflevel or something like that.
Here it is, I don't think monsters can give more experience than BIGINT maximum value!
12/31/2019 20:57 hoangphan7#7
Quote:
Originally Posted by tanquang View Post
I am using the IronSro v3.2 source code that has been shared on the site. My server: RAM 8 GB, Windows Server 2008 R2 Standard, SQL Server 2014 Express.
I have the following problem: Everything works normally, but when the player fights mob, after a while, SR_GameServer crashes without any errors detected.
Although there are only about 2-3 players, the server only uses 6/8 GB of RAM, the CPU is only used about 1-2% but it still crashes.
I think that due to too many mobs being spawned, I used these queries: [Only registered and activated users can see links. Click Here To Register...]
But the situation is still happening!
How do I fix this situation?
Your Database Fullbug :) Just use another database.
Goodluck!
01/01/2020 05:13 tanquang#8
Quote:
Originally Posted by hoangphan7 View Post
Your Database Fullbug :) Just use another database.
Goodluck!
What? Show me a few places!