For some reason, the game crashes sometimes when I switch characters. It's either a System.AccessViolation or another but during the ProcessInternalOriginal().
Might have something to do with async loading (race condition) that we are currently doing through RGameInfo.LoadPC(). Alternatively, the ticks where I try to do the switch might have been unsafe because of something in the game world. I literally have no idea what could've caused the crash because there are no real logs.
For some reason, the game crashes sometimes when I switch characters. It's either a
System.AccessViolationor another but during theProcessInternalOriginal().Might have something to do with async loading (race condition) that we are currently doing through
RGameInfo.LoadPC(). Alternatively, the ticks where I try to do the switch might have been unsafe because of something in the game world. I literally have no idea what could've caused the crash because there are no real logs.