szefo09 / YgoProPatcher

YgoProPatcher that patches YGOPRO2 using Internet
MIT License
9 stars 3 forks source link

Error in SQLite.Interop.dll while Updating #4

Open Jesse777 opened 5 years ago

Jesse777 commented 5 years ago

Hello, I keep getting the following error when I run the updater. It appears over and over and seems to appear whenever a .cbd file finishes its loading as displayed by the updater. I have checked and I do have the .NET required for this program. What can I do to fix this?

Annotation 2019-03-16 024154

szefo09 commented 5 years ago

Seems like the dynamic library has an issue there. What I would recommend is creating a folder called x64 in your YGO Pro2 directory if there is none and downloading and moving the correct SQLit.Interop.dll from the link here: https://github.com/szefo09/YgoProPatcher/tree/master/YgoProPatcher/costura64 This should solve the problem.

Jesse777 commented 5 years ago

that worked thank you.