You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: streamerbot/1.get-started/1.installation/1.linux/4.uiautomationcore.md
+96-62Lines changed: 96 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,77 +8,94 @@ author: JoacoSlime
8
8
Guide provided by **JoacoSlime** in the `#linux-mac-os` channel on Discord
9
9
::
10
10
11
-
Since the problem is caused by wine's incomplete UIAutomationCore implementation, there are two ways to fix it
11
+
The problem is caused by Wine's incomplete UIAutomationCore implementation; there are two ways to fix it:
12
12
13
13
## Option 1: Getting `UIAutomationCore.dll` from Windows (or an ISO)
14
14
15
-
You will need to get the `UIAutomationCore.dll` file from `C:\Windows\System32\UIAutomationCore.dll`.
15
+
You will need to get the `UIAutomationCore.dll` file from `C:\Windows\System32\UIAutomationCore.dll`
16
16
17
-
- If you have dual boot or another computer with windows 10 or 11 available, then you can copy the file from there to the prefix's `drive_c/Windows/System32`
18
-
- If the options above are not available, then you can download a clean Win 10 ISO from Microsoft and use that:
19
-
1. Download the ISO from: `https://www.microsoft.com/en-us/software-download/windows10ISO`
17
+
- If you have dual boot or another computer with Windows 10 or 11 available:
18
+
- You can simply copy the file from there to the prefix's `drive_c/Windows/System32`[see below](#where-to-put-uiautomationcoredll)
19
+
- If the options above are not available, then you can download a clean Windows 10 ISO from Microsoft and use that:
20
+
1. Download the ISO from here: [https://www.microsoft.com/en-us/software-download/windows10ISO](https://www.microsoft.com/en-us/software-download/windows10ISO){target=_blank}
20
21
2. Either use the attached `UIAC.sh` script to extract the file (requires `p7zip`) **OR** do the following:
21
22
1. Mount the Win 10 ISO and go to the `sources` folder inside **OR** extract `install.wim` using p7zip: `7z e ISO_PATH sources/install.wim`
22
23
2. Either mount the `install.wim` file using `wimlib` and copy the file from `Windows/System32/UIAutomationCore.dll`**OR** extract the file using p7zip `7z e install.wim 1/Windows/System32/UIAutomationCore.dll`
23
24
24
-
::code-collapse
25
-
26
-
```bash [UIAC.sh]
27
-
#!/bin/bash
28
-
# Saving the script directory
29
-
DIR=$(pwd)
30
-
31
-
# Changing to a temporal working directory
32
-
cd"$(mktemp -d)"||echo Error changing to a temporal directory, \
- Open Lutris, right click on Streamer.bot and select `Configure`
123
+
- Go to the `Runner options` tab and change the runner to either:
96
124
- `wine 11.14 staging`
97
125
- `System` (if it's 11.9 or newer)
98
-
- Using Bottles, change the runner to either:
126
+
127
+
:::
128
+
:::tabs-item{label=Bottles icon=mdi:bottle-wine}
129
+
130
+
- Open Bottles, selectthe Streamer.bot bottle and click on `Settings`
131
+
- Go to the `Runner` tab and change the runner to either:
99
132
- `kron4ek's 11.14 staging` or newer (NOT tkg, **Recomended**)
100
133
- `Built-in wine 11` or newer
101
134
- `kron4ek's 11.14 staging tkg` or newer
102
-
- Using the install Script:
103
-
- Check that your wine version is `11.9 (staging)` or newer (use `wine --version`), if it's not, then you'll have to update wine, use your distribution's way of doing that or follow winehq guide to add their repos.
0 commit comments