<p>When I started the Bisq app, a pop up saying that I lost all connection to peers showed up and I couldn't close it. I clicked the "close" button several times and it did not seem to have an effect. After 5-6 attempts the window closed.</p>
<p>In the log output (see below), I noticed the message <code>We got a isHidden called with a wrong popup</code> in case that is relevant.</p>
<p><a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/43150241/52165098-6931db80-26fc-11e9-9e13-8a6478b01b05.png"><img src="https://user-images.githubusercontent.com/43150241/52165098-6931db80-26fc-11e9-9e13-8a6478b01b05.png" alt="lost connection frozen window" style="max-width:100%;"></a></p>
<p>Please see the log output below.</p>
<pre><code>Feb-01 20:35:52.810 [NioClientManager] INFO  o.b.c.PeerGroup: [13.59.126.171]:18333: Peer died      (4 connected, 0 pending, 12 max) 
Feb-01 20:35:52.810 [PeerGroup Thread] INFO  o.b.c.PeerGroup: Waiting 10000 msec before next connect attempt to [129.13.88.168]:18333 
Feb-01 20:35:52.814 [NioClientManager] WARN  o.b.n.ConnectionHandler: Error handling SelectionKey: java.io.IOException Connection reset by peer java.io.IOException: Connection reset by peer
        at java.base/sun.nio.ch.FileDispatcherImpl.read0(Native Method)
        at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)
        at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:283)
        at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:236)
        at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:226)
        at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:382)
        at org.bitcoinj.net.ConnectionHandler.handleKey(ConnectionHandler.java:212)
        at org.bitcoinj.net.NioClientManager.handleKey(NioClientManager.java:86)
        at org.bitcoinj.net.NioClientManager.run(NioClientManager.java:122)
        at com.google.common.util.concurrent.AbstractExecutionThreadService$1$2.run(AbstractExecutionThreadService.java:66)
        at com.google.common.util.concurrent.Callables$4.run(Callables.java:122)
        at org.bitcoinj.utils.ContextPropagatingThreadFactory$1.run(ContextPropagatingThreadFactory.java:49)
        at java.base/java.lang.Thread.run(Thread.java:844)

Feb-01 20:35:52.814 [NioClientManager] INFO  o.b.c.PeerGroup: [104.248.218.46]:18333: Peer died      (3 connected, 0 pending, 12 max) 
Feb-01 20:35:52.814 [PeerGroup Thread] INFO  o.b.c.PeerGroup: Waiting 10000 msec before next connect attempt to [129.13.88.168]:18333 
Feb-01 20:35:53.947 [NioClientManager] WARN  o.b.n.ConnectionHandler: Error handling SelectionKey: java.io.IOException Connection reset by peer java.io.IOException: Connection reset by peer
        at java.base/sun.nio.ch.FileDispatcherImpl.read0(Native Method)
        at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39)
        at java.base/sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:283)
        at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:236)
        at java.base/sun.nio.ch.IOUtil.read(IOUtil.java:226)
        at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:382)
        at org.bitcoinj.net.ConnectionHandler.handleKey(ConnectionHandler.java:212)
        at org.bitcoinj.net.NioClientManager.handleKey(NioClientManager.java:86)
        at org.bitcoinj.net.NioClientManager.run(NioClientManager.java:122)
        at com.google.common.util.concurrent.AbstractExecutionThreadService$1$2.run(AbstractExecutionThreadService.java:66)
        at com.google.common.util.concurrent.Callables$4.run(Callables.java:122)
        at org.bitcoinj.utils.ContextPropagatingThreadFactory$1.run(ContextPropagatingThreadFactory.java:49)
        at java.base/java.lang.Thread.run(Thread.java:844)

Feb-01 20:35:53.948 [NioClientManager] INFO  o.b.c.PeerGroup: [183.111.122.150]:18333: Peer died      (2 connected, 0 pending, 12 max) 
Feb-01 20:35:53.948 [PeerGroup Thread] INFO  o.b.c.PeerGroup: Waiting 10000 msec before next connect attempt to [129.13.88.168]:18333 
Feb-01 20:35:55.398 [PeerGroup Thread] INFO  o.b.c.PeerGroup: Waiting 8550 msec before next connect attempt to [129.13.88.168]:18333 
Feb-01 20:35:56.238 [JavaFX Application Thread] INFO  b.n.p.p.PeerManager: Num of latestLivePeers=0 
Feb-01 20:35:56.523 [PeerGroup Thread] INFO  o.b.c.PeerGroup: Waiting 7425 msec before next connect attempt to [129.13.88.168]:18333 
Feb-01 20:35:58.220 [PeerGroup Thread] INFO  o.b.c.PeerGroup: Waiting 5728 msec before next connect attempt to [129.13.88.168]:18333 
Feb-01 20:36:00.757 [PeerGroup Thread] INFO  o.b.c.PeerGroup: Waiting 3191 msec before next connect attempt to [129.13.88.168]:18333 
Feb-01 20:36:02.509 [JavaFX Application Thread] WARN  b.c.d.n.l.n.LiteNodeNetworkService: We tried 15 times but could not connect to a seed node. 
Feb-01 20:36:02.510 [JavaFX Application Thread] INFO  b.c.o.OpenOfferManager: onNewConnectionAfterAllConnectionsLost 
Feb-01 20:36:02.524 [JavaFX Application Thread] WARN  b.d.m.o.Overlay: Stage is null 
Feb-01 20:36:02.524 [JavaFX Application Thread] WARN  b.d.m.o.p.PopupManager: We got a isHidden called with a wrong popup.
        popup (argument)=Popup{headLine='Warning', message='You lost the connection to all P2P network peers.
Maybe you lost your internet connection or your computer was in standby mode.'}
        displayedPopup=Popup{headLine='Warning', message='You lost the connection to all P2P network peers.
Maybe you lost your internet connection or your computer was in standby mode.'} 
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/issues/2352">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AkpZtmsPv6X8sXWsqeYK0Gnr7gzGy6Cqks5vJZ1ogaJpZM4afm6q">mute the thread</a>.<img src="https://github.com/notifications/beacon/AkpZtgC4tsohBH_zi2brL3oIkMAJWYdSks5vJZ1ogaJpZM4afm6q.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/bisq-network/bisq","title":"bisq-network/bisq","subtitle":"GitHub repository","main_image_url":"https://github.githubassets.com/images/email/message_cards/header.png","avatar_image_url":"https://github.githubassets.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/bisq-network/bisq"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Frozen error window (#2352)"}],"action":{"name":"View Issue","url":"https://github.com/bisq-network/bisq/issues/2352"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/issues/2352",
"url": "https://github.com/bisq-network/bisq/issues/2352",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>