[Android zone] uengine已杀死 Resolved
Tofloor
poster avatar
Bail
deepin
2022-08-05 20:28
Author

这是第二次出现这个问题了。

这一次我开启电脑后没有登录,而是把lightdm关掉,用vncserver开启图形。vncserver可以正常连接,dde也运行正常,但是uengine session-manager起不来(container-manager已启动)。

然后我关掉vncserver,用lightdm登录后问题依旧。

以下uengine session-manager启动命令是我在uengine正常启动时从系统监视器复制的。

uengine session-manager执行结果如下:

bail@Bail:~$ /usr/bin/uengine session-manager --app-etc=/usr/share/uengine/appetc --data-path=/data/uengine/data --render-type=swiftshader
pathis: /data/uengine/data 
"" can not find qm files ("_zh_CN.qm", "_zh.qm")
Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created.
UBoxQt TimedatePropertiesChanged signal connected successfully to slot
#############ActionInvoked signal connected successfully to slot
#############ActionInvoked signal connected successfully to slot
begin Fri Aug  5 12:11:18 2022
 UBoxGetSensorList(pid 426613 tid 426613) sensor list length: 0
end Fri Aug  5 12:11:18 2022
 UBoxGetSensorList(pid 426613 tid 426613) sensor list length: 0
scale: 1.000000
QObject::moveToThread: Cannot move objects with a parent
QLayout: Attempting to add QLayout "" to serviceSettings "", which already has a layout
start runnable check...
session_user_id:1000
curr_user_id:1000
Check OK
[ 2022-08-05 04:11:18] [session_manager.cpp:307@operator()] uengine-check-runnable.sh : 0
渲染器选择: 使用swiftshader渲染
display: 1920, 1080
[ 2022-08-05 04:11:18] [session_manager.cpp:168@initializeUengine] Failed to load opengl libOpenglRender.so: 无法打开共享对象文件: 没有那个文件或目录
已杀死
bail@Bail:~$ 

uengine服务已开启(如下图)

image.png

uengine进程如下

image.png

bail@Bail:~$ ps -ef | grep uengine
root       88137       1  0 8月04 ?       00:00:01 /usr/bin/uengine container-manager --daemon --privileged --data-path=/data/uengine/data --android-image=/usr/share/uengine/.android.img --container-network-dns-servers=114.114.114.114,180.76.76.76
root       88151   88137  0 8月04 ?       00:00:01 /usr/bin/uengine [dump daemon]
root      436361       1  0 12:19 ?        00:00:00 /usr/bin/uengineDaemon
root      446665       1  0 12:27 ?        00:00:00 /usr/bin/uengineSessionDaemon --data-path=/data/uengine/data
bail      446944  425995  0 12:27 pts/0    00:00:00 grep --color=auto uengine
bail@Bail:~$ 

求大佬帮忙解决

Reply Favorite View the author
All Replies
Bail
deepin
2023-02-03 02:20
#1

问题已解决。
方法:service uengine-container restart重启UEngine容器服务

Reply View the author