-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG - Experimental] Abiotic Factor - Liveview crashes game, making illegal call to StaticFindObjectFast() #620
Comments
This still occur on latest experimental? I don't get it |
Haven’t played the game in awhile, so I don’t know if the crashing still happens. @igromanru might know. |
Basically nothing changed. UE4SS is unstable for the game as it was on day one. Latest custom game configurations only fixed vtable changes from last update and maybe |
We have some stuff planned that should practically negate performance issues and many crashes, but haven't had the time to implement it yet. Is the crash that doesn't generate a dump or where the dump points to the wrong place 100% repro'able? |
With |
Setup:
Using experimental dev build 149 with stock settings except:
Debug GUI API set to dx11
Disabled every mod except Keybinds, CheatManagerEnablerMod, ConsoleEnabler and ConsoleCommandsMod.
The below issues happen even without these changes.
Bug:
Was searching through liveview, filtering for instances, jumping to objects, viewing and scrolling through properties, when the game suddenly crashes. Has happened a couple of times, always with liveview in active use.
Have attached relevant logs and dumps. If needed, I'll also provide the game executable and .pdb that the developers thankfully include.
UE4SS.log
AbioticFactor-backup-2024.08.15-00.06.28.log
crash_2024_08_15_01_12_43.zip
AbioticFactor-backup-2024.08.15-01.12.43.log
crash_2024_08_15_00_06_27.zip
UECC-Windows-F02D3FF14646BADD508E48B413EB8128_0000.zip
Sidenote/another bug:
The debug window makes framerates tank by at least 50%, unless minimized. Both DX options do this.
OpenGL just has the expected white screen, but alt-tabbing to and from it makes the game window stop updating (game is still active) until repeating the alt-tab. Not sure it's relevant, but thought I'd include that behavior.
The text was updated successfully, but these errors were encountered: