overmindstudios / BlenderUpdater

Small crossplatform Python 3 application to update Blender to the latest buildbot version
https://overmindstudios.github.io/BlenderUpdater/
GNU General Public License v3.0
136 stars 24 forks source link

cx_Freeze: Python error in main script #9

Closed saltorio closed 7 years ago

saltorio commented 7 years ago

When I try to run BlenderUpdater v1.0 on my work PC (Windows 7 Pro SP 1), I get the error below:

Screenshot

tobkum commented 7 years ago

Do you get that error immediately after starting the application?

saltorio commented 7 years ago

Yes. As soon as I launch the program.

tobkum commented 7 years ago

What directory are you starting the application from? Can you test running it straight from a root directory like C:\ (not from the Desktop or any other system folder)?

saltorio commented 7 years ago

Tried running it off C:\ without even a parent folder. The error report changed slightly:

Screenshot

tobkum commented 7 years ago

That is weird, never happened before. Just to clear it up - you are using the downloaded binary, right?

saltorio commented 7 years ago

Yup. Downloading BlenderUpdater-1.0.win-amd64.zip from here.

tobkum commented 7 years ago

Can you please try again with the v1.1 and report back?

saltorio commented 7 years ago

v1.1 seems to have rectified this issue. Thanks!

tobkum commented 7 years ago

Thanks for the feedback!