[GH-ISSUE #1956] windows系统程序启动后停留在欢迎页面 #1177

Closed
opened 2026-02-27 00:02:31 +03:00 by kerem · 5 comments
Owner

Originally created by @markkwanhz on GitHub (Dec 5, 2020).
Original GitHub issue: https://github.com/electerm/electerm/issues/1956

Electerm version:

1.10.0

Operating system(linux, macos, or windows7/8/10?):

windows 10 20H2

Expected Behavior

双击运行程序之后,应该能进入程序主体

Can you reproduce the same behavior in other terminal:

Current Behavior

双击运行程序之后,一直停留在该页面
image
尝试过好几个最近的版本,都有这个问题,之前的版本没有欢迎页面,直接不能显示主窗口,但是进程还在。在另一台win10上面遇到过(1.5.x版本,后来升级到1.9.x版本后那台机器就没遇到过了,但这台还有)

Possible Solution

Steps to Reproduce

Context (Environment)

Detailed Description

Suggestions?

Originally created by @markkwanhz on GitHub (Dec 5, 2020). Original GitHub issue: https://github.com/electerm/electerm/issues/1956 <!--- Provide some basic info --> ## Electerm version: 1.10.0 ## Operating system(linux, macos, or windows7/8/10?): windows 10 20H2 ## Expected Behavior <!--- Tell me what should happen --> 双击运行程序之后,应该能进入程序主体 ## Can you reproduce the same behavior in other terminal: <!--- If same bahavior happens in other terminal, maybe it is supposed to be like this or not a problem of terminal app --> ## Current Behavior <!--- Tell me what happens instead of the expected behavior --> 双击运行程序之后,一直停留在该页面 ![image](https://user-images.githubusercontent.com/13289111/101253924-8e109300-3759-11eb-9acf-11cb08f629d9.png) 尝试过好几个最近的版本,都有这个问题,之前的版本没有欢迎页面,直接不能显示主窗口,但是进程还在。在另一台win10上面遇到过(1.5.x版本,后来升级到1.9.x版本后那台机器就没遇到过了,但这台还有) ## Possible Solution <!--- Not obligatory, but suggest a fix/reason for the bug, --> ## Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. 2. 3. 4. ## Context (Environment) <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> ## Detailed Description <!--- Provide a detailed description of the change or addition you are proposing --> ## Suggestions? <!--- Not a bug report, just some thoughts or suggestions? It is totally OK and welcome too -->
kerem closed this issue 2026-02-27 00:02:31 +03:00
Author
Owner

@zxdong262 commented on GitHub (Dec 6, 2020):

可以命令行运行一下看看报的什么错误吗?还有上一个正常工作的版本号?

<!-- gh-comment-id:739474034 --> @zxdong262 commented on GitHub (Dec 6, 2020): 可以命令行运行一下看看报的什么错误吗?还有上一个正常工作的版本号?
Author
Owner

@markkwanhz commented on GitHub (Dec 7, 2020):

可以命令行运行一下看看报的什么错误吗?还有上一个正常工作的版本号?

很抱歉回复晚了……我感觉跟windows10的更新有关系,我是更新win10 4月更新之后就不行了,有可能跟electerm的升级无关。然后昨天装了一下20H2功能更新,今天就好了。但不确定,这个问题有时候出现有时候不出现。

<!-- gh-comment-id:740048231 --> @markkwanhz commented on GitHub (Dec 7, 2020): > 可以命令行运行一下看看报的什么错误吗?还有上一个正常工作的版本号? 很抱歉回复晚了……我感觉跟windows10的更新有关系,我是更新win10 4月更新之后就不行了,有可能跟electerm的升级无关。然后昨天装了一下20H2功能更新,今天就好了。但不确定,这个问题有时候出现有时候不出现。
Author
Owner

@markkwanhz commented on GitHub (Dec 12, 2020):

今天安装了windows 10的更新KB4592438,然后又有这个问题了。我尝试了一下用命令行执行electerm.exe,然后日志是这样的。

22:07:07 debug › electerm start
events.js:200
      throw er; // Unhandled 'error' event
      ^

Error: listen EACCES: permission denied 127.0.0.1:3075
    at Server.setupListenHandle [as _listen2] (net.js:1289:21)
    at listenInCluster (net.js:1354:12)
    at doListen (net.js:1493:7)
    at processTicksAndRejections (internal/process/task_queues.js:82:21)
Emitted 'error' event on WebSocketServer instance at:
    at Server.emit (events.js:223:5)
    at emitErrorNT (net.js:1333:8)
    at processTicksAndRejections (internal/process/task_queues.js:81:21) {
  code: 'EACCES',
  errno: 'EACCES',
  syscall: 'listen',
  address: '127.0.0.1',
  port: 3075
}
<!-- gh-comment-id:743761454 --> @markkwanhz commented on GitHub (Dec 12, 2020): 今天安装了windows 10的更新KB4592438,然后又有这个问题了。我尝试了一下用命令行执行electerm.exe,然后日志是这样的。 ``` 22:07:07 debug › electerm start events.js:200 throw er; // Unhandled 'error' event ^ Error: listen EACCES: permission denied 127.0.0.1:3075 at Server.setupListenHandle [as _listen2] (net.js:1289:21) at listenInCluster (net.js:1354:12) at doListen (net.js:1493:7) at processTicksAndRejections (internal/process/task_queues.js:82:21) Emitted 'error' event on WebSocketServer instance at: at Server.emit (events.js:223:5) at emitErrorNT (net.js:1333:8) at processTicksAndRejections (internal/process/task_queues.js:81:21) { code: 'EACCES', errno: 'EACCES', syscall: 'listen', address: '127.0.0.1', port: 3075 } ````
Author
Owner

@markkwanhz commented on GitHub (Dec 12, 2020):

定位到了,win10开了HyperV之后,会保留一些低位端口,然后electerm就申请不到了,然后就挂了。我把HyperV关了就好了。

<!-- gh-comment-id:743764666 --> @markkwanhz commented on GitHub (Dec 12, 2020): 定位到了,win10开了HyperV之后,会保留一些低位端口,然后electerm就申请不到了,然后就挂了。我把HyperV关了就好了。
Author
Owner

@GitHub-LG commented on GitHub (Dec 13, 2020):

同一问题,关闭HyperV后解决。

<!-- gh-comment-id:743958069 --> @GitHub-LG commented on GitHub (Dec 13, 2020): 同一问题,关闭HyperV后解决。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#1177
No description provided.