Total Commander Forum Index Total Commander
Forum - Public Discussion and Support
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DiskDir Extended
Goto page Previous  1, 2, 3 ... 8, 9, 10, 11  Next
 
Post new topic   Reply to topic    Total Commander Forum Index -> Plugins and addons: devel.+support (English) Printable version
View previous topic :: View next topic  
Author Message
MVV
Power Member
Power Member


Joined: 03 Aug 2008
Posts: 4598
Location: Russian Federation

PostPosted: Sun Jun 20, 2010 3:36 am    Post subject: Reply with quote

Sorry, it is not DiskDirExtended trouble, it just occurs only with DDE archives (don't know why). It was GAUP plugin (yeah, again, and another version).

But, how DDE checks if this archive is supported? Maybe problem is that DDE has no function CanYouHandleThisFile implemented?


Last edited by MVV on Sun Jun 20, 2010 3:47 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
ghisler(Author)
Site Admin
Site Admin


Joined: 04 Feb 2003
Posts: 24702
Location: Switzerland

PostPosted: Sun Jun 20, 2010 3:41 am    Post subject: Reply with quote

You mean this one?
http://www.totalcmd.net/plugring/gaup.html

Can you send me a sample archive for testing this problem, please?
_________________
Author of Total Commander
http://www.ghisler.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
MVV
Power Member
Power Member


Joined: 03 Aug 2008
Posts: 4598
Location: Russian Federation

PostPosted: Thu Jun 24, 2010 1:43 am    Post subject: Reply with quote

TrePe, there is some inconsistency with TC 7.55, your plugin and GAUP plugin. Please read following post: http://ghisler.ch/board/viewtopic.php?p=205114#205114. It would be great if you can do something to prevent such bugs.

If I disable UseCanHandleThisFileForWCXs, all works fine. BTW, I have UseCanHandleThisFileForWCXsExtensions=7z,exe so I don't know why GAUP plugin is loaded when I'm entering DiskDirExtended archive (actually it is strange why it is loaded on every folder change on USB stick after first enterind DiskDirExtended archive).
Back to top
View user's profile Send private message Send e-mail
MVV
Power Member
Power Member


Joined: 03 Aug 2008
Posts: 4598
Location: Russian Federation

PostPosted: Fri Jun 25, 2010 2:37 am    Post subject: Reply with quote

Maybe it was suggested already but I think it would be useful to set lisf of WCX plugins to use with UseCanHandleThisFileForWCXs - e.g. I want to use only specific WCX plugins with this function so it will speed operation up.
_________________
VirtualPanel plugin: Temporary panel for TC (forum)
TOTALCMD.NET: TCFS2, NTLinks, CopyTree, AskParam, ConPaste, Sudo…
Back to top
View user's profile Send private message Send e-mail
ghisler(Author)
Site Admin
Site Admin


Joined: 04 Feb 2003
Posts: 24702
Location: Switzerland

PostPosted: Fri Jun 25, 2010 9:04 am    Post subject: Reply with quote

2MVV
You can already do this in the packer configuration dialog of the plugin.

Btw, in the next version of Diskdir Extended, the plugins will be loaded only in the PackFile function, not when the plugin loads.
_________________
Author of Total Commander
http://www.ghisler.com
Back to top
View user's profile Send private message Send e-mail Visit poster's website
MVV
Power Member
Power Member


Joined: 03 Aug 2008
Posts: 4598
Location: Russian Federation

PostPosted: Fri Jun 25, 2010 9:22 am    Post subject: Reply with quote

ghisler(Author) wrote:
You can already do this in the packer configuration dialog of the plugin.

Don't know how. If I remove gaup from ListAlways, DiskDirExtended still loads it since I have UseCanHandleThisFileForWCXs enabled - here separate setting might be required. Personal extensions for installed plugins would be even better (e.g. SomeParameterName=7z,exe:multiarc;umx:gaup etc, existing UseCanHandleThisFileForWCXsExtensions parameter name can be used to handle old and new formats). It would speed up process if user has a lot of plugins.

ghisler(Author) wrote:
Btw, in the next version of Diskdir Extended, the plugins will be loaded only in the PackFile function, not when the plugin loads.

That sounds great. For already loaded plugins there won't be time waste at all.


BTW option UseCanHandleThisFileForWCXsExtensions doesn't working for me again... Hope it is not because of Win7x64. I have SFX CAB/7Z archives (e.g. Opera_1053_ru_Setup.exe) and it doesn't list them... UseCanHandleThisFileForWCXs is enabled, UseCanHandleThisFileForWCXsExtensions=7z,exe (with empty UseCanHandleThisFileForWCXsExtensions same thing). I have 7zip.wcx and multiarc.wcx with 7Z and CAB support installed and all plugin extensions in [Packer] section of wincmd.ini are in lowercase (current DiskDirExtended requires them in lowcase). Of course, I can enter theese archives by Ctrl+PgDn.
_________________
VirtualPanel plugin: Temporary panel for TC (forum)
TOTALCMD.NET: TCFS2, NTLinks, CopyTree, AskParam, ConPaste, Sudo…
Back to top
View user's profile Send private message Send e-mail
MVV
Power Member
Power Member


Joined: 03 Aug 2008
Posts: 4598
Location: Russian Federation

PostPosted: Tue Jun 29, 2010 4:20 am    Post subject: Reply with quote

TrePe wrote:
Updated version of DiskDir Extended is on TC website.
Thank you again

Thanks:) BTW I think you should update your plugin on totalcmd.net too. Wink
_________________
VirtualPanel plugin: Temporary panel for TC (forum)
TOTALCMD.NET: TCFS2, NTLinks, CopyTree, AskParam, ConPaste, Sudo…
Back to top
View user's profile Send private message Send e-mail
szabibacsi
New Member
New Member


