UE4SS

Results 349 comments of UE4SS

Does the crash happen consistently for you ? The location of the crash suggests that this might be something unrelated to KismetDebugger because it's just an ImGui function that's failing...

> I simply switched RE-UE4SS to this branch, ran` xmake project -k vsxmake2022 -y` to regenerate vs solution with kismet debugger mod, built ue4ss with game__shipping__win64, copied ue4ss.dll/.pdb and kismetdebugger.dll/.pdb...

Specifically, I need UE4SS.pdb. Your main.pdb in the archive works fine.

I don't know if I can identify this problem. Your dump based on the shipping build probably won't be useful. I'll need a dump with full memory (ini option) from...

It would appear that `GImGui` is nullptr. This is an internal imgui variable that keeps track of imgui state. By default, this is the expected behavior of mods that use...

I might have found the problem. Can you test this and see if the problem goes away ? [KismetDebugger.zip](https://github.com/UE4SS-RE/RE-UE4SS/files/15053535/KismetDebugger.zip)

> Seems to work fine This is definitely unrelated to KismetDebugger then. I will open another PR for this soon, and the fix won't affect the code in this PR...

The fix to that crash turned out to be a bit more involved and will likely require this mod to be changed. I'd like to include those changes before this...

This is ready to be merged as soon as #481 is merged.

> The other PR was pending it being moved to use glaze for json Considering how long it's been just sitting there, can we get this merged and deal with...