简体   繁体   English

如何修复中性白屏?

[英]How to fix neutralino white screen?

I created a blank neutralino js application and when I turn it on using the neu run command, a white screen is displayed.我创建了一个空白的中性 js应用程序,当我使用 neu run 命令打开它时,会显示一个白屏。 I used the CheckNetIsolation.exe ... command and it still doesn't work.我使用了CheckNetIsolation.exe ...命令,但它仍然不起作用。

您必须以管理员模式启动 CMD 才能执行该命令(右键单击 cmd.exe 并选择以管理员身份运行)。

Make sure your have visual studio installed确保您已安装 Visual Studio

or just run the command in powershell as admin或者只是以管理员身份在 powershell 中运行命令

CheckNetIsolation.exe LoopbackExempt -a -n="Microsoft.Win32WebViewHost_cw5n1h2txyewy"

Both VSCode and cmd are configured to run as Adminstrator and running CheckNetIsolation returns OK but changes nothing. VSCode 和 cmd 都配置为以管理员身份运行,运行 CheckNetIsolation 返回 OK 但没有任何更改。

neu run still opens a white screen neu run 仍然打开白屏

Windows 10 Pro x64 Neutralinojs binaries: v3.0.0 Neutralinojs client: v2.0.0 neu CLI: v7.0.0 Windows 10 Pro x64 Neutralinojs 二进制文件:v3.0.0 Neutralinojs 客户端:v2.0.0 neu CLI:v7.0.0

neu build works and I can launch the "myApp" executable for windows but I cannot get anything else processed. neu build 工作正常,我可以为 Windows 启动“myApp”可执行文件,但我无法处理任何其他事情。 No javascript.没有 JavaScript。 Only HTML and CSS.只有 HTML 和 CSS。

Very frustrated with NeutralinoJS对 NeutralinoJS 感到非常沮丧

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM