zhlihappy / javachromiumembedded

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

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

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/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 issue reported on code.google.com by philip142au@gmail.com on 15 Jan 2015 at 8:16

GoogleCodeExporter commented 9 years ago

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