Alex (TuxCoding)

Results 357 comments of Alex (TuxCoding)

This page is for the source code. Binary files will blow up the size. The compiled project is hosted at [SpigotMC](https://www.spigotmc.org/resources/commandforward.27580/) or development builds at [CodeMC](https://ci.codemc.io/job/Games647/job/CommandForward/).

Could you please check the files if their UUIDs are in there. Could you also try this version: https://www.spigotmc.org/threads/mcmmoaction.117177/page-10#post-2939073 It appears there could be a Java bug.

Could you test this version? [FastLogin-database-leak.zip](https://github.com/games647/FastLogin/files/11202341/FastLogin-database-leak.zip) I added a leak detection that should warn if an invalid connection doesn't get removed and updated the database pool library, which should detect...

Thank you, @SoyDary. That was helpful. According to your server log, the connections get immediately stuck. >All this started to happen after updating the waterfall to the latest version Wait...

And here is another test version. This time with MySQL specific optimizations disabled. Maybe they trigger the bug. [FastLogin-leak-test-2.zip](https://github.com/games647/FastLogin/files/11208528/FastLogin-leak-test-2.zip) I'll need the server log then again.

@SoyDary That makes no sense. The database scheme FastLogin uses says it should auto increment them when not specified. Could you check the scheme by running `describe premium`

Please post the database scheme by running `describe table_name`

Your database structure is incorrect. Do you imported or manually created the table? Please let FastLogin create the table again or manually adjust it using:. FastLogin depends on the behavior...

Do you followed the setup guide for BungeeCord with FastLogin referenced on the project page? Sending request means your proxy rejected to answer so take a look at the server...