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
V2.15.0 on Windows fails without any warning or log if Hyper-V or Docker Desktop is installed. This makes it difficult to learn what is wrong. Using --start-webview=false will at least show an error message.
It should at least tell you what is wrong without closing the command window. Better yet, since hyperv is not the only program that reserves certain ports, just try another port until you find one that works.
The quickest workaround is the use the command line option: --http-addr 127.0.0.1:8081
The text was updated successfully, but these errors were encountered:
Panometric
changed the title
Hardcoded port 1992 conflicts with Hyper-V: fails without warning
Default port 1992 conflicts with Hyper-V: fails without warning
Aug 3, 2019
V2.15.0 on Windows fails without any warning or log if Hyper-V or Docker Desktop is installed. This makes it difficult to learn what is wrong. Using --start-webview=false will at least show an error message.
It should at least tell you what is wrong without closing the command window. Better yet, since hyperv is not the only program that reserves certain ports, just try another port until you find one that works.
The quickest workaround is the use the command line option: --http-addr 127.0.0.1:8081
See:
cesanta/mos-tool#33
googlevr/gvr-unity-sdk#1002
https://community.mongoose-os.com/t/mos-ui-web-network-config/92
The text was updated successfully, but these errors were encountered: