TC7.5PB2 Exception on pressing alt+F7 (normal search)

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

Moderators: white, Hacker, petermad, Stefan2

Post Reply
Postkutscher
Power Member
Power Member
Posts: 556
Joined: 2006-04-01, 00:11 UTC

TC7.5PB2 Exception on pressing alt+F7 (normal search)

Post by *Postkutscher »

Code: Select all

---------------------------
Total Commander
---------------------------
Access violation at address 00448817. Read of address 00000000.
Please report this error to the Author,
with a description of what you were doing when this error occurred!
Continue execution?

Windows exception: C0000005

Stack trace:

00448817  0056A1F0  7E36A301  7E369A10

7E36A318  7E36A339  7C81EB85  7C81E331

7E378DD7  7E378D75  7E378D89  7E378D89

7E368732  7E368814  7E368858  7E368828

7E368828  7E37A011  7E37A037  004429EB

00413E40  7E368732  7E368814  7E368858

7E368828  7E368B24  7E369486  7E36948F

7E36948F  004451C9  0044381F  00443E4F

004417FD  00443775  00442A70  004434BA

004434DB  00413E40  7E368732  7E368814

7E368858  7E368828  7E368828  7E37A011

7E37A037  00442A15  00413E40  7E368732

7E368814  7E368858  7E368828  
Press Ctrl+C to copy this report!
---------------------------
Да   Нет   
---------------------------
Windows XP SP3 russian.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Unfortunately I cannot reproduce it.

If you can reproduce it, can you please send me your wincmd.ini (zipped) to beta at ghisler dot com? It could be a problem with previous searches or so.
Author of Total Commander
https://www.ghisler.com
Postkutscher
Power Member
Power Member
Posts: 556
Joined: 2006-04-01, 00:11 UTC

Post by *Postkutscher »

Just found. It is caused by wdx_XML.wdx

When I comment manually

Code: Select all

 
11=C:\Totalcmd\plugins\wfx\FB2Lib\wdx_XML.wdx
11_detect="ext="FB2" | ext="ZIP" "
11_date=923205632
11_flags=1
in my wincmd.ini then the problem exists no more.

Just curious, that it happens without custom columns in panel, without tabs, without using saved search. Indeed the only record I have is

Code: Select all

[searches]
dsfsdf_SearchFor=
dsfsdf_SearchIn=
dsfsdf_SearchText=
dsfsdf_SearchFlags=0|000002000020|||||||||0000|
Must I send you my wincmd.ini anyway or just delete this cheerfully plugin ?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Thanks for your report, the error is indeed in the detect string parser! I will check what is wrong. It may be the space at the end after "ZIP" , try removing that:
11_detect="ext="FB2" | ext="ZIP""
instead of
11_detect="ext="FB2" | ext="ZIP" "
Author of Total Commander
https://www.ghisler.com
Postkutscher
Power Member
Power Member
Posts: 556
Joined: 2006-04-01, 00:11 UTC

Post by *Postkutscher »

ghisler(Author) wrote:try removing that:
11_detect="ext="FB2" | ext="ZIP""
instead of
11_detect="ext="FB2" | ext="ZIP" "
This helps. Exactly! Thank you!
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Nice to hear that! I will try to handle it in the next beta.
Author of Total Commander
https://www.ghisler.com
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

2Postkutscher

I'm trying to find out where the extra space comes from. Therefore I need this wdx_xml plugin for testing. Can you please let me know where you found it? I cannot find it on totalcmd.net or with Google. Searching just for xml plugin gives too many hits, but no TC plugin...
Author of Total Commander
https://www.ghisler.com
User avatar
fenix_productions
Power Member
Power Member
Posts: 1979
Joined: 2005-08-07, 13:23 UTC
Location: Poland
Contact:

Post by *fenix_productions »

2ghisler(Author)

IIRC there was FB2 (FictionBook) plugin on totalcmd.net and wdx_xml was a part of it but I can't see it there so take it from:

http://bookmist.ucoz.ru/load/1-1-0-2
"When we created the poke, we thought it would be cool to have a feature without any specific purpose." Facebook...

#128099
Postkutscher
Power Member
Power Member
Posts: 556
Joined: 2006-04-01, 00:11 UTC

Post by *Postkutscher »

2fenix_productions
you are right. That is it.

2ghisler(Author)
http://bookmist.ucoz.ru/_ld/0/2_wdx_XML.zip

or as sad above go to the http://bookmist.ucoz.ru/load/1-1-0-2
and click a gray words

Code: Select all

Скачать с сервера
that means

Code: Select all

download from server
above the main text, left from the size (351.1Kb)

Btw. I am not sure that the space is not my error while manually editing the ini-file.
Postkutscher
Power Member
Power Member
Posts: 556
Joined: 2006-04-01, 00:11 UTC

Post by *Postkutscher »

I have reinstalled plugin for testing purposes and can now say it was definitely my typo with space.
Sorry :(
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

No problem, I will of course still fix the crash, that shouldn't happen...
Author of Total Commander
https://www.ghisler.com
Postkutscher
Power Member
Power Member
Posts: 556
Joined: 2006-04-01, 00:11 UTC

Post by *Postkutscher »

It is fixed now. Thank you.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Great, thanks!
Author of Total Commander
https://www.ghisler.com
Post Reply