sexta-feira, maio 13, 2016

dropbox fails to start windows 10 chrome does not save password for gmail



Trying to install Dropbox and when it attempts to start I get a permission error with the following error text:

This solution also solved one issue I had with chrome and windows 10 fresh install, it was not saving password for gmail, every time I closed chrome I had to type user and password again, even cheching it to remember this computer

[get_extra_trace_info failed]
Traceback (most recent call last):
File "dropbox\client\main.pyo", line 614, in boot_error
File "dropbox\client\main.pyo", line 3759, in get_dropbox_path
AttributeError: 'NoneType' object has no attribute 'config_dict'

Original traceback:

Traceback (most recent call last):
File "dropbox\client\main.pyo", line 4065, in main_startup
File "dropbox\client\main.pyo", line 1788, in run
File "dropbox\client\main.pyo", line 863, in startup_low
File "dropbox\client\multiaccount\instance_database.pyo", line 846, in __init__
File "dropbox\client\mapreduce.pyo", line 64, in __init__
File "dropbox\client\mapreduce.pyo", line 110, in new_user_key
File "dropbox\keystore\keystore_win32.pyo", line 65, in store_versioned_key
File "dropbox\keystore\keystore_win32.pyo", line 72, in _store_versioned_key
File "dropbox\keystore\keystore_win32.pyo", line 152, in _encrypt_payload
File "pynt\helpers\crypt.pyo", line 27, in protect_data
FormattedWindowsError: [Error 0x80090345] The requested operation cannot be completed. The computer must be trusted for delegation and the current user account must be configured to allow delegation.







SOLVED

Need to do this to fix the problem:

Create or set a new registry DWORD value, named ProtectionPolicy, value 1, to enable local backup of the MasterKey instead of requiring a RWDC in the following registry subkey:
HKEY_LOCAL_MACHINE\Software\Microsoft\Cryptography\Protect\Providers\df9d8cd0-1501-11d1-8c7a-00c04fc297eb

1. Hit Windows + R

2. Type regedit and hit enter

3. Navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Cryptography\Protect\Providers\df9d8cd0-1501-11d1-8c7a-00c04fc297eb

4. In the folder, right click and hit New > DWORD (32 Bit) Value

5. Name it 'ProtectionPolicy'

6. Right click 'Protection Policy'

7. Hit Modify and change the value to 1 and select Base: Hexadecimal

Nenhum comentário: