Код ошибки 3758096967 0xe0000247 рутокен

Страницы 1

Чтобы отправить ответ, нужно авторизоваться или зарегистрироваться

#1 2017-06-01 19:56:37

  • kom-pas1
  • Посетитель
  • Неактивен

Срочно! Ошибка 3758096967 (0xe0000247) при установке драйвера

При установке драйвера Рутокен компьютер выдает ошибку (см.ниже).
Продукт: Драйверы Рутокен — Ошибка. Код ошибки: 3758096967 (0xe0000247)

Ребята из службы поддержки сказали, что такая ошибка вами не описана и нужно задать вопрос вам.
Подскажите, что нужно сделать, чтобы установить драйвер на этот компьютер. Очень нужно и очень срочно

#2 Ответ от Vintik 2017-06-05 06:28:00

  • Vintik
  • Посетитель
  • Неактивен

Re: Срочно! Ошибка 3758096967 (0xe0000247) при установке драйвера

Здравствуйте.

А какая ОС, какие драйвера?
Причин может быть очень много, от «кривой» ОС до «кривых» рук.
Второй случай это даже не про вас лично, а про тех кто был до вас и т.п.

#3 Ответ от Николай Киблицкий 2017-06-05 10:16:36

  • Николай Киблицкий
  • Техническая поддержка
  • Неактивен

Re: Срочно! Ошибка 3758096967 (0xe0000247) при установке драйвера

Здравствуйте!
Вам необходимо загрузить Windows в безопасном режиме и отключить службы криптографии (в cmd от имени администратора «net stop cryptsvc»). Далее переименуйте каталог C:Windowssystem32CatRoot2 в C:Windowssystem32catroot3 и включите службу криптографии обратно (в cmd от имени администратора «net start cryptsvc»).
Загружаете Windows в обычном режиме и запускайте установку драйверов.

Страницы 1

Чтобы отправить ответ, нужно авторизоваться или зарегистрироваться

Варианта решения проблемы два:

  • найти нормально подписанный драйвер
  • подписать драйвер со штампом времени самостоятельно (но сертификатом с корнем в одном из доверенных центров в MS)

Пойду, видимо, вторым путём. Учитывая, что корень для сертификата у нас будет не в MS, нам потребуется ещё и кросс-сертификат от MS для удостоверяющего центра. Командная строка для подписи будет выглядеть следующим образом:

inf2cat /driver:x64 /os:XP_X64,Server2003_X64,Vista_X64,Server2008_X64,7_X64,Server2008R2_X64,8_X64,Server8_X64
inf2cat /driver:x86 /os:XP_X86,Server2003_X86,Vista_X86,7_X86,8_X86

signtool sign /f Cert.cer /ac Cross.cer /t http://timestamp.verisign.com/scripts/timstamp.dll usboip.cat

Для начала попробуем без регенерации cat файла, только переподписать.

  • Remove From My Forums
  • Question

  • Hi everyone,

    I’m not sure if this is the correct forum for this question.  A while ago, while searching for answers to a different question, I saw someone get redirected here even for questions concerning Setup API.  The function, UpdateDriverForPlugAndPlayDevices
    (here)is such a function.  I’m trying to install a driver that was developed by another on my team.  I’ve developed my
    INF file correctly now (I know this because I can install this driver using the update driver dialog windows/wizard while using Device Manager).  However, I’m not able to install using a command line program that I’ve developed.

    My command line program is quite simple really.  I’m using the Setup API and the Config Manager 32 in order to determine that I have the correct AHCI HBA on the system, based on PCI bus number, on which to install the new driver.  One system that
    I have tested, I am able to install using my command line utility.  For the 64 (or 32) bit windows 7 systems I’ve tested on, I’ve been able to use this command line installer only on 1 of them (I’ve tested on 3 machines for both OS builds).

    Every time the UpdateDriverForPlugAndPlayDevices() fails, it fails with error code 3758096967 (0xe0000247).  I can’t find this error code documented anywhere from Microsoft (why is that????).  Searches from Google produce precious little information. 
    The best guess I’m finding is that this error code has something to do with the driver «package» failing the signing test.  First off, this driver package is completely in development at the moment and it isn’t signed.  However, my understanding
    is that this doesn’t matter on 32 bit systems.  On the 64 bit systems, I’ve placed them into test mode.  That is, I’ve executed «bcdedit /set testsigning=yes» which says that the command passed.  A bcdedit /v confirms this.

    So, the simple question is, what am I missing?  Why is this command line utility failing to install this driver?  I’m completely grasping at straws at this point.  Any help in this is greatly appreciated (since I have extremely little experience
    with any of this).

    Andy

Answers

    • Proposed as answer by

      Saturday, April 14, 2012 9:30 AM

    • Marked as answer by
      Mike Dos Zhang
      Tuesday, April 17, 2012 10:02 AM

Возможно, вам также будет интересно:

  • Код ошибки 37 vime world
  • Код ошибки 36888 windows 7
  • Код ошибки 363 на лада гранта
  • Код ошибки 3620 мерседес атего
  • Код ошибки 362 при оплате картой тинькофф

  • Понравилась статья? Поделить с друзьями:
    0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии