-
-
Notifications
You must be signed in to change notification settings - Fork 26
loadup-all.sh -apps fails on loadup-mid-from-init with wsl1 #2148
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
Comments
YOu're not running WSL2? I'm not sure the build scripts will run on WSL1. Can you run with the 'release' loadups? |
Fixed in PR#2163. @kotenok2000 Could you try it out on WSL1 since I did most of my testing on WSL2. |
Looks like it worked. |
and in particular https://github.com/orgs/Interlisp/discussions/637 explains how we got here. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When i attempt to build medley on wsl1 it fails with "Xvnc server failed to start error" on loadup-mid-from-init stage.
It succesfully finishes loadup-init stage, but crashes on the next step.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Context (please complete the following information):
IL:MAKESYSDATE
: [ date ] or(il:print-lisp-information)
: copy-paste or screenshot thisAdditional context
Add any other context about the problem here.
I would like to use vcxsrv with export DISPLAY=:0 instead of VNC, but loadup script uses vnc for some reason.
The text was updated successfully, but these errors were encountered: