Started out as a few crashes here and there and now happened every 5 minutes. and now i cant even load into my home world. I need help
Reinstall your VRChat installation or reset home world to default if possible
自分も同じ状況です。解決方法が知りたいです。
Hey, I was able to run into a parallel instance of this and helped a friend with the same DWR bucket code, DWR_55a46e43afc
This seems to be a Windows issue related to Performance/Efficiency scheduling within intel’s latest generation of heterogeneous CPUs where not every CPU core has the same capabilities or instruction sets (ISAs), some cores are missing AVX/SSE instructions that are essential to Unity’s builds for amd64/x86_64 targets.
Setting your affinity to only the P(Performance) cores might alleviate this crashing for you, you’ll need to use the affinity tag as EAC prevents external affinity assignment.
For example, a 13900k has 8 performance cores at 2 threads per core, and 16 efficiency cores at 1 thread per core, and so you can use -affinity=FFFF0000
in your steam launch options to tell EAC to limit it to just your performance cores.
Please look up your specific CPU model to make sure you don’t include any efficiency cores in the affinity tagging.
You can convert from binary to hex to get the argument you need, starting from core 0 and including all cores.