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

It's not working on Linux VMs (VirtualBox) - shows white frame/square #60

Closed
jjnilton opened this issue Jan 31, 2017 · 10 comments
Closed

Comments

@jjnilton
Copy link

It shows a white frame/tile when I open, does not show any UI. The VMs have 3D acceleration enabled, any idea what could be the issue?

image

@KELiON
Copy link
Collaborator

KELiON commented Jan 31, 2017

@jjnilton what Linux distribution do you use?

@jjnilton
Copy link
Author

@KELiON Ubuntu GNOME 16.04 host, tried guests: Xubuntu 16.04, Ubuntu MATE 16.04.

@maximbaz
Copy link
Contributor

maximbaz commented Jan 31, 2017

I've had that once too, killing all the cerebro processes helped (just make sure to kill all of them, there are many).

But if you repeatedly reproduce this issue over and over again, then it could be something else...

@jjnilton
Copy link
Author

I tried to killall cerebro multiple times, but every time I run, it runs like this. Did you do it in a VM?

@maximbaz
Copy link
Contributor

No, not on VM.

Hm, I've just ran killall cerebro two times (apparently the first run doesn't kill all the processes 😕), then started the app and I saw a white screen.

Two times killall cerebro again, and on the next run it's all good... weird.

@dovydasgulbinas
Copy link

dovydasgulbinas commented Feb 27, 2017

there is a bug related virtual box and all other programs that use webkit in their stack (google chrome, atom etc... ). You can workaround this issue by following these steps:

  1. locate .desktop file: /home/<username>/.local/share/applications/appimagekit-cerebro.desktop
  2. Edit .desktop file line:

from:

Exec=/home/hermes/Downloads/cerebro-0.2.6-x86_64.AppImage %U

to:

Exec=/home/hermes/Downloads/cerebro-0.2.6-x86_64.AppImage %U --use-gl=angle

@KELiON
Copy link
Collaborator

KELiON commented Mar 13, 2017

@jjnilton does fix by @megamorphf work for you?

@dovydasgulbinas
Copy link

dovydasgulbinas commented Mar 13, 2017 via email

@KELiON
Copy link
Collaborator

KELiON commented Mar 13, 2017

Nice! Closing the issue

@KELiON KELiON closed this as completed Mar 13, 2017
@jjnilton
Copy link
Author

jjnilton commented Mar 13, 2017

@KELiON it worked fine with --use-gl=angle! Thanks @megamorphf!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants