+[8.50RC2 64bit] Tab header bar issue.

Bug reports will be moved here when the described bug has been fixed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
sztihamer
Member
Member
Posts: 117
Joined: 2012-01-31, 17:46 UTC

+[8.50RC2 64bit] Tab header bar issue.

Post by *sztihamer »

For some reason in the 64bit version I only see Name. Extension, Size, Date and Attributes are missing. Reproducible with the default ini.
Edit: http://i.imgur.com/161qctW.png
Last edited by sztihamer on 2014-01-29, 18:02 UTC, edited 1 time in total.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48075
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Very strange, I will check it.
The following helps:
Menu Configuration - Options - Tabstops - Default - OK.
Author of Total Commander
https://www.ghisler.com
User avatar
karlchen
Power Member
Power Member
Posts: 4601
Joined: 2003-02-06, 22:23 UTC
Location: Germany

Post by *karlchen »

Good evening, szthihamer. Good evening, Christian.

Problem reproduced using this commandline

Code: Select all

wine ./TOTALCMD64.EXE /N /I=.\\fresh.ini
This means it is reproducible not only on 64-bit Windows, but also on 64-bit Ubuntu 12.04.4 with Wine 1.4.1 and Total Commander 8.50 RC2 64-bit.

<added 30-Jan-2014 10:15>
Just wish to state that the problem can be reproduced on Windows Server 2008 R2 SP1, too. So it is absolutely unrelated to Ubuntu and Wine.

And:
It does not happen when using Total Commander 8.50 RC1 64-bit with an empty wincmd.ini file, i.e. with default settings only.
</added>


The interesing thing is, the problem does not happen when the same T.C. is launched using the wincmd.ini which I normally use.

OK, finding the relevant difference between default settings only and my "normal" wincmd.ini .... may take some time ....

---TC 8.50 RC2 64-bit---

Hm, or maybe not:
Checking the tabstops reveals:
The name column is not displayed in the config dialogue at all. But its size seems to be unreasonably wide, full panel width, roundabout:

Code: Select all

[Configuration]
UseNewDefFont=1
firstmnu=2810
test=233
ShowCentury=1
Aligned extension=1
SizeStyle=0
SizeFooter=1
[FileSystemPlugins64]
$checksum$=3014672

[Tabstops]
0=475
1=479
3=537
4=427
6=771
5=93
AdjustWidth=1
[1280x1024 (8x16)]
Tabstops=475,479,537,427,771,93
The section from my normal wincmd.ini looks more sensible:

Code: Select all

[Tabstops]
0=237
1=250
3=313
4=-1
6=701
5=93
AdjustWidth=1

[AllResolutions]
FontSize=9
FontName=Liberation Sans
FontSizeWindow=9
FontNameWindow=Liberation Sans
FontWeight=700
FontWeightWindow=700
FontNameDialog=Tahoma
Tabstops=237,250,313,-1,701,93
---TC 8.50 RC2 32-bit---

Launching the 32-bit edition Total Commander 8.50 RC2 on the same system

Code: Select all

wine ./TOTALCMD.EXE /N /I=.\\fresh.ini
will not produce the same wide name column.

Code: Select all

[Configuration]
UseNewDefFont=1
firstmnu=2810
test=4
ShowCentury=1
Aligned extension=1
SizeStyle=0
SizeFooter=1

[Tabstops]
0=221
1=225
3=283
4=173
6=683
5=93
AdjustWidth=1
[1280x1024 (8x16)]
Tabstops=221,225,283,173,683,93
Looks much more like my normal wincmd.ini.

Cheers,
Karl
MX Linux 21.3 64-bit xfce, Total Commander 10.52 64-bit
The people of Alderaan keep on bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine.
The Prophet's Song
User avatar
petermad
Power Member
Power Member
Posts: 14791
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

I can confirm that it occurs with 64bit TC 8.50 RC2 when starting with /I=.\\fresh.ini - but not with 32bit TC
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48075
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

The problem was that Lazarus was minimized, which caused the main form to shrink to the size of an icon (Lazarus bug). The form was stored like this in the totalcmd64.exe. This only had an effect if the user had never saved the tab positions, so I didn't notice it...
Author of Total Commander
https://www.ghisler.com
gizmocuz
Junior Member
Junior Member
Posts: 10
Joined: 2007-02-07, 09:42 UTC

Post by *gizmocuz »

I can confirm this problem too.
Upgraded from a previous beta, and only the 'name' is displaying.

this solved my problem:

Code: Select all

Menu Configuration - Options - Tabstops - Default - OK
User avatar
karlchen
Power Member
Power Member
Posts: 4601
Joined: 2003-02-06, 22:23 UTC
Location: Germany

Post by *karlchen »

Hello, Christian.

The bug has been fixed in Total Commander 8.50 rc3 x64.
Tested on Windows Server 2008 R2.

Cheers,
Karl
MX Linux 21.3 64-bit xfce, Total Commander 10.52 64-bit
The people of Alderaan keep on bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine.
The Prophet's Song
User avatar
petermad
Power Member
Power Member
Posts: 14791
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

Confirmed fixed in TC 8.50 RC3 64bit :-)
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48075
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Thanks!
Author of Total Commander
https://www.ghisler.com
Post Reply