提问人:Chebona 提问时间:11/24/2022 更新时间:11/24/2022 访问量:33
无法在 Ubuntu 上执行 Chromely 项目 18.04
Cannot execute Chromely project on Ubuntu 18.04
问:
该项目基于 Chromely lib。 在 Windows 上,项目可以正确执行。但是,在 Linux Ubuntu 18.04.LTS 上,它停止了以下消息:
$ dotnet ChromelyTest.dll
On CefGlue child process launch arguments:
/proc/self/exe --type=gpu-process --no-sandbox --locales-dir-path=/home/radek/Predator/VSLinuxDbg/ChromelyTest/locales --log-severity=info --resources-dir-path=/home/radek/Predator/VSLinuxDbg/ChromelyTest --lang=en-US --user-data-dir=/home/radek/.config/cef_user_data --default-encoding=utf-8 --allow-file-access-from-files --allow-universal-access-from-files --disable-web-security --ignore-certificate-errors
DevTools listening on ws://127.0.0.1:20480/devtools/browser/6c7dd32e-d8f1-4b7d-83ca-f2704a941edc
On CefGlue child process launch arguments:
/proc/self/exe --type=utility --utility-sub-type=network.mojom.NetworkService --lang=en-US --service-sandbox-type=none --no-sandbox --locales-dir-path=/home/radek/Predator/VSLinuxDbg/ChromelyTest/locales --log-severity=info --resources-dir-path=/home/radek/Predator/VSLinuxDbg/ChromelyTest --lang=en-US --user-data-dir=/home/radek/.config/cef_user_data --default-encoding=utf-8 --allow-file-access-from-files --allow-universal-access-from-files --disable-web-security --ignore-certificate-errors
On CefGlue child process launch arguments:
/proc/self/exe --type=renderer --locales-dir-path=/home/radek/Predator/VSLinuxDbg/ChromelyTest/locales --log-severity=info --resources-dir-path=/home/radek/Predator/VSLinuxDbg/ChromelyTest --user-data-dir=/home/radek/.config/cef_user_data --default-encoding=utf-8 --allow-file-access-from-files --allow-universal-access-from-files --disable-web-security --ignore-certificate-errors
On CefGlue child process launch arguments:
/proc/self/exe --type=renderer --locales-dir-path=/home/radek/Predator/VSLinuxDbg/ChromelyTest/locales --log-severity=info --resources-dir-path=/home/radek/Predator/VSLinuxDbg/ChromelyTest --user-data-dir=/home/radek/.config/cef_user_data --default-encoding=utf-8 --allow-file-access-from-files --allow-universal-access-from-files --disable-web-security --ignore-certificate-errors
Could not execute because the specified command or file was not found.
Possible reasons for this include:
* You misspelled a built-in dotnet command.
* You intended to execute a .NET program, but dotnet---type=utility does not exist.
* You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
Could not execute because the specified command or file was not found.
Possible reasons for this include:
* You misspelled a built-in dotnet command.
* You intended to execute a .NET program, but dotnet---type=gpu-process does not exist.
* You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
(dotnet:5433): Gdk-ERROR **: 15:02:24.971: The program 'dotnet' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadValue (integer parameter out of range for operation)'.
(Details: serial 219 error_code 2 request_code 12 (core protocol) minor_code 0)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
Could not execute because the specified command or file was not found.
Possible reasons for this include:
* You misspelled a built-in dotnet command.
* You intended to execute a .NET program, but dotnet---type=renderer does not exist.
* You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
Could not execute because the specified command or file was not found.
Possible reasons for this include:
* You misspelled a built-in dotnet command.
* You intended to execute a .NET program, but dotnet---type=renderer does not exist.
* You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH.
Trace/breakpoint trap (core dumped)
有没有人在 Linux 上使用 Chromely 有一些经验?执行基于 Chromely 的项目需要做什么..
答: 暂无答案
评论