Nutzzz / GameCollector

.NET library for finding games.
Other
5 stars 0 forks source link

Can't upgrade to System.Data.SQLite 1.0.118: When included in a single-file publish, Amazon store handler crashes #14

Open Nutzzz opened 4 months ago

Nutzzz commented 4 months ago

This is the "Value cannot be null. (Parameter 'path1')" in System.Data.SQLite.SQLiteConnection..ctor() which usually indicates an issue finding the .dll. 1.0.117 does not have this issue.

See https://sqlite.org/forum/forumpost/66a0d2716ad86ae80429d92794c4ae366de506aaef6a2016f3d6df90658de005

Nutzzz commented 4 months ago

Workaround: System.Environment.SetEnvironmentVariable("SQLite_NoConfigure", "1");

EDIT: Though I think I'll wait to see if this is resolved in 1.0.119.

Nutzzz commented 1 week ago

According to https://system.data.sqlite.org/index.html/doc/trunk/www/news.wiki the 1.0.119 release was scheduled for "May XX, 2024." However, the release is still MIA. I can't find any communication that explains why.