Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Can't play after update to Ubuntu 18.10

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
10/28/2018 2:12:48 PMFIrankVermind before revert after revert
Before After
1 On closer look, seems it's a known bug in mono and ncurses 6. 1: 1 On closer look, seems it's a known bug in mono with ncurses 6. 1:
2 \n 2 \n
3 https://github.com/mono/mono/issues/6752#issuecomment-365212655 3 https://github.com/mono/mono/issues/6752#issuecomment-365212655
4 \n 4 \n
5 A simple workaround is to set TERM=xterm for example, that is, some terminfo file that is in the old file format. 5 A simple workaround is to set TERM=xterm for example, that is, some terminfo file that is in the old file format.
6 So, try to start ZK from a terminal using: 6 So, try to start ZK from a terminal using:
7 export TERM=xterm 7 export TERM=xterm
8 mono Zero-K.exe 8 mono Zero-K.exe
9 \n 9 \n