This issue is related to [Link Removed], where the "?listen" option sent on the URL to clients could cause issues with RPCs being called locally during travel.
The fix to remove the "?listen" option does not catch the case where the listen is followed by a "#", causing the crash to still occur in this case.
Lyra repro:
Broken URL LogLoad: LoadMap: 127.0.0.1:17777/ShooterMaps/Maps/L_Expanse?PktEmulationProfile=Average?game=/Game/B_LyraGameMode.B_LyraGameMode_C?listen?#spawnpoint Fixed URL LogLoad: LoadMap: 127.0.0.1:17777/ShooterMaps/Maps/L_Expanse?PktEmulationProfile=Average?game=/Game/B_LyraGameMode.B_LyraGameMode_C#spawnpoint
User reported repro:
In somwhere like the Game Mode's ProcessServerTravel function, modify the travel URL so that the "?listen" option is followed by the "#" special character. E.g. "?listen#morestuff"
Follow the rest of the repro steps from [Link Removed].
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-305829 in the post.
0 |
Component | UE - Framework |
---|---|
Affects Versions | 5.7 |
Target Fix | 5.7 |
Fix Commit | 44863663 |
---|
Created | Jul 18, 2025 |
---|---|
Resolved | Aug 14, 2025 |
Updated | Aug 14, 2025 |