YiC200333 / XConomy

An economy plugin that supports data synchronization between multiple servers
GNU General Public License v3.0
95 stars 33 forks source link

Incompatibile with Pixelmon 8.3.6 as MySQL DB - "No Value Present" or "Exception caught during firing event net.minecraftforge.fml.common.gameevent.PlayerEvent$PlayerLoggedInEvent" #54

Closed faitarus closed 2 years ago

faitarus commented 2 years ago

I was looking for an modern alternative to EconomyLite for my Pixelmon 8.3.6 Server (SpongeForge Version 1.12.2-2838-7.4.7 ).

During the changes in the ConfigFile i got the issue listed in the Log.

PasteBin Log: https://pastebin.com/yGfNPsWG

When i add in the DB my name/uuid etc. seems to work. Also it seems to be a write/read issue.. maybe collides with the onjoin Function of the Pixelmon.

I also used different settings like the pool and disable-async option but nothing happend.

Settings:

SQLite MySQL

storage-type: MySQL

use connection pool or not

usepool: true

Whether to disable saving data asynchronously(SQLite no such setting)

disable-async: true

Older Version of the Plugin also have the same Issue. Tested Versions in which the Problem is present: 2.13.5 - XConomy Spongeforge 2.13.3 - XConomy Spongeforge 2.9.18 - XConomy Spongeforge

Would be possible to fix it?