Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/wsl option do not work in windows #336

Closed
shiena opened this issue Apr 11, 2022 · 4 comments
Closed

/wsl option do not work in windows #336

shiena opened this issue Apr 11, 2022 · 4 comments

Comments

@shiena
Copy link
Contributor

shiena commented Apr 11, 2022

OS: Windows10
goneovim: nightly-1-g939f78d
nvim in wsl: v0.6.1

When I run the goneovim --wsl command, the window appears and then closes.
The following is a log of the goneovim --wsl --debug run.

debug.log
2022/04/12 01:36:59.648980 000.000 --- GONEOVIM STARTING ---
2022/04/12 01:36:59.649981 001.001 detecting home directory path
2022/04/12 01:36:59.649981 001.001 reading config
2022/04/12 01:36:59.649981 001.001 start    generating the application
2022/04/12 01:36:59.670981 022.001 finished generating the application
2022/04/12 01:36:59.670981 022.001 setting environment variable
2022/04/12 01:36:59.670981 022.001 set working directory path
2022/04/12 01:36:59.670981 022.001 initializing font
2022/04/12 01:36:59.671995 023.015 initializing svg images
2022/04/12 01:36:59.671995 023.015 initializing color palette
2022/04/12 01:36:59.671995 023.015 initializing notification UI
2022/04/12 01:36:59.671995 023.015 start    preparing the application window.
2022/04/12 01:36:59.786982 138.002 finished preparing the application window.
2022/04/12 01:36:59.788981 140.001 window layout done
2022/04/12 01:36:59.788981 140.001 done calculating the width of the font.
2022/04/12 01:36:59.788981 140.001 initialize workspace
2022/04/12 01:36:59.788981 140.001 initialazed UI components
2022/04/12 01:36:59.789980 141.000 assembled UI components
2022/04/12 01:36:59.789980 141.000 done initialazing workspaces
2022/04/12 01:36:59.789980 141.000 done connecting UI siganal
2022/04/12 01:36:59.789980 141.000 starting nvim
2022/04/12 01:36:59.790982 142.002 focused UI
2022/04/12 01:36:59.792981 144.001 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/04/12 01:37:00.459901 810.921 done starting nvim
2022/04/12 01:37:00.461903 812.923 updating size of UI components
2022/04/12 01:37:00.461903 812.923 attaching UI
2022/04/12 01:37:00.584901 935.921 msgpack/rpc: session closed
2022/04/12 01:37:00.584901 935.921 The application was quitted with the exit of Neovim.
@shiena
Copy link
Contributor Author

shiena commented Apr 12, 2022

Sometimes the following error message is output.

QMutex: destroying locked mutex

@shiena
Copy link
Contributor Author

shiena commented Apr 13, 2022

The /wsl option worked on the Windows build uploaded at the following URL.
https://github.com/akiyosi/goneovim/actions/runs/2161500095

@akiyosi
Copy link
Owner

akiyosi commented Apr 13, 2022

@shiena
Hi :D
Thanks for confirming!
I will update master branch with this change.

akiyosi added a commit that referenced this issue Apr 13, 2022
@akiyosi
Copy link
Owner

akiyosi commented Apr 14, 2022

Closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants