右クリックすると、Windows 10でexplorer.exeがクラッシュします


1

Windows 10で問題が発生しています。特定のファイルを右クリックするたびに、Explorer.exeが完全に再起動します。理由はわかりませんが、そのようなコンピューターを使用するのは本当に面倒です。あなたが尋ねる前に、私はレジストリにもグループの許可にも何もしていません。私は唯一のユーザーであるため、ユーザーにハードドライブへのフルアクセスを与えました。

ファイルを右クリックする.dllとクラッシュすることがわかりました.exe。他のファイル拡張子でクラッシュするかどうかはわかりませんが、それらのファイル拡張子でのみ試しました。


2
sfc /scannowコマンドラインから管理者として実行してみてください。
ojs

あなたの英語は素晴らしいですが、これはあなたのコンテキストメニューの破損に関連するかもしれないようだ-特に用.exe.dllファイル。コンテキストメニューに一覧表示されているものを確認しましたか?そうでない場合は、CCleanerのコンテストメニューツールまたはこれらのいずれかを試してください。
Dooley_labs


:クラッシュダンプをキャプチャし、私は、デバッガでそれを見ることができるように圧縮されたダンプを共有pastebin.com/HAh45FFJ
magicandre1981

さて、これまでにwinrar、kliteコーデックパック、chrome、imgburn、vlc、および最新のWindowsアップデートのみをインストールしました。他のプログラムやアプリはインストールしていません。
-eduardoimm

回答:


0

クラッシュの原因は、2008年以降の非常に古いRealtek Audioドライバーです。これは、クリティカルセクションを含むメモリを解放しようとしますが、これは許可されていません。

APPLICATION_VERIFIER_LOCKS_LOCK_IN_FREED_HEAP (202)
Freeing heap block containing an active critical section.
This stop is generated if a heap allocation contains a critical section,
the allocation is freed and the critical section has not been deleted.
To debug this stop use the following debugger commands:
$ !cs -s parameter1 - dump information about this critical section.
$ ln parameter1 - to show symbols near the address of the critical section.
This should help identify the leaked critical section.
$ dps parameter2 - to dump the stack trace for this critical section initialization.
$ parameter3 and parameter4 might help understand where this heap block was
allocated (the size of the allocation is probably significant). 
Arguments:
Arg1: 0f26059c, Critical section address. Run !cs -s <address> to get more information. 
Arg2: 04a2d40c, Critical section initialization stack trace. Run dps <address> to dump the stack trace. 
Arg3: 0f260230, Heap block address. 
Arg4: 000020f8, Heap block size. 

STACK_TEXT: 
00 ntdll!KiFastSystemCallRet
01 ntdll!NtWaitForMultipleObjects
02 ntdll!RtlReportExceptionEx
03 ntdll!RtlReportException
04 verifier!AVrfpVectoredExceptionHandler
05 ntdll!RtlpCallVectoredHandlers
06 ntdll!RtlDispatchException
07 ntdll!KiUserExceptionDispatcher
08 verifier!VerifierStopMessageEx
09 verifier!AVrfpFreeMemLockChecks
0a verifier!AVrfpFreeMemNotify
0b verifier!AVrfpRtlFreeHeap
0c msvcrt!free
0d verifier!AVrfp_delete
WARNING: Stack unwind information not available. Following frames may be wrong.
0e RtkAPO
0f RtkAPO
10 ALSNDMGR!CPlApplet
11 OneDriveSettingSyncProvider!CUserTileProvider::_ValidateStream


-----------------------------------------
Critical section   = 0x0f26059c (+0xF26059C)
DebugInfo          = 0x0eb35358
NOT LOCKED
LockSemaphore      = 0x0
SpinCount          = 0x020007d0


Stack trace for DebugInfo = 0x0eb35358:

0x711d8b53: verifier!AVrfpInitializeCriticalSectionCommon+0xF4
0x711d8cc1: verifier!AVrfpRtlInitializeCriticalSection+0x11
0x65277b05: RtkAPO+0x87B05
0x65278255: RtkAPO+0x88255
0x6527b5d6: RtkAPO+0x8B5D6
0x652738a7: RtkAPO+0x838A7
0x75c2e8e0: combase!CServerContextActivator::CreateInstance+0x1A0
0x75bd8f1a: combase!ActivationPropertiesIn::DelegateCreateInstance+0xBA
0x75c2edc2: combase!CApartmentActivator::CreateInstance+0xA2
0x75c2f105: combase!CProcessActivator::CCICallback+0x65
0x75c2f080: combase!CProcessActivator::AttemptActivation+0x40
0x75c2f37b: combase!CProcessActivator::ActivateByContext+0xDB
0x75c2f1f7: combase!CProcessActivator::CreateInstance+0x67
0x75bd8efb: combase!ActivationPropertiesIn::DelegateCreateInstance+0x9B
0x75bd714d: combase!CClientContextActivator::CreateInstance+0xFD
0x75bd8f02: combase!ActivationPropertiesIn::DelegateCreateInstance+0xA2
0x75c27240: combase!ICoCreateInstanceEx+0xBE0
0x75c26509: combase!CComActivator::DoCreateInstance+0x149
0x75c28332: combase!CoCreateInstance+0x132
0x100078da: ALSNDMGR!CPlApplet+0x32BA

    Image path: C:\Windows\System32\RtkAPO.dll
    Image name: RtkAPO.dll
    Timestamp:        Mon Dec 22 08:50:19 2008 (494F46BB)
    CheckSum:         0026D77A
    ImageSize:        0026C000
    File version:     11.0.6000.85
    Product version:  11.0.6000.85
    File flags:       8 (Mask 3F) Private
    File OS:          40004 NT Win32
    File type:        2.0 Dll
    File date:        00000000.00000000
    Translations:     0409.04b0
    CompanyName:      Realtek Semiconductor Corp.
    ProductName:      Realtek(r) LFX/GFX DSP component
    InternalName:     RTKAPODll
    OriginalFilename: RTKAPO.Dll
    ProductVersion:   11, 0, 6000, 85
    FileVersion:      11, 0, 6000, 85
    FileDescription:  Realtek(r) LFX/GFX DSP component
    LegalCopyright:   Copyright (c) Realtek Semiconductor Corp. 2008

そのため、問題を修正するには、新しいバージョンのrealtekドライバーをインストールしてください。


大丈夫、あなたの答えをありがとう、家に着くとすぐに(私は仕事中です)、それを試して、explorer.exeがクラッシュを停止するかどうかをお知らせします
-eduardoimm

メーカーは実際に最新のドライバーを提供していません。これは古い汎用PCです。realtekAC'97で提供する最新のドライバーは2009年のWindows Vistaおよび7用に作られたものです。それが問題を解決するかどうかを知る
-eduardoimm

このドライバーはそれを修正しますか?そうでない場合は、更新されたドライバーを取得する新しいサウンドチップを備えた新しいサウンドカードを購入します。
magicandre1981

うん、おかげで多く、それはあなたが私にたくさんのお金を救ったので問題は、ここでは、ベネズエラでは、PCの部品を購入することは容易ではありません固定
eduardoimm
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.