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

Running fails, /usr/bin/xvfb-run fails to run even with libfuse workarounds #15

Open
hardcoded2 opened this issue Nov 30, 2022 · 4 comments

Comments

@hardcoded2
Copy link

After previously using this successfully, the current runs now fail with the message:

Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@v2
 

@hardcoded2
Copy link
Author

er... updated to - v1.1.0 from v1

:P Sorry!

@hardcoded2 hardcoded2 changed the title Running fails, update to node.js 16 Running fails, /usr/bin/xvfb-run fails to run even with libfuse workarounds Dec 1, 2022
@hardcoded2
Copy link
Author

With latest version on ubuntu-latest, i see the error:

AppImages require FUSE to run.
You might still be able to extract the contents of this AppImage
if you run it with the --appimage-extract option.
See https://github.com/AppImage/AppImageKit/wiki/FUSE
for more information

Tried the workarounds on that page and still failed

ie
- name: Install libfuse2
run: |
sudo apt install fuse libfuse2
sudo modprobe fuse
sudo groupadd fuse

      user="$(whoami)"
      sudo usermod -a -G fuse $user

  - name: Setup Unity
    uses: kuler90/setup-unity@v1.1.0
    with:
      unity-version: ${{ matrix.unity-version-matrix }}
      unity-modules: android
      install-path: /opt/Unity

Without the fuse workarounds,

@hardcoded2 hardcoded2 reopened this Dec 1, 2022
@Lokhandwalah
Copy link

Any update on this ?

@korsour
Copy link

korsour commented May 12, 2024

the same issue happened to me

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

3 participants