akiyosi / goneovim

A GUI frontend for neovim.
MIT License
2.39k stars 62 forks source link

Goneovim opens and closes instantly in wsl #414

Closed Cleancookie closed 1 year ago

Cleancookie commented 2 years ago

OS: Windows11 goneovim: v0.6.3 nvim in wsl: v0.7.2

goneovim.exe --wsl opens and closes almost instantly. If I try to open a folder then I can see netrw for a split second too before it closes.

Below is output of goneovim.exe --wsl --debug=$(here)/test.log where here is an alias for wslpath -w .

``` 2022/09/21 16:07:11.036788 004.001 --- GONEOVIM STARTING --- 2022/09/21 16:07:11.036788 004.001 detecting home directory path 2022/09/21 16:07:11.037788 005.001 reading config 2022/09/21 16:07:11.037788 005.001 start generating the application 2022/09/21 16:07:11.058795 026.008 finished generating the application 2022/09/21 16:07:11.058795 026.008 setting environment variable 2022/09/21 16:07:11.058795 026.008 set working directory path 2022/09/21 16:07:11.059788 027.001 initializing font 2022/09/21 16:07:11.059788 027.001 initializing svg images 2022/09/21 16:07:11.059788 027.001 initializing color palette 2022/09/21 16:07:11.059788 027.001 initializing notification UI 2022/09/21 16:07:11.059788 027.001 start preparing the application window. 2022/09/21 16:07:11.116137 083.350 finished preparing the application window. 2022/09/21 16:07:11.117323 084.272 window layout done 2022/09/21 16:07:11.117323 084.536 done calculating the width of the font. 2022/09/21 16:07:11.117323 084.536 initialize workspace 2022/09/21 16:07:11.117323 084.536 initialazed UI components 2022/09/21 16:07:11.118736 085.949 assembled UI components 2022/09/21 16:07:11.118736 085.949 done initialazing workspaces 2022/09/21 16:07:11.118736 085.949 starting nvim 2022/09/21 16:07:11.119242 086.455 done connecting UI siganal 2022/09/21 16:07:11.119782 086.995 focused UI 2022/09/21 16:07:11.123159 090.372 exec command: C:\WINDOWS\system32\wsl.exe $SHELL -lc nvim --cmd 'let g:gonvim_running=1' --cmd 'let g:goneovim=1' --cmd 'set termguicolors' --embed 2022/09/21 16:07:11.131106 098.319 done starting nvim 2022/09/21 16:07:11.131679 098.892 updating size of UI components 2022/09/21 16:07:11.131679 098.892 attaching UI 2022/09/21 16:07:11.244068 211.281 Received GUI event from neovim 2022/09/21 16:07:11.244860 212.073 ui enter 2022/09/21 16:07:11.265823 233.036 Received GUI event from neovim 2022/09/21 16:07:11.266450 233.663 Received GUI event from neovim 2022/09/21 16:07:11.266791 234.004 Received GUI event from neovim 2022/09/21 16:07:11.266791 234.004 Received GUI event from neovim 2022/09/21 16:07:11.266791 234.004 vim enter 2022/09/21 16:07:11.268990 236.203 Received GUI event from neovim 2022/09/21 16:07:11.269497 236.710 ui enter 2022/09/21 16:07:11.269716 236.929 Received redraw event from neovim 2022/09/21 16:07:11.269716 236.929 start option_set 2022/09/21 16:07:11.270056 237.269 finished option_set 2022/09/21 16:07:11.270056 237.269 start default_colors_set 2022/09/21 16:07:11.270419 237.632 start updating UI color 2022/09/21 16:07:11.270509 237.722 finished updating UI color 2022/09/21 16:07:11.271216 238.429 finished default_colors_set 2022/09/21 16:07:11.271390 238.603 start hl_attr_define 2022/09/21 16:07:11.271390 238.603 finished hl_attr_define 2022/09/21 16:07:11.271390 238.603 start hl_group_set 2022/09/21 16:07:11.271390 238.603 finished hl_group_set 2022/09/21 16:07:11.272005 239.218 start hl_attr_define 2022/09/21 16:07:11.272118 239.331 finished hl_attr_define 2022/09/21 16:07:11.272118 239.331 start hl_group_set 2022/09/21 16:07:11.272430 239.643 finished hl_group_set 2022/09/21 16:07:11.272430 239.643 start hl_attr_define 2022/09/21 16:07:11.272430 239.643 finished hl_attr_define 2022/09/21 16:07:11.272857 240.070 start hl_group_set 2022/09/21 16:07:11.272943 240.156 finished hl_group_set 2022/09/21 16:07:11.272943 240.156 start hl_attr_define 2022/09/21 16:07:11.272943 240.156 finished hl_attr_define 2022/09/21 16:07:11.273642 240.855 start hl_group_set 2022/09/21 16:07:11.273725 240.938 finished hl_group_set 2022/09/21 16:07:11.273725 240.938 start hl_attr_define 2022/09/21 16:07:11.274634 241.847 finished hl_attr_define 2022/09/21 16:07:11.274634 241.847 start hl_group_set 2022/09/21 16:07:11.274634 241.847 finished hl_group_set 2022/09/21 16:07:11.274634 241.847 start hl_attr_define 2022/09/21 16:07:11.275479 242.692 finished hl_attr_define 2022/09/21 16:07:11.275697 242.910 start hl_group_set 2022/09/21 16:07:11.275697 242.910 finished hl_group_set 2022/09/21 16:07:11.275697 242.910 start hl_attr_define 2022/09/21 16:07:11.275697 242.910 finished hl_attr_define 2022/09/21 16:07:11.276298 243.511 start hl_group_set 2022/09/21 16:07:11.276495 243.576 finished hl_group_set 2022/09/21 16:07:11.276495 243.708 start hl_attr_define 2022/09/21 16:07:11.276495 243.708 finished hl_attr_define 2022/09/21 16:07:11.276495 243.708 start hl_group_set 2022/09/21 16:07:11.277017 244.230 finished hl_group_set 2022/09/21 16:07:11.277129 244.342 start hl_attr_define 2022/09/21 16:07:11.277241 244.454 finished hl_attr_define 2022/09/21 16:07:11.277459 244.672 start hl_group_set 2022/09/21 16:07:11.277548 244.761 finished hl_group_set 2022/09/21 16:07:11.277548 244.761 start hl_attr_define 2022/09/21 16:07:11.277885 245.098 finished hl_attr_define 2022/09/21 16:07:11.277885 245.098 start hl_group_set 2022/09/21 16:07:11.277885 245.098 finished hl_group_set 2022/09/21 16:07:11.277885 245.098 start hl_attr_define 2022/09/21 16:07:11.277885 245.098 finished hl_attr_define 2022/09/21 16:07:11.278687 245.900 start hl_group_set 2022/09/21 16:07:11.278834 246.047 finished hl_group_set 2022/09/21 16:07:11.278834 246.047 start hl_attr_define 2022/09/21 16:07:11.278834 246.047 finished hl_attr_define 2022/09/21 16:07:11.278834 246.047 start hl_group_set 2022/09/21 16:07:11.279338 246.551 finished hl_group_set 2022/09/21 16:07:11.279338 246.551 start hl_attr_define 2022/09/21 16:07:11.279637 246.850 finished hl_attr_define 2022/09/21 16:07:11.279691 246.904 start hl_group_set 2022/09/21 16:07:11.279691 246.904 finished hl_group_set 2022/09/21 16:07:11.279691 246.904 start hl_attr_define 2022/09/21 16:07:11.280106 247.319 finished hl_attr_define 2022/09/21 16:07:11.280106 247.319 start hl_group_set 2022/09/21 16:07:11.280475 247.688 finished hl_group_set 2022/09/21 16:07:11.280475 247.688 start hl_attr_define 2022/09/21 16:07:11.280841 248.054 finished hl_attr_define 2022/09/21 16:07:11.280841 248.054 start hl_group_set 2022/09/21 16:07:11.281164 248.377 finished hl_group_set 2022/09/21 16:07:11.281164 248.377 start hl_attr_define 2022/09/21 16:07:11.281164 248.377 finished hl_attr_define 2022/09/21 16:07:11.281164 248.377 start hl_group_set 2022/09/21 16:07:11.281164 248.377 finished hl_group_set 2022/09/21 16:07:11.281164 248.377 start hl_attr_define 2022/09/21 16:07:11.281164 248.377 finished hl_attr_define 2022/09/21 16:07:11.282175 249.388 start hl_group_set 2022/09/21 16:07:11.282175 249.388 finished hl_group_set 2022/09/21 16:07:11.282175 249.388 start hl_attr_define 2022/09/21 16:07:11.282175 249.388 finished hl_attr_define 2022/09/21 16:07:11.282175 249.388 start hl_group_set 2022/09/21 16:07:11.282175 249.388 finished hl_group_set 2022/09/21 16:07:11.282175 249.388 start hl_attr_define 2022/09/21 16:07:11.282175 249.388 finished hl_attr_define 2022/09/21 16:07:11.283170 250.383 start hl_group_set 2022/09/21 16:07:11.283170 250.383 finished hl_group_set 2022/09/21 16:07:11.283170 250.383 start hl_attr_define 2022/09/21 16:07:11.283605 250.818 finished hl_attr_define 2022/09/21 16:07:11.283605 250.818 start hl_group_set 2022/09/21 16:07:11.283605 250.818 finished hl_group_set 2022/09/21 16:07:11.283605 250.818 start hl_attr_define 2022/09/21 16:07:11.283605 250.818 finished hl_attr_define 2022/09/21 16:07:11.283605 250.818 start hl_group_set 2022/09/21 16:07:11.283605 250.818 finished hl_group_set 2022/09/21 16:07:11.283605 250.818 start hl_attr_define 2022/09/21 16:07:11.284645 251.858 finished hl_attr_define 2022/09/21 16:07:11.284645 251.858 start hl_group_set 2022/09/21 16:07:11.284645 251.858 finished hl_group_set 2022/09/21 16:07:11.284645 251.858 start hl_attr_define 2022/09/21 16:07:11.284645 251.858 finished hl_attr_define 2022/09/21 16:07:11.284645 251.858 start hl_group_set 2022/09/21 16:07:11.284645 251.858 finished hl_group_set 2022/09/21 16:07:11.285645 252.858 start hl_attr_define 2022/09/21 16:07:11.285645 252.858 finished hl_attr_define 2022/09/21 16:07:11.286062 253.275 start hl_group_set 2022/09/21 16:07:11.286214 253.427 finished hl_group_set 2022/09/21 16:07:11.286214 253.427 start hl_attr_define 2022/09/21 16:07:11.286214 253.427 finished hl_attr_define 2022/09/21 16:07:11.286214 253.427 start hl_group_set 2022/09/21 16:07:11.286214 253.427 finished hl_group_set 2022/09/21 16:07:11.286214 253.427 start hl_attr_define 2022/09/21 16:07:11.286214 253.427 finished hl_attr_define 2022/09/21 16:07:11.286214 253.427 start hl_group_set 2022/09/21 16:07:11.287371 254.584 finished hl_group_set 2022/09/21 16:07:11.287448 254.661 start hl_attr_define 2022/09/21 16:07:11.287619 254.832 finished hl_attr_define 2022/09/21 16:07:11.287619 254.832 start hl_group_set 2022/09/21 16:07:11.287860 255.073 finished hl_group_set 2022/09/21 16:07:11.287860 255.073 start hl_attr_define 2022/09/21 16:07:11.287860 255.073 finished hl_attr_define 2022/09/21 16:07:11.288409 255.622 start hl_group_set 2022/09/21 16:07:11.288488 255.701 finished hl_group_set 2022/09/21 16:07:11.288669 255.882 start hl_attr_define 2022/09/21 16:07:11.288731 255.944 finished hl_attr_define 2022/09/21 16:07:11.288731 255.944 start hl_group_set 2022/09/21 16:07:11.289058 256.271 finished hl_group_set 2022/09/21 16:07:11.289058 256.271 start hl_attr_define 2022/09/21 16:07:11.289058 256.271 finished hl_attr_define 2022/09/21 16:07:11.289058 256.271 start hl_group_set 2022/09/21 16:07:11.289614 256.742 finished hl_group_set 2022/09/21 16:07:11.289614 256.827 start hl_attr_define 2022/09/21 16:07:11.289614 256.827 finished hl_attr_define 2022/09/21 16:07:11.289614 256.827 start hl_group_set 2022/09/21 16:07:11.289614 256.827 finished hl_group_set 2022/09/21 16:07:11.289614 256.827 start hl_attr_define 2022/09/21 16:07:11.289614 256.827 finished hl_attr_define 2022/09/21 16:07:11.289614 256.827 start hl_group_set 2022/09/21 16:07:11.290620 257.833 finished hl_group_set 2022/09/21 16:07:11.290620 257.833 start hl_attr_define 2022/09/21 16:07:11.290620 257.833 finished hl_attr_define 2022/09/21 16:07:11.291050 258.263 start hl_group_set 2022/09/21 16:07:11.291183 258.396 finished hl_group_set 2022/09/21 16:07:11.291183 258.396 start hl_attr_define 2022/09/21 16:07:11.291183 258.396 finished hl_attr_define 2022/09/21 16:07:11.291183 258.396 start hl_group_set 2022/09/21 16:07:11.291183 258.396 finished hl_group_set 2022/09/21 16:07:11.291183 258.396 start hl_attr_define 2022/09/21 16:07:11.291183 258.396 finished hl_attr_define 2022/09/21 16:07:11.291183 258.396 start hl_group_set 2022/09/21 16:07:11.292191 259.404 finished hl_group_set 2022/09/21 16:07:11.292191 259.404 start hl_attr_define 2022/09/21 16:07:11.292191 259.404 finished hl_attr_define 2022/09/21 16:07:11.292191 259.404 start hl_group_set 2022/09/21 16:07:11.292191 259.404 finished hl_group_set 2022/09/21 16:07:11.292848 260.061 start hl_attr_define 2022/09/21 16:07:11.293007 260.220 finished hl_attr_define 2022/09/21 16:07:11.293007 260.220 start hl_group_set 2022/09/21 16:07:11.293007 260.220 finished hl_group_set 2022/09/21 16:07:11.293007 260.220 start hl_attr_define 2022/09/21 16:07:11.293007 260.220 finished hl_attr_define 2022/09/21 16:07:11.293007 260.220 start hl_group_set 2022/09/21 16:07:11.293007 260.220 finished hl_group_set 2022/09/21 16:07:11.293007 260.220 start hl_attr_define 2022/09/21 16:07:11.293007 260.220 finished hl_attr_define 2022/09/21 16:07:11.294143 261.356 start hl_group_set 2022/09/21 16:07:11.294143 261.356 finished hl_group_set 2022/09/21 16:07:11.294381 261.594 start hl_attr_define 2022/09/21 16:07:11.294381 261.594 finished hl_attr_define 2022/09/21 16:07:11.294381 261.594 start hl_group_set 2022/09/21 16:07:11.294381 261.594 finished hl_group_set 2022/09/21 16:07:11.294381 261.594 start hl_attr_define 2022/09/21 16:07:11.294381 261.594 finished hl_attr_define 2022/09/21 16:07:11.295406 262.619 start hl_group_set 2022/09/21 16:07:11.295406 262.619 finished hl_group_set 2022/09/21 16:07:11.295632 262.845 start hl_attr_define 2022/09/21 16:07:11.295814 263.027 finished hl_attr_define 2022/09/21 16:07:11.295814 263.027 start hl_group_set 2022/09/21 16:07:11.296070 263.283 finished hl_group_set 2022/09/21 16:07:11.296686 263.899 start hl_attr_define 2022/09/21 16:07:11.296800 264.013 finished hl_attr_define 2022/09/21 16:07:11.296800 264.013 start hl_group_set 2022/09/21 16:07:11.296800 264.013 finished hl_group_set 2022/09/21 16:07:11.296800 264.013 start hl_attr_define 2022/09/21 16:07:11.296800 264.013 finished hl_attr_define 2022/09/21 16:07:11.297670 264.883 start hl_group_set 2022/09/21 16:07:11.297817 265.030 finished hl_group_set 2022/09/21 16:07:11.297817 265.030 start hl_attr_define 2022/09/21 16:07:11.297817 265.030 finished hl_attr_define 2022/09/21 16:07:11.297817 265.030 start hl_group_set 2022/09/21 16:07:11.297817 265.030 finished hl_group_set 2022/09/21 16:07:11.297817 265.030 start hl_attr_define 2022/09/21 16:07:11.298628 265.841 finished hl_attr_define 2022/09/21 16:07:11.298742 265.955 start hl_group_set 2022/09/21 16:07:11.298742 265.955 finished hl_group_set 2022/09/21 16:07:11.298742 265.955 start hl_attr_define 2022/09/21 16:07:11.298742 265.955 finished hl_attr_define 2022/09/21 16:07:11.299249 266.462 start hl_group_set 2022/09/21 16:07:11.299426 266.639 finished hl_group_set 2022/09/21 16:07:11.299552 266.765 start hl_attr_define 2022/09/21 16:07:11.299698 266.911 finished hl_attr_define 2022/09/21 16:07:11.299698 266.911 start hl_group_set 2022/09/21 16:07:11.299909 267.122 finished hl_group_set 2022/09/21 16:07:11.299909 267.122 start hl_attr_define 2022/09/21 16:07:11.300237 267.450 finished hl_attr_define 2022/09/21 16:07:11.300292 267.505 start hl_group_set 2022/09/21 16:07:11.300292 267.505 finished hl_group_set 2022/09/21 16:07:11.300292 267.505 start hl_attr_define 2022/09/21 16:07:11.300292 267.505 finished hl_attr_define 2022/09/21 16:07:11.300292 267.505 start hl_group_set 2022/09/21 16:07:11.301159 268.372 finished hl_group_set 2022/09/21 16:07:11.301159 268.372 start hl_attr_define 2022/09/21 16:07:11.301489 268.702 finished hl_attr_define 2022/09/21 16:07:11.301489 268.702 start hl_group_set 2022/09/21 16:07:11.301675 268.888 finished hl_group_set 2022/09/21 16:07:11.301675 268.888 start hl_attr_define 2022/09/21 16:07:11.301924 269.137 finished hl_attr_define 2022/09/21 16:07:11.301924 269.137 start hl_group_set 2022/09/21 16:07:11.301924 269.137 finished hl_group_set 2022/09/21 16:07:11.302344 269.557 start hl_attr_define 2022/09/21 16:07:11.302344 269.557 finished hl_attr_define 2022/09/21 16:07:11.302344 269.557 start hl_group_set 2022/09/21 16:07:11.302344 269.557 finished hl_group_set 2022/09/21 16:07:11.302344 269.557 start hl_attr_define 2022/09/21 16:07:11.303063 270.276 finished hl_attr_define 2022/09/21 16:07:11.303316 270.529 start hl_group_set 2022/09/21 16:07:11.303316 270.529 finished hl_group_set 2022/09/21 16:07:11.303316 270.529 start hl_attr_define 2022/09/21 16:07:11.303316 270.529 finished hl_attr_define 2022/09/21 16:07:11.303316 270.529 start hl_group_set 2022/09/21 16:07:11.303316 270.529 finished hl_group_set 2022/09/21 16:07:11.303316 270.529 start hl_attr_define 2022/09/21 16:07:11.303316 270.529 finished hl_attr_define 2022/09/21 16:07:11.304482 271.695 start hl_group_set 2022/09/21 16:07:11.304482 271.695 finished hl_group_set 2022/09/21 16:07:11.304482 271.695 start option_set 2022/09/21 16:07:11.304909 272.122 finished option_set 2022/09/21 16:07:11.305017 272.230 start default_colors_set 2022/09/21 16:07:11.305017 272.230 finished default_colors_set 2022/09/21 16:07:11.305017 272.230 start grid_resize 2022/09/21 16:07:11.306024 273.237 finished grid_resize 2022/09/21 16:07:11.306518 273.731 start grid_clear 2022/09/21 16:07:11.306699 273.912 finished grid_clear 2022/09/21 16:07:11.306792 274.005 start option_set 2022/09/21 16:07:11.306792 274.005 finished option_set 2022/09/21 16:07:11.306792 274.005 start win_viewport 2022/09/21 16:07:11.306792 274.005 finished win_viewport 2022/09/21 16:07:11.306792 274.005 start grid_line 2022/09/21 16:07:11.306792 274.005 finished grid_line 2022/09/21 16:07:11.307798 275.011 start grid_resize 2022/09/21 16:07:11.307798 275.011 finished grid_resize 2022/09/21 16:07:11.308300 275.513 start grid_line 2022/09/21 16:07:11.308300 275.513 finished grid_line 2022/09/21 16:07:11.308827 276.040 start grid_resize 2022/09/21 16:07:11.308827 276.040 finished grid_resize 2022/09/21 16:07:11.309343 276.556 start msg_set_pos 2022/09/21 16:07:11.309601 276.814 finished msg_set_pos 2022/09/21 16:07:11.309601 276.814 start grid_line 2022/09/21 16:07:11.309601 276.814 finished grid_line 2022/09/21 16:07:11.309601 276.814 start win_pos 2022/09/21 16:07:11.310392 277.605 finished win_pos 2022/09/21 16:07:11.310557 277.770 start win_viewport 2022/09/21 16:07:11.310633 277.846 finished win_viewport 2022/09/21 16:07:11.310633 277.846 start grid_cursor_goto 2022/09/21 16:07:11.310633 277.846 finished grid_cursor_goto 2022/09/21 16:07:11.310633 277.846 start mode_info_set 2022/09/21 16:07:11.311326 278.539 finished mode_info_set 2022/09/21 16:07:11.311524 278.737 start mode_change 2022/09/21 16:07:11.311524 278.737 finished mode_change 2022/09/21 16:07:11.311524 278.737 start mouse_off 2022/09/21 16:07:11.311524 278.737 finished mouse_off 2022/09/21 16:07:11.311524 278.737 start flush 2022/09/21 16:07:11.312411 279.624 finished flush 2022/09/21 16:07:11.312411 279.624 screen device pixel ratio is 1.000000 2022/09/21 16:07:11.313420 280.633 start creating word cache: [No Name 2022/09/21 16:07:11.438657 405.816 Outputs font information creating word cache: Consolas 12 12 2022/09/21 16:07:11.446460 413.673 finished creating word cache: [No Name 2022/09/21 16:07:11.447464 414.677 start creating word cache: 0,0-1 2022/09/21 16:07:11.447464 414.677 Outputs font information creating word cache: Consolas 12 12 2022/09/21 16:07:11.448983 416.196 finished creating word cache: 0,0-1 2022/09/21 16:07:11.448983 416.196 start creating word cache: All 2022/09/21 16:07:11.448983 416.196 Outputs font information creating word cache: Consolas 12 12 2022/09/21 16:07:11.450357 417.570 finished creating word cache: All 2022/09/21 16:07:11.450357 417.570 screen device pixel ratio is 1.000000 2022/09/21 16:07:11.450357 417.570 start creating word cache: 1 2022/09/21 16:07:11.451363 418.576 Outputs font information creating word cache: Consolas 12 12 2022/09/21 16:07:11.452853 420.066 finished creating word cache: 1 2022/09/21 16:07:11.452853 420.066 start creating word cache: ~ 2022/09/21 16:07:11.452853 420.066 Outputs font information creating word cache: Consolas 12 12 2022/09/21 16:07:11.453945 421.158 finished creating word cache: ~ 2022/09/21 16:07:11.453945 421.158 screen device pixel ratio is 1.000000 2022/09/21 16:07:11.769118 736.331 Start preparing for deferred drawing UI 2022/09/21 16:07:11.775877 743.090 Finished preparing the deferred drawing UI. ```
akiyosi commented 2 years ago

