Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run on Linux by Mono #3

Open
purerosefallen opened this issue Sep 15, 2018 · 0 comments
Open

Cannot run on Linux by Mono #3

purerosefallen opened this issue Sep 15, 2018 · 0 comments

Comments

@purerosefallen
Copy link
Member

[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]$ 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant