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

can't GtkClutter.init #170

Closed
Rothammel opened this issue Mar 25, 2024 · 3 comments
Closed

can't GtkClutter.init #170

Rothammel opened this issue Mar 25, 2024 · 3 comments

Comments

@Rothammel
Copy link

I am using Windows 11 and have installed ubuntu 22 LTS from the store.
mwp was installed with the sh script,
unfortunately I get the error at startup:

stan@surface:~$ mwp
Fatal: can't GtkClutter.init

@stronnag
Copy link
Owner

  • Uninstall the build from the script. The INSTALL file documents this.
  • Install the current release build
  • If installing the current build either tells you that there are missing dependencies (or installs some other dependencies), please note them here, as they are missing from the script.

Strictly the error is because mwp cannot initialise the graphics subsystem (OpenGL) that it needs. In theory, WSL2 should supply this.

If the above steps still fail, please report back and we'll come up with some other diagnostics.

@Rothammel
Copy link
Author

ok,
I am using a new Ubuntu 22LTS.
and run
apt update
apt upgrade
curl -LO https://github.com/stronnag/mwptools/releases/download/7.057.554/mwptools_7.057.554_amd64.deb
apt install ./mwptools_7.057.554_amd64.deb

everything with sudo

N: Download is performed unsandboxed as root as file '/home/stan/mwptools_7.057.554_amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
but mwp is now running, thank you

@stronnag
Copy link
Owner

well if you really thing that downloading stuff as root into your home directory is a good idea, you get what you deserve. The installation instructions do not tell you to do that.

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

2 participants