@Cleancookie Hi, Thanks for this issue report. Hmmm, from the information in the log, it seems that the nvim process on the WSL side is successfully started, but the log is interrupted around the buffer display process. Thus, there is a possibility that goenovim is crashing due to some unexpected process at the time of nvim startup.

To isolate the problem, for example, if you execute the following command, does it work correctly?

goneovim.exe --wsl -u NONE
Cleancookie commented 2 years ago

Running goneovim.exe --wsl -u NONE does the same thing. A grey blank window appears then I can see neovim, then it closes image

Tried goneovim.exe --wsl -u NONE --debug=./test.log as well but unsure where the log file ends up, it's not in the current folder

edit:

thanks @shiena

``` 2022/09/22 16:09:57.848129 000.000 --- GONEOVIM STARTING --- 2022/09/22 16:09:57.848129 000.000 detecting home directory path 2022/09/22 16:09:57.849128 000.999 reading config 2022/09/22 16:09:57.849128 000.999 start generating the application 2022/09/22 16:09:57.869815 021.686 finished generating the application 2022/09/22 16:09:57.869815 021.686 setting environment variable 2022/09/22 16:09:57.869815 021.686 set working directory path 2022/09/22 16:09:57.869815 021.686 initializing font 2022/09/22 16:09:57.869815 021.686 initializing svg images 2022/09/22 16:09:57.869815 021.686 initializing color palette 2022/09/22 16:09:57.869815 021.686 initializing notification UI 2022/09/22 16:09:57.869815 021.686 start preparing the application window. 2022/09/22 16:09:57.929699 081.570 finished preparing the application window. 2022/09/22 16:09:57.930242 082.113 window layout done 2022/09/22 16:09:57.930345 082.216 done calculating the width of the font. 2022/09/22 16:09:57.930345 082.216 initialize workspace 2022/09/22 16:09:57.930510 082.381 initialazed UI components 2022/09/22 16:09:57.930979 082.850 assembled UI components 2022/09/22 16:09:57.930979 082.850 done initialazing workspaces 2022/09/22 16:09:57.930979 082.850 starting nvim 2022/09/22 16:09:57.930979 082.850 done connecting UI siganal 2022/09/22 16:09:57.931263 083.134 focused UI 2022/09/22 16:09:57.931524 083.395 exec command: C:\WINDOWS\system32\wsl.exe $SHELL -lc nvim --cmd 'let g:gonvim_running=1' --cmd 'let g:goneovim=1' --cmd 'set termguicolors' --embed -u NONE 2022/09/22 16:09:57.937019 088.890 done starting nvim 2022/09/22 16:09:57.937689 088.890 updating size of UI components 2022/09/22 16:09:57.937689 089.560 attaching UI 2022/09/22 16:09:58.047088 198.959 Received GUI event from neovim 2022/09/22 16:09:58.047088 198.959 ui enter 2022/09/22 16:09:58.048501 200.372 Received GUI event from neovim 2022/09/22 16:09:58.048501 200.372 Received GUI event from neovim 2022/09/22 16:09:58.048501 200.372 Received GUI event from neovim 2022/09/22 16:09:58.048501 200.372 Received GUI event from neovim 2022/09/22 16:09:58.048501 200.372 vim enter 2022/09/22 16:09:58.050328 202.199 Received GUI event from neovim 2022/09/22 16:09:58.050328 202.199 ui enter 2022/09/22 16:09:58.050328 202.199 Received redraw event from neovim 2022/09/22 16:09:58.050328 202.199 start option_set 2022/09/22 16:09:58.050328 202.199 finished option_set 2022/09/22 16:09:58.050328 202.199 start default_colors_set 2022/09/22 16:09:58.050328 202.199 start updating UI color 2022/09/22 16:09:58.050328 202.199 finished updating UI color 2022/09/22 16:09:58.051038 202.909 finished default_colors_set 2022/09/22 16:09:58.051038 202.909 start hl_attr_define 2022/09/22 16:09:58.051093 202.964 finished hl_attr_define 2022/09/22 16:09:58.051093 202.964 start hl_group_set 2022/09/22 16:09:58.051093 202.964 finished hl_group_set 2022/09/22 16:09:58.051093 202.964 start hl_attr_define 2022/09/22 16:09:58.051093 202.964 finished hl_attr_define 2022/09/22 16:09:58.051093 202.964 start hl_group_set 2022/09/22 16:09:58.051093 202.964 finished hl_group_set 2022/09/22 16:09:58.051093 202.964 start hl_attr_define 2022/09/22 16:09:58.051093 202.964 finished hl_attr_define 2022/09/22 16:09:58.051093 202.964 start hl_group_set 2022/09/22 16:09:58.051093 202.964 finished hl_group_set 2022/09/22 16:09:58.051093 202.964 start hl_attr_define 2022/09/22 16:09:58.051093 202.964 finished hl_attr_define 2022/09/22 16:09:58.051093 202.964 start hl_group_set 2022/09/22 16:09:58.051093 202.964 finished hl_group_set 2022/09/22 16:09:58.051093 202.964 start hl_attr_define 2022/09/22 16:09:58.051093 202.964 finished hl_attr_define 2022/09/22 16:09:58.051093 202.964 start hl_group_set 2022/09/22 16:09:58.051093 202.964 finished hl_group_set 2022/09/22 16:09:58.051093 202.964 start hl_attr_define 2022/09/22 16:09:58.051093 202.964 finished hl_attr_define 2022/09/22 16:09:58.051093 202.964 start hl_group_set 2022/09/22 16:09:58.051093 202.964 finished hl_group_set 2022/09/22 16:09:58.051093 202.964 start hl_attr_define 2022/09/22 16:09:58.051093 202.964 finished hl_attr_define 2022/09/22 16:09:58.051093 202.964 start hl_group_set 2022/09/22 16:09:58.051093 202.964 finished hl_group_set 2022/09/22 16:09:58.051093 202.964 start hl_attr_define 2022/09/22 16:09:58.051093 202.964 finished hl_attr_define 2022/09/22 16:09:58.051093 202.964 start hl_group_set 2022/09/22 16:09:58.051093 202.964 finished hl_group_set 2022/09/22 16:09:58.051093 202.964 start hl_attr_define 2022/09/22 16:09:58.051093 202.964 finished hl_attr_define 2022/09/22 16:09:58.051093 202.964 start hl_group_set 2022/09/22 16:09:58.051093 202.964 finished hl_group_set 2022/09/22 16:09:58.051093 202.964 start hl_attr_define 2022/09/22 16:09:58.051093 202.964 finished hl_attr_define 2022/09/22 16:09:58.051093 202.964 start hl_group_set 2022/09/22 16:09:58.051093 202.964 finished hl_group_set 2022/09/22 16:09:58.051093 202.964 start hl_attr_define 2022/09/22 16:09:58.051093 202.964 finished hl_attr_define 2022/09/22 16:09:58.051093 202.964 start hl_group_set 2022/09/22 16:09:58.051093 202.964 finished hl_group_set 2022/09/22 16:09:58.051093 202.964 start hl_attr_define 2022/09/22 16:09:58.051093 202.964 finished hl_attr_define 2022/09/22 16:09:58.051093 202.964 start hl_group_set 2022/09/22 16:09:58.051093 202.964 finished hl_group_set 2022/09/22 16:09:58.051093 202.964 start hl_attr_define 2022/09/22 16:09:58.051093 202.964 finished hl_attr_define 2022/09/22 16:09:58.051093 202.964 start hl_group_set 2022/09/22 16:09:58.051093 202.964 finished hl_group_set 2022/09/22 16:09:58.051093 202.964 start hl_attr_define 2022/09/22 16:09:58.051093 202.964 finished hl_attr_define 2022/09/22 16:09:58.051093 202.964 start hl_group_set 2022/09/22 16:09:58.051093 202.964 finished hl_group_set 2022/09/22 16:09:58.051093 202.964 start hl_attr_define 2022/09/22 16:09:58.051093 202.964 finished hl_attr_define 2022/09/22 16:09:58.051093 202.964 start hl_group_set 2022/09/22 16:09:58.051093 202.964 finished hl_group_set 2022/09/22 16:09:58.051093 202.964 start hl_attr_define 2022/09/22 16:09:58.051093 202.964 finished hl_attr_define 2022/09/22 16:09:58.051666 203.537 start hl_group_set 2022/09/22 16:09:58.051666 203.537 finished hl_group_set 2022/09/22 16:09:58.051666 203.537 start hl_attr_define 2022/09/22 16:09:58.051666 203.537 finished hl_attr_define 2022/09/22 16:09:58.051666 203.537 start hl_group_set 2022/09/22 16:09:58.051666 203.537 finished hl_group_set 2022/09/22 16:09:58.051666 203.537 start hl_attr_define 2022/09/22 16:09:58.051666 203.537 finished hl_attr_define 2022/09/22 16:09:58.051666 203.537 start hl_group_set 2022/09/22 16:09:58.051666 203.537 finished hl_group_set 2022/09/22 16:09:58.051666 203.537 start hl_attr_define 2022/09/22 16:09:58.051666 203.537 finished hl_attr_define 2022/09/22 16:09:58.051666 203.537 start hl_group_set 2022/09/22 16:09:58.051666 203.537 finished hl_group_set 2022/09/22 16:09:58.051666 203.537 start hl_attr_define 2022/09/22 16:09:58.051666 203.537 finished hl_attr_define 2022/09/22 16:09:58.051818 203.689 start hl_group_set 2022/09/22 16:09:58.051818 203.689 finished hl_group_set 2022/09/22 16:09:58.051818 203.689 start hl_attr_define 2022/09/22 16:09:58.051818 203.689 finished hl_attr_define 2022/09/22 16:09:58.051818 203.689 start hl_group_set 2022/09/22 16:09:58.051818 203.689 finished hl_group_set 2022/09/22 16:09:58.051818 203.689 start hl_attr_define 2022/09/22 16:09:58.051818 203.689 finished hl_attr_define 2022/09/22 16:09:58.051818 203.689 start hl_group_set 2022/09/22 16:09:58.051818 203.689 finished hl_group_set 2022/09/22 16:09:58.051818 203.689 start hl_attr_define 2022/09/22 16:09:58.051818 203.689 finished hl_attr_define 2022/09/22 16:09:58.051818 203.689 start hl_group_set 2022/09/22 16:09:58.051818 203.689 finished hl_group_set 2022/09/22 16:09:58.051818 203.689 start hl_attr_define 2022/09/22 16:09:58.051818 203.689 finished hl_attr_define 2022/09/22 16:09:58.051818 203.689 start hl_group_set 2022/09/22 16:09:58.051818 203.689 finished hl_group_set 2022/09/22 16:09:58.051818 203.689 start hl_attr_define 2022/09/22 16:09:58.051818 203.689 finished hl_attr_define 2022/09/22 16:09:58.051818 203.689 start hl_group_set 2022/09/22 16:09:58.051818 203.689 finished hl_group_set 2022/09/22 16:09:58.051818 203.689 start hl_attr_define 2022/09/22 16:09:58.051818 203.689 finished hl_attr_define 2022/09/22 16:09:58.051818 203.689 start hl_group_set 2022/09/22 16:09:58.051818 203.689 finished hl_group_set 2022/09/22 16:09:58.051818 203.689 start hl_attr_define 2022/09/22 16:09:58.051818 203.689 finished hl_attr_define 2022/09/22 16:09:58.051818 203.689 start hl_group_set 2022/09/22 16:09:58.051818 203.689 finished hl_group_set 2022/09/22 16:09:58.051818 203.689 start hl_attr_define 2022/09/22 16:09:58.051818 203.689 finished hl_attr_define 2022/09/22 16:09:58.051818 203.689 start hl_group_set 2022/09/22 16:09:58.051818 203.689 finished hl_group_set 2022/09/22 16:09:58.051818 203.689 start hl_attr_define 2022/09/22 16:09:58.051818 203.689 finished hl_attr_define 2022/09/22 16:09:58.051818 203.689 start hl_group_set 2022/09/22 16:09:58.051818 203.689 finished hl_group_set 2022/09/22 16:09:58.051818 203.689 start hl_attr_define 2022/09/22 16:09:58.051818 203.689 finished hl_attr_define 2022/09/22 16:09:58.051818 203.689 start hl_group_set 2022/09/22 16:09:58.051818 203.689 finished hl_group_set 2022/09/22 16:09:58.051818 203.689 start hl_attr_define 2022/09/22 16:09:58.051818 203.689 finished hl_attr_define 2022/09/22 16:09:58.051818 203.689 start hl_group_set 2022/09/22 16:09:58.051818 203.689 finished hl_group_set 2022/09/22 16:09:58.051818 203.689 start hl_attr_define 2022/09/22 16:09:58.051818 203.689 finished hl_attr_define 2022/09/22 16:09:58.051818 203.689 start hl_group_set 2022/09/22 16:09:58.051818 203.689 finished hl_group_set 2022/09/22 16:09:58.051818 203.689 start hl_attr_define 2022/09/22 16:09:58.051818 203.689 finished hl_attr_define 2022/09/22 16:09:58.051818 203.689 start hl_group_set 2022/09/22 16:09:58.051818 203.689 finished hl_group_set 2022/09/22 16:09:58.051818 203.689 start hl_attr_define 2022/09/22 16:09:58.051818 203.689 finished hl_attr_define 2022/09/22 16:09:58.051818 203.689 start hl_group_set 2022/09/22 16:09:58.051818 203.689 finished hl_group_set 2022/09/22 16:09:58.051818 203.689 start hl_attr_define 2022/09/22 16:09:58.051818 203.689 finished hl_attr_define 2022/09/22 16:09:58.051818 203.689 start hl_group_set 2022/09/22 16:09:58.051818 203.689 finished hl_group_set 2022/09/22 16:09:58.051818 203.689 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052319 204.190 start hl_attr_define 2022/09/22 16:09:58.052319 204.190 finished hl_attr_define 2022/09/22 16:09:58.052319 204.190 start hl_group_set 2022/09/22 16:09:58.052319 204.190 finished hl_group_set 2022/09/22 16:09:58.052915 204.786 start hl_attr_define 2022/09/22 16:09:58.052915 204.786 finished hl_attr_define 2022/09/22 16:09:58.052915 204.786 start hl_group_set 2022/09/22 16:09:58.052915 204.786 finished hl_group_set 2022/09/22 16:09:58.052915 204.786 start hl_attr_define 2022/09/22 16:09:58.052915 204.786 finished hl_attr_define 2022/09/22 16:09:58.052915 204.786 start hl_group_set 2022/09/22 16:09:58.052915 204.786 finished hl_group_set 2022/09/22 16:09:58.052974 204.845 start option_set 2022/09/22 16:09:58.052974 204.845 finished option_set 2022/09/22 16:09:58.052974 204.845 start default_colors_set 2022/09/22 16:09:58.052974 204.845 finished default_colors_set 2022/09/22 16:09:58.052974 204.845 start grid_resize 2022/09/22 16:09:58.053094 204.965 finished grid_resize 2022/09/22 16:09:58.053094 204.965 start grid_clear 2022/09/22 16:09:58.053094 204.965 finished grid_clear 2022/09/22 16:09:58.053094 204.965 start option_set 2022/09/22 16:09:58.053094 204.965 finished option_set 2022/09/22 16:09:58.053094 204.965 start win_viewport 2022/09/22 16:09:58.053094 204.965 finished win_viewport 2022/09/22 16:09:58.053094 204.965 start grid_line 2022/09/22 16:09:58.053094 204.965 finished grid_line 2022/09/22 16:09:58.053094 204.965 start grid_resize 2022/09/22 16:09:58.053911 205.782 finished grid_resize 2022/09/22 16:09:58.053911 205.782 start grid_line 2022/09/22 16:09:58.053911 205.782 finished grid_line 2022/09/22 16:09:58.053911 205.782 start grid_resize 2022/09/22 16:09:58.053911 205.782 finished grid_resize 2022/09/22 16:09:58.053911 205.782 start msg_set_pos 2022/09/22 16:09:58.053911 205.782 finished msg_set_pos 2022/09/22 16:09:58.053911 205.782 start grid_line 2022/09/22 16:09:58.053911 205.782 finished grid_line 2022/09/22 16:09:58.053911 205.782 start win_pos 2022/09/22 16:09:58.053911 205.782 finished win_pos 2022/09/22 16:09:58.053911 205.782 start win_viewport 2022/09/22 16:09:58.053911 205.782 finished win_viewport 2022/09/22 16:09:58.053911 205.782 start grid_cursor_goto 2022/09/22 16:09:58.053911 205.782 finished grid_cursor_goto 2022/09/22 16:09:58.053911 205.782 start mode_info_set 2022/09/22 16:09:58.053911 205.782 finished mode_info_set 2022/09/22 16:09:58.053911 205.782 start mode_change 2022/09/22 16:09:58.053911 205.782 finished mode_change 2022/09/22 16:09:58.053911 205.782 start mouse_off 2022/09/22 16:09:58.053911 205.782 finished mouse_off 2022/09/22 16:09:58.053911 205.782 start flush 2022/09/22 16:09:58.053911 205.782 finished flush 2022/09/22 16:09:58.054776 206.647 screen device pixel ratio is 1.000000 2022/09/22 16:09:58.054776 206.647 start creating word cache: [No Name 2022/09/22 16:09:58.251005 402.876 Outputs font information creating word cache: Consolas 12 12 2022/09/22 16:09:58.258908 410.779 finished creating word cache: [No Name 2022/09/22 16:09:58.258908 410.779 start creating word cache: 0,0-1 2022/09/22 16:09:58.258908 410.779 Outputs font information creating word cache: Consolas 12 12 2022/09/22 16:09:58.260794 412.665 finished creating word cache: 0,0-1 2022/09/22 16:09:58.260794 412.665 start creating word cache: All 2022/09/22 16:09:58.260794 412.665 Outputs font information creating word cache: Consolas 12 12 2022/09/22 16:09:58.261722 413.593 finished creating word cache: All 2022/09/22 16:09:58.261722 413.593 screen device pixel ratio is 1.000000 2022/09/22 16:09:58.261722 413.593 start creating word cache: ~ 2022/09/22 16:09:58.261722 413.593 Outputs font information creating word cache: Consolas 12 12 2022/09/22 16:09:58.262196 414.067 finished creating word cache: ~ 2022/09/22 16:09:58.262196 414.067 screen device pixel ratio is 1.000000 2022/09/22 16:09:58.550835 702.706 Start preparing for deferred drawing UI 2022/09/22 16:09:58.556709 708.580 Finished preparing the deferred drawing UI. ```
shiena commented 2 years ago

@Cleancookie

Tried goneovim.exe --wsl -u NONE --debug=./test.log as well but unsure where the log file ends up, it's not in the current folder

Arguments after --wsl are passed to nvim. So if you put the --debug argument before that, the log will be specified on the windows side.

for example: goneovim.exe --debug=./test.log --wsl -u NONE

Cleancookie commented 2 years ago

Ah that makes sense - thanks!

I've edited my old comment to include the logs now

akiyosi commented 2 years ago

@Cleancookie What happens when the following command is executed from the cmd.exe ?

C:\WINDOWS\system32\wsl.exe $SHELL -lc nvim --cmd 'let g:gonvim_running=1' --cmd 'let g:goneovim=1' --cmd 'set termguicolors'
Cleancookie commented 2 years ago

@akiyosi

Neovim just opens as normal, I see the following and it stays open:

image

I've tried running it with and without my neovim config too (same results) which is here: https://github.com/Cleancookie/dotfiles/tree/main/.config/nvim

akiyosi commented 2 years ago

@Cleancookie thanks for confirming. Could you please obtain debug logs with the following test binary to investigate this issue?

https://github.com/akiyosi/goneovim/actions/runs/3113357765

shiena commented 2 years ago

Recently, when I started wsl ubuntu on my windows11, I got a message prompting me to update with wsl --update. Is that message the problem? When I ran wsl --update the message disappeared.

akiyosi commented 2 years ago

@shiena Ah, that could be a possibility. That message is unexpected for the Neovim GUI, so there is a high possibility that it will crash. Ideally, the GUI would catch these unexpected messages and prompt the user to respond with a dialog or something...

Cleancookie commented 2 years ago

@akiyosi

image

Output of those two debug logs are:

test.log ``` 2022/09/26 10:41:09.673319 000.518 --- GONEOVIM STARTING --- 2022/09/26 10:41:09.673319 000.518 detecting home directory path 2022/09/26 10:41:09.673842 001.041 reading config 2022/09/26 10:41:09.673842 001.041 start generating the application 2022/09/26 10:41:09.696943 024.142 finished generating the application 2022/09/26 10:41:09.696943 024.142 setting environment variable 2022/09/26 10:41:09.696943 024.142 set working directory path 2022/09/26 10:41:09.696943 024.142 initializing font 2022/09/26 10:41:09.696943 024.142 initializing svg images 2022/09/26 10:41:09.696943 024.142 initializing color palette 2022/09/26 10:41:09.696943 024.142 initializing notification UI 2022/09/26 10:41:09.696943 024.142 start preparing the application window. 2022/09/26 10:41:09.756232 083.431 finished preparing the application window. 2022/09/26 10:41:09.756681 083.880 window layout done 2022/09/26 10:41:09.756681 083.880 done calculating the width of the font. 2022/09/26 10:41:09.756681 083.880 initialize workspace 2022/09/26 10:41:09.756681 083.880 initialazed UI components 2022/09/26 10:41:09.757221 084.420 assembled UI components 2022/09/26 10:41:09.757221 084.420 done initialazing workspaces 2022/09/26 10:41:09.757221 084.420 done connecting UI siganal 2022/09/26 10:41:09.757221 084.420 starting nvim 2022/09/26 10:41:09.757221 084.420 focused UI 2022/09/26 10:41:09.763702 090.901 done starting nvim 2022/09/26 10:41:09.763702 090.901 updating size of UI components 2022/09/26 10:41:09.763702 090.901 attaching UI 2022/09/26 10:41:10.163753 490.952 Received GUI event from neovim 2022/09/26 10:41:10.163753 490.952 ui enter 2022/09/26 10:41:10.273529 600.658 Received GUI event from neovim 2022/09/26 10:41:10.273529 600.728 Received GUI event from neovim 2022/09/26 10:41:10.273529 600.728 Received GUI event from neovim 2022/09/26 10:41:10.273529 600.728 Received GUI event from neovim 2022/09/26 10:41:10.273529 600.728 vim enter 2022/09/26 10:41:10.275117 602.316 Received GUI event from neovim 2022/09/26 10:41:10.275117 602.316 ui enter 2022/09/26 10:41:10.275117 602.316 Received redraw event from neovim 2022/09/26 10:41:10.275117 602.316 start option_set 2022/09/26 10:41:10.275117 602.316 finished option_set 2022/09/26 10:41:10.275117 602.316 start default_colors_set 2022/09/26 10:41:10.275117 602.316 start updating UI color 2022/09/26 10:41:10.276192 603.391 finished updating UI color 2022/09/26 10:41:10.276192 603.391 finished default_colors_set 2022/09/26 10:41:10.276192 603.391 start hl_attr_define 2022/09/26 10:41:10.276192 603.391 finished hl_attr_define 2022/09/26 10:41:10.276192 603.391 start hl_group_set 2022/09/26 10:41:10.276192 603.391 finished hl_group_set 2022/09/26 10:41:10.276192 603.391 start hl_attr_define 2022/09/26 10:41:10.276192 603.391 finished hl_attr_define 2022/09/26 10:41:10.276192 603.391 start hl_group_set 2022/09/26 10:41:10.276192 603.391 finished hl_group_set 2022/09/26 10:41:10.276192 603.391 start hl_attr_define 2022/09/26 10:41:10.276192 603.391 finished hl_attr_define 2022/09/26 10:41:10.276192 603.391 start hl_group_set 2022/09/26 10:41:10.276192 603.391 finished hl_group_set 2022/09/26 10:41:10.276192 603.391 start hl_attr_define 2022/09/26 10:41:10.276192 603.391 finished hl_attr_define 2022/09/26 10:41:10.276192 603.391 start hl_group_set 2022/09/26 10:41:10.276192 603.391 finished hl_group_set 2022/09/26 10:41:10.276192 603.391 start hl_attr_define 2022/09/26 10:41:10.276192 603.391 finished hl_attr_define 2022/09/26 10:41:10.276192 603.391 start hl_group_set 2022/09/26 10:41:10.276192 603.391 finished hl_group_set 2022/09/26 10:41:10.276192 603.391 start hl_attr_define 2022/09/26 10:41:10.276192 603.391 finished hl_attr_define 2022/09/26 10:41:10.276192 603.391 start hl_group_set 2022/09/26 10:41:10.276192 603.391 finished hl_group_set 2022/09/26 10:41:10.276192 603.391 start hl_attr_define 2022/09/26 10:41:10.276192 603.391 finished hl_attr_define 2022/09/26 10:41:10.276192 603.391 start hl_group_set 2022/09/26 10:41:10.276192 603.391 finished hl_group_set 2022/09/26 10:41:10.276192 603.391 start hl_attr_define 2022/09/26 10:41:10.276192 603.391 finished hl_attr_define 2022/09/26 10:41:10.276192 603.391 start hl_group_set 2022/09/26 10:41:10.276192 603.391 finished hl_group_set 2022/09/26 10:41:10.276192 603.391 start hl_attr_define 2022/09/26 10:41:10.276192 603.391 finished hl_attr_define 2022/09/26 10:41:10.276192 603.391 start hl_group_set 2022/09/26 10:41:10.276192 603.391 finished hl_group_set 2022/09/26 10:41:10.276192 603.391 start hl_attr_define 2022/09/26 10:41:10.276192 603.391 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.276731 603.930 finished hl_attr_define 2022/09/26 10:41:10.276731 603.930 start hl_group_set 2022/09/26 10:41:10.276731 603.930 finished hl_group_set 2022/09/26 10:41:10.276731 603.930 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277275 604.474 finished hl_group_set 2022/09/26 10:41:10.277275 604.474 start hl_attr_define 2022/09/26 10:41:10.277275 604.474 finished hl_attr_define 2022/09/26 10:41:10.277275 604.474 start hl_group_set 2022/09/26 10:41:10.277827 605.026 finished hl_group_set 2022/09/26 10:41:10.277827 605.026 start hl_attr_define 2022/09/26 10:41:10.277827 605.026 finished hl_attr_define 2022/09/26 10:41:10.277827 605.026 start hl_group_set 2022/09/26 10:41:10.277827 605.026 finished hl_group_set 2022/09/26 10:41:10.277827 605.026 start hl_attr_define 2022/09/26 10:41:10.277827 605.026 finished hl_attr_define 2022/09/26 10:41:10.277827 605.026 start hl_group_set 2022/09/26 10:41:10.277827 605.026 finished hl_group_set 2022/09/26 10:41:10.277827 605.026 start hl_attr_define 2022/09/26 10:41:10.277827 605.026 finished hl_attr_define 2022/09/26 10:41:10.277827 605.026 start hl_group_set 2022/09/26 10:41:10.277827 605.026 finished hl_group_set 2022/09/26 10:41:10.277827 605.026 start hl_attr_define 2022/09/26 10:41:10.277827 605.026 finished hl_attr_define 2022/09/26 10:41:10.277827 605.026 start hl_group_set 2022/09/26 10:41:10.277827 605.026 finished hl_group_set 2022/09/26 10:41:10.277827 605.026 start hl_attr_define 2022/09/26 10:41:10.277827 605.026 finished hl_attr_define 2022/09/26 10:41:10.277827 605.026 start hl_group_set 2022/09/26 10:41:10.277827 605.026 finished hl_group_set 2022/09/26 10:41:10.277827 605.026 start hl_attr_define 2022/09/26 10:41:10.277827 605.026 finished hl_attr_define 2022/09/26 10:41:10.277827 605.026 start hl_group_set 2022/09/26 10:41:10.277827 605.026 finished hl_group_set 2022/09/26 10:41:10.277827 605.026 start hl_attr_define 2022/09/26 10:41:10.277827 605.026 finished hl_attr_define 2022/09/26 10:41:10.277827 605.026 start hl_group_set 2022/09/26 10:41:10.277827 605.026 finished hl_group_set 2022/09/26 10:41:10.277827 605.026 start hl_attr_define 2022/09/26 10:41:10.277827 605.026 finished hl_attr_define 2022/09/26 10:41:10.277827 605.026 start hl_group_set 2022/09/26 10:41:10.277827 605.026 finished hl_group_set 2022/09/26 10:41:10.277827 605.026 start option_set 2022/09/26 10:41:10.277827 605.026 finished option_set 2022/09/26 10:41:10.277827 605.026 start default_colors_set 2022/09/26 10:41:10.277827 605.026 finished default_colors_set 2022/09/26 10:41:10.277827 605.026 start grid_resize 2022/09/26 10:41:10.278341 605.540 finished grid_resize 2022/09/26 10:41:10.278341 605.540 start grid_clear 2022/09/26 10:41:10.278341 605.540 finished grid_clear 2022/09/26 10:41:10.278341 605.540 start option_set 2022/09/26 10:41:10.278341 605.540 finished option_set 2022/09/26 10:41:10.278341 605.540 start win_viewport 2022/09/26 10:41:10.278341 605.540 finished win_viewport 2022/09/26 10:41:10.278341 605.540 start grid_line 2022/09/26 10:41:10.278884 606.083 finished grid_line 2022/09/26 10:41:10.278884 606.083 start grid_resize 2022/09/26 10:41:10.279425 606.624 finished grid_resize 2022/09/26 10:41:10.279425 606.624 start grid_line 2022/09/26 10:41:10.279425 606.624 finished grid_line 2022/09/26 10:41:10.279425 606.624 start grid_resize 2022/09/26 10:41:10.280500 607.699 finished grid_resize 2022/09/26 10:41:10.280500 607.699 start msg_set_pos 2022/09/26 10:41:10.280500 607.699 finished msg_set_pos 2022/09/26 10:41:10.280500 607.699 start grid_line 2022/09/26 10:41:10.280500 607.699 finished grid_line 2022/09/26 10:41:10.280500 607.699 start win_pos 2022/09/26 10:41:10.280500 607.699 finished win_pos 2022/09/26 10:41:10.280500 607.699 start win_viewport 2022/09/26 10:41:10.280500 607.699 finished win_viewport 2022/09/26 10:41:10.280500 607.699 start grid_cursor_goto 2022/09/26 10:41:10.280500 607.699 finished grid_cursor_goto 2022/09/26 10:41:10.280500 607.699 start mode_info_set 2022/09/26 10:41:10.280500 607.699 finished mode_info_set 2022/09/26 10:41:10.280500 607.699 start mode_change 2022/09/26 10:41:10.280500 607.699 finished mode_change 2022/09/26 10:41:10.280500 607.699 start mouse_off 2022/09/26 10:41:10.280500 607.699 finished mouse_off 2022/09/26 10:41:10.280500 607.699 start flush 2022/09/26 10:41:10.280500 607.699 finished flush 2022/09/26 10:41:10.281024 608.223 screen device pixel ratio is 1.000000 2022/09/26 10:41:10.281024 608.223 start creating word cache: [No Name 2022/09/26 10:41:10.281805 609.004 Outputs font information creating word cache: Consolas 12 12 2022/09/26 10:41:10.287537 614.736 finished creating word cache: [No Name 2022/09/26 10:41:10.287537 614.736 start creating word cache: 0,0-1 2022/09/26 10:41:10.287537 614.736 Outputs font information creating word cache: Consolas 12 12 2022/09/26 10:41:10.288908 616.107 finished creating word cache: 0,0-1 2022/09/26 10:41:10.288908 616.107 start creating word cache: All 2022/09/26 10:41:10.288908 616.107 Outputs font information creating word cache: Consolas 12 12 2022/09/26 10:41:10.289521 616.720 finished creating word cache: All 2022/09/26 10:41:10.289521 616.720 screen device pixel ratio is 1.000000 2022/09/26 10:41:10.289521 616.720 start creating word cache: 1 2022/09/26 10:41:10.289521 616.720 Outputs font information creating word cache: Consolas 12 12 2022/09/26 10:41:10.290543 617.742 finished creating word cache: 1 2022/09/26 10:41:10.290543 617.742 start creating word cache: ~ 2022/09/26 10:41:10.290543 617.742 Outputs font information creating word cache: Consolas 12 12 2022/09/26 10:41:10.290850 618.049 finished creating word cache: ~ 2022/09/26 10:41:10.290850 618.049 screen device pixel ratio is 1.000000 2022/09/26 10:41:10.781786 1108.985 Start preparing for deferred drawing UI 2022/09/26 10:41:10.792506 1119.705 Finished preparing the deferred drawing UI. ```
test-wsl-u-none.log ``` 2022/09/26 10:41:49.973754 000.525 --- GONEOVIM STARTING --- 2022/09/26 10:41:49.973754 000.525 detecting home directory path 2022/09/26 10:41:49.974293 001.064 reading config 2022/09/26 10:41:49.974293 001.064 start generating the application 2022/09/26 10:41:49.996846 023.617 finished generating the application 2022/09/26 10:41:49.996846 023.617 setting environment variable 2022/09/26 10:41:49.996846 023.617 set working directory path 2022/09/26 10:41:49.996846 023.617 initializing font 2022/09/26 10:41:49.996846 023.617 initializing svg images 2022/09/26 10:41:49.996846 023.617 initializing color palette 2022/09/26 10:41:49.997386 024.157 initializing notification UI 2022/09/26 10:41:49.997386 024.157 start preparing the application window. 2022/09/26 10:41:50.054451 081.222 finished preparing the application window. 2022/09/26 10:41:50.054951 081.722 window layout done 2022/09/26 10:41:50.054951 081.722 done calculating the width of the font. 2022/09/26 10:41:50.054951 081.722 initialize workspace 2022/09/26 10:41:50.055450 082.221 initialazed UI components 2022/09/26 10:41:50.055629 082.400 assembled UI components 2022/09/26 10:41:50.055773 082.544 done initialazing workspaces 2022/09/26 10:41:50.055773 082.544 done connecting UI siganal 2022/09/26 10:41:50.055773 082.544 focused UI 2022/09/26 10:41:50.055773 082.544 starting nvim 2022/09/26 10:41:50.061016 087.787 done starting nvim 2022/09/26 10:41:50.061016 087.787 updating size of UI components 2022/09/26 10:41:50.061016 087.787 attaching UI 2022/09/26 10:41:50.474091 500.862 Received GUI event from neovim 2022/09/26 10:41:50.474091 500.862 ui enter 2022/09/26 10:41:50.477590 504.361 Received GUI event from neovim 2022/09/26 10:41:50.477590 504.361 Received GUI event from neovim 2022/09/26 10:41:50.477590 504.361 Received GUI event from neovim 2022/09/26 10:41:50.477590 504.361 Received GUI event from neovim 2022/09/26 10:41:50.477590 504.361 vim enter 2022/09/26 10:41:50.479592 506.363 Received GUI event from neovim 2022/09/26 10:41:50.479592 506.363 ui enter 2022/09/26 10:41:50.480092 506.863 Received redraw event from neovim 2022/09/26 10:41:50.480092 506.863 start option_set 2022/09/26 10:41:50.480092 506.863 finished option_set 2022/09/26 10:41:50.480092 506.863 start default_colors_set 2022/09/26 10:41:50.480092 506.863 start updating UI color 2022/09/26 10:41:50.481091 507.862 finished updating UI color 2022/09/26 10:41:50.481091 507.862 finished default_colors_set 2022/09/26 10:41:50.481091 507.862 start hl_attr_define 2022/09/26 10:41:50.481091 507.862 finished hl_attr_define 2022/09/26 10:41:50.481091 507.862 start hl_group_set 2022/09/26 10:41:50.481091 507.862 finished hl_group_set 2022/09/26 10:41:50.481091 507.862 start hl_attr_define 2022/09/26 10:41:50.481091 507.862 finished hl_attr_define 2022/09/26 10:41:50.481091 507.862 start hl_group_set 2022/09/26 10:41:50.481091 507.862 finished hl_group_set 2022/09/26 10:41:50.481591 508.362 start hl_attr_define 2022/09/26 10:41:50.481591 508.362 finished hl_attr_define 2022/09/26 10:41:50.481591 508.362 start hl_group_set 2022/09/26 10:41:50.481591 508.362 finished hl_group_set 2022/09/26 10:41:50.481591 508.362 start hl_attr_define 2022/09/26 10:41:50.481591 508.362 finished hl_attr_define 2022/09/26 10:41:50.481591 508.362 start hl_group_set 2022/09/26 10:41:50.481591 508.362 finished hl_group_set 2022/09/26 10:41:50.481591 508.362 start hl_attr_define 2022/09/26 10:41:50.481591 508.362 finished hl_attr_define 2022/09/26 10:41:50.481591 508.362 start hl_group_set 2022/09/26 10:41:50.481591 508.362 finished hl_group_set 2022/09/26 10:41:50.481591 508.362 start hl_attr_define 2022/09/26 10:41:50.481591 508.362 finished hl_attr_define 2022/09/26 10:41:50.481591 508.362 start hl_group_set 2022/09/26 10:41:50.481591 508.362 finished hl_group_set 2022/09/26 10:41:50.481591 508.362 start hl_attr_define 2022/09/26 10:41:50.481591 508.362 finished hl_attr_define 2022/09/26 10:41:50.481591 508.362 start hl_group_set 2022/09/26 10:41:50.481591 508.362 finished hl_group_set 2022/09/26 10:41:50.481591 508.362 start hl_attr_define 2022/09/26 10:41:50.481591 508.362 finished hl_attr_define 2022/09/26 10:41:50.481591 508.362 start hl_group_set 2022/09/26 10:41:50.481591 508.362 finished hl_group_set 2022/09/26 10:41:50.481591 508.362 start hl_attr_define 2022/09/26 10:41:50.481591 508.362 finished hl_attr_define 2022/09/26 10:41:50.481591 508.362 start hl_group_set 2022/09/26 10:41:50.481591 508.362 finished hl_group_set 2022/09/26 10:41:50.481591 508.362 start hl_attr_define 2022/09/26 10:41:50.481591 508.362 finished hl_attr_define 2022/09/26 10:41:50.481591 508.362 start hl_group_set 2022/09/26 10:41:50.481591 508.362 finished hl_group_set 2022/09/26 10:41:50.481591 508.362 start hl_attr_define 2022/09/26 10:41:50.481591 508.362 finished hl_attr_define 2022/09/26 10:41:50.481591 508.362 start hl_group_set 2022/09/26 10:41:50.481591 508.362 finished hl_group_set 2022/09/26 10:41:50.481591 508.362 start hl_attr_define 2022/09/26 10:41:50.481591 508.362 finished hl_attr_define 2022/09/26 10:41:50.481591 508.362 start hl_group_set 2022/09/26 10:41:50.481591 508.362 finished hl_group_set 2022/09/26 10:41:50.481591 508.362 start hl_attr_define 2022/09/26 10:41:50.481591 508.362 finished hl_attr_define 2022/09/26 10:41:50.481591 508.362 start hl_group_set 2022/09/26 10:41:50.481591 508.362 finished hl_group_set 2022/09/26 10:41:50.481591 508.362 start hl_attr_define 2022/09/26 10:41:50.481591 508.362 finished hl_attr_define 2022/09/26 10:41:50.481591 508.362 start hl_group_set 2022/09/26 10:41:50.481591 508.362 finished hl_group_set 2022/09/26 10:41:50.481591 508.362 start hl_attr_define 2022/09/26 10:41:50.481591 508.362 finished hl_attr_define 2022/09/26 10:41:50.481591 508.362 start hl_group_set 2022/09/26 10:41:50.481591 508.362 finished hl_group_set 2022/09/26 10:41:50.481591 508.362 start hl_attr_define 2022/09/26 10:41:50.481591 508.362 finished hl_attr_define 2022/09/26 10:41:50.481591 508.362 start hl_group_set 2022/09/26 10:41:50.481591 508.362 finished hl_group_set 2022/09/26 10:41:50.481591 508.362 start hl_attr_define 2022/09/26 10:41:50.481591 508.362 finished hl_attr_define 2022/09/26 10:41:50.481591 508.362 start hl_group_set 2022/09/26 10:41:50.481591 508.362 finished hl_group_set 2022/09/26 10:41:50.482092 508.863 start hl_attr_define 2022/09/26 10:41:50.482092 508.863 finished hl_attr_define 2022/09/26 10:41:50.482092 508.863 start hl_group_set 2022/09/26 10:41:50.482092 508.863 finished hl_group_set 2022/09/26 10:41:50.482092 508.863 start hl_attr_define 2022/09/26 10:41:50.482092 508.863 finished hl_attr_define 2022/09/26 10:41:50.482092 508.863 start hl_group_set 2022/09/26 10:41:50.482092 508.863 finished hl_group_set 2022/09/26 10:41:50.482092 508.863 start hl_attr_define 2022/09/26 10:41:50.482092 508.863 finished hl_attr_define 2022/09/26 10:41:50.482092 508.863 start hl_group_set 2022/09/26 10:41:50.482092 508.863 finished hl_group_set 2022/09/26 10:41:50.482092 508.863 start hl_attr_define 2022/09/26 10:41:50.482092 508.863 finished hl_attr_define 2022/09/26 10:41:50.482092 508.863 start hl_group_set 2022/09/26 10:41:50.482092 508.863 finished hl_group_set 2022/09/26 10:41:50.482092 508.863 start hl_attr_define 2022/09/26 10:41:50.482092 508.863 finished hl_attr_define 2022/09/26 10:41:50.482092 508.863 start hl_group_set 2022/09/26 10:41:50.482092 508.863 finished hl_group_set 2022/09/26 10:41:50.482092 508.863 start hl_attr_define 2022/09/26 10:41:50.482092 508.863 finished hl_attr_define 2022/09/26 10:41:50.482092 508.863 start hl_group_set 2022/09/26 10:41:50.482092 508.863 finished hl_group_set 2022/09/26 10:41:50.482092 508.863 start hl_attr_define 2022/09/26 10:41:50.482092 508.863 finished hl_attr_define 2022/09/26 10:41:50.482092 508.863 start hl_group_set 2022/09/26 10:41:50.482092 508.863 finished hl_group_set 2022/09/26 10:41:50.482092 508.863 start hl_attr_define 2022/09/26 10:41:50.482092 508.863 finished hl_attr_define 2022/09/26 10:41:50.482092 508.863 start hl_group_set 2022/09/26 10:41:50.482092 508.863 finished hl_group_set 2022/09/26 10:41:50.482092 508.863 start hl_attr_define 2022/09/26 10:41:50.482092 508.863 finished hl_attr_define 2022/09/26 10:41:50.482092 508.863 start hl_group_set 2022/09/26 10:41:50.482092 508.863 finished hl_group_set 2022/09/26 10:41:50.482092 508.863 start hl_attr_define 2022/09/26 10:41:50.482092 508.863 finished hl_attr_define 2022/09/26 10:41:50.482092 508.863 start hl_group_set 2022/09/26 10:41:50.482092 508.863 finished hl_group_set 2022/09/26 10:41:50.482092 508.863 start hl_attr_define 2022/09/26 10:41:50.482092 508.863 finished hl_attr_define 2022/09/26 10:41:50.482092 508.863 start hl_group_set 2022/09/26 10:41:50.482092 508.863 finished hl_group_set 2022/09/26 10:41:50.482092 508.863 start hl_attr_define 2022/09/26 10:41:50.482092 508.863 finished hl_attr_define 2022/09/26 10:41:50.482092 508.863 start hl_group_set 2022/09/26 10:41:50.482092 508.863 finished hl_group_set 2022/09/26 10:41:50.482092 508.863 start hl_attr_define 2022/09/26 10:41:50.482092 508.863 finished hl_attr_define 2022/09/26 10:41:50.482092 508.863 start hl_group_set 2022/09/26 10:41:50.482092 508.863 finished hl_group_set 2022/09/26 10:41:50.482092 508.863 start hl_attr_define 2022/09/26 10:41:50.482092 508.863 finished hl_attr_define 2022/09/26 10:41:50.482092 508.863 start hl_group_set 2022/09/26 10:41:50.482092 508.863 finished hl_group_set 2022/09/26 10:41:50.482092 508.863 start hl_attr_define 2022/09/26 10:41:50.482092 508.863 finished hl_attr_define 2022/09/26 10:41:50.482092 508.863 start hl_group_set 2022/09/26 10:41:50.482092 508.863 finished hl_group_set 2022/09/26 10:41:50.482092 508.863 start hl_attr_define 2022/09/26 10:41:50.482092 508.863 finished hl_attr_define 2022/09/26 10:41:50.482092 508.863 start hl_group_set 2022/09/26 10:41:50.482092 508.863 finished hl_group_set 2022/09/26 10:41:50.482092 508.863 start hl_attr_define 2022/09/26 10:41:50.482590 509.361 finished hl_attr_define 2022/09/26 10:41:50.482590 509.361 start hl_group_set 2022/09/26 10:41:50.482590 509.361 finished hl_group_set 2022/09/26 10:41:50.482590 509.361 start hl_attr_define 2022/09/26 10:41:50.482590 509.361 finished hl_attr_define 2022/09/26 10:41:50.482590 509.361 start hl_group_set 2022/09/26 10:41:50.482590 509.361 finished hl_group_set 2022/09/26 10:41:50.482590 509.361 start hl_attr_define 2022/09/26 10:41:50.482590 509.361 finished hl_attr_define 2022/09/26 10:41:50.482590 509.361 start hl_group_set 2022/09/26 10:41:50.482590 509.361 finished hl_group_set 2022/09/26 10:41:50.482590 509.361 start hl_attr_define 2022/09/26 10:41:50.482590 509.361 finished hl_attr_define 2022/09/26 10:41:50.482590 509.361 start hl_group_set 2022/09/26 10:41:50.482590 509.361 finished hl_group_set 2022/09/26 10:41:50.482590 509.361 start hl_attr_define 2022/09/26 10:41:50.482590 509.361 finished hl_attr_define 2022/09/26 10:41:50.482590 509.361 start hl_group_set 2022/09/26 10:41:50.482590 509.361 finished hl_group_set 2022/09/26 10:41:50.482590 509.361 start hl_attr_define 2022/09/26 10:41:50.482590 509.361 finished hl_attr_define 2022/09/26 10:41:50.482590 509.361 start hl_group_set 2022/09/26 10:41:50.482590 509.361 finished hl_group_set 2022/09/26 10:41:50.482590 509.361 start hl_attr_define 2022/09/26 10:41:50.482590 509.361 finished hl_attr_define 2022/09/26 10:41:50.482590 509.361 start hl_group_set 2022/09/26 10:41:50.482590 509.361 finished hl_group_set 2022/09/26 10:41:50.482590 509.361 start hl_attr_define 2022/09/26 10:41:50.482590 509.361 finished hl_attr_define 2022/09/26 10:41:50.482590 509.361 start hl_group_set 2022/09/26 10:41:50.482590 509.361 finished hl_group_set 2022/09/26 10:41:50.482590 509.361 start hl_attr_define 2022/09/26 10:41:50.482590 509.361 finished hl_attr_define 2022/09/26 10:41:50.482590 509.361 start hl_group_set 2022/09/26 10:41:50.482590 509.361 finished hl_group_set 2022/09/26 10:41:50.482590 509.361 start hl_attr_define 2022/09/26 10:41:50.482590 509.361 finished hl_attr_define 2022/09/26 10:41:50.482590 509.361 start hl_group_set 2022/09/26 10:41:50.482590 509.361 finished hl_group_set 2022/09/26 10:41:50.482590 509.361 start hl_attr_define 2022/09/26 10:41:50.482590 509.361 finished hl_attr_define 2022/09/26 10:41:50.482590 509.361 start hl_group_set 2022/09/26 10:41:50.482590 509.361 finished hl_group_set 2022/09/26 10:41:50.482590 509.361 start hl_attr_define 2022/09/26 10:41:50.482590 509.361 finished hl_attr_define 2022/09/26 10:41:50.482590 509.361 start hl_group_set 2022/09/26 10:41:50.482590 509.361 finished hl_group_set 2022/09/26 10:41:50.482590 509.361 start hl_attr_define 2022/09/26 10:41:50.482590 509.361 finished hl_attr_define 2022/09/26 10:41:50.482590 509.361 start hl_group_set 2022/09/26 10:41:50.482590 509.361 finished hl_group_set 2022/09/26 10:41:50.482590 509.361 start hl_attr_define 2022/09/26 10:41:50.482590 509.361 finished hl_attr_define 2022/09/26 10:41:50.482590 509.361 start hl_group_set 2022/09/26 10:41:50.482590 509.361 finished hl_group_set 2022/09/26 10:41:50.482590 509.361 start hl_attr_define 2022/09/26 10:41:50.482590 509.361 finished hl_attr_define 2022/09/26 10:41:50.482590 509.361 start hl_group_set 2022/09/26 10:41:50.482590 509.361 finished hl_group_set 2022/09/26 10:41:50.482590 509.361 start hl_attr_define 2022/09/26 10:41:50.482590 509.361 finished hl_attr_define 2022/09/26 10:41:50.482590 509.361 start hl_group_set 2022/09/26 10:41:50.482590 509.361 finished hl_group_set 2022/09/26 10:41:50.482590 509.361 start hl_attr_define 2022/09/26 10:41:50.482590 509.361 finished hl_attr_define 2022/09/26 10:41:50.482590 509.361 start hl_group_set 2022/09/26 10:41:50.482590 509.361 finished hl_group_set 2022/09/26 10:41:50.482590 509.361 start hl_attr_define 2022/09/26 10:41:50.483091 509.862 finished hl_attr_define 2022/09/26 10:41:50.483091 509.862 start hl_group_set 2022/09/26 10:41:50.483091 509.862 finished hl_group_set 2022/09/26 10:41:50.483091 509.862 start hl_attr_define 2022/09/26 10:41:50.483091 509.862 finished hl_attr_define 2022/09/26 10:41:50.483091 509.862 start hl_group_set 2022/09/26 10:41:50.483091 509.862 finished hl_group_set 2022/09/26 10:41:50.483091 509.862 start hl_attr_define 2022/09/26 10:41:50.483091 509.862 finished hl_attr_define 2022/09/26 10:41:50.483091 509.862 start hl_group_set 2022/09/26 10:41:50.483091 509.862 finished hl_group_set 2022/09/26 10:41:50.483091 509.862 start hl_attr_define 2022/09/26 10:41:50.483091 509.862 finished hl_attr_define 2022/09/26 10:41:50.483091 509.862 start hl_group_set 2022/09/26 10:41:50.483091 509.862 finished hl_group_set 2022/09/26 10:41:50.483091 509.862 start hl_attr_define 2022/09/26 10:41:50.483091 509.862 finished hl_attr_define 2022/09/26 10:41:50.483091 509.862 start hl_group_set 2022/09/26 10:41:50.483091 509.862 finished hl_group_set 2022/09/26 10:41:50.483091 509.862 start hl_attr_define 2022/09/26 10:41:50.483091 509.862 finished hl_attr_define 2022/09/26 10:41:50.483091 509.862 start hl_group_set 2022/09/26 10:41:50.483091 509.862 finished hl_group_set 2022/09/26 10:41:50.483091 509.862 start option_set 2022/09/26 10:41:50.483091 509.862 finished option_set 2022/09/26 10:41:50.483091 509.862 start default_colors_set 2022/09/26 10:41:50.483091 509.862 finished default_colors_set 2022/09/26 10:41:50.483091 509.862 start grid_resize 2022/09/26 10:41:50.483592 510.363 finished grid_resize 2022/09/26 10:41:50.483592 510.363 start grid_clear 2022/09/26 10:41:50.484092 510.863 finished grid_clear 2022/09/26 10:41:50.484092 510.863 start option_set 2022/09/26 10:41:50.484092 510.863 finished option_set 2022/09/26 10:41:50.484092 510.863 start win_viewport 2022/09/26 10:41:50.484092 510.863 finished win_viewport 2022/09/26 10:41:50.484092 510.863 start grid_line 2022/09/26 10:41:50.484092 510.863 finished grid_line 2022/09/26 10:41:50.484092 510.863 start grid_resize 2022/09/26 10:41:50.484593 511.364 finished grid_resize 2022/09/26 10:41:50.484593 511.364 start grid_line 2022/09/26 10:41:50.485093 511.864 finished grid_line 2022/09/26 10:41:50.485093 511.864 start grid_resize 2022/09/26 10:41:50.485594 512.365 finished grid_resize 2022/09/26 10:41:50.485594 512.365 start msg_set_pos 2022/09/26 10:41:50.486091 512.862 finished msg_set_pos 2022/09/26 10:41:50.486091 512.862 start grid_line 2022/09/26 10:41:50.486091 512.862 finished grid_line 2022/09/26 10:41:50.486091 512.862 start win_pos 2022/09/26 10:41:50.486091 512.862 finished win_pos 2022/09/26 10:41:50.486091 512.862 start win_viewport 2022/09/26 10:41:50.486091 512.862 finished win_viewport 2022/09/26 10:41:50.486091 512.862 start grid_cursor_goto 2022/09/26 10:41:50.486091 512.862 finished grid_cursor_goto 2022/09/26 10:41:50.486091 512.862 start mode_info_set 2022/09/26 10:41:50.486091 512.862 finished mode_info_set 2022/09/26 10:41:50.486091 512.862 start mode_change 2022/09/26 10:41:50.486091 512.862 finished mode_change 2022/09/26 10:41:50.486091 512.862 start mouse_off 2022/09/26 10:41:50.486091 512.862 finished mouse_off 2022/09/26 10:41:50.486091 512.862 start flush 2022/09/26 10:41:50.486091 512.862 finished flush 2022/09/26 10:41:50.486591 513.362 screen device pixel ratio is 1.000000 2022/09/26 10:41:50.486591 513.362 start creating word cache: [No Name 2022/09/26 10:41:50.487262 514.033 Outputs font information creating word cache: Consolas 12 12 2022/09/26 10:41:50.493752 520.523 finished creating word cache: [No Name 2022/09/26 10:41:50.493752 520.523 start creating word cache: 0,0-1 2022/09/26 10:41:50.493752 520.523 Outputs font information creating word cache: Consolas 12 12 2022/09/26 10:41:50.495205 521.976 finished creating word cache: 0,0-1 2022/09/26 10:41:50.495205 521.976 start creating word cache: All 2022/09/26 10:41:50.495205 521.976 Outputs font information creating word cache: Consolas 12 12 2022/09/26 10:41:50.496270 523.041 finished creating word cache: All 2022/09/26 10:41:50.496270 523.041 screen device pixel ratio is 1.000000 2022/09/26 10:41:50.496771 523.542 start creating word cache: ~ 2022/09/26 10:41:50.496771 523.542 Outputs font information creating word cache: Consolas 12 12 2022/09/26 10:41:50.497047 523.818 finished creating word cache: ~ 2022/09/26 10:41:50.497270 524.041 screen device pixel ratio is 1.000000 2022/09/26 10:41:50.992844 1019.615 Start preparing for deferred drawing UI 2022/09/26 10:41:51.003136 1029.907 Finished preparing the deferred drawing UI. ```

I haven't had a prompt to run wsl --update yet but I ran it manually and it seemed to do something (it took maybe 1 minute to complete):

image

The debug logs were obtained after I ran wsl --update

image

shiena commented 2 years ago

@Cleancookie I feel that the message output by wsl --status is the cause of the error. Is there a message output before the prompt when running wsl -- bash -li ? There is no problem if it is only a prompt as shown below.

スクリーンショット 2022-09-26 214425
Cleancookie commented 2 years ago

@shiena

I get this:

Powershell: image

CMD: image

shiena commented 2 years ago

@Cleancookie The message on the Powershell side is motd, which is displayed only once a day. CMD is the second login, so the message is not displayed. If you run goneovim --wsl in the current state, will it close immediately?

Cleancookie commented 2 years ago

@shiena Just tried it and it still has the same problem. I've now added a .hushlogin file to disable it also

btw, just wanted to tank you both for all your time and patience

akiyosi commented 2 years ago

@Cleancookie Thanks for the info. The logs you gave in your comment, I think they are probably the logs output by the normal binary, since the logs you added are not output in the debug property. Could you please log again with the correct binary for debug?

https://github.com/akiyosi/goneovim/actions/runs/3113357765

Cleancookie commented 2 years ago

oh sorry 🙈

@akiyosi just to double check im not doing something stupid I recorded a video of me doing it: https://www.loom.com/share/e11b479d9f8b4ec29af8bef0b5257a48

I'm not sure how to verify these logs contain the debugging info you need

These are the outputs:

