From 01077ea1622f185549fdd530323f3027397a7756 Mon Sep 17 00:00:00 2001 From: Stefan Frederik Date: Wed, 25 Nov 2020 01:46:26 +0100 Subject: [PATCH] Tell user to check ~/gaw/gawrc setting if tcp send waves to gaw fails --- src/xschem.tcl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xschem.tcl b/src/xschem.tcl index 3afdea28..73b36491 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -748,6 +748,7 @@ proc gaw_setup_tcp {} { if {![info exists no_x]} { tk_messageBox -type ok -title {Tcp socket error} \ -message [concat "Problems opening socket to gaw on address $gaw_tcp_address. " \ + "Ensure the following line is present uncommented in ~/.gaw/gawrc: up_listenPort = 2020." \ "If you recently closed gaw the port may be in a TIME_WAIT state for a minute or so ." \ "Close gaw, Wait a minute or two, then send waves to gaw again."] }