Our company recently purchased an EV-Code Signing Certificate from Digicert. We used it to sign a simple INF file that uses Microsoft's usbser.sys following the process described in Kernel-Mode Code Signing Walkthrough. When we install the driver through Hdwwiz.exe the driver
appears signed and Windows Security message asking "Would you like to install this device software?" appears. We are able to see all information needed such as Name & Publisher name. Nevertheless, when the driver is installed we receive error: "This device cannot start. (Code 10)". Same thing happens in Windows 7 x 86, Windows 7 x 64, Windows 8 x 86, Windows 8 x 64, Windows 8.1 x 86 and Windows 8.1 x 64.
Now issue come when we add inf and cat file to our installer.exe. Then when installing Windows Security message appears: "Windows can't verify the publisher of this driver software". Any ideas what can cause the problem?
Related
I tried installing GeneXpert version 5.3 in a laptop with 64 bit processor having Windows 7 Service Pack 1 OS. It says Database conversion has failed. Installation must be aborted.
The error shown during the installation
The properties of the destined Laptop
I recently upgraded my Macbook Pro from Catalina version to Big Sur. Now, I am getting this error with my iOS Simulator. So I deleted the Connection Profile and created a new one. This time I am getting the following error:
TDBXError: Remote error: Authentication manager rejected user credentials. This may be due to invalid combination of DS user name and password
My PAServer by the way is running on my Mac terminal and used one of the IP provided. I am not using any password for my connection profile. My PAServer Version is 21.0 I am using 10.3 Community Version of RAD Studio.
There is a suggestion to create a password but I don't know where to make a password in the PAServer.
Can someone assist me or ever encountered some issues with new Mac OS Big Sur version.
UPDATE: ERROR MESSAGE ON PASERVER WHEN I TRIED USING THE LOWER VERSION 20.0
OS/paserver ; exit;
Platform Assistant Server Version 11.2.13.8
Copyright (c) 2009-2019 Embarcadero Technologies, Inc.
Connection Profile password <press Enter for no password>:
Starting Platform Assistant Server on port 64211
Type ? for available commands
>i
192.168.254.122
10.211.55.2
169.254.191.89
169.254.150.220
10.37.129.2
>Runtime error 231 at 0000000105F7605A
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions... 56 completed.
[Process completed]
I'm trying to copy the photos off my iPhone 5S. When I plug in my phone (I have the screen unlocked), I get an "Unhandled Lockdown error" and also when I try to use the File browser. I've seen -3 and -16 (and maybe -5 and -20, not sure).
I have tried using some of the idevice* command line tools but with very limited success: idevicepair pair works, as does idevicepair validate. But ideviceinfo fails with GnuTLS error: A TLS packet with unexpected length was received.
I'm running Ubuntu 14.04 and iOS 10. This is a new problem since upgrading to iOS 10.
You must compile it yourself, as it has not been updated in the repos.
https://gist.github.com/Aaahh/1e354ee60dbe40f64efe7e4f98f720d4
I have recently reformatted my computer running Windows 8.1 and re-installed Delphi XE6 which was working fine prior to formatting the computer. Whenever i open up a new project and hit F9 (Windows 64 as target platform) i receive the following error:
Debugger Assertion Failure: "lastErr == WSAEINTR" in ..\win32src\wmcipc.cpp at line 294
Fatal error starting debugger kernel: 'Invalid debugger request'. Please save your work and restart RAD Studio XE6
I downloaded XE7 trial and ran into the same problem. I have done some google search but cannot find a resolution.
I guess there is some user access problem or a program blocking the debugger?
This Question was answered here:
https://forums.embarcadero.com/thread.jspa?messageID=712725
"Open a command prompt as Administrator, and run"
netsh winsock reset
I have an android application and want to port it to BB 10 device. I have converted it to bar file with command line tools and configured my computer for signing application. But when i am trying to sign application it gives error.
Command Line :
batchbar-signer MyFile.bar author.p12 password
It gives error
blackberry.tools.SDK\lib/KeyTool.jar
Error: null
Also tried online tools to sign my application but online tools gives error,too
Installed blackberry plug-in for Eclipse as an alternative , also it doesnt work.
My ADT Version : 21.0.1
JRE Versiyon : 7u21
Blackberry SDK : 1.5.2
Waiting for your help
THANKS.
Believe the reason currently for the error with signing the application is that you are using Java 7 version while BlackBerry current Java support is Java 6 - spec docs
Does it continue giving you an error if you change to an earlier Java versions?