apimall / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Fails to run on Ubuntu 14 after following the instructions #1489

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I followed all the instructions to build and run.

I also set:
export 
CHROME_DEVEL_SANDBOX=/home/home/projects/zero/lib/jcef/src/third_party/cef/linux
64/Release/chrome-sandbox

However it makes no difference, I keep getting error messages.

home@home:~/projects/zero/lib/jcef/src/tools$ ./run.sh linux64 Release simple
initialize on Thread[AWT-EventQueue-0,6,main] with library path ./out/Release
[0115/160014:ERROR:browser_main_loop.cc(163)] Running without the SUID sandbox! 
See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for 
more information on developing with the sandbox on.
./out/Release/jcef_helper: error while loading shared libraries: libcef.so: 
cannot open shared object file: No such file or directory
./out/Release/jcef_helper: error while loading shared libraries: libcef.so: 
cannot open shared object file: No such file or directory
libEGL warning: failed to create a pipe screen for i965
[0115/160015:ERROR:child_process_launcher.cc(344)] Failed to launch child 
process
[0115/160015:WARNING:message_in_transit_queue.cc(18)] Destroying nonempty 
message queue
  shutdown on Thread[AWT-EventQueue-0,6,main]
shutdown complete
home@home:~/projects/zero/lib/jcef/src/tools$ 

Original issue reported on code.google.com by philip142au@gmail.com on 15 Jan 2015 at 8:02

GoogleCodeExporter commented 9 years ago
This is what I get if I don't run with sudo

home@home:~/projects/zero/lib/jcef/src/tools$ ./run.sh linux64 Release simple
initialize on Thread[AWT-EventQueue-0,6,main] with library path ./out/Release
[0115/160803:ERROR:browser_main_loop.cc(163)] Running without the SUID sandbox! 
See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for 
more information on developing with the sandbox on.
ATTENTION: default value of option force_s3tc_enable overridden by environment.
libEGL warning: failed to create a pipe screen for i965
[0115/160803:ERROR:renderer_main.cc(207)] Running without renderer sandbox
*** Error in `java': free(): invalid pointer: 0x00003fe81d7b4000 ***
./run.sh: line 32: 22397 Aborted                 (core dumped) java -cp 
"$CLS_PATH" -Djava.library.path=$LIB_PATH tests.$RUN_TYPE.MainFrame "$@"
home@home:~/projects/zero/lib/jcef/src/tools$ 

Original comment by philip142au@gmail.com on 15 Jan 2015 at 8:08

GoogleCodeExporter commented 9 years ago
Sorry ! I opened this  issue in the wrong place, it should be Java Chromium 
embedded

Original comment by philip142au@gmail.com on 15 Jan 2015 at 8:16

GoogleCodeExporter commented 9 years ago
Please close issue

Original comment by philip142au@gmail.com on 15 Jan 2015 at 8:17

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 15 Jan 2015 at 3:14