UE4SS-RE / RE-UE4SS

Injectable LUA scripting system, SDK generator, live property editor and other dumping utilities for UE4/5 games
http://docs.ue4ss.com/
MIT License
1.36k stars 185 forks source link

[BUG - Release] Fatal Error: PS scan timed out #656

Closed Rogue-Demon-King closed 2 months ago

Rogue-Demon-King commented 2 months ago

Branch or Release UE4SS - v3.0.1 Beta #0 - Git SHA #d935b5b UE4SS Build Configuration: GameShippingWin64 (MSVC)

Game and Engine Version [2024-09-18 11:43:50] [PS] Found EngineVersion: 5.4

Describe the bug [2024-09-18 11:44:21] Fatal Error: PS scan timed out

Mods don't work.

Mods directory Default

To Reproduce Steps to reproduce the behavior:

  1. Launch game
  2. See error in log

Expected behavior No error

Screenshots, UE4SS Log, and .dmp file UE4SS.log

Desktop:

Additional context Game: Everspace 2

igromanru commented 2 months ago

Your bug report is wrong. Have you read what the log says?

[PS] Failed to find FText::FText(FString&&): expected at least one value
[PS] You can supply your own AOB in 'UE4SS_Signatures/FText_Constructor.lua'

I've found signature for another UE 5.4 game. Try it out if it works for you. UE4SS_Signatures.zip

EDIT: I also believe that you need the latest experimental version for UE4SS to work with UE 5.4 games.

Rogue-Demon-King commented 2 months ago

Switched to Experimental and added the file you gave me and it worked.

Are any of the included mods required for the UE4SS itself to work properly, or can I safely disable them all and use only one game-specific lua mod?

UE4SS commented 2 months ago

Switched to Experimental and added the file you gave me and it worked.

Are any of the included mods required for the UE4SS itself to work properly, or can I safely disable them all and use only one game-specific lua mod?

The included mods are not required.