UE4SS
UE4SS
Try turning off all mods in `Mods/mods.txt`.
I don't have a solution for you other than defining `EAspectRatioAxisConstraint` yourself somewhere. The underlying problem is UVTD generating forward declarations for enums when that's prohibited in C++. The solution...
If the game doesn't work when UE4SS is built targeting `Shipping` games, but it does work when targeting `Debug` games, that suggests that either the game in question is actually...
Try the latest experimental build: https://github.com/UE4SS-RE/RE-UE4SS/releases/tag/experimental-latest
> Same for me :/ I use UE4SS with proton Did you try the experimental build linked above ?
> Yes, but I have the same issue; it started happening after the last update. Try disabling all your mods, but leaving UE4SS installed, and see if it still crashes....
> > > Yes, but I have the same issue; it started happening after the last update. > > > > > > Try disabling all your mods, but leaving...
Probable solution is to add a custom UE console command `reloadmod `, i.e: `reloadmod CheatManagerEnablerMod`, with the mod name likely being case-insensitive to make it easier to use the command.
Note: This is regarding mods.txt, not mods.json that's showed in the screenshot.
Duplicate of #486