-
Notifications
You must be signed in to change notification settings - Fork 580
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Please make sure of the following things.
- I have read the documentation.
- 我已阅读 文档。
- I'm sure there are no duplicate issues.
- 我确定没有提交和他人重复的issue。
- I'm sure it's due to Spark itself and not my operational issue or something else.
- 我确定问题由Spark自身引起,不是我自己的操作失误或其他问题。
Version / 版本
v0.2.1
Describe the bug / 问题描述
使用winsw在windows 10 上以服务方式运行客户端时,远程屏幕显示为黑屏;而直接双击运行client.exe时是正常的;
Reproduction / 复现方式
将winsw.exe、client.exe和winsw.xml放在同一个目录下;
以下是winsw.xml的配置文件
<service>
<id>Spark Client</id>
<name>Spark Client Service</name>
<description>This service is a service created from a minimal configuration</description>
<executable>%BASE%\client.exe</executable>
</service>
在目录下执行 winsw.exe install 及 winsw.exe start 后,服务启动;
通过 web端查看桌面,显示黑屏;
Logs / 日志
No response
Additional information / 附加说明
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working