Hier ist der Github-Link von JCEFMaven: https://github.com/jcefmaven/jcefmaven/tree/master
Nachdem ich alle hinzugefügt habe Abhängigkeiten, wenn ich versuche, die hier angegebene Beispiel-App auszuführen: https://github.com/jcefmaven/jcefsampleapp
Ich bekomme verschiedene Probleme/Fehler:
Code: Select all
Jan 17, 2025 4:46:12 AM me.friwi.jcefmaven.impl.progress.ConsoleProgressHandler handleProgress
INFO: LOCATING |> In progress...
Jan 17, 2025 4:46:13 AM me.friwi.jcefmaven.impl.progress.ConsoleProgressHandler handleProgress
INFO: INITIALIZING |> In progress...
Jan 17, 2025 4:46:13 AM me.friwi.jcefmaven.impl.progress.ConsoleProgressHandler handleProgress
INFO: INITIALIZED |> In progress...
initialize on Thread[AWT-EventQueue-0,6,main] with library path /home/baa/test/jcefMaven/jcef-bundle
[0117/044613.764351:WARNING:alloy_main_delegate.cc(559)] Alloy bootstrap is deprecated and will be removed in ~M127. See https://github.com/chromiumembedded/cef/issues/3685
WARNING: dzn is not a conformant Vulkan implementation, testing use only.
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
WARNING: Some incorrect rendering might occur because the selected Vulkan device (Microsoft Direct3D12 (Intel(R) Iris(R) Xe Graphics)) doesn't support base Zink requirements: feats.features.logicOp have_EXT_custom_border_color have_EXT_line_rasterization
[0117/044618.789045:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
[0117/044618.790013:ERROR:bus.cc(407)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
WARNING: dzn is not a conformant Vulkan implementation, testing use only.
libEGL warning: DRI3: Screen seems not DRI3 capable
libEGL warning: DRI3: Screen seems not DRI3 capable
WARNING: dzn is not a conformant Vulkan implementation, testing use only.
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
WARNING: dzn is not a conformant Vulkan implementation, testing use only.
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
WARNING: Some incorrect rendering might occur because the selected Vulkan device (Microsoft Direct3D12 (Intel(R) Iris(R) Xe Graphics)) doesn't support base Zink requirements: feats.features.logicOp have_EXT_custom_border_color have_EXT_line_rasterization
WARNING: Some incorrect rendering might occur because the selected Vulkan device (Microsoft Direct3D12 (Intel(R) Iris(R) Xe Graphics)) doesn't support base Zink requirements: feats.features.logicOp have_EXT_custom_border_color have_EXT_line_rasterization
[0117/044620.403095:WARNING:gpu_memory_buffer_support_x11.cc(49)] dri3 extension not supported.
[0117/044620.411859:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.
WARNING: dzn is not a conformant Vulkan implementation, testing use only.
error: XDG_RUNTIME_DIR is invalid or not set in the environment.
WARNING: Some incorrect rendering might occur because the selected Vulkan device (Microsoft Direct3D12 (Intel(R) Iris(R) Xe Graphics)) doesn't support base Zink requirements: feats.features.logicOp have_EXT_custom_border_color have_EXT_line_rasterization
Vielen Dank
Ich habe versucht, das JCEFMaven-Beispiel auszuführen, das unter Windows einwandfrei funktioniert, einen Testbericht ausgibt und ein Browserfenster öffnet. Das Gleiche wurde also von Linux erwartet, obwohl es verschiedene Fehler gibt.