Joined: 18 Jul 2010
Posts: 1

PostPosted: Sun Jul 18, 2010 3:03 am    Post subject: bug report: file size miscalculation Reply with quote

I created a filename with these special characters: éáűőúüöüó.txt

This file is represented in the lst file as: éáuoúüöüó.txt

If it is inside a folder then the file size is zero, if it's in the root node then it is 54577955406430281

btw total commander handles non-ansi special characters badly, so it may be a problem with TC, but a warning would be nice.

As a sidenote - probably it is already known - archives inside archives are represented as folders, which clearly shows how the lst format is not capable of dealing with these situations (or at least its painfully hard on a code level: to keep track of the topmost archive container). Regards:

Szabolcs
Back to top
View user's profile Send private message
MVV
Power Member
Power Member


Joined: 03 Aug 2008
Posts: 4598
Location: Russian Federation

PostPosted: Mon Nov 29, 2010 3:59 am    Post subject: Reply with quote

Hi, TrePe, when I delete all files from DDE archive and add new files into, plugin shows message with question:
Code:
You chose to list 8 columns but this file has 1 columns.
Do you wish to keep file's number of columns (1)?

Please add an option to remove this question. E.g. I'm always use DDE archives with full info about files so this question is very annoying.
_________________
VirtualPanel plugin: Temporary panel for TC (forum)
TOTALCMD.NET: TCFS2, NTLinks, CopyTree, AskParam, ConPaste, Sudo…
Back to top
View user's profile Send private message Send e-mail
fg_2002fr
Senior Member
Senior Member


Joined: 24 Feb 2003
Posts: 230
Location: Tours (France)

PostPosted: Wed Nov 16, 2011 10:14 am    Post subject: Reply with quote

Hi,

is there a x64 version planned for this plugin?
or are the sources available ?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
TrePe
Junior Member
Junior Member


Joined: 10 Feb 2004
Posts: 40
Location: Slovakia

PostPosted: Mon Mar 26, 2012 2:37 pm    Post subject: Reply with quote

You can find 64bit version on totalcmd.net. I had to drop ISO support by now as it did not work with 64bits.

I also found out why my plugin can not "talk" to 7z plugin and the like - they are unicode version only. So the next step for me is to implement unicode support.
Back to top
View user's profile Send private message Send e-mail
TW
Member
Member


Joined: 19 Jan 2005
Posts: 157

PostPosted: Tue Mar 27, 2012 2:37 am    Post subject: Reply with quote

thanks for porting this to 64bit! will test it later. Smile
_________________
licenced and happy TC user since 1994 (#1xxx)
Back to top
View user's profile Send private message
Alinda
Junior Member
Junior Member


Joined: 04 Apr 2008
Posts: 4

PostPosted: Sun Apr 08, 2012 12:20 pm    Post subject: 64bit version crashes Reply with quote

Just tried out the 64bit version. This extension was the only reason I kept 7.56a around, so I was quite excited.

First I tried entering lst files, that worked brilliantly. Everything shows just like they should.

Then I tried to create a lst file, about 2 seconds after hitting ok on the packer dialog, complete TC8.0­ß24 64bit crashed. I don't know what additional information I can give, but making lst files does not work.
Back to top
View user's profile Send private message
Horst.Epp
Power Member
Power Member


Joined: 06 Feb 2003
Posts: 858
Location: Germany

PostPosted: Mon Apr 09, 2012 3:52 am    Post subject: Reply with quote

I found that the option List archives in settings must be switched off.
Then it works for me.
Back to top
View user's profile Send private message
Joe_Cool
Junior Member
Junior Member


Joined: 17 Aug 2010
Posts: 4

PostPosted: Wed Jul 04, 2012 8:41 am    Post subject: Reply with quote

Certain CAB files seem to crash the 64bit version of the plugin. With the 32bit version it works fine. Can't tell which ones though. I just noticed unticking .CAB solved the crash for me.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Total Commander Forum Index -> Plugins and addons: devel.+support (English) All times are GMT - 6 Hours
Goto page Previous  1, 2, 3 ... 8, 9, 10, 11  Next
Page 9 of 11

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Impressum: This site is maintained by Ghisler Software GmbH

Using phpBB © 2001-2005 phpBB Group