Ошибка диска Google: python27.dll

108949
abhilash sukumari

Каждый раз, когда я открываю Google Drive, я получаю следующее сообщение об ошибке. Я попытался скопировать и вставить файл DLL в system32 и sysWOW64. Но проблема все еще сохраняется.1

15
Похоже, GoogleDrive использует PyInstaller, интерес. Naib 11 лет назад 2
И в случае, если кто-то задается вопросом: даже не думайте о копировании этой DLL в любом месте. Он не принадлежит папке Windows. Daniel B 8 лет назад 0

5 ответов на вопрос

13
stderr

May be a problem related to permissions (look for System Error Codes). Try the following.

  1. Open the Windows Explorer.
  2. Paste this(%UserProfile%\AppData\Local\) in address bar.
  3. Right click on folder Temp then Properties - Security tab - Advanced button.
  4. Click on button Change Permissions.
  5. Remove all permissions.
  6. Select the entry for your user name and click Edit.
    • Include inheritable permissions from this object's parent.
    • Replace all child object permissions with inheritable permissions from this object.
  7. Click OK.

enter image description here

5
Michaël Polla

One fix is to set GoogleDriveSync.exe (generally located in : C:\Program Files\Google\Drive) in compatibility mode :

  • Right-click on the executable -> Properties -> Compatiblity -> Run this program in compatibility mode for : Windows 7 (I assume you're running Windows 8, otherwise try setting an older OS version)
2
user286682

For windows 8 system, follow the steps bellow:

  1. Open the Windows Explorer.
  2. Paste this(%UserProfile%\AppData\Local) in address bar.
  3. Right click on folder Temp then Properties - Security tab - Advanced button.
  4. Click in Everyone, Mark Change Permission and later click Edit
  5. Mark all permissions
  6. Press Ok (continue) in all windows questions.
1
Mangesh Ghotage

Вариант Run as administratorсработал для меня. (Я использую windows 8.1)

Это сработало для меня. Плюс, чтобы избежать этого каждый раз, щелкните правой кнопкой мыши по нему> Свойства> Совместимость> Проверьте `Запуск от имени администратора` Alaa M. 6 лет назад 0
0
Aardappel

On Windows 10, going to %UserProfile%\AppData\Local\ and deleting the Temp directory entirely, and then recreating it, fixed the error and allowed Google Drive to start up and sync normally.

This is a crude solution, but it worked, unlike the accepted answer, which got permission denied, even as admin. It may need to be updated for Windows 10.

Не работал ! У меня работает windows 10 летие. Работает только администратор как администратор. И это не единственное у меня приложение с вопросами по открытию. Nuno Aniceto 7 лет назад 0

Похожие вопросы