Search Unity

[Solved] Linux AppImage installer fails

Discussion in 'Unity Hub' started by LukaKotar, May 20, 2019.

  1. LukaKotar

    LukaKotar

    Joined:
    Sep 25, 2011
    Posts:
    394
    I'm trying to install Unity Hub on Fedora. Running the UnityHubSetup.AppImage file through terminal results in the following error (after prompting to create a system shortcut): Bus error (core dumped)
    Is there a list of dependencies I can check?

    This shows up in my system log (reads newest to oldest):

    5:12:06 AM reporter-system: Process 9905 (unityhub) crashed in ??()
    5:12:03 AM kernel: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dbus-:1.6-org.freedesktop.problems@8 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    5:12:03 AM systemd: Started dbus-:1.6-org.freedesktop.problems@8.service.
    5:12:03 AM abrt-server: Deleting problem directory ccpp-2019-05-20-05:12:02.153732-9908 (dup of ccpp-2019-05-20-04:17:40.153713-2735)
    5:12:03 AM eu-unstrip: AVC avc: denied { read } for pid=9994 comm="eu-unstrip" name="UnityHubSetup.AppImage" dev="dm-2" ino=3539174 scontext=system_u:system_r:abrt_t:s0-s0:c0.c1023 tcontext=unconfined_u:object_r:unlabeled_t:s0 tclass=file permissive=0
    5:12:03 AM abrtd: Size of '/var/spool/abrt' >= 5000 MB (MaxCrashReportsSize), deleting old directory 'ccpp-2019-05-20-05:08:23.153668-9381'[URL='https://forum.unity.com/posts/4559149/edit']Edit[/URL]
    5:12:02 AM kernel: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-coredump@23-9946-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    5:12:02 AM systemd: systemd-coredump@23-9946-0.service: Succeeded.
    5:12:02 AM systemd-coredum: Process 9905 (unityhub) of user 1000 dumped core.

    Stack trace of thread 9942:
    #0 0x00000000006093e0 n/a (/tmp/.mount_UnityHYi8tPv/unityhub)
    #1 0x0000000000329a8e n/a (n/a)

    5:12:02 AM systemd: systemd-coredump@22-9944-0.service: Succeeded.
    5:12:02 AM kernel: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-coredump@22-9944-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    5:12:02 AM kernel: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-coredump@23-9946-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    5:12:02 AM systemd: Started Process Core Dump (PID 9946/UID 0).
    5:12:02 AM systemd-coredum: Process 9908 (UnityHubSetup.A) of user 1000 dumped core.

    Stack trace of thread 9908:
    #0 0x0000000000404bb6 n/a (/home/luka/Downloads/UnityHubSetup.AppImage)

    5:12:02 AM inotify_reader: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 pid=9905 comm="inotify_reader" exe="/tmp/.mount_UnityHYi8tPv/unityhub" sig=7 res=1
    5:12:01 AM kernel: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-coredump@22-9944-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
    5:12:01 AM systemd: Started Process Core Dump (PID 9944/UID 0).
    5:12:01 AM kernel: Code: ff 7f 88 06 b8 00 80 ff ff 0f 44 f8 66 89 3a c3 89 f8 81 e7 ff ff ff fe c1 e8 18 83 f0 01 83 e0 01 88 06 89 3a c3 53 48 89 fb <48> 8b 7f 08 e8 11 c8 ff ff 48 89 df 5b e9 08 c8 ff ff 41 57 41 56
    5:12:01 AM kernel: UnityHubSetup.A[9908]: segfault at 8 ip 0000000000404bb6 sp 00007ffdd1fd6b80 error 4 in UnityHubSetup.AppImage[400000+17000]
    5:12:01 AM UnityHubSetup.A: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=3 subj=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 pid=9908 comm="UnityHubSetup.A" exe="/home/luka/Downloads/UnityHubSetup.AppImage" sig=11 res=1

    Update: I have re-downloaded the file, and it works without issues.
     
    Last edited: May 21, 2019