miwarnec / uMMORPG

4 stars 0 forks source link

Cannot create a table without columns #21

Closed jonmalave closed 4 years ago

jonmalave commented 4 years ago

Versions (please complete the following information)

Describe the bug `Exception: Cannot create a table without columns (does 'Database+accounts' have public properties?) at SQLite.SQLiteConnection.CreateTable (System.Type ty, SQLite.CreateFlags createFlags) [0x00022] in <57886a6793604270bdfc461456fef165>:0 at SQLite.SQLiteConnection.CreateTable[T] (SQLite.CreateFlags createFlags) [0x00000] in <57886a6793604270bdfc461456fef165>:0 at Database.Connect () [0x0001e] in <57886a6793604270bdfc461456fef165>:0 at NetworkManagerMMO.OnStartServer () [0x00000] in <57886a6793604270bdfc461456fef165>:0 at Mirror.NetworkManager.StartServer () [0x00068] in <2700b6ad5ab344db9533fb099c1c003b>:0 at Mirror.NetworkManager.Start () [0x0000f] in <2700b6ad5ab344db9533fb099c1c003b>:0 at NetworkManagerMMO.Start () [0x00000] in <57886a6793604270bdfc461456fef165>:0

(Filename: <57886a6793604270bdfc461456fef165> Line: 0)`

To Reproduce Steps to reproduce the behavior, please explain every single click that is needed:

  1. Open Unity Editor
  2. Build for Linux
  3. Run Linux Server Executable
  4. See error

Expected behavior No Errors Read / Write to Database

System (please complete the following information):