Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.22k stars 846 forks source link

c3270 makes cool-retro-term hang #709

Open wxwisiasdf opened 2 years ago

wxwisiasdf commented 2 years ago

The c3270 console (on Debian at least) makes this program hang.

Running it as: c3270 127.0.0.1 3270 on an active 3270 console (hercules needed) - will cause the error:

reproducing

create a file called hercules.cnf like this

ARCHMODE  Z/ARCH
CPUSERIAL 000611
CPUMODEL  4381
NUMCPU    4
MAINSIZE  32
XPNDSIZE  0
CNSLPORT  3270
PGMPRDOS  RESTRICTED
CODEPAGE  819/1047
SYSEPOCH  1900
0400    3270 

now install hercules & c3270 sudo apt install hercules c3270

now run: hercules -f hercules.cnf; do not close it, let it run, while it's running switch to cool-retro-term:

and type inside cool-retro-term: c3270 127.0.0.1 3270

boom, hang!