DDRace / teeworlds

DEPRECATED - Go to https://github.com/ddnet/ddnet instead!
Other
37 stars 15 forks source link

SQL crash bug - Nonresponsive console #168

Open Tsin opened 12 years ago

Tsin commented 12 years ago

After working for a while servers become nonresponsive to all console commands.

sql just drops

then /top5 and changing maps dont work

the only way to fix it is to shutdown the server =/ (restart command dont help)

there should be any sql check if it works and if not then relink it or something

Learath2 commented 12 years ago

SQL is really buggy now with the new code its not just reconnect anymore its the whole SQL itself im not sure how to fix it anymore. It can't even connect to the server now on my computer atleast.

SamuelGold commented 12 years ago

Have the same problem: data not saved, top not work. Log: [12-06-19 22:39:41][chat]: *\ PoKeMoN [TD] finished in: 2 minute(s) 21.72 second(s) [12-06-19 22:39:44][chat-command]: 9 used /rank [12-06-19 22:39:44][SQL]: SQL connection established [12-06-19 22:39:44][SQL]: Showing rank done [12-06-19 22:39:44][SQL]: SQL connection disconnected

Map table doesn't consist PoKeMoN string with him time.

Learath2 commented 12 years ago

There is a problem with the sql wrapper used by the ddrace as either we needto include a huge library or use an old one when compiled on new (2005+) MSVC the old one doesnt work so there are some compatiability issues then coding issues. Hope i was clear enough.

SamuelGold commented 12 years ago

I see this problem on Linux, I build the server via bam.

Learath2 commented 12 years ago

I might have prettymuch killed it will fix it on 0.7 release.