Thank you very much! I can't test, because I don't use windows 10 yet. But I will provide a changed version soon.stifani wrote:hello
as i said here -> viewtopic.php?t=47682
the problem is when tcmatch.dll tries to lauch tcmatch.exe using the ShellExecuteW().
A workaround is to substitute the bugged ShellExecute with CreateProcess. Here is the modification i did tcmatch.cpp@line 191 :
And now it's working againCode: Select all
//ShellExecute(0,L"open",GuiProgram.c_str(),L"gui",0,SW_SHOWNORMAL); GuiProgram+=L" gui"; STARTUPINFO siStartupInfo = {0}; PROCESS_INFORMATION piProcessInfo = {0}; siStartupInfo.cb = sizeof(siStartupInfo); if ( !CreateProcess( NULL, (LPWSTR)GuiProgram.c_str(), NULL, NULL, TRUE, 0, NULL, NULL, &siStartupInfo, &piProcessInfo) ) { // handle some error here }
QuickSearch eXtended
Moderators: Hacker, petermad, Stefan2, white
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
Update. Version 2.2.6 is available.
Code: Select all
Version 2.2.6
- possible Bugfix for problems (freeze) with Windows 10 Creators Update - thank you stifani
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
For anyone having trouble using the Windows 10 Creators Update and QuickSearch Extended within TC: Can you confirm, that the new version 2.2.6 works for you?Samuel wrote:Update. Version 2.2.6 is available.
Code: Select all
Version 2.2.6 - possible Bugfix for problems (freeze) with Windows 10 Creators Update - thank you stifani
-
- New Member
- Posts: 1
- Joined: 2008-05-26, 15:49 UTC
Works for me now (TC 9.0a 64 Bit, Win 10 1703 64 Bit).Samuel wrote:For anyone having trouble using the Windows 10 Creators Update and QuickSearch Extended within TC: Can you confirm, that the new version 2.2.6 works for you?Code: Select all
Version 2.2.6 - possible Bugfix for problems (freeze) with Windows 10 Creators Update - thank you stifani

Yes, works fine nowSamuel wrote:For anyone having trouble using the Windows 10 Creators Update and QuickSearch Extended within TC: Can you confirm, that the new version 2.2.6 works for you?Samuel wrote:Update. Version 2.2.6 is available.
Code: Select all
Version 2.2.6 - possible Bugfix for problems (freeze) with Windows 10 Creators Update - thank you stifani

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
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
xPDFSearch
xPDFSearch 1.11 context search wont working, can it possible to work with it?
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
Re: xPDFSearch
AFAIR I could not support every WDX-Plugin. Some did work, some not.qweewert wrote:xPDFSearch 1.11 context search wont working, can it possible to work with it?
I don't know what was/is the cause.
AdditionalUserInterface without captions
QuickSearch is great! THX to developer!
But doesnt work correctly to me.
1) I want do search all files including "ma", but no images:
"ma !jpg" doesen't show anything, neither "!jpg ma". (Whereas "!jpg" or "ma" alone work fine.)
2) I have no posibility to set up configuration, as QuickSearch doesn't appear in TC>configuration.
Ther ist no ^^ Symbol. (I have to start tcmatch64.exe.)
3) After setting by tcmatch64.exe the AdditionalUserInterface seems buggy:
very large, no way to minimize
without ButtonCaptions,
disapeares atfter restart.
Buggy install or buggy user?
---
Using still Win7/64!
But doesnt work correctly to me.
1) I want do search all files including "ma", but no images:
"ma !jpg" doesen't show anything, neither "!jpg ma". (Whereas "!jpg" or "ma" alone work fine.)
2) I have no posibility to set up configuration, as QuickSearch doesn't appear in TC>configuration.
Ther ist no ^^ Symbol. (I have to start tcmatch64.exe.)
3) After setting by tcmatch64.exe the AdditionalUserInterface seems buggy:
very large, no way to minimize
without ButtonCaptions,
disapeares atfter restart.
Buggy install or buggy user?
---
Using still Win7/64!
Re: AdditionalUserInterface without captions
1) Lets wait for an answer from the Author as the help doesn't explainAquaBall wrote:QuickSearch is great! THX to developer!
But doesnt work correctly to me.
1) I want do search all files including "ma", but no images:
"ma !jpg" doesen't show anything, neither "!jpg ma". (Whereas "!jpg" or "ma" alone work fine.)
2) I have no posibility to set up configuration, as QuickSearch doesn't appear in TC>configuration.
Ther ist no ^^ Symbol. (I have to start tcmatch64.exe.)
3) After setting by tcmatch64.exe the AdditionalUserInterface seems buggy:
very large, no way to minimize
without ButtonCaptions,
disapeares atfter restart.
Buggy install or buggy user?
---
Using still Win7/64!
2) Who said that there should be an entry in TCs config ?
You have the plugins configuration program for this purpose
3) No problem with the User interface here even with large DPI settings
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
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
Re: AdditionalUserInterface without captions
Help says (Page 3):Horst.Epp wrote:2) Who said that there should be an entry in TCs config ?AquaBall wrote:2) I have no posibility to set up configuration, as QuickSearch doesn't appear in TC>configuration.
There is no ^^ symbol. (I have to start tcmatch64.exe.)
You have the plugins configuration program for this purpose
I expected this symbol in config, or menu, or buttons, ... but cant find it.Additional user interface... The user interface for further customizations could be reached with this button:[^^] (I cant find the correct symbol) ... If you deactivated the additionally user interface, you may start “tcmatch64.exe”
And the extended menu differs extremly from the picture in help file.
(No special settings about DPI applied. Downloaded V 2.2.6 today.)
- Samuel
- Power Member
- Posts: 1930
- Joined: 2003-08-29, 15:44 UTC
- Location: Germany, Brandenburg an der Havel
- Contact:
Re: AdditionalUserInterface without captions
You are welcome.AquaBall wrote:QuickSearch is great! THX to developer!
1) The not ("!") is intended to negate the whole search. "jpg ma" means any file with "jpg" and "ma" in it. "!jpg ma" means any file without "jpg" or without "ma". You could try some ugly RegEx like: "?ma ([a-ik-z]..$|.[a-oq-z].$|..[a-fh-z]$)".AquaBall wrote:But doesnt work correctly to me.
2) You need this arrow:
Image: https://picload.org/image/rcpwpdrr/gui.png
Code: Select all
If you deactivated the additionally user interface, you may also start the user interface for further customizations by running “tcmatch.exe”. (or “tcmatch64.exe”)
I use TextSearch plugin with QuickSearch Extended
I use TextSearch plugin with QuickSearch Extended
Why in branch mode plugin re caching on each symbol?
In normal folder view it caching once and than uses the result that stored on Temp folder.
The video in total commander https://goo.gl/photos/xQ9XYhXwySCw9mwR8
Can it be modified on ini? Or maby it plugin TextSearch
Why in branch mode plugin re caching on each symbol?
In normal folder view it caching once and than uses the result that stored on Temp folder.
The video in total commander https://goo.gl/photos/xQ9XYhXwySCw9mwR8
Can it be modified on ini? Or maby it plugin TextSearch