pixeltris / Lotd

Yu-Gi-Oh Legacy of the Duelist helper tool
27 stars 8 forks source link

Line 30 in Program.cs threw TypeInitializationException #2

Open longnbh21496 opened 6 years ago

longnbh21496 commented 6 years ago

The detail of the exception is {"The type initializer for 'Lotd.MemTools' threw an exception."} Please check your code and fix it. Thank you!

pixeltris commented 6 years ago

Sorry for the late response haven't been on here for a while. You need to change the build mode to x64. I should have changed the project file to only have x64 as x86 isn't compatible with LOTD which is an x64 program. I'll make a commit at some point to remove the x86 build config.