TE.Host v5.8k for x64 Structured exception was encountered: 0xE0434352

Hey guys, I’m new to this, so I’ll try to provide as much pertinent info as possible.

I’m using VS2015, and WDK10. I’m running both the development and test machines as VMs under VMWare ESXi 5.5. (Old hardware, can’t upgrade PAST 5.5).

I’m trying out the MS driver examples with the intention of making my own FS minifilter driver. I have my target project (minispy) compiling, and linking, and being packaged, and deployed to my test machine, but driver INSTALL on the test machine is failing with the error in the title.

Here is the dump that I get, with CR/LFs inserted to make it not 1 long line:

Test Authoring and Execution Framework: TE.Host v5.8k for x64 Structured exception was encountered: 0xE0434352 - Unknown exception
KERNELBASE.dll!RaiseException+0x3d
clr.dll!StrongNameSignatureVerification+0x456a9
clr.dll!Ordinal24+0x8684
clr.dll!Ordinal24+0x8fd6
clr.dll!NukeDownloadedCache+0xdb3b
clr.dll!NukeDownloadedCache+0xdb49
clr.dll!GetAssemblyIdentityFromFile+0x285e6
clr.dll!CreateAssemblyConfigCookie+0xa11b7
clr.dll!CopyPDBs+0x21f2
clr.dll!StrongNameSignatureVerification+0x1b553
Te.Common.dll!?xxxxx@xxxxx@xxxxx@WEX@@AEBA_NXZ+0x127
TE.Loaders.dll!?xxxxx@xxxxx@WEX@@YA?AV?$xxxxx@xxxxx@xxxxx@WEX@@U?$xxxxx@xxxxx@xxxxx@WEX@@@std@@@std@@XZ+0x8a5
TE.Loaders.dll!SendExecutorUri+0x3227
TE.Loaders.dll!SendExecutorUri+0x3ba0
TE.Loaders.dll!SendExecutorUri+0x3a5e
TE.Loaders.dll!?xxxxx@xxxxx@xxxxx@WEX@@QEAA?AV?$xxxxx@xxxxx@xxxxx@WEX@@@xxxxx@std@@xxxxx@Common@xxxxx@0_N@Z+0xca
TE.Host.dll!HostApplicationRunWithArgumentsInEnvironmentVariable+0x3769
Te.Common.dll!?xxxxx@xxxxx@xxxxx@WEX@@QEAAX_K@Z+0x65f
Te.Common.dll!?xxxxx@xxxxx@xxxxx@WEX@@QEAAX_K@Z+0x3a5
Te.Common.dll!?xxxxx@xxxxx@xxxxx@WEX@@QEAAX_K@Z+0x7d9
Te.Common.dll!?xxxxx@xxxxx@xxxxx@WEX@@QEAAX_K@Z+0x5ed
kernel32.dll!BaseThreadInitThunk+0xd
ntdll.dll!RtlUserThreadStart+0x21
If the stack trace above was incomplete, please set the _NT_SYMBOL_PATH environment variable

Any help greatly appreciated!
-Frank

Forgot to mention, box VMs, as well as the ultimate target are Win 7-64.

-Frank

------ Original Message ------
From: xxxxx@hotmail.com
To: “Windows System Software Devs Interest List”
Sent: 1/24/2017 9:10:50 AM
Subject: [ntdev] TE.Host v5.8k for x64 Structured exception was
encountered: 0xE0434352

