Hey

Just had this issue on my Server. This happened:

  • Server crashed with an Unity error Report
  • After automatic restart the following error dropped in console
00:46 [Error] Failed to call hook 'ImportImageList' on plugin 'ImageLibrary v2.0.60' (SqliteException: Could not open database file: server/my_server_identity/sv.files.234.db)
  at Facepunch.Sqlite.Database.Open (System.String path, System.Boolean fastMode) [0x00031] in <2d0973b42fa0470fb151aa69b64bf6b8>:0 
  at FileStorage..ctor (System.String name, System.Boolean server) [0x00046] in <dc3e6592bdd742dfbfde71a5da21cfb5>:0 
  at FileStorage..cctor () [0x00014] in <dc3e6592bdd742dfbfde71a5da21cfb5>:0 ​
Whats markable that "my_server_identity" is not the path where my db file is stored.

  • I restored whole Data from the server save file at /server/xxxxx
    But that didn't worked. Still same issue.

  • Then deleted everything in /server/xxxxx but the issue was still there.

  • Then removed ImageLibrary.cs from Plugins folder and started again and then it loaded. Could restart the server normally, put ImageLibrary back in and everything was fine again.

Never had this issue in the past 2 years.

Anyone knows this?

Thanks!