apparently you havent understood my issue , since i have to be able to have armory autodetect the already running bitcoin-qt.exe in order for it to be able to connect over tor since armory uses the connection from the bitcoin core client that way , and setting it in armorys settings to let armory run it in the background it uses its own process , completely ignoring my bitcoin client settings aka not using the proxy settings in bitcoin core aka not using tors connection
if you dont believe me go and try this>
download tor browser bundle latest , got to settings in tor bundle and go to preferences by clicking on the tor button , then select the custom proxy settings , then enter as SOCKS host this 127.0.0.1 and enter 9150 in port and select socks v5
then go to your bitcoin core settings and do as following > go to network and select connect through socks proxy and enter above settings and you got it all setup to only connect whenever your running tor , wich in turn would have armory only connect through tor as well since it would then be properly using the available instance of bitcoin-qt.exe , thats if it would work as it has , but as of latest build of bitcoin core be it 32bit or 64bit dont matter and armory its broken wich needs to be fixed this is an crucial security and anonymity issue and i wont be able to use armory , hell i wont be able to manage my bitcoins at all until then since armory is the only secure software i trust to manage my bitcoins
Are you saying your setup worked with older versions of Armory?
Bitcoin Core's arch build is irrelevant here. Im going to speculate since you didn't give me your settings specifics.
1) Ima assume you have turn off auto manage bitcoind in Armory, and that Armory just shows offline. If as you seem to pretend, Armory is just running its own instance of bitcoind, that setting is on and you need to turn it off.
2) Ima assume you have pointed Armory at Bitcoin's datadir folder through the --satoshi-datadir switch, or that you let BitcoinQt create that folder in its default location.
3) Ima assume you're not trying to run Armory in testnet while BitcoinQt is running on the mainnet, or vice versa.
4) Ima assume you turned off the torrent and "check online" options in File -> Settings
5) Ima assume you have a custom bitcoin.conf
6) Ima assume you commented the announcement code out of ArmoryQt.py, seeing that you don't want any of your traffic going through something else than Tor.
If all these assumptions hold true and Armory is showing offline, then add this line to your bitcoin.conf:
addnode=127.0.0.1
Restart BitcoinQt and let me know.