Q
|
I am receiving this message when trying to run CountryHawk on a 64 bit system:
cyScape.CountryHawk.CountryHawkException: No countries.properties file can be located. Tried in C:\some\path\, and checked the registry but no key containing the CountryHawk basedir could be found.
|
A
|
This issue occurs on 64 bit systems because by default CountryHawk places its BaseDir registry setting in HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\CountryHawk, whereas the product running in x64 mode will look for the BaseDir directly in HKEY_LOCAL_MACHINE\SOFTWARE\CountryHawk.
To resolve the issue, simply find your BaseDir setting in the Wow6432Node\CountryHawk location and recreate it in HKEY_LOCAL_MACHINE\SOFTWARE\CountryHawk. Or alternatively you can install CountryHawk using manual deployment.
|