./goneovim.exe --debug=./test.log --wsl . ``` 2022/09/27 11:27:08.176634 000.527 --- GONEOVIM STARTING --- 2022/09/27 11:27:08.177185 001.078 detecting home directory path 2022/09/27 11:27:08.177242 001.135 reading config 2022/09/27 11:27:08.177757 001.650 start generating the application 2022/09/27 11:27:08.200999 024.892 finished generating the application 2022/09/27 11:27:08.200999 024.892 setting environment variable 2022/09/27 11:27:08.200999 024.892 set working directory path 2022/09/27 11:27:08.200999 024.892 initializing font 2022/09/27 11:27:08.200999 024.892 initializing svg images 2022/09/27 11:27:08.200999 024.892 initializing color palette 2022/09/27 11:27:08.201545 025.438 initializing notification UI 2022/09/27 11:27:08.201598 025.491 start preparing the application window. 2022/09/27 11:27:08.261065 084.958 finished preparing the application window. 2022/09/27 11:27:08.261565 085.458 window layout done 2022/09/27 11:27:08.261565 085.458 done calculating the width of the font. 2022/09/27 11:27:08.261565 085.458 initialize workspace 2022/09/27 11:27:08.262065 085.958 initialazed UI components 2022/09/27 11:27:08.262647 086.540 assembled UI components 2022/09/27 11:27:08.262647 086.540 done initialazing workspaces 2022/09/27 11:27:08.262647 086.540 done connecting UI siganal 2022/09/27 11:27:08.262647 086.540 starting nvim 2022/09/27 11:27:08.262647 086.540 focused UI 2022/09/27 11:27:08.271065 094.958 done starting nvim 2022/09/27 11:27:08.271397 095.290 updating size of UI components 2022/09/27 11:27:08.271564 095.457 attaching UI 2022/09/27 11:27:08.402157 226.050 Received GUI event from neovim 2022/09/27 11:27:08.402378 226.271 ui enter 2022/09/27 11:27:08.480147 304.040 Received GUI event from neovim 2022/09/27 11:27:08.480147 304.040 Received GUI event from neovim 2022/09/27 11:27:08.480147 304.040 Received GUI event from neovim 2022/09/27 11:27:08.480147 304.040 Received GUI event from neovim 2022/09/27 11:27:08.480147 304.040 vim enter 2022/09/27 11:27:08.604498 428.391 Received GUI event from neovim 2022/09/27 11:27:08.604498 428.391 Received GUI event from neovim 2022/09/27 11:27:08.604498 428.391 Received GUI event from neovim 2022/09/27 11:27:08.604498 428.391 ui enter 2022/09/27 11:27:08.604498 428.391 Received GUI event from neovim 2022/09/27 11:27:08.604498 428.391 Received redraw event from neovim 2022/09/27 11:27:08.604498 428.391 start option_set 2022/09/27 11:27:08.604929 428.822 finished option_set 2022/09/27 11:27:08.604929 428.822 start default_colors_set 2022/09/27 11:27:08.604929 428.822 start updating UI color 2022/09/27 11:27:08.605234 429.127 finished updating UI color 2022/09/27 11:27:08.605234 429.127 finished default_colors_set 2022/09/27 11:27:08.605234 429.127 start hl_attr_define 2022/09/27 11:27:08.605751 429.644 finished hl_attr_define 2022/09/27 11:27:08.605751 429.644 start hl_group_set 2022/09/27 11:27:08.605751 429.644 finished hl_group_set 2022/09/27 11:27:08.605751 429.644 start hl_attr_define 2022/09/27 11:27:08.605751 429.644 finished hl_attr_define 2022/09/27 11:27:08.605751 429.644 start hl_group_set 2022/09/27 11:27:08.605751 429.644 finished hl_group_set 2022/09/27 11:27:08.605751 429.644 start hl_attr_define 2022/09/27 11:27:08.605751 429.644 finished hl_attr_define 2022/09/27 11:27:08.605751 429.644 start hl_group_set 2022/09/27 11:27:08.605751 429.644 finished hl_group_set 2022/09/27 11:27:08.605751 429.644 start hl_attr_define 2022/09/27 11:27:08.605751 429.644 finished hl_attr_define 2022/09/27 11:27:08.605751 429.644 start hl_group_set 2022/09/27 11:27:08.605751 429.644 finished hl_group_set 2022/09/27 11:27:08.605751 429.644 start hl_attr_define 2022/09/27 11:27:08.605751 429.644 finished hl_attr_define 2022/09/27 11:27:08.605751 429.644 start hl_group_set 2022/09/27 11:27:08.605751 429.644 finished hl_group_set 2022/09/27 11:27:08.605751 429.644 start hl_attr_define 2022/09/27 11:27:08.605751 429.644 finished hl_attr_define 2022/09/27 11:27:08.605751 429.644 start hl_group_set 2022/09/27 11:27:08.605751 429.644 finished hl_group_set 2022/09/27 11:27:08.605751 429.644 start hl_attr_define 2022/09/27 11:27:08.605751 429.644 finished hl_attr_define 2022/09/27 11:27:08.605751 429.644 start hl_group_set 2022/09/27 11:27:08.605751 429.644 finished hl_group_set 2022/09/27 11:27:08.605751 429.644 start hl_attr_define 2022/09/27 11:27:08.605751 429.644 finished hl_attr_define 2022/09/27 11:27:08.605751 429.644 start hl_group_set 2022/09/27 11:27:08.605751 429.644 finished hl_group_set 2022/09/27 11:27:08.605751 429.644 start hl_attr_define 2022/09/27 11:27:08.605751 429.644 finished hl_attr_define 2022/09/27 11:27:08.605751 429.644 start hl_group_set 2022/09/27 11:27:08.605751 429.644 finished hl_group_set 2022/09/27 11:27:08.605751 429.644 start hl_attr_define 2022/09/27 11:27:08.605751 429.644 finished hl_attr_define 2022/09/27 11:27:08.605751 429.644 start hl_group_set 2022/09/27 11:27:08.605751 429.644 finished hl_group_set 2022/09/27 11:27:08.605751 429.644 start hl_attr_define 2022/09/27 11:27:08.605751 429.644 finished hl_attr_define 2022/09/27 11:27:08.605751 429.644 start hl_group_set 2022/09/27 11:27:08.605751 429.644 finished hl_group_set 2022/09/27 11:27:08.605751 429.644 start hl_attr_define 2022/09/27 11:27:08.605751 429.644 finished hl_attr_define 2022/09/27 11:27:08.605751 429.644 start hl_group_set 2022/09/27 11:27:08.605751 429.644 finished hl_group_set 2022/09/27 11:27:08.605751 429.644 start hl_attr_define 2022/09/27 11:27:08.605751 429.644 finished hl_attr_define 2022/09/27 11:27:08.605751 429.644 start hl_group_set 2022/09/27 11:27:08.605751 429.644 finished hl_group_set 2022/09/27 11:27:08.605751 429.644 start hl_attr_define 2022/09/27 11:27:08.605751 429.644 finished hl_attr_define 2022/09/27 11:27:08.605751 429.644 start hl_group_set 2022/09/27 11:27:08.605751 429.644 finished hl_group_set 2022/09/27 11:27:08.605751 429.644 start hl_attr_define 2022/09/27 11:27:08.605751 429.644 finished hl_attr_define 2022/09/27 11:27:08.605751 429.644 start hl_group_set 2022/09/27 11:27:08.605751 429.644 finished hl_group_set 2022/09/27 11:27:08.606251 430.144 start hl_attr_define 2022/09/27 11:27:08.606251 430.144 finished hl_attr_define 2022/09/27 11:27:08.606251 430.144 start hl_group_set 2022/09/27 11:27:08.606251 430.144 finished hl_group_set 2022/09/27 11:27:08.606251 430.144 start hl_attr_define 2022/09/27 11:27:08.606251 430.144 finished hl_attr_define 2022/09/27 11:27:08.606251 430.144 start hl_group_set 2022/09/27 11:27:08.606251 430.144 finished hl_group_set 2022/09/27 11:27:08.606251 430.144 start hl_attr_define 2022/09/27 11:27:08.606251 430.144 finished hl_attr_define 2022/09/27 11:27:08.606251 430.144 start hl_group_set 2022/09/27 11:27:08.606251 430.144 finished hl_group_set 2022/09/27 11:27:08.606251 430.144 start hl_attr_define 2022/09/27 11:27:08.606251 430.144 finished hl_attr_define 2022/09/27 11:27:08.606251 430.144 start hl_group_set 2022/09/27 11:27:08.606251 430.144 finished hl_group_set 2022/09/27 11:27:08.606251 430.144 start hl_attr_define 2022/09/27 11:27:08.606251 430.144 finished hl_attr_define 2022/09/27 11:27:08.606373 430.266 start hl_group_set 2022/09/27 11:27:08.606373 430.266 finished hl_group_set 2022/09/27 11:27:08.606373 430.266 start hl_attr_define 2022/09/27 11:27:08.606373 430.266 finished hl_attr_define 2022/09/27 11:27:08.606373 430.266 start hl_group_set 2022/09/27 11:27:08.606373 430.266 finished hl_group_set 2022/09/27 11:27:08.606373 430.266 start hl_attr_define 2022/09/27 11:27:08.606373 430.266 finished hl_attr_define 2022/09/27 11:27:08.606373 430.266 start hl_group_set 2022/09/27 11:27:08.606373 430.266 finished hl_group_set 2022/09/27 11:27:08.606373 430.266 start hl_attr_define 2022/09/27 11:27:08.606373 430.266 finished hl_attr_define 2022/09/27 11:27:08.606373 430.266 start hl_group_set 2022/09/27 11:27:08.606373 430.266 finished hl_group_set 2022/09/27 11:27:08.606373 430.266 start hl_attr_define 2022/09/27 11:27:08.606373 430.266 finished hl_attr_define 2022/09/27 11:27:08.606373 430.266 start hl_group_set 2022/09/27 11:27:08.606373 430.266 finished hl_group_set 2022/09/27 11:27:08.606373 430.266 start hl_attr_define 2022/09/27 11:27:08.606373 430.266 finished hl_attr_define 2022/09/27 11:27:08.606373 430.266 start hl_group_set 2022/09/27 11:27:08.606373 430.266 finished hl_group_set 2022/09/27 11:27:08.606373 430.266 start hl_attr_define 2022/09/27 11:27:08.606373 430.266 finished hl_attr_define 2022/09/27 11:27:08.606373 430.266 start hl_group_set 2022/09/27 11:27:08.606373 430.266 finished hl_group_set 2022/09/27 11:27:08.606373 430.266 start hl_attr_define 2022/09/27 11:27:08.606373 430.266 finished hl_attr_define 2022/09/27 11:27:08.606373 430.266 start hl_group_set 2022/09/27 11:27:08.606373 430.266 finished hl_group_set 2022/09/27 11:27:08.606373 430.266 start hl_attr_define 2022/09/27 11:27:08.606373 430.266 finished hl_attr_define 2022/09/27 11:27:08.606373 430.266 start hl_group_set 2022/09/27 11:27:08.606373 430.266 finished hl_group_set 2022/09/27 11:27:08.606373 430.266 start hl_attr_define 2022/09/27 11:27:08.606373 430.266 finished hl_attr_define 2022/09/27 11:27:08.606373 430.266 start hl_group_set 2022/09/27 11:27:08.606373 430.266 finished hl_group_set 2022/09/27 11:27:08.606373 430.266 start hl_attr_define 2022/09/27 11:27:08.606373 430.266 finished hl_attr_define 2022/09/27 11:27:08.606373 430.266 start hl_group_set 2022/09/27 11:27:08.606373 430.266 finished hl_group_set 2022/09/27 11:27:08.606373 430.266 start hl_attr_define 2022/09/27 11:27:08.606373 430.266 finished hl_attr_define 2022/09/27 11:27:08.606373 430.266 start hl_group_set 2022/09/27 11:27:08.606373 430.266 finished hl_group_set 2022/09/27 11:27:08.606373 430.266 start hl_attr_define 2022/09/27 11:27:08.606373 430.266 finished hl_attr_define 2022/09/27 11:27:08.606373 430.266 start hl_group_set 2022/09/27 11:27:08.606373 430.266 finished hl_group_set 2022/09/27 11:27:08.606373 430.266 start hl_attr_define 2022/09/27 11:27:08.606373 430.266 finished hl_attr_define 2022/09/27 11:27:08.606373 430.266 start hl_group_set 2022/09/27 11:27:08.606373 430.266 finished hl_group_set 2022/09/27 11:27:08.606373 430.266 start hl_attr_define 2022/09/27 11:27:08.606373 430.266 finished hl_attr_define 2022/09/27 11:27:08.606373 430.266 start hl_group_set 2022/09/27 11:27:08.606373 430.266 finished hl_group_set 2022/09/27 11:27:08.606373 430.266 start hl_attr_define 2022/09/27 11:27:08.606373 430.266 finished hl_attr_define 2022/09/27 11:27:08.606373 430.266 start hl_group_set 2022/09/27 11:27:08.606373 430.266 finished hl_group_set 2022/09/27 11:27:08.606373 430.266 start hl_attr_define 2022/09/27 11:27:08.606882 430.775 finished hl_attr_define 2022/09/27 11:27:08.606882 430.775 start hl_group_set 2022/09/27 11:27:08.606882 430.775 finished hl_group_set 2022/09/27 11:27:08.606882 430.775 start hl_attr_define 2022/09/27 11:27:08.606882 430.775 finished hl_attr_define 2022/09/27 11:27:08.606882 430.775 start hl_group_set 2022/09/27 11:27:08.606882 430.775 finished hl_group_set 2022/09/27 11:27:08.606882 430.775 start hl_attr_define 2022/09/27 11:27:08.606882 430.775 finished hl_attr_define 2022/09/27 11:27:08.606882 430.775 start hl_group_set 2022/09/27 11:27:08.606882 430.775 finished hl_group_set 2022/09/27 11:27:08.606882 430.775 start hl_attr_define 2022/09/27 11:27:08.606882 430.775 finished hl_attr_define 2022/09/27 11:27:08.606882 430.775 start hl_group_set 2022/09/27 11:27:08.606882 430.775 finished hl_group_set 2022/09/27 11:27:08.606882 430.775 start hl_attr_define 2022/09/27 11:27:08.606882 430.775 finished hl_attr_define 2022/09/27 11:27:08.606882 430.775 start hl_group_set 2022/09/27 11:27:08.606882 430.775 finished hl_group_set 2022/09/27 11:27:08.606882 430.775 start hl_attr_define 2022/09/27 11:27:08.606882 430.775 finished hl_attr_define 2022/09/27 11:27:08.606882 430.775 start hl_group_set 2022/09/27 11:27:08.606882 430.775 finished hl_group_set 2022/09/27 11:27:08.606882 430.775 start hl_attr_define 2022/09/27 11:27:08.606882 430.775 finished hl_attr_define 2022/09/27 11:27:08.606882 430.775 start hl_group_set 2022/09/27 11:27:08.606882 430.775 finished hl_group_set 2022/09/27 11:27:08.606882 430.775 start hl_attr_define 2022/09/27 11:27:08.606882 430.775 finished hl_attr_define 2022/09/27 11:27:08.606882 430.775 start hl_group_set 2022/09/27 11:27:08.606882 430.775 finished hl_group_set 2022/09/27 11:27:08.606882 430.775 start hl_attr_define 2022/09/27 11:27:08.607152 431.045 finished hl_attr_define 2022/09/27 11:27:08.607152 431.045 start hl_group_set 2022/09/27 11:27:08.607152 431.045 finished hl_group_set 2022/09/27 11:27:08.607152 431.045 start hl_attr_define 2022/09/27 11:27:08.607152 431.045 finished hl_attr_define 2022/09/27 11:27:08.607152 431.045 start hl_group_set 2022/09/27 11:27:08.607152 431.045 finished hl_group_set 2022/09/27 11:27:08.607152 431.045 start hl_attr_define 2022/09/27 11:27:08.607152 431.045 finished hl_attr_define 2022/09/27 11:27:08.607152 431.045 start hl_group_set 2022/09/27 11:27:08.607152 431.045 finished hl_group_set 2022/09/27 11:27:08.607152 431.045 start hl_attr_define 2022/09/27 11:27:08.607152 431.045 finished hl_attr_define 2022/09/27 11:27:08.607152 431.045 start hl_group_set 2022/09/27 11:27:08.607152 431.045 finished hl_group_set 2022/09/27 11:27:08.607152 431.045 start hl_attr_define 2022/09/27 11:27:08.607262 431.155 finished hl_attr_define 2022/09/27 11:27:08.607262 431.155 start hl_group_set 2022/09/27 11:27:08.607262 431.155 finished hl_group_set 2022/09/27 11:27:08.607262 431.155 start hl_attr_define 2022/09/27 11:27:08.607262 431.155 finished hl_attr_define 2022/09/27 11:27:08.607262 431.155 start hl_group_set 2022/09/27 11:27:08.607262 431.155 finished hl_group_set 2022/09/27 11:27:08.607262 431.155 start hl_attr_define 2022/09/27 11:27:08.607262 431.155 finished hl_attr_define 2022/09/27 11:27:08.607262 431.155 start hl_group_set 2022/09/27 11:27:08.607262 431.155 finished hl_group_set 2022/09/27 11:27:08.607262 431.155 start hl_attr_define 2022/09/27 11:27:08.607262 431.155 finished hl_attr_define 2022/09/27 11:27:08.607262 431.155 start hl_group_set 2022/09/27 11:27:08.607262 431.155 finished hl_group_set 2022/09/27 11:27:08.607262 431.155 start hl_attr_define 2022/09/27 11:27:08.607262 431.155 finished hl_attr_define 2022/09/27 11:27:08.607262 431.155 start hl_group_set 2022/09/27 11:27:08.607262 431.155 finished hl_group_set 2022/09/27 11:27:08.607262 431.155 start hl_attr_define 2022/09/27 11:27:08.607262 431.155 finished hl_attr_define 2022/09/27 11:27:08.607262 431.155 start hl_group_set 2022/09/27 11:27:08.607262 431.155 finished hl_group_set 2022/09/27 11:27:08.607262 431.155 start hl_attr_define 2022/09/27 11:27:08.607262 431.155 finished hl_attr_define 2022/09/27 11:27:08.607262 431.155 start hl_group_set 2022/09/27 11:27:08.607262 431.155 finished hl_group_set 2022/09/27 11:27:08.607262 431.155 start hl_attr_define 2022/09/27 11:27:08.607262 431.155 finished hl_attr_define 2022/09/27 11:27:08.607262 431.155 start hl_group_set 2022/09/27 11:27:08.607262 431.155 finished hl_group_set 2022/09/27 11:27:08.607262 431.155 start hl_attr_define 2022/09/27 11:27:08.607262 431.155 finished hl_attr_define 2022/09/27 11:27:08.607262 431.155 start hl_group_set 2022/09/27 11:27:08.607262 431.155 finished hl_group_set 2022/09/27 11:27:08.607262 431.155 start option_set 2022/09/27 11:27:08.607262 431.155 finished option_set 2022/09/27 11:27:08.607262 431.155 start default_colors_set 2022/09/27 11:27:08.607262 431.155 finished default_colors_set 2022/09/27 11:27:08.607262 431.155 start grid_resize 2022/09/27 11:27:08.608265 432.158 finished grid_resize 2022/09/27 11:27:08.608265 432.158 start grid_clear 2022/09/27 11:27:08.608265 432.158 finished grid_clear 2022/09/27 11:27:08.608265 432.158 start option_set 2022/09/27 11:27:08.608265 432.158 finished option_set 2022/09/27 11:27:08.608265 432.158 start win_viewport 2022/09/27 11:27:08.608265 432.158 finished win_viewport 2022/09/27 11:27:08.608265 432.158 start grid_line 2022/09/27 11:27:08.608456 432.349 finished grid_line 2022/09/27 11:27:08.608456 432.349 start grid_resize 2022/09/27 11:27:08.609032 432.925 finished grid_resize 2022/09/27 11:27:08.609032 432.925 start grid_line 2022/09/27 11:27:08.609032 432.925 finished grid_line 2022/09/27 11:27:08.609032 432.925 start hl_attr_define 2022/09/27 11:27:08.609032 432.925 finished hl_attr_define 2022/09/27 11:27:08.609032 432.925 start grid_line 2022/09/27 11:27:08.609032 432.925 finished grid_line 2022/09/27 11:27:08.609032 432.925 start grid_resize 2022/09/27 11:27:08.609646 433.539 finished grid_resize 2022/09/27 11:27:08.609646 433.539 start msg_set_pos 2022/09/27 11:27:08.609849 433.742 finished msg_set_pos 2022/09/27 11:27:08.609849 433.742 start win_pos 2022/09/27 11:27:08.609849 433.742 finished win_pos 2022/09/27 11:27:08.609849 433.742 start win_viewport 2022/09/27 11:27:08.609849 433.742 finished win_viewport 2022/09/27 11:27:08.609849 433.742 start grid_cursor_goto 2022/09/27 11:27:08.609912 433.805 finished grid_cursor_goto 2022/09/27 11:27:08.609912 433.805 start mode_info_set 2022/09/27 11:27:08.609912 433.805 finished mode_info_set 2022/09/27 11:27:08.609912 433.805 start mode_change 2022/09/27 11:27:08.609912 433.805 finished mode_change 2022/09/27 11:27:08.609912 433.805 start mouse_off 2022/09/27 11:27:08.609912 433.805 finished mouse_off 2022/09/27 11:27:08.609912 433.805 start flush 2022/09/27 11:27:08.609912 433.805 finished flush 2022/09/27 11:27:08.610335 434.228 screen device pixel ratio is 1.000000 2022/09/27 11:27:08.610461 434.354 start creating word cache: [No Name] [RO 2022/09/27 11:27:08.650754 474.647 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.658567 482.460 finished creating word cache: [No Name] [RO 2022/09/27 11:27:08.658567 482.460 start creating word cache: 8,1 2022/09/27 11:27:08.658567 482.460 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.659647 483.540 finished creating word cache: 8,1 2022/09/27 11:27:08.659647 483.540 start creating word cache: All 2022/09/27 11:27:08.659647 483.540 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.660280 484.173 finished creating word cache: All 2022/09/27 11:27:08.660280 484.173 screen device pixel ratio is 1.000000 2022/09/27 11:27:08.660280 484.173 start creating word cache: " ============================================================================ 2022/09/27 11:27:08.660280 484.173 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.662157 486.050 finished creating word cache: " ============================================================================ 2022/09/27 11:27:08.662157 486.050 start creating word cache: " Netrw Directory Listing 2022/09/27 11:27:08.662157 486.050 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.666951 490.844 finished creating word cache: " Netrw Directory Listing 2022/09/27 11:27:08.666951 490.844 start creating word cache: (netrw v171) 2022/09/27 11:27:08.666951 490.844 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.668870 492.763 finished creating word cache: (netrw v171) 2022/09/27 11:27:08.668870 492.763 start creating word cache: " 2022/09/27 11:27:08.668870 492.763 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.668870 492.763 finished creating word cache: " 2022/09/27 11:27:08.668870 492.763 start creating word cache: /mnt/c/tools/goneovim-test 2022/09/27 11:27:08.668870 492.763 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.670495 494.388 finished creating word cache: /mnt/c/tools/goneovim-test 2022/09/27 11:27:08.670495 494.388 start creating word cache: name 2022/09/27 11:27:08.670495 494.388 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.670856 494.749 finished creating word cache: name 2022/09/27 11:27:08.670856 494.749 start creating word cache: Sorted by 2022/09/27 11:27:08.670856 494.749 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.672053 495.946 finished creating word cache: Sorted by 2022/09/27 11:27:08.672053 495.946 start creating word cache: [\/]$ \ \.h$ \.c$ \.cpp$ \~\=\*$ * \.o$ \.obj$ \. 2022/09/27 11:27:08.672053 495.946 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.677373 501.266 finished creating word cache: [\/]$ \ \.h$ \.c$ \.cpp$ \~\=\*$ * \.o$ \.obj$ \. 2022/09/27 11:27:08.677373 501.266 start creating word cache: Sort sequence: 2022/09/27 11:27:08.677373 501.266 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.678902 502.795 finished creating word cache: Sort sequence: 2022/09/27 11:27:08.678902 502.795 start creating word cache: , 2022/09/27 11:27:08.678902 502.795 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.679242 503.135 finished creating word cache: , 2022/09/27 11:27:08.679242 503.135 start creating word cache: , , 2022/09/27 11:27:08.679242 503.135 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.679242 503.135 finished creating word cache: , , 2022/09/27 11:27:08.679242 503.135 start creating word cache: Quick Help: 2022/09/27 11:27:08.679242 503.135 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.680687 504.580 finished creating word cache: Quick Help: 2022/09/27 11:27:08.680687 504.580 start creating word cache: 2022/09/27 11:27:08.680687 504.580 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.681479 505.372 finished creating word cache: 2022/09/27 11:27:08.681479 505.372 start creating word cache: - 2022/09/27 11:27:08.681479 505.372 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.681747 505.640 finished creating word cache: - 2022/09/27 11:27:08.681747 505.640 start creating word cache: D 2022/09/27 11:27:08.681747 505.640 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.681747 505.640 finished creating word cache: D 2022/09/27 11:27:08.681747 505.640 start creating word cache: R 2022/09/27 11:27:08.681747 505.640 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.682030 505.923 finished creating word cache: R 2022/09/27 11:27:08.682030 505.923 start creating word cache: s 2022/09/27 11:27:08.682030 505.923 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.682293 506.186 finished creating word cache: s 2022/09/27 11:27:08.682293 506.186 start creating word cache: x 2022/09/27 11:27:08.682293 506.186 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.682512 506.405 finished creating word cache: x 2022/09/27 11:27:08.682512 506.405 start creating word cache: : 2022/09/27 11:27:08.682512 506.405 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.682512 506.405 finished creating word cache: : 2022/09/27 11:27:08.682512 506.405 start creating word cache: help 2022/09/27 11:27:08.682512 506.405 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.682975 506.868 finished creating word cache: help 2022/09/27 11:27:08.682975 506.868 start creating word cache: go up dir 2022/09/27 11:27:08.682975 506.868 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.683238 507.131 finished creating word cache: go up dir 2022/09/27 11:27:08.683238 507.131 start creating word cache: delete 2022/09/27 11:27:08.683238 507.131 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.683238 507.131 finished creating word cache: delete 2022/09/27 11:27:08.683238 507.131 start creating word cache: rename 2022/09/27 11:27:08.683238 507.131 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.683475 507.368 finished creating word cache: rename 2022/09/27 11:27:08.683475 507.368 start creating word cache: sort-by 2022/09/27 11:27:08.683475 507.368 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.683475 507.368 finished creating word cache: sort-by 2022/09/27 11:27:08.683475 507.368 start creating word cache: special 2022/09/27 11:27:08.683475 507.368 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.683475 507.368 finished creating word cache: special 2022/09/27 11:27:08.683475 507.368 start creating word cache: " ============================================================================== 2022/09/27 11:27:08.683475 507.368 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.684366 508.259 finished creating word cache: " ============================================================================== 2022/09/27 11:27:08.684366 508.259 start creating word cache: / 2022/09/27 11:27:08.684366 508.259 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.684366 508.259 finished creating word cache: / 2022/09/27 11:27:08.684366 508.259 start creating word cache: .. 2022/09/27 11:27:08.684544 508.437 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.684743 508.636 finished creating word cache: .. 2022/09/27 11:27:08.684743 508.636 start creating word cache: . 2022/09/27 11:27:08.684743 508.636 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.684953 508.846 finished creating word cache: . 2022/09/27 11:27:08.684953 508.846 start creating word cache: / 2022/09/27 11:27:08.684953 508.846 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.684953 508.846 finished creating word cache: / 2022/09/27 11:27:08.684953 508.846 start creating word cache: runtime 2022/09/27 11:27:08.684953 508.846 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.684953 508.846 finished creating word cache: runtime 2022/09/27 11:27:08.684953 508.846 start creating word cache: goneovim.exe 2022/09/27 11:27:08.684953 508.846 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.684953 508.846 finished creating word cache: goneovim.exe 2022/09/27 11:27:08.684953 508.846 start creating word cache: * 2022/09/27 11:27:08.684953 508.846 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.685575 509.468 finished creating word cache: * 2022/09/27 11:27:08.685575 509.468 start creating word cache: test.log 2022/09/27 11:27:08.685575 509.468 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.685841 509.734 finished creating word cache: test.log 2022/09/27 11:27:08.685841 509.734 start creating word cache: ~ 2022/09/27 11:27:08.685841 509.734 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:08.685841 509.734 finished creating word cache: ~ 2022/09/27 11:27:08.685841 509.734 screen device pixel ratio is 1.000000 2022/09/27 11:27:09.119366 943.259 Start preparing for deferred drawing UI 2022/09/27 11:27:09.128586 952.479 Finished preparing the deferred drawing UI. ```
I renamed goneovim.exe to `asdfasdf.exe` just to double check I'm using the one I downloaded ./asdfasdf.exe --debug=./test-file.log --wsl ./test.log ``` 2022/09/27 11:27:17.783255 001.068 --- GONEOVIM STARTING --- 2022/09/27 11:27:17.783255 001.068 detecting home directory path 2022/09/27 11:27:17.783772 001.585 reading config 2022/09/27 11:27:17.783772 001.585 start generating the application 2022/09/27 11:27:17.809018 026.831 finished generating the application 2022/09/27 11:27:17.809018 026.831 setting environment variable 2022/09/27 11:27:17.809018 026.831 set working directory path 2022/09/27 11:27:17.809018 026.831 initializing font 2022/09/27 11:27:17.809018 026.831 initializing svg images 2022/09/27 11:27:17.809018 026.831 initializing color palette 2022/09/27 11:27:17.810101 027.914 initializing notification UI 2022/09/27 11:27:17.810101 027.914 start preparing the application window. 2022/09/27 11:27:17.869116 086.929 finished preparing the application window. 2022/09/27 11:27:17.869556 087.369 window layout done 2022/09/27 11:27:17.869556 087.369 done calculating the width of the font. 2022/09/27 11:27:17.869556 087.369 initialize workspace 2022/09/27 11:27:17.869556 087.369 initialazed UI components 2022/09/27 11:27:17.870215 088.028 assembled UI components 2022/09/27 11:27:17.870215 088.028 done initialazing workspaces 2022/09/27 11:27:17.870359 088.172 done connecting UI siganal 2022/09/27 11:27:17.870359 088.028 starting nvim 2022/09/27 11:27:17.870359 088.172 focused UI 2022/09/27 11:27:17.876087 093.900 done starting nvim 2022/09/27 11:27:17.876087 093.900 updating size of UI components 2022/09/27 11:27:17.876087 093.900 attaching UI 2022/09/27 11:27:17.995085 212.898 Received GUI event from neovim 2022/09/27 11:27:17.995085 212.898 ui enter 2022/09/27 11:27:18.081291 299.104 Received GUI event from neovim 2022/09/27 11:27:18.081975 299.788 Received GUI event from neovim 2022/09/27 11:27:18.081975 299.788 Received GUI event from neovim 2022/09/27 11:27:18.081975 299.788 Received GUI event from neovim 2022/09/27 11:27:18.081975 299.788 vim enter 2022/09/27 11:27:18.086192 304.005 Received GUI event from neovim 2022/09/27 11:27:18.086192 304.005 ui enter 2022/09/27 11:27:18.086192 304.005 Received redraw event from neovim 2022/09/27 11:27:18.086192 304.005 start option_set 2022/09/27 11:27:18.086192 304.005 finished option_set 2022/09/27 11:27:18.086192 304.005 start default_colors_set 2022/09/27 11:27:18.086192 304.005 start updating UI color 2022/09/27 11:27:18.086692 304.505 finished updating UI color 2022/09/27 11:27:18.087190 305.003 finished default_colors_set 2022/09/27 11:27:18.087190 305.003 start hl_attr_define 2022/09/27 11:27:18.087190 305.003 finished hl_attr_define 2022/09/27 11:27:18.087190 305.003 start hl_group_set 2022/09/27 11:27:18.087190 305.003 finished hl_group_set 2022/09/27 11:27:18.087190 305.003 start hl_attr_define 2022/09/27 11:27:18.087190 305.003 finished hl_attr_define 2022/09/27 11:27:18.087190 305.003 start hl_group_set 2022/09/27 11:27:18.087190 305.003 finished hl_group_set 2022/09/27 11:27:18.087190 305.003 start hl_attr_define 2022/09/27 11:27:18.087190 305.003 finished hl_attr_define 2022/09/27 11:27:18.087190 305.003 start hl_group_set 2022/09/27 11:27:18.087190 305.003 finished hl_group_set 2022/09/27 11:27:18.087190 305.003 start hl_attr_define 2022/09/27 11:27:18.087190 305.003 finished hl_attr_define 2022/09/27 11:27:18.087190 305.003 start hl_group_set 2022/09/27 11:27:18.087190 305.003 finished hl_group_set 2022/09/27 11:27:18.087190 305.003 start hl_attr_define 2022/09/27 11:27:18.087190 305.003 finished hl_attr_define 2022/09/27 11:27:18.087190 305.003 start hl_group_set 2022/09/27 11:27:18.087190 305.003 finished hl_group_set 2022/09/27 11:27:18.087190 305.003 start hl_attr_define 2022/09/27 11:27:18.087190 305.003 finished hl_attr_define 2022/09/27 11:27:18.087190 305.003 start hl_group_set 2022/09/27 11:27:18.087190 305.003 finished hl_group_set 2022/09/27 11:27:18.087190 305.003 start hl_attr_define 2022/09/27 11:27:18.087190 305.003 finished hl_attr_define 2022/09/27 11:27:18.087190 305.003 start hl_group_set 2022/09/27 11:27:18.087190 305.003 finished hl_group_set 2022/09/27 11:27:18.087190 305.003 start hl_attr_define 2022/09/27 11:27:18.087190 305.003 finished hl_attr_define 2022/09/27 11:27:18.087190 305.003 start hl_group_set 2022/09/27 11:27:18.087190 305.003 finished hl_group_set 2022/09/27 11:27:18.087190 305.003 start hl_attr_define 2022/09/27 11:27:18.087190 305.003 finished hl_attr_define 2022/09/27 11:27:18.087190 305.003 start hl_group_set 2022/09/27 11:27:18.087190 305.003 finished hl_group_set 2022/09/27 11:27:18.087190 305.003 start hl_attr_define 2022/09/27 11:27:18.087190 305.003 finished hl_attr_define 2022/09/27 11:27:18.087190 305.003 start hl_group_set 2022/09/27 11:27:18.087190 305.003 finished hl_group_set 2022/09/27 11:27:18.087190 305.003 start hl_attr_define 2022/09/27 11:27:18.087190 305.003 finished hl_attr_define 2022/09/27 11:27:18.087190 305.003 start hl_group_set 2022/09/27 11:27:18.087190 305.003 finished hl_group_set 2022/09/27 11:27:18.087190 305.003 start hl_attr_define 2022/09/27 11:27:18.087190 305.003 finished hl_attr_define 2022/09/27 11:27:18.087190 305.003 start hl_group_set 2022/09/27 11:27:18.087691 305.504 finished hl_group_set 2022/09/27 11:27:18.087691 305.504 start hl_attr_define 2022/09/27 11:27:18.087691 305.504 finished hl_attr_define 2022/09/27 11:27:18.087691 305.504 start hl_group_set 2022/09/27 11:27:18.087691 305.504 finished hl_group_set 2022/09/27 11:27:18.087691 305.504 start hl_attr_define 2022/09/27 11:27:18.087691 305.504 finished hl_attr_define 2022/09/27 11:27:18.087691 305.504 start hl_group_set 2022/09/27 11:27:18.087691 305.504 finished hl_group_set 2022/09/27 11:27:18.087691 305.504 start hl_attr_define 2022/09/27 11:27:18.087691 305.504 finished hl_attr_define 2022/09/27 11:27:18.087691 305.504 start hl_group_set 2022/09/27 11:27:18.087691 305.504 finished hl_group_set 2022/09/27 11:27:18.087691 305.504 start hl_attr_define 2022/09/27 11:27:18.087691 305.504 finished hl_attr_define 2022/09/27 11:27:18.087691 305.504 start hl_group_set 2022/09/27 11:27:18.087691 305.504 finished hl_group_set 2022/09/27 11:27:18.087691 305.504 start hl_attr_define 2022/09/27 11:27:18.087691 305.504 finished hl_attr_define 2022/09/27 11:27:18.087691 305.504 start hl_group_set 2022/09/27 11:27:18.087691 305.504 finished hl_group_set 2022/09/27 11:27:18.087691 305.504 start hl_attr_define 2022/09/27 11:27:18.087691 305.504 finished hl_attr_define 2022/09/27 11:27:18.087691 305.504 start hl_group_set 2022/09/27 11:27:18.087691 305.504 finished hl_group_set 2022/09/27 11:27:18.087691 305.504 start hl_attr_define 2022/09/27 11:27:18.087691 305.504 finished hl_attr_define 2022/09/27 11:27:18.087691 305.504 start hl_group_set 2022/09/27 11:27:18.087691 305.504 finished hl_group_set 2022/09/27 11:27:18.087691 305.504 start hl_attr_define 2022/09/27 11:27:18.087691 305.504 finished hl_attr_define 2022/09/27 11:27:18.087691 305.504 start hl_group_set 2022/09/27 11:27:18.087691 305.504 finished hl_group_set 2022/09/27 11:27:18.087691 305.504 start hl_attr_define 2022/09/27 11:27:18.087691 305.504 finished hl_attr_define 2022/09/27 11:27:18.087691 305.504 start hl_group_set 2022/09/27 11:27:18.087691 305.504 finished hl_group_set 2022/09/27 11:27:18.087691 305.504 start hl_attr_define 2022/09/27 11:27:18.087691 305.504 finished hl_attr_define 2022/09/27 11:27:18.087691 305.504 start hl_group_set 2022/09/27 11:27:18.087691 305.504 finished hl_group_set 2022/09/27 11:27:18.088012 305.825 start hl_attr_define 2022/09/27 11:27:18.088012 305.825 finished hl_attr_define 2022/09/27 11:27:18.088012 305.825 start hl_group_set 2022/09/27 11:27:18.088012 305.825 finished hl_group_set 2022/09/27 11:27:18.088012 305.825 start hl_attr_define 2022/09/27 11:27:18.088012 305.825 finished hl_attr_define 2022/09/27 11:27:18.088012 305.825 start hl_group_set 2022/09/27 11:27:18.088012 305.825 finished hl_group_set 2022/09/27 11:27:18.088012 305.825 start hl_attr_define 2022/09/27 11:27:18.088012 305.825 finished hl_attr_define 2022/09/27 11:27:18.088093 305.825 start hl_group_set 2022/09/27 11:27:18.088093 305.906 finished hl_group_set 2022/09/27 11:27:18.088093 305.906 start hl_attr_define 2022/09/27 11:27:18.088093 305.906 finished hl_attr_define 2022/09/27 11:27:18.088093 305.906 start hl_group_set 2022/09/27 11:27:18.088093 305.906 finished hl_group_set 2022/09/27 11:27:18.088093 305.906 start hl_attr_define 2022/09/27 11:27:18.088093 305.906 finished hl_attr_define 2022/09/27 11:27:18.088093 305.906 start hl_group_set 2022/09/27 11:27:18.088093 305.906 finished hl_group_set 2022/09/27 11:27:18.088189 306.002 start hl_attr_define 2022/09/27 11:27:18.088189 306.002 finished hl_attr_define 2022/09/27 11:27:18.088189 306.002 start hl_group_set 2022/09/27 11:27:18.088189 306.002 finished hl_group_set 2022/09/27 11:27:18.088189 306.002 start hl_attr_define 2022/09/27 11:27:18.088189 306.002 finished hl_attr_define 2022/09/27 11:27:18.088189 306.002 start hl_group_set 2022/09/27 11:27:18.088189 306.002 finished hl_group_set 2022/09/27 11:27:18.088189 306.002 start hl_attr_define 2022/09/27 11:27:18.088189 306.002 finished hl_attr_define 2022/09/27 11:27:18.088189 306.002 start hl_group_set 2022/09/27 11:27:18.088189 306.002 finished hl_group_set 2022/09/27 11:27:18.088189 306.002 start hl_attr_define 2022/09/27 11:27:18.088189 306.002 finished hl_attr_define 2022/09/27 11:27:18.088189 306.002 start hl_group_set 2022/09/27 11:27:18.088189 306.002 finished hl_group_set 2022/09/27 11:27:18.088189 306.002 start hl_attr_define 2022/09/27 11:27:18.088189 306.002 finished hl_attr_define 2022/09/27 11:27:18.088189 306.002 start hl_group_set 2022/09/27 11:27:18.088189 306.002 finished hl_group_set 2022/09/27 11:27:18.088189 306.002 start hl_attr_define 2022/09/27 11:27:18.088189 306.002 finished hl_attr_define 2022/09/27 11:27:18.088189 306.002 start hl_group_set 2022/09/27 11:27:18.088189 306.002 finished hl_group_set 2022/09/27 11:27:18.088189 306.002 start hl_attr_define 2022/09/27 11:27:18.088189 306.002 finished hl_attr_define 2022/09/27 11:27:18.088189 306.002 start hl_group_set 2022/09/27 11:27:18.088189 306.002 finished hl_group_set 2022/09/27 11:27:18.088189 306.002 start hl_attr_define 2022/09/27 11:27:18.088189 306.002 finished hl_attr_define 2022/09/27 11:27:18.088189 306.002 start hl_group_set 2022/09/27 11:27:18.088189 306.002 finished hl_group_set 2022/09/27 11:27:18.088189 306.002 start hl_attr_define 2022/09/27 11:27:18.088189 306.002 finished hl_attr_define 2022/09/27 11:27:18.088189 306.002 start hl_group_set 2022/09/27 11:27:18.088189 306.002 finished hl_group_set 2022/09/27 11:27:18.088189 306.002 start hl_attr_define 2022/09/27 11:27:18.088189 306.002 finished hl_attr_define 2022/09/27 11:27:18.088189 306.002 start hl_group_set 2022/09/27 11:27:18.088189 306.002 finished hl_group_set 2022/09/27 11:27:18.088189 306.002 start hl_attr_define 2022/09/27 11:27:18.088189 306.002 finished hl_attr_define 2022/09/27 11:27:18.088189 306.002 start hl_group_set 2022/09/27 11:27:18.088189 306.002 finished hl_group_set 2022/09/27 11:27:18.088189 306.002 start hl_attr_define 2022/09/27 11:27:18.088189 306.002 finished hl_attr_define 2022/09/27 11:27:18.088189 306.002 start hl_group_set 2022/09/27 11:27:18.088189 306.002 finished hl_group_set 2022/09/27 11:27:18.088189 306.002 start hl_attr_define 2022/09/27 11:27:18.088189 306.002 finished hl_attr_define 2022/09/27 11:27:18.088189 306.002 start hl_group_set 2022/09/27 11:27:18.088189 306.002 finished hl_group_set 2022/09/27 11:27:18.088189 306.002 start hl_attr_define 2022/09/27 11:27:18.088189 306.002 finished hl_attr_define 2022/09/27 11:27:18.088189 306.002 start hl_group_set 2022/09/27 11:27:18.088189 306.002 finished hl_group_set 2022/09/27 11:27:18.088189 306.002 start hl_attr_define 2022/09/27 11:27:18.088189 306.002 finished hl_attr_define 2022/09/27 11:27:18.088189 306.002 start hl_group_set 2022/09/27 11:27:18.088189 306.002 finished hl_group_set 2022/09/27 11:27:18.088189 306.002 start hl_attr_define 2022/09/27 11:27:18.088189 306.002 finished hl_attr_define 2022/09/27 11:27:18.088189 306.002 start hl_group_set 2022/09/27 11:27:18.088189 306.002 finished hl_group_set 2022/09/27 11:27:18.088689 306.502 start hl_attr_define 2022/09/27 11:27:18.088689 306.502 finished hl_attr_define 2022/09/27 11:27:18.088689 306.502 start hl_group_set 2022/09/27 11:27:18.088689 306.502 finished hl_group_set 2022/09/27 11:27:18.088689 306.502 start hl_attr_define 2022/09/27 11:27:18.088689 306.502 finished hl_attr_define 2022/09/27 11:27:18.088689 306.502 start hl_group_set 2022/09/27 11:27:18.088689 306.502 finished hl_group_set 2022/09/27 11:27:18.088689 306.502 start hl_attr_define 2022/09/27 11:27:18.088689 306.502 finished hl_attr_define 2022/09/27 11:27:18.088689 306.502 start hl_group_set 2022/09/27 11:27:18.088689 306.502 finished hl_group_set 2022/09/27 11:27:18.088689 306.502 start hl_attr_define 2022/09/27 11:27:18.088689 306.502 finished hl_attr_define 2022/09/27 11:27:18.088689 306.502 start hl_group_set 2022/09/27 11:27:18.088689 306.502 finished hl_group_set 2022/09/27 11:27:18.088689 306.502 start hl_attr_define 2022/09/27 11:27:18.088689 306.502 finished hl_attr_define 2022/09/27 11:27:18.088689 306.502 start hl_group_set 2022/09/27 11:27:18.088689 306.502 finished hl_group_set 2022/09/27 11:27:18.088689 306.502 start hl_attr_define 2022/09/27 11:27:18.088689 306.502 finished hl_attr_define 2022/09/27 11:27:18.088689 306.502 start hl_group_set 2022/09/27 11:27:18.088689 306.502 finished hl_group_set 2022/09/27 11:27:18.088689 306.502 start hl_attr_define 2022/09/27 11:27:18.088689 306.502 finished hl_attr_define 2022/09/27 11:27:18.088689 306.502 start hl_group_set 2022/09/27 11:27:18.088689 306.502 finished hl_group_set 2022/09/27 11:27:18.088689 306.502 start hl_attr_define 2022/09/27 11:27:18.088689 306.502 finished hl_attr_define 2022/09/27 11:27:18.088689 306.502 start hl_group_set 2022/09/27 11:27:18.088689 306.502 finished hl_group_set 2022/09/27 11:27:18.088689 306.502 start hl_attr_define 2022/09/27 11:27:18.088689 306.502 finished hl_attr_define 2022/09/27 11:27:18.088689 306.502 start hl_group_set 2022/09/27 11:27:18.088689 306.502 finished hl_group_set 2022/09/27 11:27:18.088689 306.502 start hl_attr_define 2022/09/27 11:27:18.088689 306.502 finished hl_attr_define 2022/09/27 11:27:18.088689 306.502 start hl_group_set 2022/09/27 11:27:18.088689 306.502 finished hl_group_set 2022/09/27 11:27:18.088689 306.502 start hl_attr_define 2022/09/27 11:27:18.088689 306.502 finished hl_attr_define 2022/09/27 11:27:18.088689 306.502 start hl_group_set 2022/09/27 11:27:18.088689 306.502 finished hl_group_set 2022/09/27 11:27:18.088689 306.502 start hl_attr_define 2022/09/27 11:27:18.088689 306.502 finished hl_attr_define 2022/09/27 11:27:18.088689 306.502 start hl_group_set 2022/09/27 11:27:18.088689 306.502 finished hl_group_set 2022/09/27 11:27:18.088689 306.502 start hl_attr_define 2022/09/27 11:27:18.088689 306.502 finished hl_attr_define 2022/09/27 11:27:18.088689 306.502 start hl_group_set 2022/09/27 11:27:18.088689 306.502 finished hl_group_set 2022/09/27 11:27:18.088689 306.502 start option_set 2022/09/27 11:27:18.088689 306.502 finished option_set 2022/09/27 11:27:18.088689 306.502 start default_colors_set 2022/09/27 11:27:18.088689 306.502 finished default_colors_set 2022/09/27 11:27:18.088689 306.502 start grid_resize 2022/09/27 11:27:18.089692 307.505 finished grid_resize 2022/09/27 11:27:18.089692 307.505 start grid_clear 2022/09/27 11:27:18.089692 307.505 finished grid_clear 2022/09/27 11:27:18.089692 307.505 start option_set 2022/09/27 11:27:18.089692 307.505 finished option_set 2022/09/27 11:27:18.089692 307.505 start win_viewport 2022/09/27 11:27:18.089692 307.505 finished win_viewport 2022/09/27 11:27:18.089692 307.505 start grid_line 2022/09/27 11:27:18.089692 307.505 finished grid_line 2022/09/27 11:27:18.089692 307.505 start grid_resize 2022/09/27 11:27:18.090199 308.012 finished grid_resize 2022/09/27 11:27:18.090199 308.012 start grid_line 2022/09/27 11:27:18.090699 308.512 finished grid_line 2022/09/27 11:27:18.090699 308.512 start grid_resize 2022/09/27 11:27:18.091499 309.312 finished grid_resize 2022/09/27 11:27:18.091499 309.312 start msg_set_pos 2022/09/27 11:27:18.091499 309.312 finished msg_set_pos 2022/09/27 11:27:18.091499 309.312 start win_pos 2022/09/27 11:27:18.091604 309.417 finished win_pos 2022/09/27 11:27:18.091604 309.417 start win_viewport 2022/09/27 11:27:18.091604 309.417 finished win_viewport 2022/09/27 11:27:18.091604 309.417 start grid_cursor_goto 2022/09/27 11:27:18.091604 309.417 finished grid_cursor_goto 2022/09/27 11:27:18.091604 309.417 start mode_info_set 2022/09/27 11:27:18.091604 309.417 finished mode_info_set 2022/09/27 11:27:18.091604 309.417 start mode_change 2022/09/27 11:27:18.091604 309.417 finished mode_change 2022/09/27 11:27:18.091604 309.417 start mouse_off 2022/09/27 11:27:18.091604 309.417 finished mouse_off 2022/09/27 11:27:18.091604 309.417 start flush 2022/09/27 11:27:18.091604 309.417 finished flush 2022/09/27 11:27:18.092129 309.942 screen device pixel ratio is 1.000000 2022/09/27 11:27:18.092129 309.942 start creating word cache: ./test.log 2022/09/27 11:27:18.172499 390.312 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.182549 400.362 finished creating word cache: ./test.log 2022/09/27 11:27:18.182672 400.485 start creating word cache: 1,1 2022/09/27 11:27:18.241310 459.123 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.245166 462.979 finished creating word cache: 1,1 2022/09/27 11:27:18.245166 462.979 start creating word cache: Top 2022/09/27 11:27:18.245166 462.979 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.246134 463.947 finished creating word cache: Top 2022/09/27 11:27:18.246380 464.193 screen device pixel ratio is 1.000000 2022/09/27 11:27:18.246380 464.193 start creating word cache: 1 2022/09/27 11:27:18.246380 464.193 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.247377 465.190 finished creating word cache: 1 2022/09/27 11:27:18.247377 465.190 start creating word cache: 2022/09/27 11:27:08.176634 000.527 --- GONEOVIM STARTING --- 2022/09/27 11:27:18.247377 465.190 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.255997 473.810 finished creating word cache: 2022/09/27 11:27:08.176634 000.527 --- GONEOVIM STARTING --- 2022/09/27 11:27:18.255997 473.810 start creating word cache: 2 2022/09/27 11:27:18.255997 473.810 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.255997 473.810 finished creating word cache: 2 2022/09/27 11:27:18.255997 473.810 start creating word cache: 2022/09/27 11:27:08.177185 001.078 detecting home directory path 2022/09/27 11:27:18.255997 473.810 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.260874 478.194 finished creating word cache: 2022/09/27 11:27:08.177185 001.078 detecting home directory path 2022/09/27 11:27:18.260874 478.687 start creating word cache: 3 2022/09/27 11:27:18.260874 478.687 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.261000 478.813 finished creating word cache: 3 2022/09/27 11:27:18.261000 478.813 start creating word cache: 2022/09/27 11:27:08.177242 001.135 reading config 2022/09/27 11:27:18.261000 478.813 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.261307 479.120 finished creating word cache: 2022/09/27 11:27:08.177242 001.135 reading config 2022/09/27 11:27:18.261307 479.120 start creating word cache: 2022/09/27 11:27:08.177757 001.650 start 2022/09/27 11:27:18.261307 479.120 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.261813 479.626 finished creating word cache: 2022/09/27 11:27:08.177757 001.650 start 2022/09/27 11:27:18.261813 479.626 start creating word cache: generating the application 2022/09/27 11:27:18.261813 479.626 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.262196 480.009 finished creating word cache: generating the application 2022/09/27 11:27:18.262196 480.009 start creating word cache: 4 2022/09/27 11:27:18.262196 480.009 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.262196 480.009 finished creating word cache: 4 2022/09/27 11:27:18.262196 480.009 start creating word cache: 5 2022/09/27 11:27:18.262196 480.009 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.262196 480.009 finished creating word cache: 5 2022/09/27 11:27:18.262732 480.545 start creating word cache: 2022/09/27 11:27:08.200999 024.892 finished generating the application 2022/09/27 11:27:18.262732 480.545 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.262732 480.545 finished creating word cache: 2022/09/27 11:27:08.200999 024.892 finished generating the application 2022/09/27 11:27:18.262732 480.545 start creating word cache: 6 2022/09/27 11:27:18.262732 480.545 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.262942 480.755 finished creating word cache: 6 2022/09/27 11:27:18.262942 480.755 start creating word cache: 2022/09/27 11:27:08.200999 024.892 setting environment variable 2022/09/27 11:27:18.262942 480.755 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.263731 481.544 finished creating word cache: 2022/09/27 11:27:08.200999 024.892 setting environment variable 2022/09/27 11:27:18.263731 481.544 start creating word cache: 7 2022/09/27 11:27:18.263731 481.544 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.263731 481.544 finished creating word cache: 7 2022/09/27 11:27:18.263731 481.544 start creating word cache: 2022/09/27 11:27:08.200999 024.892 set working directory path 2022/09/27 11:27:18.263731 481.544 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.264731 482.544 finished creating word cache: 2022/09/27 11:27:08.200999 024.892 set working directory path 2022/09/27 11:27:18.264731 482.544 start creating word cache: 8 2022/09/27 11:27:18.264731 482.544 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.264731 482.544 finished creating word cache: 8 2022/09/27 11:27:18.264731 482.544 start creating word cache: 2022/09/27 11:27:08.200999 024.892 initializing font 2022/09/27 11:27:18.264731 482.544 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.265232 483.045 finished creating word cache: 2022/09/27 11:27:08.200999 024.892 initializing font 2022/09/27 11:27:18.265232 483.045 start creating word cache: 9 2022/09/27 11:27:18.265232 483.045 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.265605 483.418 finished creating word cache: 9 2022/09/27 11:27:18.265605 483.418 start creating word cache: 2022/09/27 11:27:08.200999 024.892 initializing svg images 2022/09/27 11:27:18.265605 483.418 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.265731 483.544 finished creating word cache: 2022/09/27 11:27:08.200999 024.892 initializing svg images 2022/09/27 11:27:18.265731 483.544 start creating word cache: 10 2022/09/27 11:27:18.265731 483.544 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.265978 483.791 finished creating word cache: 10 2022/09/27 11:27:18.265978 483.791 start creating word cache: 2022/09/27 11:27:08.200999 024.892 initializing color palette 2022/09/27 11:27:18.265978 483.791 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.266112 483.925 finished creating word cache: 2022/09/27 11:27:08.200999 024.892 initializing color palette 2022/09/27 11:27:18.266112 483.925 start creating word cache: 11 2022/09/27 11:27:18.266112 483.925 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.266231 484.044 finished creating word cache: 11 2022/09/27 11:27:18.266231 484.044 start creating word cache: 2022/09/27 11:27:08.201545 025.438 initializing notification UI 2022/09/27 11:27:18.266231 484.044 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.266680 484.493 finished creating word cache: 2022/09/27 11:27:08.201545 025.438 initializing notification UI 2022/09/27 11:27:18.266680 484.493 start creating word cache: 12 2022/09/27 11:27:18.266680 484.493 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.266680 484.493 finished creating word cache: 12 2022/09/27 11:27:18.266680 484.493 start creating word cache: 2022/09/27 11:27:08.201598 025.491 start 2022/09/27 11:27:18.266680 484.493 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.267104 484.917 finished creating word cache: 2022/09/27 11:27:08.201598 025.491 start 2022/09/27 11:27:18.267104 484.917 start creating word cache: preparing the application window. 2022/09/27 11:27:18.267104 484.917 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.267104 484.917 finished creating word cache: preparing the application window. 2022/09/27 11:27:18.267104 484.917 start creating word cache: 13 2022/09/27 11:27:18.267104 484.917 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.267466 485.279 finished creating word cache: 13 2022/09/27 11:27:18.267466 485.279 start creating word cache: 2022/09/27 11:27:08.261065 084.958 finished preparing the application window. 2022/09/27 11:27:18.267466 485.279 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.267604 485.417 finished creating word cache: 2022/09/27 11:27:08.261065 084.958 finished preparing the application window. 2022/09/27 11:27:18.267604 485.417 start creating word cache: 2022/09/27 11:27:08.261565 085.458 window layout done 2022/09/27 11:27:18.267604 485.417 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.268235 486.048 finished creating word cache: 2022/09/27 11:27:08.261565 085.458 window layout done 2022/09/27 11:27:18.268235 486.048 start creating word cache: 14 2022/09/27 11:27:18.268235 486.048 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.268235 486.048 finished creating word cache: 14 2022/09/27 11:27:18.268235 486.048 start creating word cache: 2022/09/27 11:27:08.261565 085.458 done calculating the width of the font. 2022/09/27 11:27:18.268764 486.577 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.268764 486.577 finished creating word cache: 2022/09/27 11:27:08.261565 085.458 done calculating the width of the font. 2022/09/27 11:27:18.268764 486.577 start creating word cache: 15 2022/09/27 11:27:18.268764 486.577 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.268764 486.577 finished creating word cache: 15 2022/09/27 11:27:18.268764 486.577 start creating word cache: 16 2022/09/27 11:27:18.268764 486.577 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.268764 486.577 finished creating word cache: 16 2022/09/27 11:27:18.268764 486.577 start creating word cache: 2022/09/27 11:27:08.261565 085.458 initialize workspace 2022/09/27 11:27:18.268764 486.577 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.269283 487.096 finished creating word cache: 2022/09/27 11:27:08.261565 085.458 initialize workspace 2022/09/27 11:27:18.269283 487.096 start creating word cache: 17 2022/09/27 11:27:18.269283 487.096 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.269407 487.220 finished creating word cache: 17 2022/09/27 11:27:18.269407 487.220 start creating word cache: 2022/09/27 11:27:08.262065 085.958 initialazed UI components 2022/09/27 11:27:18.269407 487.220 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.269407 487.220 finished creating word cache: 2022/09/27 11:27:08.262065 085.958 initialazed UI components 2022/09/27 11:27:18.269407 487.220 start creating word cache: 18 2022/09/27 11:27:18.269407 487.220 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.269661 487.474 finished creating word cache: 18 2022/09/27 11:27:18.269661 487.474 start creating word cache: 2022/09/27 11:27:08.262647 086.540 assembled UI components 2022/09/27 11:27:18.269661 487.474 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.269794 487.607 finished creating word cache: 2022/09/27 11:27:08.262647 086.540 assembled UI components 2022/09/27 11:27:18.269794 487.607 start creating word cache: 19 2022/09/27 11:27:18.269794 487.607 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.269903 487.716 finished creating word cache: 19 2022/09/27 11:27:18.269903 487.716 start creating word cache: 2022/09/27 11:27:08.262647 086.540 done initialazing workspaces 2022/09/27 11:27:18.269903 487.716 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.270023 487.836 finished creating word cache: 2022/09/27 11:27:08.262647 086.540 done initialazing workspaces 2022/09/27 11:27:18.270023 487.836 start creating word cache: 20 2022/09/27 11:27:18.270023 487.836 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.270023 487.836 finished creating word cache: 20 2022/09/27 11:27:18.270023 487.836 start creating word cache: 2022/09/27 11:27:08.262647 086.540 done connecting UI siganal 2022/09/27 11:27:18.270023 487.836 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.270023 487.836 finished creating word cache: 2022/09/27 11:27:08.262647 086.540 done connecting UI siganal 2022/09/27 11:27:18.270023 487.836 start creating word cache: 21 2022/09/27 11:27:18.270023 487.836 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.270023 487.836 finished creating word cache: 21 2022/09/27 11:27:18.270023 487.836 start creating word cache: 2022/09/27 11:27:08.262647 086.540 starting nvim 2022/09/27 11:27:18.270423 488.236 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.270509 488.322 finished creating word cache: 2022/09/27 11:27:08.262647 086.540 starting nvim 2022/09/27 11:27:18.270509 488.322 start creating word cache: 22 2022/09/27 11:27:18.270509 488.322 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.270509 488.322 finished creating word cache: 22 2022/09/27 11:27:18.270509 488.322 start creating word cache: 2022/09/27 11:27:08.262647 086.540 focused UI 2022/09/27 11:27:18.270509 488.322 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.270509 488.322 finished creating word cache: 2022/09/27 11:27:08.262647 086.540 focused UI 2022/09/27 11:27:18.270509 488.322 start creating word cache: 23 2022/09/27 11:27:18.270509 488.322 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.270509 488.322 finished creating word cache: 23 2022/09/27 11:27:18.270922 488.735 start creating word cache: 2022/09/27 11:27:08.271065 094.958 done starting nvim 2022/09/27 11:27:18.270922 488.735 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.271016 488.829 finished creating word cache: 2022/09/27 11:27:08.271065 094.958 done starting nvim 2022/09/27 11:27:18.271016 488.829 start creating word cache: 24 2022/09/27 11:27:18.271016 488.829 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.271124 488.937 finished creating word cache: 24 2022/09/27 11:27:18.271124 488.937 start creating word cache: 2022/09/27 11:27:08.271397 095.290 updating size of UI components 2022/09/27 11:27:18.271124 488.937 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.271241 489.054 finished creating word cache: 2022/09/27 11:27:08.271397 095.290 updating size of UI components 2022/09/27 11:27:18.271241 489.054 start creating word cache: 25 2022/09/27 11:27:18.271241 489.054 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.271419 489.232 finished creating word cache: 25 2022/09/27 11:27:18.271419 489.232 start creating word cache: 2022/09/27 11:27:08.271564 095.457 attaching UI 2022/09/27 11:27:18.271419 489.232 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.271419 489.232 finished creating word cache: 2022/09/27 11:27:08.271564 095.457 attaching UI 2022/09/27 11:27:18.271419 489.232 start creating word cache: 26 2022/09/27 11:27:18.271419 489.232 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.271714 489.527 finished creating word cache: 26 2022/09/27 11:27:18.271714 489.527 start creating word cache: 2022/09/27 11:27:08.402157 226.050 Received GUI event from neovim 2022/09/27 11:27:18.271714 489.527 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.271867 489.680 finished creating word cache: 2022/09/27 11:27:08.402157 226.050 Received GUI event from neovim 2022/09/27 11:27:18.271919 489.732 start creating word cache: 27 2022/09/27 11:27:18.271919 489.732 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.271982 489.795 finished creating word cache: 27 2022/09/27 11:27:18.271982 489.795 start creating word cache: 2022/09/27 11:27:08.402378 226.271 ui enter 2022/09/27 11:27:18.271982 489.795 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.271982 489.795 finished creating word cache: 2022/09/27 11:27:08.402378 226.271 ui enter 2022/09/27 11:27:18.271982 489.795 start creating word cache: 28 2022/09/27 11:27:18.271982 489.795 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.272196 490.009 finished creating word cache: 28 2022/09/27 11:27:18.272196 490.009 start creating word cache: 2022/09/27 11:27:08.480147 304.040 Received GUI event from neovim 2022/09/27 11:27:18.272196 490.009 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.272325 490.138 finished creating word cache: 2022/09/27 11:27:08.480147 304.040 Received GUI event from neovim 2022/09/27 11:27:18.272325 490.138 start creating word cache: 29 2022/09/27 11:27:18.272419 490.232 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:18.272419 490.232 finished creating word cache: 29 2022/09/27 11:27:18.272419 490.232 screen device pixel ratio is 1.000000 2022/09/27 11:27:18.600734 818.547 Start preparing for deferred drawing UI 2022/09/27 11:27:18.612146 829.959 Finished preparing the deferred drawing UI. 2022/09/27 11:27:49.091785 002.263 --- GONEOVIM STARTING --- 2022/09/27 11:27:49.091785 002.263 detecting home directory path 2022/09/27 11:27:49.092328 002.806 reading config 2022/09/27 11:27:49.092328 002.806 start generating the application 2022/09/27 11:27:49.117265 027.743 finished generating the application 2022/09/27 11:27:49.117265 027.743 setting environment variable 2022/09/27 11:27:49.117265 027.743 set working directory path 2022/09/27 11:27:49.117265 027.743 initializing font 2022/09/27 11:27:49.117265 027.743 initializing svg images 2022/09/27 11:27:49.117265 027.743 initializing color palette 2022/09/27 11:27:49.117792 028.270 initializing notification UI 2022/09/27 11:27:49.117792 028.270 start preparing the application window. 2022/09/27 11:27:49.176162 086.640 finished preparing the application window. 2022/09/27 11:27:49.176676 087.154 window layout done 2022/09/27 11:27:49.176676 087.154 done calculating the width of the font. 2022/09/27 11:27:49.176676 087.154 initialize workspace 2022/09/27 11:27:49.176676 087.154 initialazed UI components 2022/09/27 11:27:49.177198 087.676 assembled UI components 2022/09/27 11:27:49.177198 087.676 done initialazing workspaces 2022/09/27 11:27:49.177198 087.676 done connecting UI siganal 2022/09/27 11:27:49.177198 087.676 starting nvim 2022/09/27 11:27:49.177198 087.676 focused UI 2022/09/27 11:27:49.183516 093.994 done starting nvim 2022/09/27 11:27:49.183516 093.994 updating size of UI components 2022/09/27 11:27:49.183516 093.994 attaching UI 2022/09/27 11:27:49.309211 219.689 Received GUI event from neovim 2022/09/27 11:27:49.309718 220.196 ui enter 2022/09/27 11:27:49.392373 302.851 Received GUI event from neovim 2022/09/27 11:27:49.392879 303.357 Received GUI event from neovim 2022/09/27 11:27:49.392879 303.357 Received GUI event from neovim 2022/09/27 11:27:49.392879 303.357 Received GUI event from neovim 2022/09/27 11:27:49.392879 303.357 vim enter 2022/09/27 11:27:49.396463 306.941 Received GUI event from neovim 2022/09/27 11:27:49.396463 306.941 ui enter 2022/09/27 11:27:49.396971 307.449 Received redraw event from neovim 2022/09/27 11:27:49.396971 307.449 start option_set 2022/09/27 11:27:49.396971 307.449 finished option_set 2022/09/27 11:27:49.396971 307.449 start default_colors_set 2022/09/27 11:27:49.396971 307.449 start updating UI color 2022/09/27 11:27:49.397471 307.949 finished updating UI color 2022/09/27 11:27:49.397471 307.949 finished default_colors_set 2022/09/27 11:27:49.397471 307.949 start hl_attr_define 2022/09/27 11:27:49.397471 307.949 finished hl_attr_define 2022/09/27 11:27:49.397471 307.949 start hl_group_set 2022/09/27 11:27:49.397471 307.949 finished hl_group_set 2022/09/27 11:27:49.397471 307.949 start hl_attr_define 2022/09/27 11:27:49.397471 307.949 finished hl_attr_define 2022/09/27 11:27:49.397471 307.949 start hl_group_set 2022/09/27 11:27:49.397471 307.949 finished hl_group_set 2022/09/27 11:27:49.397471 307.949 start hl_attr_define 2022/09/27 11:27:49.397471 307.949 finished hl_attr_define 2022/09/27 11:27:49.397896 308.374 start hl_group_set 2022/09/27 11:27:49.397896 308.374 finished hl_group_set 2022/09/27 11:27:49.397896 308.374 start hl_attr_define 2022/09/27 11:27:49.397896 308.374 finished hl_attr_define 2022/09/27 11:27:49.397896 308.374 start hl_group_set 2022/09/27 11:27:49.397896 308.374 finished hl_group_set 2022/09/27 11:27:49.397896 308.374 start hl_attr_define 2022/09/27 11:27:49.397896 308.374 finished hl_attr_define 2022/09/27 11:27:49.397896 308.374 start hl_group_set 2022/09/27 11:27:49.397896 308.374 finished hl_group_set 2022/09/27 11:27:49.397970 308.448 start hl_attr_define 2022/09/27 11:27:49.397970 308.448 finished hl_attr_define 2022/09/27 11:27:49.397970 308.448 start hl_group_set 2022/09/27 11:27:49.397970 308.448 finished hl_group_set 2022/09/27 11:27:49.397970 308.448 start hl_attr_define 2022/09/27 11:27:49.397970 308.448 finished hl_attr_define 2022/09/27 11:27:49.397970 308.448 start hl_group_set 2022/09/27 11:27:49.397970 308.448 finished hl_group_set 2022/09/27 11:27:49.397970 308.448 start hl_attr_define 2022/09/27 11:27:49.397970 308.448 finished hl_attr_define 2022/09/27 11:27:49.397970 308.448 start hl_group_set 2022/09/27 11:27:49.397970 308.448 finished hl_group_set 2022/09/27 11:27:49.397970 308.448 start hl_attr_define 2022/09/27 11:27:49.397970 308.448 finished hl_attr_define 2022/09/27 11:27:49.397970 308.448 start hl_group_set 2022/09/27 11:27:49.397970 308.448 finished hl_group_set 2022/09/27 11:27:49.397970 308.448 start hl_attr_define 2022/09/27 11:27:49.397970 308.448 finished hl_attr_define 2022/09/27 11:27:49.397970 308.448 start hl_group_set 2022/09/27 11:27:49.397970 308.448 finished hl_group_set 2022/09/27 11:27:49.397970 308.448 start hl_attr_define 2022/09/27 11:27:49.397970 308.448 finished hl_attr_define 2022/09/27 11:27:49.397970 308.448 start hl_group_set 2022/09/27 11:27:49.397970 308.448 finished hl_group_set 2022/09/27 11:27:49.397970 308.448 start hl_attr_define 2022/09/27 11:27:49.397970 308.448 finished hl_attr_define 2022/09/27 11:27:49.397970 308.448 start hl_group_set 2022/09/27 11:27:49.397970 308.448 finished hl_group_set 2022/09/27 11:27:49.397970 308.448 start hl_attr_define 2022/09/27 11:27:49.397970 308.448 finished hl_attr_define 2022/09/27 11:27:49.397970 308.448 start hl_group_set 2022/09/27 11:27:49.397970 308.448 finished hl_group_set 2022/09/27 11:27:49.397970 308.448 start hl_attr_define 2022/09/27 11:27:49.397970 308.448 finished hl_attr_define 2022/09/27 11:27:49.397970 308.448 start hl_group_set 2022/09/27 11:27:49.397970 308.448 finished hl_group_set 2022/09/27 11:27:49.397970 308.448 start hl_attr_define 2022/09/27 11:27:49.397970 308.448 finished hl_attr_define 2022/09/27 11:27:49.397970 308.448 start hl_group_set 2022/09/27 11:27:49.397970 308.448 finished hl_group_set 2022/09/27 11:27:49.397970 308.448 start hl_attr_define 2022/09/27 11:27:49.397970 308.448 finished hl_attr_define 2022/09/27 11:27:49.397970 308.448 start hl_group_set 2022/09/27 11:27:49.397970 308.448 finished hl_group_set 2022/09/27 11:27:49.397970 308.448 start hl_attr_define 2022/09/27 11:27:49.397970 308.448 finished hl_attr_define 2022/09/27 11:27:49.397970 308.448 start hl_group_set 2022/09/27 11:27:49.397970 308.448 finished hl_group_set 2022/09/27 11:27:49.397970 308.448 start hl_attr_define 2022/09/27 11:27:49.397970 308.448 finished hl_attr_define 2022/09/27 11:27:49.397970 308.448 start hl_group_set 2022/09/27 11:27:49.397970 308.448 finished hl_group_set 2022/09/27 11:27:49.397970 308.448 start hl_attr_define 2022/09/27 11:27:49.397970 308.448 finished hl_attr_define 2022/09/27 11:27:49.397970 308.448 start hl_group_set 2022/09/27 11:27:49.397970 308.448 finished hl_group_set 2022/09/27 11:27:49.397970 308.448 start hl_attr_define 2022/09/27 11:27:49.397970 308.448 finished hl_attr_define 2022/09/27 11:27:49.397970 308.448 start hl_group_set 2022/09/27 11:27:49.397970 308.448 finished hl_group_set 2022/09/27 11:27:49.397970 308.448 start hl_attr_define 2022/09/27 11:27:49.398469 308.947 finished hl_attr_define 2022/09/27 11:27:49.398469 308.947 start hl_group_set 2022/09/27 11:27:49.398469 308.947 finished hl_group_set 2022/09/27 11:27:49.398469 308.947 start hl_attr_define 2022/09/27 11:27:49.398469 308.947 finished hl_attr_define 2022/09/27 11:27:49.398469 308.947 start hl_group_set 2022/09/27 11:27:49.398469 308.947 finished hl_group_set 2022/09/27 11:27:49.398469 308.947 start hl_attr_define 2022/09/27 11:27:49.398469 308.947 finished hl_attr_define 2022/09/27 11:27:49.398469 308.947 start hl_group_set 2022/09/27 11:27:49.398469 308.947 finished hl_group_set 2022/09/27 11:27:49.398469 308.947 start hl_attr_define 2022/09/27 11:27:49.398469 308.947 finished hl_attr_define 2022/09/27 11:27:49.398469 308.947 start hl_group_set 2022/09/27 11:27:49.398469 308.947 finished hl_group_set 2022/09/27 11:27:49.398469 308.947 start hl_attr_define 2022/09/27 11:27:49.398469 308.947 finished hl_attr_define 2022/09/27 11:27:49.398469 308.947 start hl_group_set 2022/09/27 11:27:49.398469 308.947 finished hl_group_set 2022/09/27 11:27:49.398469 308.947 start hl_attr_define 2022/09/27 11:27:49.398469 308.947 finished hl_attr_define 2022/09/27 11:27:49.398469 308.947 start hl_group_set 2022/09/27 11:27:49.398469 308.947 finished hl_group_set 2022/09/27 11:27:49.398469 308.947 start hl_attr_define 2022/09/27 11:27:49.398469 308.947 finished hl_attr_define 2022/09/27 11:27:49.398469 308.947 start hl_group_set 2022/09/27 11:27:49.398469 308.947 finished hl_group_set 2022/09/27 11:27:49.398469 308.947 start hl_attr_define 2022/09/27 11:27:49.398469 308.947 finished hl_attr_define 2022/09/27 11:27:49.398469 308.947 start hl_group_set 2022/09/27 11:27:49.398469 308.947 finished hl_group_set 2022/09/27 11:27:49.398469 308.947 start hl_attr_define 2022/09/27 11:27:49.398469 308.947 finished hl_attr_define 2022/09/27 11:27:49.398469 308.947 start hl_group_set 2022/09/27 11:27:49.398469 308.947 finished hl_group_set 2022/09/27 11:27:49.398469 308.947 start hl_attr_define 2022/09/27 11:27:49.398469 308.947 finished hl_attr_define 2022/09/27 11:27:49.398469 308.947 start hl_group_set 2022/09/27 11:27:49.398469 308.947 finished hl_group_set 2022/09/27 11:27:49.398469 308.947 start hl_attr_define 2022/09/27 11:27:49.398469 308.947 finished hl_attr_define 2022/09/27 11:27:49.398469 308.947 start hl_group_set 2022/09/27 11:27:49.398469 308.947 finished hl_group_set 2022/09/27 11:27:49.398469 308.947 start hl_attr_define 2022/09/27 11:27:49.398469 308.947 finished hl_attr_define 2022/09/27 11:27:49.398469 308.947 start hl_group_set 2022/09/27 11:27:49.398469 308.947 finished hl_group_set 2022/09/27 11:27:49.398469 308.947 start hl_attr_define 2022/09/27 11:27:49.398469 308.947 finished hl_attr_define 2022/09/27 11:27:49.398469 308.947 start hl_group_set 2022/09/27 11:27:49.398469 308.947 finished hl_group_set 2022/09/27 11:27:49.398469 308.947 start hl_attr_define 2022/09/27 11:27:49.398469 308.947 finished hl_attr_define 2022/09/27 11:27:49.398469 308.947 start hl_group_set 2022/09/27 11:27:49.398469 308.947 finished hl_group_set 2022/09/27 11:27:49.398469 308.947 start hl_attr_define 2022/09/27 11:27:49.398469 308.947 finished hl_attr_define 2022/09/27 11:27:49.398469 308.947 start hl_group_set 2022/09/27 11:27:49.398469 308.947 finished hl_group_set 2022/09/27 11:27:49.398469 308.947 start hl_attr_define 2022/09/27 11:27:49.398469 308.947 finished hl_attr_define 2022/09/27 11:27:49.398469 308.947 start hl_group_set 2022/09/27 11:27:49.398969 309.447 finished hl_group_set 2022/09/27 11:27:49.398969 309.447 start hl_attr_define 2022/09/27 11:27:49.398969 309.447 finished hl_attr_define 2022/09/27 11:27:49.398969 309.447 start hl_group_set 2022/09/27 11:27:49.398969 309.447 finished hl_group_set 2022/09/27 11:27:49.398969 309.447 start hl_attr_define 2022/09/27 11:27:49.398969 309.447 finished hl_attr_define 2022/09/27 11:27:49.398969 309.447 start hl_group_set 2022/09/27 11:27:49.398969 309.447 finished hl_group_set 2022/09/27 11:27:49.398969 309.447 start hl_attr_define 2022/09/27 11:27:49.398969 309.447 finished hl_attr_define 2022/09/27 11:27:49.398969 309.447 start hl_group_set 2022/09/27 11:27:49.398969 309.447 finished hl_group_set 2022/09/27 11:27:49.398969 309.447 start hl_attr_define 2022/09/27 11:27:49.399074 309.552 finished hl_attr_define 2022/09/27 11:27:49.399074 309.552 start hl_group_set 2022/09/27 11:27:49.399074 309.552 finished hl_group_set 2022/09/27 11:27:49.399074 309.552 start hl_attr_define 2022/09/27 11:27:49.399074 309.552 finished hl_attr_define 2022/09/27 11:27:49.399074 309.552 start hl_group_set 2022/09/27 11:27:49.399074 309.552 finished hl_group_set 2022/09/27 11:27:49.399074 309.552 start hl_attr_define 2022/09/27 11:27:49.399074 309.552 finished hl_attr_define 2022/09/27 11:27:49.399074 309.552 start hl_group_set 2022/09/27 11:27:49.399074 309.552 finished hl_group_set 2022/09/27 11:27:49.399074 309.552 start hl_attr_define 2022/09/27 11:27:49.399074 309.552 finished hl_attr_define 2022/09/27 11:27:49.399074 309.552 start hl_group_set 2022/09/27 11:27:49.399074 309.552 finished hl_group_set 2022/09/27 11:27:49.399074 309.552 start hl_attr_define 2022/09/27 11:27:49.399074 309.552 finished hl_attr_define 2022/09/27 11:27:49.399074 309.552 start hl_group_set 2022/09/27 11:27:49.399074 309.552 finished hl_group_set 2022/09/27 11:27:49.399074 309.552 start hl_attr_define 2022/09/27 11:27:49.399074 309.552 finished hl_attr_define 2022/09/27 11:27:49.399074 309.552 start hl_group_set 2022/09/27 11:27:49.399074 309.552 finished hl_group_set 2022/09/27 11:27:49.399074 309.552 start hl_attr_define 2022/09/27 11:27:49.399074 309.552 finished hl_attr_define 2022/09/27 11:27:49.399074 309.552 start hl_group_set 2022/09/27 11:27:49.399074 309.552 finished hl_group_set 2022/09/27 11:27:49.399074 309.552 start hl_attr_define 2022/09/27 11:27:49.399074 309.552 finished hl_attr_define 2022/09/27 11:27:49.399074 309.552 start hl_group_set 2022/09/27 11:27:49.399074 309.552 finished hl_group_set 2022/09/27 11:27:49.399074 309.552 start hl_attr_define 2022/09/27 11:27:49.399074 309.552 finished hl_attr_define 2022/09/27 11:27:49.399074 309.552 start hl_group_set 2022/09/27 11:27:49.399074 309.552 finished hl_group_set 2022/09/27 11:27:49.399074 309.552 start hl_attr_define 2022/09/27 11:27:49.399074 309.552 finished hl_attr_define 2022/09/27 11:27:49.399074 309.552 start hl_group_set 2022/09/27 11:27:49.399074 309.552 finished hl_group_set 2022/09/27 11:27:49.399074 309.552 start hl_attr_define 2022/09/27 11:27:49.399074 309.552 finished hl_attr_define 2022/09/27 11:27:49.399074 309.552 start hl_group_set 2022/09/27 11:27:49.399074 309.552 finished hl_group_set 2022/09/27 11:27:49.399074 309.552 start hl_attr_define 2022/09/27 11:27:49.399074 309.552 finished hl_attr_define 2022/09/27 11:27:49.399074 309.552 start hl_group_set 2022/09/27 11:27:49.399074 309.552 finished hl_group_set 2022/09/27 11:27:49.399470 309.948 start hl_attr_define 2022/09/27 11:27:49.399470 309.948 finished hl_attr_define 2022/09/27 11:27:49.399470 309.948 start hl_group_set 2022/09/27 11:27:49.399470 309.948 finished hl_group_set 2022/09/27 11:27:49.399470 309.948 start hl_attr_define 2022/09/27 11:27:49.399470 309.948 finished hl_attr_define 2022/09/27 11:27:49.399470 309.948 start hl_group_set 2022/09/27 11:27:49.399470 309.948 finished hl_group_set 2022/09/27 11:27:49.399470 309.948 start hl_attr_define 2022/09/27 11:27:49.399470 309.948 finished hl_attr_define 2022/09/27 11:27:49.399470 309.948 start hl_group_set 2022/09/27 11:27:49.399470 309.948 finished hl_group_set 2022/09/27 11:27:49.399470 309.948 start hl_attr_define 2022/09/27 11:27:49.399470 309.948 finished hl_attr_define 2022/09/27 11:27:49.399470 309.948 start hl_group_set 2022/09/27 11:27:49.399470 309.948 finished hl_group_set 2022/09/27 11:27:49.399470 309.948 start hl_attr_define 2022/09/27 11:27:49.399470 309.948 finished hl_attr_define 2022/09/27 11:27:49.399470 309.948 start hl_group_set 2022/09/27 11:27:49.399470 309.948 finished hl_group_set 2022/09/27 11:27:49.399470 309.948 start option_set 2022/09/27 11:27:49.399470 309.948 finished option_set 2022/09/27 11:27:49.399470 309.948 start default_colors_set 2022/09/27 11:27:49.399470 309.948 finished default_colors_set 2022/09/27 11:27:49.399470 309.948 start grid_resize 2022/09/27 11:27:49.400479 310.957 finished grid_resize 2022/09/27 11:27:49.400479 310.957 start grid_clear 2022/09/27 11:27:49.400479 310.957 finished grid_clear 2022/09/27 11:27:49.400479 310.957 start option_set 2022/09/27 11:27:49.400479 310.957 finished option_set 2022/09/27 11:27:49.400479 310.957 start win_viewport 2022/09/27 11:27:49.400479 310.957 finished win_viewport 2022/09/27 11:27:49.400479 310.957 start grid_line 2022/09/27 11:27:49.400479 310.957 finished grid_line 2022/09/27 11:27:49.400479 310.957 start grid_resize 2022/09/27 11:27:49.401469 311.947 finished grid_resize 2022/09/27 11:27:49.401469 311.947 start grid_line 2022/09/27 11:27:49.401469 311.947 finished grid_line 2022/09/27 11:27:49.401469 311.947 start grid_resize 2022/09/27 11:27:49.402174 312.652 finished grid_resize 2022/09/27 11:27:49.402174 312.652 start msg_set_pos 2022/09/27 11:27:49.402470 312.652 finished msg_set_pos 2022/09/27 11:27:49.402470 312.948 start win_pos 2022/09/27 11:27:49.402470 312.948 finished win_pos 2022/09/27 11:27:49.402470 312.948 start win_viewport 2022/09/27 11:27:49.402470 312.948 finished win_viewport 2022/09/27 11:27:49.402470 312.948 start grid_cursor_goto 2022/09/27 11:27:49.402470 312.948 finished grid_cursor_goto 2022/09/27 11:27:49.402470 312.948 start mode_info_set 2022/09/27 11:27:49.402470 312.948 finished mode_info_set 2022/09/27 11:27:49.402470 312.948 start mode_change 2022/09/27 11:27:49.402470 312.948 finished mode_change 2022/09/27 11:27:49.402470 312.948 start mouse_off 2022/09/27 11:27:49.402470 312.948 finished mouse_off 2022/09/27 11:27:49.402470 312.948 start flush 2022/09/27 11:27:49.402470 312.948 finished flush 2022/09/27 11:27:49.402974 313.452 screen device pixel ratio is 1.000000 2022/09/27 11:27:49.402974 313.452 start creating word cache: ./test.log 2022/09/27 11:27:49.489488 399.966 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.500063 410.541 finished creating word cache: ./test.log 2022/09/27 11:27:49.500063 410.541 start creating word cache: 1,1 2022/09/27 11:27:49.557216 467.694 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.560417 470.895 finished creating word cache: 1,1 2022/09/27 11:27:49.560417 470.895 start creating word cache: Top 2022/09/27 11:27:49.560417 470.895 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.560890 471.368 finished creating word cache: Top 2022/09/27 11:27:49.561391 471.869 screen device pixel ratio is 1.000000 2022/09/27 11:27:49.561391 471.869 start creating word cache: 1 2022/09/27 11:27:49.561391 471.869 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.562198 472.676 finished creating word cache: 1 2022/09/27 11:27:49.562198 472.676 start creating word cache: 2022/09/27 11:27:08.176634 000.527 --- GONEOVIM STARTING --- 2022/09/27 11:27:49.562198 472.676 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.571241 481.719 finished creating word cache: 2022/09/27 11:27:08.176634 000.527 --- GONEOVIM STARTING --- 2022/09/27 11:27:49.571241 481.719 start creating word cache: 2 2022/09/27 11:27:49.571241 481.719 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.571241 481.719 finished creating word cache: 2 2022/09/27 11:27:49.571241 481.719 start creating word cache: 2022/09/27 11:27:08.177185 001.078 detecting home directory path 2022/09/27 11:27:49.571241 481.719 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.575733 486.211 finished creating word cache: 2022/09/27 11:27:08.177185 001.078 detecting home directory path 2022/09/27 11:27:49.575733 486.211 start creating word cache: 3 2022/09/27 11:27:49.575733 486.211 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.575733 486.211 finished creating word cache: 3 2022/09/27 11:27:49.575733 486.211 start creating word cache: 2022/09/27 11:27:08.177242 001.135 reading config 2022/09/27 11:27:49.575733 486.211 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.576369 486.847 finished creating word cache: 2022/09/27 11:27:08.177242 001.135 reading config 2022/09/27 11:27:49.576369 486.847 start creating word cache: 4 2022/09/27 11:27:49.576369 486.847 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.576664 487.142 finished creating word cache: 4 2022/09/27 11:27:49.576664 487.142 start creating word cache: 2022/09/27 11:27:08.177757 001.650 start 2022/09/27 11:27:49.576664 487.142 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.576907 487.385 finished creating word cache: 2022/09/27 11:27:08.177757 001.650 start 2022/09/27 11:27:49.576907 487.385 start creating word cache: generating the application 2022/09/27 11:27:49.576907 487.385 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.577374 487.852 finished creating word cache: generating the application 2022/09/27 11:27:49.577374 487.852 start creating word cache: 5 2022/09/27 11:27:49.577374 487.852 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.577374 487.852 finished creating word cache: 5 2022/09/27 11:27:49.577374 487.852 start creating word cache: 2022/09/27 11:27:08.200999 024.892 finished generating the application 2022/09/27 11:27:49.577374 487.852 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.577875 488.353 finished creating word cache: 2022/09/27 11:27:08.200999 024.892 finished generating the application 2022/09/27 11:27:49.577875 488.353 start creating word cache: 6 2022/09/27 11:27:49.577875 488.353 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.577983 488.461 finished creating word cache: 6 2022/09/27 11:27:49.577983 488.461 start creating word cache: 2022/09/27 11:27:08.200999 024.892 setting environment variable 2022/09/27 11:27:49.577983 488.461 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.578559 489.037 finished creating word cache: 2022/09/27 11:27:08.200999 024.892 setting environment variable 2022/09/27 11:27:49.578559 489.037 start creating word cache: 7 2022/09/27 11:27:49.578559 489.037 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.578886 489.364 finished creating word cache: 7 2022/09/27 11:27:49.578886 489.364 start creating word cache: 2022/09/27 11:27:08.200999 024.892 set working directory path 2022/09/27 11:27:49.578886 489.364 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.579373 489.851 finished creating word cache: 2022/09/27 11:27:08.200999 024.892 set working directory path 2022/09/27 11:27:49.579373 489.851 start creating word cache: 8 2022/09/27 11:27:49.579373 489.851 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.579373 489.851 finished creating word cache: 8 2022/09/27 11:27:49.579373 489.851 start creating word cache: 2022/09/27 11:27:08.200999 024.892 initializing font 2022/09/27 11:27:49.579373 489.851 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.579935 490.413 finished creating word cache: 2022/09/27 11:27:08.200999 024.892 initializing font 2022/09/27 11:27:49.579935 490.413 start creating word cache: 9 2022/09/27 11:27:49.579935 490.413 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.579935 490.413 finished creating word cache: 9 2022/09/27 11:27:49.579935 490.413 start creating word cache: 2022/09/27 11:27:08.200999 024.892 initializing svg images 2022/09/27 11:27:49.579935 490.413 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.580494 490.972 finished creating word cache: 2022/09/27 11:27:08.200999 024.892 initializing svg images 2022/09/27 11:27:49.580494 490.972 start creating word cache: 10 2022/09/27 11:27:49.580494 490.972 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.580494 490.972 finished creating word cache: 10 2022/09/27 11:27:49.580494 490.972 start creating word cache: 2022/09/27 11:27:08.200999 024.892 initializing color palette 2022/09/27 11:27:49.580494 490.972 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.580728 491.206 finished creating word cache: 2022/09/27 11:27:08.200999 024.892 initializing color palette 2022/09/27 11:27:49.580728 491.206 start creating word cache: 2022/09/27 11:27:08.201545 025.438 initializing notification UI 2022/09/27 11:27:49.580728 491.206 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.581007 491.485 finished creating word cache: 2022/09/27 11:27:08.201545 025.438 initializing notification UI 2022/09/27 11:27:49.581007 491.485 start creating word cache: 11 2022/09/27 11:27:49.581007 491.485 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.581007 491.485 finished creating word cache: 11 2022/09/27 11:27:49.581007 491.485 start creating word cache: 12 2022/09/27 11:27:49.581007 491.485 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.581007 491.485 finished creating word cache: 12 2022/09/27 11:27:49.581007 491.485 start creating word cache: 2022/09/27 11:27:08.201598 025.491 start 2022/09/27 11:27:49.581007 491.485 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.581460 491.938 finished creating word cache: 2022/09/27 11:27:08.201598 025.491 start 2022/09/27 11:27:49.581460 491.938 start creating word cache: preparing the application window. 2022/09/27 11:27:49.581460 491.938 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.581576 492.054 finished creating word cache: preparing the application window. 2022/09/27 11:27:49.581576 492.054 start creating word cache: 13 2022/09/27 11:27:49.581576 492.054 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.581677 492.155 finished creating word cache: 13 2022/09/27 11:27:49.581677 492.155 start creating word cache: 2022/09/27 11:27:08.261065 084.958 finished preparing the application window. 2022/09/27 11:27:49.581677 492.155 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.581677 492.155 finished creating word cache: 2022/09/27 11:27:08.261065 084.958 finished preparing the application window. 2022/09/27 11:27:49.581677 492.155 start creating word cache: 2022/09/27 11:27:08.261565 085.458 window layout done 2022/09/27 11:27:49.581677 492.155 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.582088 492.566 finished creating word cache: 2022/09/27 11:27:08.261565 085.458 window layout done 2022/09/27 11:27:49.582088 492.566 start creating word cache: 14 2022/09/27 11:27:49.582088 492.566 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.582088 492.566 finished creating word cache: 14 2022/09/27 11:27:49.582088 492.566 start creating word cache: 15 2022/09/27 11:27:49.582088 492.566 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.582484 492.962 finished creating word cache: 15 2022/09/27 11:27:49.582484 492.962 start creating word cache: 2022/09/27 11:27:08.261565 085.458 done calculating the width of the font. 2022/09/27 11:27:49.582484 492.962 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.582607 493.085 finished creating word cache: 2022/09/27 11:27:08.261565 085.458 done calculating the width of the font. 2022/09/27 11:27:49.582607 493.085 start creating word cache: 16 2022/09/27 11:27:49.582607 493.085 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.582718 493.196 finished creating word cache: 16 2022/09/27 11:27:49.582718 493.196 start creating word cache: 2022/09/27 11:27:08.261565 085.458 initialize workspace 2022/09/27 11:27:49.582718 493.196 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.582836 493.314 finished creating word cache: 2022/09/27 11:27:08.261565 085.458 initialize workspace 2022/09/27 11:27:49.582836 493.314 start creating word cache: 17 2022/09/27 11:27:49.582836 493.314 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.582836 493.314 finished creating word cache: 17 2022/09/27 11:27:49.582836 493.314 start creating word cache: 2022/09/27 11:27:08.262065 085.958 initialazed UI components 2022/09/27 11:27:49.582836 493.314 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.582836 493.314 finished creating word cache: 2022/09/27 11:27:08.262065 085.958 initialazed UI components 2022/09/27 11:27:49.582836 493.314 start creating word cache: 18 2022/09/27 11:27:49.582836 493.314 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.583387 493.314 finished creating word cache: 18 2022/09/27 11:27:49.583387 493.865 start creating word cache: 2022/09/27 11:27:08.262647 086.540 assembled UI components 2022/09/27 11:27:49.583387 493.865 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.583387 493.865 finished creating word cache: 2022/09/27 11:27:08.262647 086.540 assembled UI components 2022/09/27 11:27:49.583387 493.865 start creating word cache: 19 2022/09/27 11:27:49.583387 493.865 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.583387 493.865 finished creating word cache: 19 2022/09/27 11:27:49.583387 493.865 start creating word cache: 2022/09/27 11:27:08.262647 086.540 done initialazing workspaces 2022/09/27 11:27:49.583387 493.865 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.583918 494.396 finished creating word cache: 2022/09/27 11:27:08.262647 086.540 done initialazing workspaces 2022/09/27 11:27:49.583918 494.396 start creating word cache: 20 2022/09/27 11:27:49.583918 494.396 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.583918 494.396 finished creating word cache: 20 2022/09/27 11:27:49.583918 494.396 start creating word cache: 2022/09/27 11:27:08.262647 086.540 done connecting UI siganal 2022/09/27 11:27:49.583918 494.396 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.583918 494.396 finished creating word cache: 2022/09/27 11:27:08.262647 086.540 done connecting UI siganal 2022/09/27 11:27:49.583918 494.396 start creating word cache: 21 2022/09/27 11:27:49.583918 494.396 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.584391 494.869 finished creating word cache: 21 2022/09/27 11:27:49.584391 494.869 start creating word cache: 2022/09/27 11:27:08.262647 086.540 starting nvim 2022/09/27 11:27:49.584391 494.869 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.584543 495.021 finished creating word cache: 2022/09/27 11:27:08.262647 086.540 starting nvim 2022/09/27 11:27:49.584543 495.021 start creating word cache: 22 2022/09/27 11:27:49.584543 495.021 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.584543 495.021 finished creating word cache: 22 2022/09/27 11:27:49.584543 495.021 start creating word cache: 2022/09/27 11:27:08.262647 086.540 focused UI 2022/09/27 11:27:49.584543 495.021 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.584543 495.021 finished creating word cache: 2022/09/27 11:27:08.262647 086.540 focused UI 2022/09/27 11:27:49.584543 495.021 start creating word cache: 23 2022/09/27 11:27:49.584543 495.021 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.584907 495.385 finished creating word cache: 23 2022/09/27 11:27:49.584907 495.385 start creating word cache: 2022/09/27 11:27:08.271065 094.958 done starting nvim 2022/09/27 11:27:49.584907 495.385 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.585134 495.612 finished creating word cache: 2022/09/27 11:27:08.271065 094.958 done starting nvim 2022/09/27 11:27:49.585134 495.612 start creating word cache: 24 2022/09/27 11:27:49.585134 495.612 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.585134 495.612 finished creating word cache: 24 2022/09/27 11:27:49.585398 495.876 start creating word cache: 2022/09/27 11:27:08.271397 095.290 updating size of UI components 2022/09/27 11:27:49.585398 495.876 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.585398 495.876 finished creating word cache: 2022/09/27 11:27:08.271397 095.290 updating size of UI components 2022/09/27 11:27:49.585398 495.876 start creating word cache: 25 2022/09/27 11:27:49.585398 495.876 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.585906 496.384 finished creating word cache: 25 2022/09/27 11:27:49.585906 496.384 start creating word cache: 2022/09/27 11:27:08.271564 095.457 attaching UI 2022/09/27 11:27:49.585906 496.384 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.585906 496.384 finished creating word cache: 2022/09/27 11:27:08.271564 095.457 attaching UI 2022/09/27 11:27:49.585906 496.384 start creating word cache: 26 2022/09/27 11:27:49.585906 496.384 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.585906 496.384 finished creating word cache: 26 2022/09/27 11:27:49.585906 496.384 start creating word cache: 2022/09/27 11:27:08.402157 226.050 Received GUI event from neovim 2022/09/27 11:27:49.586231 496.709 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.586231 496.709 finished creating word cache: 2022/09/27 11:27:08.402157 226.050 Received GUI event from neovim 2022/09/27 11:27:49.586231 496.709 start creating word cache: 27 2022/09/27 11:27:49.586231 496.709 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.586398 496.876 finished creating word cache: 27 2022/09/27 11:27:49.586398 496.876 start creating word cache: 2022/09/27 11:27:08.402378 226.271 ui enter 2022/09/27 11:27:49.586398 496.876 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.586398 496.876 finished creating word cache: 2022/09/27 11:27:08.402378 226.271 ui enter 2022/09/27 11:27:49.586398 496.876 start creating word cache: 28 2022/09/27 11:27:49.586398 496.876 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.586767 497.245 finished creating word cache: 28 2022/09/27 11:27:49.586767 497.245 start creating word cache: 2022/09/27 11:27:08.480147 304.040 Received GUI event from neovim 2022/09/27 11:27:49.586767 497.245 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.586897 497.375 finished creating word cache: 2022/09/27 11:27:08.480147 304.040 Received GUI event from neovim 2022/09/27 11:27:49.586897 497.375 start creating word cache: 29 2022/09/27 11:27:49.586897 497.375 Outputs font information creating word cache: Consolas 12 12 2022/09/27 11:27:49.587079 497.557 finished creating word cache: 29 2022/09/27 11:27:49.587079 497.557 screen device pixel ratio is 1.000000 2022/09/27 11:27:49.905880 816.358 Start preparing for deferred drawing UI 2022/09/27 11:27:49.917726 828.204 Finished preparing the deferred drawing UI. ```
akiyosi commented 1 year ago

@Cleancookie Sorry for not replying for so long. Also, I recently found out that the problem with the debug logs not being output was a bug in the CI script. My apologies to you for this as well.

I have fixed the CI script correctly and created a debugging artifact. I would appreciate it if you could reproduce the problem with this artifact and provide us with the debug logs.

https://github.com/akiyosi/goneovim/actions/runs/3432861116