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.38k stars 188 forks source link

[BUG - Release - PalWorld] Whenever re-enter the world in the game, the game will crashes #583

Closed AnnznnA closed 5 months ago

AnnznnA commented 5 months ago

Branch or Release UE4SS 3.0.1

Game and Engine Version Palworld v3.0.2 ;UE Version 5.1.1

Describe the bug Whenever re-enter the world in the game, the game will crashes,And I've confirmed that no custom mods are opened,There are only Lua mods that are turned on by default


ActorDumperMod : 0
ConsoleCommandsMod : 0
ConsoleEnablerMod : 0
SplitScreenMod : 0
LineTraceMod : 1
BPModLoaderMod : 1
BPML_GenericFunctions : 0
jsbLuaProfilerMod : 0
TestLuaMod:0

; Built-in keybinds, do not move up!
Keybinds : 1

Entering the world for the first time does not arise as a problem, it only appears in the case of re-entry

Mods directory There are only default mods that come with it,not anymore

To Reproduce Steps to reproduce the behavior:

  1. Launch game
  2. Enter a world
  3. return to Main Window and re-enter a new world

Desktop (please complete the following information):

AnnznnA commented 5 months ago

I think the hook named RegisterLoadMapPostHook may carsh In this game this version,I have temporarily resolved it :D