
Fails to Load on 64Bit Install
voreisthescore opened this issue · 2 comments
Mod crashes on entry due to file not found for Assembly.load(“Stardew Valley”)
64 Bit installs instead need to run Assembly.load(“StardewValley”)
This is due to different DLL names for 32bit vs 64Bit installs.
Because of this the Mod doesn’t work at all on Mac or Linux.
After cloning your repo and adjusting this locally on my machine everything worked fine.
Any plans to update this? I see you made some unreleased changes 11 days ago @2Retr0 but it looks like this particular issue is still present.
EDIT: I'm an idiot. I built your 1.2.0 version and it's working just fine on 64 bit.