uLister

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
iG0R
Junior Member
Junior Member
Posts: 58
Joined: 2018-10-05, 16:16 UTC

Re: uLister

Post by *iG0R »

AkulaBig wrote: 2024-08-28, 11:44 UTC You have a problem with fonts in OS, not in TC. This is what the line should look like in wincmd.ini
This was a problem when converting to UTF-16LE with BOM (1200) in Notepad++.
I fixed it by, first, selecting Encoding -> Character sets -> Cyrillic -> Windows-1251 in Notepad++ and only then converting into UTF-16LE with BOM (1200). Now this string is displayed the same as in your screenshot https://imgur.com/A6sZfHq, but the issue with the inability to search in the uLister plugin still exists.

On the other hand, why can't even the numbers be found, which leads to "Not found", when using the uLister plugin, if the essence of the issue is the incorrect handling of encoding tables?
Last edited by iG0R on 2024-08-28, 12:35 UTC, edited 1 time in total.
User avatar
AntonyD
Power Member
Power Member
Posts: 1554
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: uLister

Post by *AntonyD »

2iG0R
Add in your Unicode-coded INI this line in [Configuration] section:

Code: Select all

FontSampleText=АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ абвгдеёжзийклмнопрстуфхцчшщъыьэюя ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz
So that you will be sure that test 'font string' has a proper chars for checking.
#146217 personal license
AkulaBig
Power Member
Power Member
Posts: 528
Joined: 2021-09-09, 17:28 UTC

Re: uLister

Post by *AkulaBig »

iG0R wrote: 2024-08-28, 12:04 UTC screenshot https://imgur.com/undefined
Your screenshot doesn't show anything.
I was able to emulate your situation. You need to remove the checkbox shown in the screenshot. With it, the font in the TC settings and for me shows clunkers and the search does not work.
[img]https://i123.fastpic.org/thumb/2024/0828/37/d67779ac785621c875feb134e7c6da37.jpeg[/img]
User avatar
AntonyD
Power Member
Power Member
Posts: 1554
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: uLister

Post by *AntonyD »

2AkulaBig
Damn it. Yes! Total really still does not know how to support this Windows option.
And pushes this "support" error across all plugins in addition....
#146217 personal license
iG0R
Junior Member
Junior Member
Posts: 58
Joined: 2018-10-05, 16:16 UTC

Re: uLister

Post by *iG0R »

AntonyD wrote: 2024-08-28, 12:16 UTC Add in your Unicode-coded INI this line in [Configuration] section:
Thank you. With this line in the INI file, the display of Cyrillic characters in the Configuration -> Font window is correct https://imgur.com/wq49wIm
AkulaBig wrote: 2024-08-28, 12:28 UTC Your screenshot doesn't show anything.
Sorry, my bad. I fixed it - https://imgur.com/A6sZfHq
AkulaBig wrote: 2024-08-28, 12:28 UTC I was able to emulate your situation. You need to remove the checkbox shown in the screenshot. With it, the font in the TC settings and for me shows clunkers and the search does not work.
Yesss!!! Thank you very very very much!!! It works!!!
I'll duplicate this in the text in case the screenshot disappears:
Control Panel -> Change date, time, or number formats -> in the Region window go to the "Administrative" tab -> click the "Change system locale..." button in the "Language for non-Unicode programs" section -> uncheck "Beta: Use Unicode UTF-8 for worldwide language support"

But one question remains - how much will this affect other non-Unicode programs?
AkulaBig
Power Member
Power Member
Posts: 528
Joined: 2021-09-09, 17:28 UTC

Re: uLister

Post by *AkulaBig »

iG0R wrote: 2024-08-28, 13:07 UTC Yesss!!! Thank you very very very much!!! It works!!!
Great!
iG0R wrote: 2024-08-28, 13:07 UTC But one question remains - how much will this affect other non-Unicode programs?
This checkbox is not present by default. This means that it is only needed for special occasions. You need to look in the description of Windows settings in which cases it is required.
konfekt
Junior Member
Junior Member
Posts: 13
Joined: 2021-11-16, 09:26 UTC

uLister Text File (un)Handling

Post by *konfekt »

Universal Lister displayed in its default configuration some text files, for which there are however other dedicated viewers avalaible (such as AkelPad, CudaLister, ...).
To give preference to the latter, add the following lines (from here ) to ulister.ini

Code: Select all

