• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Server crash after killing last player in team battle event !!

MohamedRefaat

Marketing and Coding
Premium User
Joined
Jan 18, 2014
Messages
993
Solutions
3
Reaction score
234
Location
Egypt
Hi,

My server got crash when i kill the last player in the team which vs my team ( last hit = crash )

but this only occur when i work using mysql database and it works fine with sqlite. any help?

this is the code

http://pastebin.com/ipmmCVyv
 
Are you sure this never happens with SQLite and always with MySQL?
What kind of crash? Do you get errors?
If you use something like TFS 0.3.6 32bit you can try to use a different libmysql.dll.
http://www.speedy*****malware.localhost/mUyFn/libmysql.dll
 
Are you sure this never happens with SQLite and always with MySQL?
What kind of crash? Do you get errors?
If you use something like TFS 0.3.6 32bit you can try to use a different libmysql.dll.
http://www.speedy*****malware.localhost/mUyFn/libmysql.dll
Yes , i am sure. I tested it many times.
I am using tfs 0.3.7 for 8.60 64bit

Should i use this dll?

Are you sure this never happens with SQLite and always with MySQL?
What kind of crash? Do you get errors?
If you use something like TFS 0.3.6 32bit you can try to use a different libmysql.dll.
http://www.speedy*****malware.localhost/mUyFn/libmysql.dll
When i use this dll , server no start.
 
Last edited by a moderator:
The dll is for 32bit, there is a 32bit libmysql.dll file that causes crashes sometimes when using MySQL.
You can try to do some tests to see which part is causing it, for example with -- in front of it so it will be a comment that is not seen as script code (so it will be ignored like it isn't there).
 
The dll is for 32bit, there is a 32bit libmysql.dll file that causes crashes sometimes when using MySQL.
You can try to do some tests to see which part is causing it, for example with -- in front of it so it will be a comment that is not seen as script code (so it will be ignored like it isn't there).
ok , i will try
 

Similar threads

Back
Top