orphu / mcdungeon

A procedural dungeon generator for Minecraft
Other
84 stars 18 forks source link

Can't get the 0.17 release to work #391

Closed DrakDragon closed 7 years ago

DrakDragon commented 7 years ago

Downloaded the 0.17 release for 1.11 and got the following message when running the launcher:

Error loading Python DLL: C:\Users\\AppData\Local\Temp_MEI33362\python27.dll (error code 14001)

Any ideas?

JiFish commented 7 years ago

Can confirm this occurs in the 0.17 win 64 build. Could this be a problem with PyInstaller @orphu?

As a workaround, you can try the python version instead.

orphu commented 7 years ago

Er.. hum. Works here (Windows 10 64 bit). Maybe a corrupt upload (though, I'd think zip would take care of that). Same build environment as 0.16.0.

I've re-zipped and re-uploaded the 0.17.0-win64 package in the release section. Try that and let me know if it's any different.

DrakDragon commented 7 years ago

No dice, downloaded it and tried it, get the same result sadly.

Win7 64 bit

JiFish commented 7 years ago

Same. I'm using Windows 7, perhaps the difference is there? What is your OS @DrakDragon?

JiFish commented 7 years ago

Could it potentially be this? --win-private-assemblies http://stackoverflow.com/questions/32457341/pyinstaller-and-onefile-build-causes-error-loading-python-dll-error-code-14001

DrakDragon commented 7 years ago

I'm using Windows 7 64 bit. Previous versions of McDungeon have worked, though.

orphu commented 7 years ago

Try this one. I added the --clean option.

0.17.0

DrakDragon commented 7 years ago

Aha, there we go, it works!

Thanks!

orphu commented 7 years ago

Great! I'll add that to the build script.

orphu commented 7 years ago

Updated the package on the release page.

JiFish commented 7 years ago

Working great. Thanks, orphu.

orphu commented 7 years ago

I've not checked this in yet. Re-opening as a reminder.

JiFish commented 7 years ago

Apologies, I hit 'Close and comment' instead of comment.