Debug Assertion Failed on opening Xplorer2

Q & A for the old 2X Explorer file manager. For other topics, please use the corresponding forum.

Moderators: fgagnon, nikos, Site Mods

Post Reply
grufzilla
New Member
Posts: 5
Joined: 2002 Sep 20, 08:28

Debug Assertion Failed on opening Xplorer2

Post by grufzilla »

OS: Windows XP SP1
Xplorer2 Verison 0.0.0.37
On loading it receive"

Debug Assertion Failed
Program: C:\temp\2x\xplorer2.exe
File: C:\Documents and settings\umeca74\my documents\cpp\kenny\
Line: 2732

Expression: memcmp(&m_ffd, &ini_, sizeof(WIN32_FIND_DATA)) == 0


The log dump is:
2820: ------------------------------------------------------------------------
2820: 'C:\Temp\2x\xplorer2.exe' build 0.0.0.37 (Ansi) beginning execution
2820: English translation
2820: Windows version: 5.1, build 2600
2820: Platform: VER_PLATFORM_WIN32_NT
2820: Info: Service Pack 1
2820: Shell32.dll version: 6.0.2800.1145
2820: COMCTL32.DLL version: 6.0.2800.1106
2820: COMDLG32.DLL version: 6.0.2800.1106
2820: SHDOCVW.DLL version: 6.0.2800.1170
2820: zipfldr.dll version: 6.0.2800.1126
2820: Build flags: WINVER=400, _WIN32_IE=500, _RICHEDIT_VER=100, _WIN32_WINNT=50
1, _WIN32_WINDOWS=0
2820: MB code page: 0, locale C
2820: ------------------------------------------------------------------------
2820: SYSTEM INFORMATION: page=4096, granularity=65536, CPUs=1
2820: Q235630 patch is OFF
2820: *** TID=0, Generating folder instance '::{20D04FE0-3AEA-1069-A2D8-08002B30
309D}\C:\'
2820: Filesystem path = C:\
2820: Shell attributes: (0x70800000) FILESYSANCESTOR | FILESYSTEM | STORAGEANCES
TOR |
2820: Assigned folder type: FITYPE_NORMAL [forced]
2820: Folder CLSID: {F3364BA0-65B9-11CE-A9BA-00AA004AE837}
2820: Typical FS folder clsid: {F3364BA0-65B9-11CE-A9BA-00AA004AE837}
2820: Grep IPC port is NEW
2820: arg[0] = 'C:\Temp\2x\xplorer2.exe'
2820: List view 903ea created, sty=56100349, ex=4421, depth=16
2820: List view 603d4 created, sty=56100349, ex=4421, depth=16
2820: TREE::OnShowWindow(1, 0)
2820: [TREE]-SPY(00000037): Installed on ''
2820: ThreadID=b08: Adding frame 0x000903de 'ATL:ExplorerFrame' [xplorer▓]
2820: >>> ThreadID=b08: Beginning execution
2820: Santa's little helper starting, ThreadID=384
2820: Thread b08 pump: unrecognized message 49410 ignored
2820: Thread b08 pump: unrecognized message 49410 ignored
2820: *** TID=b08, Generating folder instance '::{20D04FE0-3AEA-1069-A2D8-08002B
30309D}\C:\'
2820: Filesystem path = C:\
2820: Shell attributes: (0x70800000) FILESYSANCESTOR | FILESYSTEM | STORAGEANCES
TOR |
2820: Assigned folder type: FITYPE_FILESYSTEM [deciphered]
2820: Folder CLSID: {F3364BA0-65B9-11CE-A9BA-00AA004AE837}
2820: Enumerated 25 objects in the folder, code=1
2820: @@@ column 27 doesn't have a name
2820: @@@ column 28 doesn't have a name
2820: @@@ column 29 doesn't have a name
2820: Caching the column info of this shellfolder
2820: Delay-creating column handler...IShellFolder2; Columns = 35 (cached)
2820: UWM_VIEWDELAYSORT got rid of 0 redundant messages
2820: SPY(00000038): Installed on '::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\C:\'

2820: *** TID=b08, Generating folder instance ''
2820: Filesystem path = C:\Documents and Settings\admin\Desktop
2820: Shell attributes: (0x7080017f) FILESYSANCESTOR | FILESYSTEM | STORAGEANCES
TOR |
2820: Assigned folder type: FITYPE_FILESYSTEM [deciphered]
2820: Folder CLSID: {00021400-0000-0000-C000-000000000046}
2820: Enumerated 12 objects in the folder, code=1
2820: Delay-creating column handler...IShellFolder2; Columns = 35 (cached)
2820: UWM_VIEWDELAYSORT got rid of 0 redundant messages
2820: MINI-ASSERT: Fullpath shorter than container's: 'X:\' vs 'C:\Documents and
Settings\admin\Desktop'
2820: MINI-ASSERT: FindFirstFile on item failed dude! (::{450D8FBA-AD25-11D0-98A
8-0800361B1103})
2820: C:\Documents and Settings\umeca74\My Documents\cpp\kenny\folderItem.cpp(27
32) : Assertion failed: memcmp(&m_ffd, &ini_, sizeof(WIN32_FIND_DATA)) == 0
User avatar
nikos
Site Admin
Site Admin
Posts: 15791
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Post by nikos »

i think i've seen it before in XP
this strange item called ::{450D8FBA-AD25-11D0-98A8-0800361B1103}
what is it?

i'm sure you can resume execution by clicking on the Ignore button
grufzilla
New Member
Posts: 5
Joined: 2002 Sep 20, 08:28

Post by grufzilla »

Hi nikos,


[HKEY CLASSES ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}]
"SortOrderIndex"=dword:00000010
"NeverShowExt"=""
@="My Documents"
"InfoTip"="Stores your documents, graphics, and other files."


Does that help?

Also you are correct hitting ignore continues program normally.
User avatar
nikos
Site Admin
Site Admin
Posts: 15791
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Post by nikos »

i remember now, this is "My documents" but you must have moved it to a different location/disk (?)
Post Reply