You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[nanahira@localhost imggen]$ mono ImgGen.exe ~/ygopro-pre-data/expansions/pre-release.cdb
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v4.0.30319
Unhandled Exception:
System.DllNotFoundException: System.Data.SQLite.dll
at (wrapper managed-to-native) System.Data.SQLite.UnsafeNativeMethods.sqlite3_config_none(System.Data.SQLite.SQLiteConfigOpsEnum)
at System.Data.SQLite.SQLite3.StaticIsInitialized () [0x00018] in <b38576f5ddbf43388ae2986d191fce36>:0
at System.Data.SQLite.SQLiteLog.Initialize () [0x00000] in <b38576f5ddbf43388ae2986d191fce36>:0
at System.Data.SQLite.SQLiteConnection..ctor (System.String connectionString, System.Boolean parseViaFramework) [0x0001c] in <b38576f5ddbf43388ae2986d191fce36>:0
at System.Data.SQLite.SQLiteConnection..ctor (System.String connectionString) [0x00000] in <b38576f5ddbf43388ae2986d191fce36>:0
at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteConnection..ctor(string)
at ImgGen.DataManager.InitialDatas (System.String dbPath) [0x0008b] in <506e94b5ec134d8aa4380da4430b8d86>:0
at ImgGen.Program.Main (System.String[] args) [0x00004] in <506e94b5ec134d8aa4380da4430b8d86>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.DllNotFoundException: System.Data.SQLite.dll
at (wrapper managed-to-native) System.Data.SQLite.UnsafeNativeMethods.sqlite3_config_none(System.Data.SQLite.SQLiteConfigOpsEnum)
at System.Data.SQLite.SQLite3.StaticIsInitialized () [0x00018] in <b38576f5ddbf43388ae2986d191fce36>:0
at System.Data.SQLite.SQLiteLog.Initialize () [0x00000] in <b38576f5ddbf43388ae2986d191fce36>:0
at System.Data.SQLite.SQLiteConnection..ctor (System.String connectionString, System.Boolean parseViaFramework) [0x0001c] in <b38576f5ddbf43388ae2986d191fce36>:0
at System.Data.SQLite.SQLiteConnection..ctor (System.String connectionString) [0x00000] in <b38576f5ddbf43388ae2986d191fce36>:0
at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteConnection..ctor(string)
at ImgGen.DataManager.InitialDatas (System.String dbPath) [0x0008b] in <506e94b5ec134d8aa4380da4430b8d86>:0
at ImgGen.Program.Main (System.String[] args) [0x00004] in <506e94b5ec134d8aa4380da4430b8d86>:0
[nanahira@localhost imggen]$
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: