setup-unity icon indicating copy to clipboard operation
setup-unity copied to clipboard

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

Open hardcoded2 opened this issue 2 years ago • 4 comments

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 avatar Nov 30 '22 22:11 hardcoded2

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

:P Sorry!

hardcoded2 avatar Nov 30 '22 22:11 hardcoded2

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/[email protected]
    with:
      unity-version: ${{ matrix.unity-version-matrix }}
      unity-modules: android
      install-path: /opt/Unity

Without the fuse workarounds,

hardcoded2 avatar Dec 01 '22 00:12 hardcoded2

Any update on this ?

Lokhandwalah avatar Sep 04 '23 19:09 Lokhandwalah

the same issue happened to me

korsour avatar May 12 '24 22:05 korsour