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

Create Linux launch script #6372

Open
britzl opened this issue Feb 3, 2022 · 1 comment · May be fixed by #6441
Open

Create Linux launch script #6372

britzl opened this issue Feb 3, 2022 · 1 comment · May be fixed by #6441
Labels
editor Issues related to the Defold editor linux Issue related to the Linux platform task A task that needs to be performed

Comments

@britzl
Copy link
Contributor

britzl commented Feb 3, 2022

Task (REQUIRED):
There are a number of very common issues on Linux that we could solve in a defold.sh launch script:

Expected outcome (REQUIRED):
The bash script could do the following:

  • Mesa GL version mismatch - run glxinfo and set MESA_GL_VERSION_OVERRIDE to the reported version
  • Mesa driver version - Check Mesa driver version and set MESA_LOADER_DRIVER_OVERRIDE if needed
  • Outdated/unsupported graphics drivers - Detect and set LIBGL_ALWAYS_SOFTWARE to fall back to software rendering
  • Missing required version of libffi - Check libffi version and either install or suggest to install the correct version and set LD_PRELOAD
@britzl britzl added task A task that needs to be performed linux Issue related to the Linux platform labels Feb 3, 2022
@britzl britzl added this to To do in 1.3.1 via automation Feb 3, 2022
@britzl britzl linked a pull request Feb 24, 2022 that will close this issue
@britzl britzl moved this from To do to In progress in 1.3.1 Feb 25, 2022
@britzl britzl removed this from In progress in 1.3.1 Mar 21, 2022
@britzl britzl added this to To do in 1.3.2 via automation Mar 21, 2022
@britzl britzl added the editor Issues related to the Defold editor label Mar 24, 2022
@britzl britzl removed this from To do in 1.3.2 Mar 24, 2022
@britzl britzl added this to To Do in Editor Backlog via automation Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editor Issues related to the Defold editor linux Issue related to the Linux platform task A task that needs to be performed
Projects
Development

Successfully merging a pull request may close this issue.

1 participant