TCBL new version (1.04 )

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

Moderators: white, Hacker, petermad, Stefan2

Post Reply
seb-
Senior Member
Senior Member
Posts: 276
Joined: 2011-11-15, 06:14 UTC
Location: DE\BN - only part time TC user after switching to Linux ;)

Post by *seb- »

nsp wrote: Anyhow you can use :

Code: Select all

TOTALCMD#BAR#DATA
C:\Program Files\ImageMagick-6.8.6-Q16\convert.exe
?-verbose +append %S out.png  
C:\Program Files\ImageMagick-6.8.6-Q16\ImageMagick.ico
ImageMagick
.
-1
Thanks for that. It works this way... i'm wondering what was wrong with my button when i tried to do it a similar way....

Thanks again!

brs
User avatar
nsp
Power Member
Power Member
Posts: 1803
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

seb- wrote:...
Thanks for that. It works this way... i'm wondering what was wrong with my button when i tried to do it a similar way....

Thanks again!

brs
One of the possible error is quoting %S => "%S" or "%P%S" that generate a quoted list instead of a list of quoted files.... TC automatically quote filenames
User avatar
nsp
Power Member
Power Member
Posts: 1803
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

Version 999 see first post for details.
User avatar
nsp
Power Member
Power Member
Posts: 1803
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

Version 1.01 updated..
adding file choser
Hurdet
Power Member
Power Member
Posts: 620
Joined: 2003-05-10, 18:02 UTC

Post by *Hurdet »

Mostly tcbl64 works but often crash
User avatar
nsp
Power Member
Power Member
Posts: 1803
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

Hurdet wrote:Mostly tcbl64 works but often crash
Can you be more precise about the crash ?

// I persononally only use the 32bit version as i need to use wdx. The 64 bit should be considered as "pre beta" version and it is 15 to 20% slower than the 32bit version on most cases...
Hurdet
Power Member
Power Member
Posts: 620
Joined: 2003-05-10, 18:02 UTC

Post by *Hurdet »

Size from 66K to 220.5K.
Do it is normal?
User avatar
nsp
Power Member
Power Member
Posts: 1803
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

Hurdet wrote:Size from 66K to 220.5K.
Do it is normal?
Yes :( I had to switch back to pelles C as I detected (late) many string formatting bug and do not pack anymore exe to prevent false virus detection...
Hurdet
Power Member
Power Member
Posts: 620
Joined: 2003-05-10, 18:02 UTC

Post by *Hurdet »

nsp wrote:
Hurdet wrote:Mostly tcbl64 works but often crash
Can you be more precise about the crash ?
An unhandled win32 exception occurred in tcbl64.exe [3256]

Exception thrown at 0x0000000140002C18 in tcbl64.exe: 0xC0000005: Access violation reading location 0x0000000000000000

After a few minutes it will work normally.
User avatar
nsp
Power Member
Power Member
Posts: 1803
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

Hurdet wrote:
nsp wrote:
Hurdet wrote:Mostly tcbl64 works but often crash
Can you be more precise about the crash ?
An unhandled win32 exception occurred in tcbl64.exe [3256]

Exception thrown at 0x0000000140002C18 in tcbl64.exe: 0xC0000005: Access violation reading location 0x0000000000000000

After a few minutes it will work normally.
Do you have the command line or the script you used ?
Did you tried with the latest version ?
Thanks for your input i will re-check for null pointer exception ans access troubles !
Hurdet
Power Member
Power Member
Posts: 620
Joined: 2003-05-10, 18:02 UTC

Post by *Hurdet »

Do you have the command line or the script you used ?
cmd=%COMMANDER_PATH%\plugins\tcbl64.exe
param=%L mklink /H "%T$n" $f
Did you tried with the latest version ?
yes
Thanks for your input i will re-check for null pointer exception ans access troubles !
ty.
Hurdet
Power Member
Power Member
Posts: 620
Joined: 2003-05-10, 18:02 UTC

Post by *Hurdet »

I have crash also with 32bit version in Win7 x64.
Hurdet
Power Member
Power Member
Posts: 620
Joined: 2003-05-10, 18:02 UTC

Post by *Hurdet »

Now are the crashes that are not the one that works.
There is an alternative in dos batch?
User avatar
nsp
Power Member
Power Member
Posts: 1803
Joined: 2005-12-04, 08:39 UTC
Location: Lyon (FRANCE)
Contact:

Post by *nsp »

Hurdet wrote:Now are the crashes that are not the one that works.
There is an alternative in dos batch?
What kind of alternative do you want ?
Do you use input box ?
I do not have many time for debug but will try to help you.
As an alternative can you use the quoteless option -q and directly put quotes yourself.
You can also go in debug mode -qd redirecting messages to a log file adding at the end of you param 2>c:\temp\tcbl-YYYYMMDD_NNN.log
ramses
Junior Member
Junior Member
Posts: 29
Joined: 2006-01-03, 13:59 UTC

crashes, too

Post by *ramses »

i have problem with crashes, too. in the past sporadically, now permanent.
in a dos box, when i want start tcbl.exe or tcbl64.exe i get immediate a message box "tcbl has stoped working", no output.
i have win7 64 prof.
Post Reply