Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stderr messages #79

Open
LCBH opened this issue Jan 23, 2020 · 1 comment
Open

Stderr messages #79

LCBH opened this issue Jan 23, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@LCBH
Copy link

LCBH commented Jan 23, 2020

deepsec_ui writes the following to stderr:

Unable to revert mtime: /usr/local/share/fonts
14:05:20.637 [browser] warn - Not in production mode (current env: production)
Failed to register app protocol [Error: The scheme has been registered]
[10938:0123/140520.713981:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command
[10938:0123/140520.722773:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command

@VincentCheval VincentCheval added the bug Something isn't working label Jan 23, 2020
@VincentCheval VincentCheval self-assigned this Jan 23, 2020
@VincentCheval
Copy link
Member

VincentCheval commented Jan 23, 2020

The first warning

14:05:20.637 [browser] warn - Not in production mode (current env: production)

is being fixed.

Concerning the other 3, it seems related to Electron itself. It appears on Linux. Tried on MacOS and but I could not reproduce the problem. Apparently, it is related to the GPU acceleration feature. See Stackoverflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants