-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Windows系统打开后白屏 / White screen in Windows #887
Comments
@zhousibo |
@qishibo 这个不是浏览器打开的,是app。安装的是exe。 |
最新版本么?打开App后,你使用浏览器访问localhost:9988有反应么 |
@qishibo 版本是1.5.8.exe, 打开这个软件后,浏览器也无法访问这个地址。我查看我电脑启动的端口,没有这个端口,应该是应用在我电脑上没启动成功。这个软件启动有什么特殊配置要求吗? |
那就怪了,是仅为自己安装还是全局,重启有效么 |
@qishibo 仅为自己和全局都安装过,1.5.7的版本也安装过,都重启过。没有一次成功的。我怀疑是我电脑什么设置导致的,但是找不到是什么原因 |
不对不对…我忽略了一个问题,exe安装的是从本地文件启动的…不会启动端口的啊! |
@qishibo 那我打开这个软件的控制台怎么会去访问9988这个端口呢? |
所以有点怪,你本地有node环境么,手动设置过NODE_ENV环境变量么. |
@qishibo 这个可以了,非常感谢!我之前下载的版本,在电脑上无法使用,可能是什么原因呢? |
@qishibo 我看了下我本地的NODE_ENV是dev 。是不是这个影响的。以前好像起一个前端项目改成dev的 |
@qishibo 已验证,是那个变量的原因,我把那个变量删除了,之前下载下来的版本可以打开了!太感谢了,感谢!!! |
而且你设置的是全局变量吧,因为程序里判断是否是开发环境也是依据这个变量😂 不过刚好测出了这个隐藏的bug |
@qishibo Windows系统下打开后白屏,控制台报No resource with given URL found,找不到LoadURL是什么原因呢 |
什么版本,新安装的么 |
@qishibo 1.5.8版本的 |
最新的1.5.9修了个类似的问题,release页下载装一下试试 |
@qishibo 1.5.9还是无法解决我的问题😔 |
@yangdi99 你黑色的日志是启动日志么,看着像是开发环境下启动的吧 |
已知问题,Electron应用不支持多开的,因为localstorage只能一个窗口读取,所以第二个没有链接,准确来说是读不到配置,不是白屏 |
某些情况下,带独立显卡的Windows打开后会直接白屏/黑屏,需手动禁用GPU。如图在快捷方式上右键,追加
--disable-gpu
参数即可。另外建议Windows非管理员下安装,否则更新时可能会出现旧版本被删除而新版本无法安装的问题In some cases, Windows with independent GPU will got white/blank screen, the solution is disable GPU. Right click the link icon and append
--disable-gpu
param. It is recommended that install Another by no-admin permission, or there will be some issues when update version.The text was updated successfully, but these errors were encountered: