[bisq-network/bisq] Application dies shortly after launch while attempting to connect with Tor with error "Auth cookie not created" (#2398)

Devin Bileck notifications at github.com
Fri Feb 8 21:50:30 UTC 2019


When launching Bisq on my Windows 10 VM, it dies several seconds later and doesn't get past this on the splash screen:
![image](https://user-images.githubusercontent.com/603793/52500223-53a43200-2b92-11e9-8bf9-158e1b611974.png)

In the log:
`Feb-08 10:59:37.065 [NetworkNode-9999] ERROR b.n.p.n.TorNetworkNode: Could not connect to running Tor: java.io.IOException: Auth cookie not created`

I am consistently encountering it on my VM, but not on my primary Windows 10 machine. I have investigated/eliminated possible causes such as firewall, antivirus, file permissions and as of yet been unable to determine the root cause.

I see it is creating an empty tor/.tor/control_auth_cookie file, but not writing to it. While looking at the netlayer module, it throws this exception if the file is not written to within 3 seconds.
https://github.com/JesusMcCloud/netlayer/blob/master/tor.native/src/main/kotlin/org/berndpruenster/netlayer/tor/TorContext.kt#L346

At this point the only thing I can think of is it perhaps could be a timing issue with my VM running slower than my primary machine and it taking longer than 3 seconds to write to this file. But I am not familiar with the netlayer module nor with tor in general.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/2398
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190208/7dd6e704/attachment-0001.html>


More information about the bisq-github mailing list