Skip to content

Commit 068c2ad

Browse files
committed
Update notice about EOS SDK regression
1 parent bd0e59d commit 068c2ad

2 files changed

Lines changed: 8 additions & 18 deletions

File tree

docs/changelog.mdx

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,12 @@ import Image_20250811_MatchResults2 from "./changelog/2025.08.11/match_results_2
1818
This document describes the changes made in each release.
1919

2020
:::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.
21+
EOS SDK 1.17.1.3 and EOS SDK 1.18.0.4 are impacted by a regression that prevents games from querying game profiles of Steam friends if game profiles of Epic Games friends have previously been queried. For games using cross-platform Epic Games accounts, this results in the login process never completing and players being unable to progress past the login step.
2222

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.
23+
For this reason, the Redpoint EOS Online Framework plugin is continuing to target EOS SDK 1.17.0 until a fix has been issued by Epic Games for EOS SDK 1.18.
2424

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. 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-
:::
25+
When downloading the EOS SDK from the Developer Portal, please ensure you download version `1.17.0-CL41373641`. Since newer versions of the EOS SDK are known not to work due to the above regression, they will be ignored when the Redpoint EOS Online Framework searches for an installed EOS SDK.
26+
:::
3227

3328
### 2025.08.25
3429

docs/setup/index.mdx

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,12 @@ Before you can download the EOS SDK or use EOS Online Framework in your game, yo
3030
## Installing the EOS SDK
3131

3232
:::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.
33+
EOS SDK 1.17.1.3 and EOS SDK 1.18.0.4 are impacted by a regression that prevents games from querying game profiles of Steam friends if game profiles of Epic Games friends have previously been queried. For games using cross-platform Epic Games accounts, this results in the login process never completing and players being unable to progress past the login step.
3434

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.
35+
For this reason, the Redpoint EOS Online Framework plugin is continuing to target EOS SDK 1.17.0 until a fix has been issued by Epic Games for EOS SDK 1.18.
3636

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. 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-
:::
37+
When downloading the EOS SDK from the Developer Portal, please ensure you download version `1.17.0-CL41373641`. Since newer versions of the EOS SDK are known not to work due to the above regression, they will be ignored when the Redpoint EOS Online Framework searches for an installed EOS SDK.
38+
:::
4439

4540
<InstallSdk />
4641

0 commit comments

Comments
 (0)