>Hey guys, I’m new to this, so I’ll try to provide as much pertinent
>info as possible.
>
>I’m using VS2015, and WDK10. I’m running both the development and test
>machines as VMs under VMWare ESXi 5.5. (Old hardware, can’t upgrade
>PAST 5.5).
>
>I’m trying out the MS driver examples with the intention of making my
>own FS minifilter driver. I have my target project (minispy)
>compiling, and linking, and being packaged, and deployed to my test
>machine, but driver INSTALL on the test machine is failing with the
>error in the title.
>
>Here is the dump that I get, with CR/LFs inserted to make it not 1 long
>line:
>
>Test Authoring and Execution Framework: TE.Host v5.8k for x64
>Structured exception was encountered: 0xE0434352 - Unknown exception
>KERNELBASE.dll!RaiseException+0x3d
>clr.dll!StrongNameSignatureVerification+0x456a9
>clr.dll!Ordinal24+0x8684
>clr.dll!Ordinal24+0x8fd6
>clr.dll!NukeDownloadedCache+0xdb3b
>clr.dll!NukeDownloadedCache+0xdb49
>clr.dll!GetAssemblyIdentityFromFile+0x285e6
>clr.dll!CreateAssemblyConfigCookie+0xa11b7
>clr.dll!CopyPDBs+0x21f2
>clr.dll!StrongNameSignatureVerification+0x1b553
>Te.Common.dll!?xxxxx@xxxxx@xxxxx@WEX@@AEBA_NXZ+0x127
>TE.Loaders.dll!?xxxxx@xxxxx@WEX@@YA?AV?$xxxxx@xxxxx@xxxxx@WEX@@U?$xxxxx@xxxxx@xxxxx@WEX@@@std@@@std@@XZ+0x8a5
>TE.Loaders.dll!SendExecutorUri+0x3227
>TE.Loaders.dll!SendExecutorUri+0x3ba0
>TE.Loaders.dll!SendExecutorUri+0x3a5e
>TE.Loaders.dll!?xxxxx@xxxxx@xxxxx@WEX@@QEAA?AV?$xxxxx@xxxxx@xxxxx@WEX@@@xxxxx@std@@xxxxx@Common@xxxxx@0_N@Z+0xca
>TE.Host.dll!HostApplicationRunWithArgumentsInEnvironmentVariable+0x3769
>Te.Common.dll!?xxxxx@xxxxx@xxxxx@WEX@@QEAAX_K@Z+0x65f
>Te.Common.dll!?xxxxx@xxxxx@xxxxx@WEX@@QEAAX_K@Z+0x3a5
>Te.Common.dll!?xxxxx@xxxxx@xxxxx@WEX@@QEAAX_K@Z+0x7d9
>Te.Common.dll!?xxxxx@xxxxx@xxxxx@WEX@@QEAAX_K@Z+0x5ed
>kernel32.dll!BaseThreadInitThunk+0xd
>ntdll.dll!RtlUserThreadStart+0x21
>If the stack trace above was incomplete, please set the _NT_SYMBOL_PATH
>environment variable
>
>Any help greatly appreciated!
>-Frank
>
>—
>NTDEV is sponsored by OSR
>
>Visit the list online at:
>http:
>
>MONTHLY seminars on crash dump analysis, WDF, Windows internals and
>software drivers!
>Details at http:
>
>To unsubscribe, visit the List Server section of OSR Online at
>http:</http:></http:></http:>

xxxxx@hotmail.com wrote:

I’m trying out the MS driver examples with the intention of making my own FS minifilter driver. I have my target project (minispy) compiling, and linking, and being packaged, and deployed to my test machine, but driver INSTALL on the test machine is failing with the error in the title.

Here is the dump that I get, with CR/LFs inserted to make it not 1 long line:

Test Authoring and Execution Framework: TE.Host v5.8k for x64 Structured exception was encountered: 0xE0434352 - Unknown exception
KERNELBASE.dll!RaiseException+0x3d
clr.dll!StrongNameSignatureVerification+0x456a9

How, exactly, are you installing this? What tool are you using? How
did you get this dump? The stack here points to a signature
verification problem, but the offsets are large enough that it looks
like you don’t have the symbols loaded. Have you run this in a
debugger? Since this is in a .NET assembly, you may need to use the SOS
tools to chase it.

Did you actually sign your driver? How did you do that?


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.