wincmd.key not recognized in 64-bit and error on startup
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50479
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
That's why I asked him to execute
cd %commander_path%
This will bring him automatically to the right location.
cd %commander_path%
This will bring him automatically to the right location.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Junior Member
- Posts: 5
- Joined: 2011-11-07, 00:27 UTC
- Location: Australia
Thanks HolgerK and ghisler.ghisler(Author) wrote:That's why I asked him to execute
cd %commander_path%
This will bring him automatically to the right location.
Sorry I did not make this clear. cd %commander_path% takes me to c:\Program Files\totalcmd\ which is where in initially had the wincmd.key file.
secureinoz
What about this?
What about this?
Flint's Homepage: Full TC Russification Package, VirtualDisk, NTFS Links, NoClose Replacer, and other stuff!
Using TC 11.03 / Win10 x64
Using TC 11.03 / Win10 x64
-
- Junior Member
- Posts: 5
- Joined: 2011-11-07, 00:27 UTC
- Location: Australia
Thanks Flint. It worked...I just copied a backup copy of the key from my old PC over the key on my new PC and the problem disappeared.Flint wrote:secureinoz
my wincmd.key became corrupted for unknown reason (different binary contents), so I just replaced it from my backup copy and everything started working smoothly.
Thanks.
So, it wasn't my local exclusive problem…
Christian, could you please look your code for snippets that could write into wincmd.key? (There should be at least one, when pasting the key from buffer.) It seems that TC sometimes can call them at wrong times and overwrite wincmd.key with garbage.
Christian, could you please look your code for snippets that could write into wincmd.key? (There should be at least one, when pasting the key from buffer.) It seems that TC sometimes can call them at wrong times and overwrite wincmd.key with garbage.
Flint's Homepage: Full TC Russification Package, VirtualDisk, NTFS Links, NoClose Replacer, and other stuff!
Using TC 11.03 / Win10 x64
Using TC 11.03 / Win10 x64
- ghisler(Author)
- Site Admin
- Posts: 50479
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
The only time TC writes to a key is when you press Ctrl+V and the clipboard contains the key in a special text form. However, the key is written only when the key is exactly 1024 bytes, and the 4 byte checksum is correct. Therefore this cannot cause a bad key.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com