[ulister]
noloadtypes=1999,1118,1119,1170,4000,4001,4002,4003,4004,4005,4006,4007,4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4021,4022,4023,4024,4025,4026,4027,4028,4029,4030,4031,4032,4033,4034,4035,4036,4037,4058,4059,4060,4061,4062,4063,4064,4065,4066,4067,4068,4069,4070,4071,4072,4073,4074,4075,4076,4077,4078,4079,4080,4082,4083,4084,4085,4086,4087,4088,4089,4090,4091,4092,4093
nopreviewtypes=1999,1118,1119,1170,4000,4001,4002,4003,4004,4005,4006,4007,4008,4009,4010,4011,4012,4013,4014,4015,4016,4017,4018,4021,4022,4023,4024,4025,4026,4027,4028,4029,4030,4031,4032,4033,4034,4035,4036,4037,4058,4059,4060,4061,4062,4063,4064,4065,4066,4067,4068,4069,4070,4071,4072,4073,4074,4075,4076,4077,4078,4079,4080,4082,4083,4084,4085,4086,4087,4088,4089,4090,4091,4092,4093
Teufel
Junior Member
Junior Member
Posts: 10
Joined: 2005-04-13, 15:42 UTC

Re: uLister

Post by *Teufel »

I needed a updated version so I did a inoffical atempt to recompile it. Source and release on https://github.com/avogelba/uLister/releases/
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6951
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: uLister

Post by *Horst.Epp »

Teufel wrote: 2024-10-09, 16:14 UTC I needed a updated version so I did a inoffical atempt to recompile it. Source and release on https://github.com/avogelba/uLister/releases/
The file version still shows 4.0.0.1
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Teufel
Junior Member
Junior Member
Posts: 10
Joined: 2005-04-13, 15:42 UTC

Re: uLister

Post by *Teufel »

can u check if correct files are in wlx directory ?
If I dl and extract Zip:
4.0.0.3
ulister.wlx64 FCE840AD
ulister.wlx 95923F73
Name: ulister.wlx64 Size: 358912 bytes (350 KiB) SHA256: 41AF2828560A824C9558E81D21EE3540AA019DCB4EDA318A82C1BF8C773F9365
Name: ulister.wlx Size: 280576 bytes (274 KiB) SHA256: C112F10E4CE125706D543DA1669CBDEBB03119D59E316201F34B9F2177399F64

Ahh , i see .INF file. didnt touch that one. I fix it.
Teufel
Junior Member
Junior Member
Posts: 10
Joined: 2005-04-13, 15:42 UTC

Re: uLister

Post by *Teufel »

Reuploaded
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6951
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: uLister

Post by *Horst.Epp »

Version number is ok now.
X64 Version works fine,
but it looks like the x86 version doesn't look into the redist32 sub-dir for the Oracle files.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Teufel
Junior Member
Junior Member
Posts: 10
Joined: 2005-04-13, 15:42 UTC

Re: uLister

Post by *Teufel »

Ok, have to look into it again. I didnt do C++ since 2000 may take a while.
Saaru
Junior Member
Junior Member
Posts: 14
Joined: 2019-06-21, 09:21 UTC

Re: uLister

Post by *Saaru »

Since I've moved to a new machine my uLister no longer works. I've tried re-installing (both the 4.0.0 version as well ass the 4.0.0.3 version), but TC always crashes when I try to use it to pre-view a file in the other pane or in the standalone window.

I'm using: I've double checked the correct bitness and added the the msvcr120.dll and msvcp120.dll files to the plugin folder (and the redist folder) just in case.

Result was always the same: TC hangs for a few seconds and then crashes. In the Event Viewer I see the following application error:

Code: Select all

Faulting application name: TOTALCMD64.EXE, version: 11.50.0.0, time stamp: 0x00000000
Faulting module name: ulister.wlx64, version: 4.0.0.3, time stamp: 0x670699f8
Exception code: 0xc0000005
Fault offset: 0x00000000000010fe
Faulting process id: 0x0xA08
Faulting application start time: 0x0x1DB603ED1305DF4
Faulting application path: C:\Program Files\totalcmd\TOTALCMD64.EXE
Faulting module path: C:\Users\username\Apps\TC plugins\ulister\ulister.wlx64
Report Id: 2b4e9a63-72d2-4117-97b1-ec309133525c
Faulting package full name: 
Faulting package-relative application ID: 
What can I do to further troubleshoot and resolve this issue?
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6951
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: uLister

Post by *Horst.Epp »

Saaru wrote: 2025-01-06, 15:51 UTC
What can I do to further troubleshoot and resolve this issue?
Do you have the required run-time libraries installed on your new system ?
Some version require the VC 2013 runtimes from Microsoft.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Post Reply