kantoks / skrupel

http://www.skrupel.de
19 stars 10 forks source link

Auto tick is not working (on PHP7) #74

Closed BassXX closed 6 years ago

BassXX commented 6 years ago

Unfortunately, every time it comes to the AutoTick, the last round freezes an no player can perform a turn anymore.

If every player finishes his turn, the game continues as normal...

BassXX commented 6 years ago

Ok, this one I solved. It was actually a problem with the xstats extension...

I disabled it now and everything is working as it is supposed to be

ForGorNorPor commented 5 years ago

@BassXX Do you want to try if #76 fixes this issue for you? You could either setup a new skrupel server from scratch or modify all your tables manually to use InnoDB as the storage engine, like so: ALTER TABLE your_table_name_here ENGINE = InnoDB;

BassXX commented 4 years ago

Yup it works now! Thanks a lot!