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

Gets stuck on uncompressing #8

Closed Blendify closed 8 years ago

Blendify commented 8 years ago

When trying to update on windows 10 it gets stuck on the extracting stage. I have left it for a long time and it never actual extracts.

Blendify commented 8 years ago

A usability improvement would be to redesign the progress bar to go from 0% to 100% instead of a bar that just moves along the bottom of the window

tobkum commented 8 years ago

What directory are you extracting to? The progress bar feature would be nice, but there is no way I can get the current status in the implementation. Maybe sometime in the future.

Blendify commented 8 years ago

C:\Users\Aaron\Downloads\Blender\Blender Build

tobkum commented 8 years ago

Ahh... can you try a folder outside of your /users folder, e.g. c:\test please?

Blendify commented 8 years ago

It still fail. I will go back and test old versions to see when it stopped working

tobkum commented 8 years ago

okay, thanks! Never heard of that problem in older versions, though I didn't change that part of the code for a while actually...

Blendify commented 8 years ago

I was just able to get 0.7 to work

tobkum commented 8 years ago

So it works in 0.7 but is broken in 0.8?

Blendify commented 8 years ago

That is correct

tobkum commented 8 years ago

Weird, I didn't change that part of the code as far as I remember. I will look into it, but I'm swamped with work right now - thanks for the update!

Blendify commented 8 years ago

I think that I have solved it. I think the issue was in all the temp files that where generated while updating and everything. Doing a fresh install fixed this issue.

tobkum commented 8 years ago

Oh nice, good to know. Thanks!