ext4tc

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

Moderators: white, Hacker, petermad, Stefan2

iana
Senior Member
Senior Member
Posts: 345
Joined: 2010-07-27, 22:00 UTC

Post by *iana »

Thnx i have checked you rebuilded version of plugin & it's working well at w2k, can you rebuild also gif plugin please?
OK here you go
https://rapidshare.com/files/3075337997/wcx_gifwcx_1.3-vc9-static.rar
I noticed that aviwcx was compiled with min OS 5.01 so I recompiled that one too. https://rapidshare.com/files/3154293004/wcx_aviwcx_1.9-vc9-static.rar
krasusczak
Senior Member
Senior Member
Posts: 282
Joined: 2011-09-23, 10:35 UTC

Post by *krasusczak »

Wow BIG Thx for You, i didn't even know that there was a new versions of this plugins:) (now i found authors site)

Both checked & working at w2k

I will put these plugins on other forum maybe someone will be interested, if You don't mind:)

Regards
Last edited by krasusczak on 2012-02-10, 17:01 UTC, edited 1 time in total.
iana
Senior Member
Senior Member
Posts: 345
Joined: 2010-07-27, 22:00 UTC

Post by *iana »

no problem glad I could help.
krzychuu
Junior Member
Junior Member
Posts: 5
Joined: 2010-09-06, 20:01 UTC

Post by *krzychuu »

I haven't visited here quite a long time. I'm willing to fix some bugs if I have enough time. I've got question to tbeu. You wrote that plugin has got plenty of memory leaks, maybe it is true. Did You analyze source or only observed growing memory? In plugin there is caching mechanism implemented and some directories entries will be kept in memory. I'll be very pleased if You report a bug using tracker on sf.net. Also I will be glad if someone notify me about a bug via jabber, my jid krzychuu@ubuntu.pl

For iana: I've got utf8 polish characters in directory name and it can be seen well. Can You precise what You meant?

Christian: thx for Your support, I've already commited fix for this bug with null pointer after intialization.
iana
Senior Member
Senior Member
Posts: 345
Joined: 2010-07-27, 22:00 UTC

Post by *iana »

For iana: I've got utf8 polish characters in directory name and it can be seen well. Can You precise what You meant?
Your plugin only uses ansi functions I read them with file info 2.21 a lister plugin, those are: FsFindClose, FsFindFirst, FsFindNext, FsGetFile and FsInit none of them are unicode functions, according to the FileSystem interface guide v2.1 http://ghisler.ch/board/viewtopic.php?t=25751

The following functions of the file system plugin interface support Unicode:

FsInitW, FsFindFirstW, FsFindNextW, FsSetCryptCallbackW, FsGetFileW ...
maybe your plugin supports utf8 but then you're not using the proper function names
krasusczak
Senior Member
Senior Member
Posts: 282
Joined: 2011-09-23, 10:35 UTC

Post by *krasusczak »

Hi

Krzychuu can you consider support plugin for w2k with static version of dll like iana did in rebuild version?, it' works great at this os:)


Thanks in advance
krzychuu
Junior Member
Junior Member
Posts: 5
Joined: 2010-09-06, 20:01 UTC

Post by *krzychuu »

krasusczak
Senior Member
Senior Member
Posts: 282
Joined: 2011-09-23, 10:35 UTC

Post by *krasusczak »

Yes it's working, if You will keep compiling in that way plugin will work fine at w2k:)
AndrewCreator
Member
Member
Posts: 122
Joined: 2011-10-10, 23:25 UTC

Post by *AndrewCreator »

I have tried to use this plugin with TC 8.0 RC1 and got the error immediately after clicking on plugin in network neighborhood.

[face=courier]
---------------------------
Total Commander 8.0RC1
---------------------------
Division by zero.
Division by zero
Windows Server 2003 "R2" SP2 5.2 (Build 3790)

Please report this error to the Author, with a description
of what you were doing when this error occurred!

