You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2018. It is now read-only.
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.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: