blob: 45637adbb7b80c67fd6ff49e97a53fbe73f3e378 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
Failure to setup client after installation
**Describe the bug**
After installing Fex on my arm64 laptop (Lenovo Yoga Slim7x) running Ubuntu Concept 24.10, choosing the Ubuntu 24.04 SquashFS, using it as-is and setting it as the default, the "trying basic program run" step fails with the following error message:
> FEX is now installed. Trying basic program run
> [ERROR] Couldn't connect to FEXServer socket 1000.FEXServer.Socket 111
> [ERROR] Couldn't connect to FEXServer socket /run/user/1000/1000.FEXServer.Socket 111
> [ERROR] Couldn't connect to FEXServer socket 1000.FEXServer.Socket 111
> [ERROR] Couldn't connect to FEXServer socket /run/user/1000/1000.FEXServer.Socket 111
> [ERROR] Couldn't connect to FEXServer socket 1000.FEXServer.Socket 111
> [ERROR] Couldn't connect to FEXServer socket /run/user/1000/1000.FEXServer.Socket 111
> [ERROR] Couldn't connect to FEXServer socket 1000.FEXServer.Socket 111
> [ERROR] Couldn't connect to FEXServer socket /run/user/1000/1000.FEXServer.Socket 111
> [ERROR] Couldn't connect to FEXServer socket 1000.FEXServer.Socket 111
> [ERROR] Couldn't connect to FEXServer socket /run/user/1000/1000.FEXServer.Socket 111
> [ERROR] Couldn't connect to FEXServer socket 1000.FEXServer.Socket after launching the process
> [ERROR] FEXServerClient: Failure to setup client
> FEXInterpreter failed to run. Not continuing
**To Reproduce**
Steps to reproduce the behavior:
1. Have a Lenovo Yoga Slim7x laptop running Ubuntu Concept 24.10.
2. Run the installer with `curl --silent https://raw.githubusercontent.com/FEX-Emu/FEX/main/Scripts/InstallFEX.py --output /tmp/InstallFEX.py && python3 /tmp/InstallFEX.py && rm /tmp/InstallFEX.py`
3. Select `Ubuntu 24.04 (SquashFS)` in the RootFS selection step.
4. Use the squashFS file as-is (option 2).
5. Set Ubuntu_24_04.sqsh as the default RootFS.
6. Installer crashes with above error.
**Expected behavior**
Expected basic program run to succeed.
**Screenshots and Video**
N/A.
**System information:**
- OS: Ubuntu Concept 24.10
- CPU/SoC: Snapdragon X1 Elite
- Video driver version: N/A (yes, really! no Adreno X1-85 gfx driver released for linux yet)
- RootFS used: Ubuntu 24.04 (SquashFS)
- FEX version: FEX-2501
- Thunks Enabled: Don't know.
**Additional context**
- Is this an x86 or x86-64 game: N/A
- Does this reproduce on AArch64 with Radeon/Intel/Nvidia: Untested
- Is this a Vulkan game: No
Add any other context about the problem here.
> $ lsb_release -a
> No LSB modules are available.
> Distributor ID: Ubuntu
> Description: Ubuntu 24.10
> Release: 24.10
> Codename: oracular
> $ uname -a
> Linux ola-Yoga-Slim-7-14Q8X9 6.12.0-28-qcom-x1e #28-Ubuntu SMP PREEMPT_DYNAMIC Fri Jan 24 03:56:34 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
|