I tried it with a fresh wincmd.ini, just to see if any TC-setting might be responsible - still the same result. Here is the wincmd.ini:
Code: Select all
[Configuration]
firstmnu=2106
SeparateTree=0
PanelsVertical=0
test=231
LanguageIni=WCMD_DAN.LNG
Mainmenu=WCMD_DAN.mnu
FirstTimeUnpack=0
[left]
path=c:\1\1\
ShowAllDetails=1
SpecialView=3
show=1
negative Sortorder=1
customsortorder=4
[right]
path=G:\zip\
ShowAllDetails=1
SpecialView=3
show=1
negative Sortorder=1
customsortorder=4
[CustomFields]
Titles=DirSizeCalc2
Widths1=88,22,-55,-50,-80,-80,-51,-51,-50,-54,-80,-67,-77,-62,-50,-42,22,56,77,-80
Headers1=Size (B)\nSize (kB)\nkbytes (TC)\nStørrelse (MiB)\nSize (MB)\nSize (GB)\nsize\nSize (All_Dims)\nStørrelse (BMB2)\nStørrelse (MB2)\nKomprimeret størrelse \nKompressionratio \nAntal mapper\nAntal filer\nTom\nIndeholder filer\nIndeholder undermapper\nSize (PM)
Contents1=[=dirsizecalc.Size.B]\n[=dirsizecalc.Size.kB]\n[=tc.size.kbytes]\n[=dirsizecalc.Size.MiB]\n[=dirsizecalc.Size.MB]\n[=dirsizecalc.Size.GB]\n[=tc.size]\n[=dirsizecalc.Size.All_Dims]\n[=dirsizecalc.Size.BMB2]\n[=dirsizecalc.Size.MB2]\n[=dirsizecalc.Compressed size]\n[=dirsizecalc.Compression Ratio]\n[=dirsizecalc.Directory Count]\n[=dirsizecalc.File Count]\n[=dirsizecalc.Empty]\n[=dirsizecalc.Contains Files]\n[=dirsizecalc.Contains Subdirectories]\n[=dirsizecalc.Size (PM).MB]
Options1=-1|1
[ContentPlugins]
0=%COMMANDER_PATH%\PLUGINS\WDX\DirSizeCalc\DirSizeCalc.wdx
0_flags=14
0_date=943831695
0_detect=
After analyzing it some more, I found out that it happens when I have a custom column with
either of these 3 contents:
Code: Select all
[=tc.size.kbytes]
[=tc.size.Mbytes]
[=tc.size.Gbytes]
placed
before the 3 columns [=dirsizecalc.Size.All_Dims], [=dirsizecalc.Size.BMB2], [=dirsizecalc.Size.MB2]
for example:
Code: Select all
Widths1=88,22,-80,-54,-80,-67
Headers1=Size kbytes (TC)\nSize (All_Dims)\nSize (BMB2)\nSize (MB2)
Contents1=[=tc.size.kbytes]\n[=dirsizecalc.Size.All_Dims]\n[=dirsizecalc.Size.BMB2]\n[=dirsizecalc.Size.MB2]
Options1=-1|1
Maybe that can be of some help?
Just for the record - here's my complete dirsizecalc.ini:
Code: Select all
[Default_CustomUnitConfig]
AllowedUnits=1
NumberOfDigits=1
DecimalSeparator=,
LeadingZero=1
ThousandSeparator=.
WantByteDigits=1
WantThousandSeparator=1
UseLangDefaultDecimalSeparator=1
UseLangDefaultThousandSeparator=1
SizeDisplayType=0
[General]
PassThroughValues=1
[Default_FieldConfig]
FieldIndex=0
CalcMode=0
FollowJunctionPoints=0
FollowMointPoints=0
Recursive=1
UseCache=1
[FieldConfig_Size]
FieldIndex=0
CalcMode=0
FollowJunctionPoints=1
FollowMointPoints=1
Recursive=1
UseCache=1
[FieldConfig_Compressed Size]
FieldIndex=1
CalcMode=0
FollowJunctionPoints=0
FollowMointPoints=0
Recursive=1
UseCache=1
[FieldConfig_Compression Ratio]
FieldIndex=2
CalcMode=0
FollowJunctionPoints=0
FollowMointPoints=0
Recursive=1
UseCache=1
[FieldConfig_Directory Count]
FieldIndex=3
CalcMode=0
FollowJunctionPoints=0
FollowMointPoints=0
Recursive=1
UseCache=1
[FieldConfig_File Count]
FieldIndex=4
CalcMode=0
FollowJunctionPoints=0
FollowMointPoints=0
Recursive=1
UseCache=1
[FieldConfig_Empty]
FieldIndex=5
CalcMode=0
FollowJunctionPoints=1
FollowMointPoints=1
Recursive=1
UseCache=1
[FieldConfig_Contains Files]
FieldIndex=6
CalcMode=0
FollowJunctionPoints=1
FollowMointPoints=1
Recursive=1
UseCache=1
[FieldConfig_Contains Subdirectories]
FieldIndex=7
CalcMode=0
FollowJunctionPoints=1
FollowMointPoints=1
Recursive=1
UseCache=1
[CustomFieldConfig_Size (PM)]
FieldIndex=0
CalcMode=0
FollowJunctionPoints=0
FollowMointPoints=0
Recursive=1
UseCache=1
[CustomUnitConfig_All_Dims]
AllowedUnits=15
NumberOfDigits=2
WantByteDigits=1
[CustomUnitConfig_BMB2]
AllowedUnits=5
NumberOfDigits=2
[CustomUnitConfig_MB2]
AllowedUnits=5
NumberOfDigits=2
MinFileSizeM=1