32-bit process cannot coexist with 64-bit process for 9.20

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
zhxeeaa
Junior Member
Junior Member
Posts: 50
Joined: 2016-12-10, 06:21 UTC

32-bit process cannot coexist with 64-bit process for 9.20

Post by *zhxeeaa »

The 9.20 version of the 32-bit process cannot coexist with the 64-bit process, but the 9.12 version can (running 64 bits first, then running 32 bits).
Operating system:Win 2008R2,no difference with plug-in、ini.
User avatar
Hacker
Moderator
Moderator
Posts: 13064
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Re: 32-bit process cannot coexist with 64-bit process for 9.20

Post by *Hacker »

Works fine here with 9.21rc1.

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
zhxeeaa
Junior Member
Junior Member
Posts: 50
Joined: 2016-12-10, 06:21 UTC

Re: 32-bit process cannot coexist with 64-bit process for 9.20

Post by *zhxeeaa »

That’s weird.
32-bit, 64-bit Combined version——
I try it on another computer and Windows 7 in vmware is the same
I tested the pure version again, this time it can.
Estimated to be the reason for the plugin, I used AutoRun.wdx and TCFS, most likely the compatibility between these plugins and TC
No way, I can only roll back to 9.12.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6480
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: 32-bit process cannot coexist with 64-bit process for 9.20

Post by *Horst.Epp »

zhxeeaa wrote: 2018-07-28, 03:40 UTC That’s weird.
32-bit, 64-bit Combined version——
I try it on another computer and Windows 7 in vmware is the same
I tested the pure version again, this time it can.
Estimated to be the reason for the plugin, I used AutoRun.wdx and TCFS, most likely the compatibility between these plugins and TC
No way, I can only roll back to 9.12.
If also use Autorun and TCFS2 together with the combined 32/64 Bit TC installation.
There is no problem for me to start both versions in any combination.
So there must be some special settings in your environment.
You must load the correct TCFS2 tools library for the bitnes of TC of course like in:

Code: Select all

if "%AUTORUN_TCARCH%" = "64" then
LoadLibrary "c:\Tools\Wincmd\PLUGINS\TCFS2\TCFS2Tools64.dll"
else
LoadLibrary "c:\Tools\Wincmd\PLUGINS\TCFS2\TCFS2Tools.dll"
endIf
Windows 11 Home x64 Version 23H2 (OS Build 22631.3447)
TC 11.03 x64 / x86
Everything 1.5.0.1371a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73
QAP 11.6.3.2 x64
zhxeeaa
Junior Member
Junior Member
Posts: 50
Joined: 2016-12-10, 06:21 UTC

Re: 32-bit process cannot coexist with 64-bit process for 9.20

Post by *zhxeeaa »

Horst.Epp wrote: 2018-07-28, 07:38 UTC
zhxeeaa wrote: 2018-07-28, 03:40 UTC That’s weird.
32-bit, 64-bit Combined version——
I try it on another computer and Windows 7 in vmware is the same
I tested the pure version again, this time it can.
Estimated to be the reason for the plugin, I used AutoRun.wdx and TCFS, most likely the compatibility between these plugins and TC
No way, I can only roll back to 9.12.
If also use Autorun and TCFS2 together with the combined 32/64 Bit TC installation.
There is no problem for me to start both versions in any combination.
So there must be some special settings in your environment.
You must load the correct TCFS2 tools library for the bitnes of TC of course like in:

Code: Select all

if "%AUTORUN_TCARCH%" = "64" then
LoadLibrary "c:\Tools\Wincmd\PLUGINS\TCFS2\TCFS2Tools64.dll"
else
LoadLibrary "c:\Tools\Wincmd\PLUGINS\TCFS2\TCFS2Tools.dll"
endIf

Thanks!
Finally solved, is a stupid mistakes,unchecked the option "only allow one TC to run at a time" :oops:
but the strange thing is that the same configuration,9.12 can run 32-bit and 64-bit at the same time, 9.20 can not... ...
I guess 9.12 did not treat 32-bit and 64-bit TCs as one process, but changed 9.20.
User avatar
petermad
Power Member
Power Member
Posts: 14793
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: 32-bit process cannot coexist with 64-bit process for 9.20

Post by *petermad »

9.12 can run 32-bit and 64-bit at the same time, 9.20 can not... ...
I guess 9.12 did not treat 32-bit and 64-bit TCs as one process, but changed 9.20.
There was some changes made in TC 9.20 concerning this: 'See: https://www.ghisler.ch/board/viewtopic.php?p=341976#p341976
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Post Reply