Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: wizzard0 on September 19, 2010, 09:32:27 AM



Title: [SOLVED] Win7 x64 - starts, but no window is shown (Disable Windows Defender!)
Post by: wizzard0 on September 19, 2010, 09:32:27 AM
I've installed Bitcoin on 2 machines - Win Srv 2008 x64, it seems to be ok
And on Win7 x64 it just appears in process list and writes to the log. No window appears.

Where should I look to investigate the problem?

Debug.log contents:

Bitcoin version 0.3.12 beta
OS version Windows NT 6.1 (build 7600), 64-bit edition
System default language is 215 Ukrainian_Ukraine.1251
Language file locale/uk_UA/LC_MESSAGES/bitcoin.mo (Ukrainian)
Default data directory C:\Users\Me\AppData\Roaming\Bitcoin
Bound to port 8333
Loading addresses...
dbenv.open strLogDir=C:\Users\Me\AppData\Roaming\Bitcoin/database strErrorFile=C:\Users\Me\AppData\Roaming\Bitcoin/db.log
Loaded 0 addresses
 addresses               173ms
Loading block index...
..... <cut>
 block index              21ms
Loading wallet...
nFileVersion = 312
fGenerateBitcoins = 0
nTransactionFee = 0
addrIncoming = 255.255.255.255:8333
fMinimizeToTray = 1
fMinimizeOnClose = 1
fUseProxy = 0
addrProxy = 127.0.0.1:9050
 
UPD: I don't use MS Security Essentials, but Windows Defender is on. Should I turn it off?


Title: Re: Win7 x64 - starts, but no window is shown
Post by: LZ on September 19, 2010, 10:46:12 AM
Try to do it. Did you check Bitcoin's icon in the tray?
fMinimizeToTray = 1
fMinimizeOnClose = 1


Title: Re: Win7 x64 - starts, but no window is shown
Post by: wizzard0 on September 19, 2010, 11:13:37 AM
Yes, after disabling Windows Defender icon appeared in the tray. Thanks!

You may add it to the FAQ :)