Windows exception: C0000094
Stack trace:
01303065
656FDA 65704F 4DA880 4DB9C0 63A372 4471F7
444769 445D3D 4466BA >423E4C 445C7B 423E4C
429518 4295B0 6DA031
Raw:
65554A 423E4C 6D6C10 6A2246 656FDA 65704F
402235 4033BC 4021B4 40268C 403796 407CC6
41D0D2 6D6CF5 41D9D8 446A16 444769 446989
4343BF 445D3D 4466BA 4466DD 423E4C 4498AF
5DA142 446A33 444769 446989 445D3D 435DA6
445CCB 445D3D 4466BA 4466DD 423E4C 445BE9
423E4C 446A33 444769 446989 444769 4343BF
445D3D 4466BA 4466DD 423E4C 6D6F0B 6CFDD0
6CFDD0 4036AD 6AC45A 6CF81F 6D009F 446A16
444769 446989 435DA6 445CCB 445D3D 4466BA

Press Ctrl+C to copy this report!
Continue execution?
---------------------------
Yes No
---------------------------[/face]

There is a second drive with 4 partitions on it: ext2, ext3, ext4 and reiserfs.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48097
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

To the plugin author: The error seems to occur within the plugin function FsInit().
Author of Total Commander
https://www.ghisler.com
iana
Senior Member
Senior Member
Posts: 345
Joined: 2010-07-27, 22:00 UTC

Post by *iana »

I think the problem is with the reiserfs partition,
this plugin doesn't support reiserfs, and this filesystem is no longer supported, I use to use it with SUSE 9.x but as the company that developed it went out of business and no one is actively developing it you should update that partition to ext3 or ext4.
If you need reiserfs support use the Ext2+ Reiser plugin https://plugins.ghisler.com/fsplugins/ex2fs.zip from http://www.ghisler.com/plugins.htm#filesys
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48097
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Maybe you can just skip the Reiserfs partition instead of crashing?
Author of Total Commander
https://www.ghisler.com
AndrewCreator
Member
Member
Posts: 122
Joined: 2011-10-10, 23:25 UTC

Post by *AndrewCreator »

iana, I can confirm that after reiserfs deletion plugin initializes successfully.

ghisler(Author) As I can see, iana is not an author, just a clever person who helped others in this thread.
krzychuu
Junior Member
Junior Member
Posts: 5
Joined: 2010-09-06, 20:01 UTC

Post by *krzychuu »

Now, should be fixed. Thx for support:).
honza.g
New Member
New Member
Posts: 1
Joined: 2012-07-04, 15:51 UTC
Location: Ceská Republika

Crash in XP-SP3

Post by *honza.g »

Hello,
I installed ext4Plugin.wfx from the static zip-file to my TC 7.56a but any use of it crashes with this error:
---------------------------
Total Commander 7.56a
---------------------------
Access violation at address 10003084. Read of address 00000000.
Access violation at address 10003084. Read of address 00000000
Windows XP SP3 5.1 (Build 2600)

Please report this error to the Author, with a description
of what you were doing when this error occurred!

Windows exception: C0000005
Stack trace:
10003084
646B9A 646C0F 4D6B15 4D7C58 442F4F 445316
>444523 422CC0 444491 422CC0 444F62 422CC0
444523 422CC0 42838C 428424 6C53C9
Raw:
64512E 646B9A 646C0F 4023B3 67006C 417E71
67006C 4452DB 448157 5EE8CC 6BE749 441EE5
441E23 444F85 422CC0 444523 46CC7A 46CCE7
5F0F43 444491 422CC0 4452DB 443011 445231
433098 4445E5 444F62 444F85 422CC0 444523
422CC0 43BAAD 4023B3 4023DB 4026A4 4036AD
5605DA 41C109 4452DB 4458B9 443011 445231
443011 4348C2 4445E5 6C2368 6BB900 4452BE
443011 445231 4348C2 4445E5 444F62 444F85
422CC0 5475D7 5475D7 443011 445231 42499C

Press Ctrl+C to copy this report!
Continue execution?
---------------------------
Ano Ne
---------------------------

Is st wrong in my XP?
Post Reply