Skip to content
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.

Windows system error with auto update #141

Closed
xenDev opened this issue Jul 16, 2016 · 3 comments
Closed

Windows system error with auto update #141

xenDev opened this issue Jul 16, 2016 · 3 comments

Comments

@xenDev
Copy link

xenDev commented Jul 16, 2016

I get the following error after 2 or 3 updates using esky. Once it is in this state, I can't get out of this state without restarting the computer. I am running on Windows 10.

My updater is pretty vanilla.

    app = esky.Esky(sys.executable,"http://localhost:8888")
    try:
        app.auto_update()
        print ("try")

Has anyone seen this?

C:\U\s\Documents> Traceback (most recent call last):
File "arxspan-live-edit-host.py", line 10, in
File "esky__init__.pyc", line 981, in run_startup_hooks
File "esky__init__.pyc", line 366, in cleanup
File "esky__init__.pyc", line 402, in cleanup_actions
File "esky__init
_.pyc", line 360, in cleanup
File "esky__init__.pyc", line 787, in install_version
File "esky__init__.pyc", line 819, in _unpack_bootstrap_env
File "esky\fstransact\win32txf.pyc", line 117, in move
File "esky\fstransact\win32txf.pyc", line 126, in _move
File "esky\fstransact\win32txf.pyc", line 24, in wrapper
WindowsError: [Error 6714] The current transaction context associated with the thread is not a valid handle to a transaction object.

@timeyyy
Copy link
Contributor

timeyyy commented Jul 16, 2016

I have not seen the exact error but certain x64 builds of python were throwing errors related to fstransact. What version of oythin are you using? We can try running the test suite first and see if it gives us any clues. Other wise making a repeatable failing test and using git bisect could shed some light.

@dmckeone
Copy link

dmckeone commented Sep 7, 2016

I'm experiencing the exact same error on Windows 10 w/ Python 2.7.11 64-bit .

@rfk
Copy link
Contributor

rfk commented Feb 25, 2018

Thanks for reaching out. Unfortunately this project is no longer actively maintained, so I'm going to move it into archive mode:

https://rfk.id.au/blog/entry/archiving-open-source-projects/

@rfk rfk closed this as completed Feb 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants