gonvim icon indicating copy to clipboard operation
gonvim copied to clipboard

what‘s the meaning of "pre-build"

Open TaceyWong opened this issue 6 years ago • 3 comments

➜  gonvim ./gonvim.sh 
Qt WebEngine ICU data not found at /opt/Qt/5.10.0/gcc_64/resources. Trying parent directory...
Qt WebEngine ICU data not found at /opt/Qt/5.10.0/gcc_64. Trying application directory...
Installed Qt WebEngine locales directory not found at location /opt/Qt/5.10.0/gcc_64/translations/qtwebengine_locales. Trying application directory...
Qt WebEngine resources not found at /opt/Qt/5.10.0/gcc_64/resources. Trying parent directory...
Qt WebEngine resources not found at /opt/Qt/5.10.0/gcc_64. Trying application directory...
Qt WebEngine ICU data not found at /opt/Qt/5.10.0/gcc_64/resources. Trying parent directory...
Qt WebEngine ICU data not found at /opt/Qt/5.10.0/gcc_64. Trying application directory...
Installed Qt WebEngine locales directory not found at location /opt/Qt/5.10.0/gcc_64/translations/qtwebengine_locales. Trying application directory...
Qt WebEngine resources not found at /opt/Qt/5.10.0/gcc_64/resources. Trying parent directory...
Qt WebEngine resources not found at /opt/Qt/5.10.0/gcc_64. Trying application directory...
Received signal 11 SEGV_MAPERR 000000000000
#0 0x7ff82fd5f9a5 <unknown>
#1 0x7ff82ea9f501 <unknown>
#2 0x7ff82fd5fd3d <unknown>
#3 0x7ff837a240c0 <unknown>
#4 0x0000008d8696 <unknown>
  r8: 0000000000000008  r9: 0000000000000010 r10: 000000c42030d8b0 r11: 0000000000000006
 r12: 0000000000000000 r13: 00000000000000f2 r14: 0000000000000032 r15: 0000000000000000
  di: 0000000000000001  si: 0000000000000000  bp: 000000c42002b588  bx: 0000000000000001
  dx: 000000c42030d8b8  ax: 0000000000000000  cx: 000000c4201a2a80  sp: 000000c42002b538
  ip: 00000000008d8696 efl: 0000000000010212 cgf: 002b000000000033 erf: 0000000000000004
 trp: 000000000000000e msk: 0000000000000000 cr2: 0000000000000000
[end of stack trace]
Calling _exit(1). Core file will not be generated.

TaceyWong avatar May 02 '18 12:05 TaceyWong

Hi, Please tell me the details of your steps and your OS.

akiyosi avatar May 03 '18 03:05 akiyosi

download -> chmod -> run

ubuntu 16.04

TaceyWong avatar May 15 '18 15:05 TaceyWong

hey! Perhaps your environment does not find the nvim. try export PATH=/path/to/nvim-bin-dir:$PATH

akiyosi avatar May 23 '18 12:05 akiyosi