bitpay / wallet

Bitpay Wallet (formerly Copay) is a secure Bitcoin and other crypto currencies wallet platform for both desktop and mobile devices.
http://bitpay.com/wallet
MIT License
3.81k stars 1.74k forks source link

ERROR:sandbox_linux.cc(345)] InitializeSandbox() called with multiple threads in process gpu-process. #8768

Open gustawdaniel opened 6 years ago

gustawdaniel commented 6 years ago

I copied Copay-linux.zip from Releases page

https://github.com/bitpay/copay/releases

I run ./Copay command and saw errors in console

[12044:12044:0612/165916.674228:ERROR:sandbox_linux.cc(345)] InitializeSandbox() called with multiple threads in process gpu-process. 
[12044:12044:0612/165916.675920:ERROR:child_thread_impl.cc(762)] Request for unknown Channel-associated interface: ui::mojom::GpuMain
[12051:12051:0612/170924.590387:ERROR:KeyboardEventManager.cpp(427)] Not implemented reached in static bool blink::KeyboardEventManager::currentCapsLockState()
[12051:12051:0612/170929.974275:ERROR:KeyboardEventManager.cpp(427)] Not implemented reached in static bool blink::KeyboardEventManager::currentCapsLockState()

Although of these errors wallet was opened correctly and I could use them without problems.

My software

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04 LTS
Release:    18.04
Codename:   bionic

My hardware

lspci | grep VGA
05:00.0 VGA compatible controller: NVIDIA Corporation GK107 [NVS 510] (rev a1)

Issue connected with these errors:

https://github.com/cztomczak/cefpython/issues/353

On page

https://bugs.chromium.org/p/chromium/issues/detail?id=706306

There is written

After upgrading to CEF v58 (Chrome/58.0.3029.81) this error message stopped appearing.

Maybe upgrading your dependencies connected with chrome drivers can help to solve it.

cmgustavo commented 6 years ago

Thanks @gustawdaniel , will check.