Skip to content

Commit a0ca3ae

Browse files
committed
Add notice about EOS SDK 1.17.1.3 regression
1 parent 4a06ea0 commit a0ca3ae

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

docs/changelog.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ import Image_20250811_MatchResults2 from "./changelog/2025.08.11/match_results_2
1717

1818
This document describes the changes made in each release.
1919

20+
:::danger
21+
We have been made aware of a regression in EOS SDK 1.17.1.3 that can prevent login from completing if the player has any friends on the local platform (e.g. Steam). This is not a bug in the plugin.
22+
23+
We have updated the latest "Bleeding Edge" build on [the License Manager](https://licensing.redpoint.games/download) to target EOS SDK 1.17.0 instead. There is no workaround known at this point in time, other than downgrading the EOS SDK.
24+
25+
We have reported this regression to Epic Games and are awaiting a new release of the EOS SDK.
26+
27+
- If you are downloading the "Bleeding Edge" version from [the License Manager](https://licensing.redpoint.games/download), make sure you install EOS SDK 1.17.0 and not EOS SDK 1.17.1.3.
28+
- If you are building the plugin from source code, the latest commit on `main` on GitLab is configured to prefer 1.17.0 over 1.17.1.3 if both are installed.
29+
- We are not pushing an update to Fab at this time. If you have installed the version from Fab, you can install the EOS SDK 1.17.0 locally, remove the `ThirdParty` folder from the plugin in the engine, and it should rebuild the plugin against 1.17.0 instead.
30+
- We are not pushing an update to the Free Edition at this time, due to the risk associated with other unreleased changes. Until the next stable release, please make sure you test without Steam running. Alternatively, you can purchase on Fab and follow the instructions above.
31+
:::
32+
2033
### 2025.08.25
2134

2235
This release adds support for EOS SDK 1.17.1.3 and fixes several issues:

docs/setup/index.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@ Before you can download the EOS SDK or use EOS Online Framework in your game, yo
2929

3030
## Installing the EOS SDK
3131

32+
:::danger
33+
We have been made aware of a regression in EOS SDK 1.17.1.3 that can prevent login from completing if the player has any friends on the local platform (e.g. Steam). This is not a bug in the plugin.
34+
35+
We have updated the latest "Bleeding Edge" build on [the License Manager](https://licensing.redpoint.games/download) to target EOS SDK 1.17.0 instead. There is no workaround known at this point in time, other than downgrading the EOS SDK.
36+
37+
We have reported this regression to Epic Games and are awaiting a new release of the EOS SDK.
38+
39+
- If you are downloading the "Bleeding Edge" version from [the License Manager](https://licensing.redpoint.games/download), make sure you install EOS SDK 1.17.0 and not EOS SDK 1.17.1.3.
40+
- If you are building the plugin from source code, the latest commit on `main` on GitLab is configured to prefer 1.17.0 over 1.17.1.3 if both are installed.
41+
- We are not pushing an update to Fab at this time. If you have installed the version from Fab, you can install the EOS SDK 1.17.0 locally, remove the `ThirdParty` folder from the plugin in the engine, and it should rebuild the plugin against 1.17.0 instead.
42+
- We are not pushing an update to the Free Edition at this time, due to the risk associated with other unreleased changes. Until the next stable release, please make sure you test without Steam running. Alternatively, you can purchase on Fab and follow the instructions above.
43+
:::
44+
3245
<InstallSdk />
3346

3447
## Enable the EOS Online Framework plugin

0 commit comments

Comments
 (0)