You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to run release 0.1-alpha in Ubuntu for Windows using VcXsrv it returned this error:
Server failed to accept.: Io(Os { code: 22, kind: InvalidInput, message: "Invalid argument" }) (thread Constellation, at libcore/result.rs:945)
ERROR 2018-05-10T13:43:28Z: servo: Server failed to accept.: Io(Os { code: 22, kind: InvalidInput, message: "Invalid argument" })
I believe it may be related to graphics since the Windows Subsystem for Linux doesn't formally support graphical apps, hence why I needed to use VcXsrv as well.
Since this platform is not an intended target for Servonk I expect this issue to be given a low priority.
Note that in addition to the instructions in the reader I set up the environment as:
export DISPLAY=:0 export XDG_RUNTIME_DIR=/tmp
The text was updated successfully, but these errors were encountered:
When trying to run release 0.1-alpha in Ubuntu for Windows using VcXsrv it returned this error:
I believe it may be related to graphics since the Windows Subsystem for Linux doesn't formally support graphical apps, hence why I needed to use VcXsrv as well.
Since this platform is not an intended target for Servonk I expect this issue to be given a low priority.
Note that in addition to the instructions in the reader I set up the environment as:
The text was updated successfully, but these errors were encountered: