Forum Discussion
A Windows update prevents me from generating my msixupload in order to deliver my app to the Store
Hello,
On 16/08, Windows 11 asked me to do the updates via Windows Update that I made.
A few days later; I want to make a delivery of my mobile application. However, the certification ends in error.
I ended up finding that the gdi32full.dll file was a problem for me that was updated on 16/08 (i.e. via windows update).
So I removed the updates of Windows update made on 16/08 and my file gdi32full.dll is well ironed to a modification date before 16/08.
And the certification of my mobile application passed successfully. However, I can no longer update my windows until the gdi32full.dll file is fixed. I will report the problem to you so that it can be corrected.
Is this where I have to post my problem?
Thank you,
Dump file error:
EXCEPTION_RECORD: (.exr -1)
ExceptionAddress: 00007ff83f794dbd (gdi32full!_dyn_tls_init+0x000000000000002d)
ExceptionCode: c0000005 (Access violation)
ExceptionFlags: 00000000
NumberParameters: 2
Parameter[0]: 0000000000000000
Parameter[1]: 0000000000000000
Attempt to read from address 0000000000000000
PROCESS_NAME: SmarPhone.UWP.exe
READ_ADDRESS: 0000000000000000
ERROR_CODE: (NTSTATUS) 0xc0000005 - L'instruction 0x%p emploie l'adresse m moire 0x%p. L' tat de la m moire ne peut pas tre %s.
EXCEPTION_CODE_STR: c0000005
EXCEPTION_PARAMETER1: 0000000000000000
EXCEPTION_PARAMETER2: 0000000000000000
STACK_TEXT:
000000f4`82d1dba0 00007ff8`3f794397 : 00007ff8`3f808770 00000000`00000001 00000000`00000000 00007ff8`3f895ad1 : gdi32full!_dyn_tls_init+0x2d
000000f4`82d1dbe0 00007ff8`3f7944da : 0000029e`8b902920 00000000`00000000 00000000`00000000 00000000`00000001 : gdi32full!dllmain_crt_process_attach+0xef
000000f4`82d1dc10 00007fff`5c044de3 : 00007ff8`3f760000 00000000`00000001 00000000`00000000 0000029e`8b902920 : gdi32full!dllmain_dispatch+0x7e
000000f4`82d1dc70 00007fff`8484a610 : 0000029e`8b80cad0 00007ff8`00000001 00000000`00000001 00000000`00000001 : verifier!AVrfpStandardDllEntryPointRoutine+0xf3
000000f4`82d1dcf0 00007ff8`42200277 : 00000000`7ffe0385 00000000`00000001 00007fff`8484a490 00000000`00000000 : vrfcore!VfCoreStandardDllEntryPointRoutine+0x180
000000f4`82d1dd80 00007ff8`4223332e : 0000029e`8b80bfc0 00007ff8`3f760000 0000029e`00000001 0000029e`8b85c320 : ntdll!LdrpCallInitRoutine+0x6b
000000f4`82d1ddf0 00007ff8`422330de : 0000029e`8b80b510 0000029e`8b80b500 00000000`00000000 0000029e`8b80c008 : ntdll!LdrpInitializeNode+0x1ca
000000f4`82d1df30 00007ff8`42233150 : 0000029e`8b80a500 0000029e`8b80a590 00000000`00000000 0000029e`8b85d1a0 : ntdll!LdrpInitializeGraphRecurse+0x42
000000f4`82d1df70 00007ff8`422a5a19 : 00000000`00000000 00000000`00000000 000000f4`82d1e0b0 000000f4`82e7b000 : ntdll!LdrpInitializeGraphRecurse+0xb4
000000f4`82d1dfb0 00007ff8`4229fec9 : 00007ff8`422f5758 000000f4`82e7b000 00000000`00000000 000000f4`82d1f240 : ntdll!AVrfInitializeVerifier+0x265
000000f4`82d1f0b0 00007ff8`4228db2a : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000001 : ntdll!LdrpInitializeProcess+0x174d
000000f4`82d1f470 00007ff8`4223b0f3 : 00000000`00000000 00007ff8`421c0000 000000f4`82e7c000 000000f4`82e7b050 : ntdll!_LdrpInitialize+0x529fe
000000f4`82d1f4f0 00007ff8`4223b01e : 000000f4`82d1f7c0 00000000`00000000 000000f4`82d1f7c0 00000000`00000000 : ntdll!LdrpInitializeInternal+0x6b
000000f4`82d1f770 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!LdrInitializeThunk+0xe
STACK_COMMAND: ~0s; .ecxr ; kb
SYMBOL_NAME: gdi32full!_dyn_tls_init+2d
MODULE_NAME: gdi32full
IMAGE_NAME: gdi32full.dll
FAILURE_BUCKET_ID: NULL_POINTER_READ_AVRF_c0000005_gdi32full.dll!_dyn_tls_init
OS_VERSION: 10.0.22000.1
BUILDLAB_STR: co_release
OSPLATFORM_TYPE: x64
OSNAME: Windows 10
IMAGE_VERSION: 10.0.22000.832
FAILURE_ID_HASH: {6a0e4b67-5714-00cc-fdd4-35fbb302f214}
2 Replies
- Mike GoatlyCopper ContributorCindyAMO I'm getting exactly this error trying to run the cert toolkit with my app. Did you find a resolution for the problem?
- InformedBCopper ContributorIs there a root cause or resolution to this?