Forum Discussion
puzzabug
1 year agoProtege
meta plugin 72 crashing dedicated servers and mac clients
The Get Boundary Visibility function is running on tick on servers, causing a crash. 0000000000000000() Unknown > [Inline Frame] x.exe!OculusXRScene::FOculusXRScene::GetBou...
puzzabug
1 year agoProtege
I edited the OculusXRSceneSubsystem.cpp file, and built the project and it didn't crash
void UOculusXRSceneSubsystem::UpdateBoundary()
{
// Add this check at the beginning of the function
if (IsRunningDedicatedServer())
{
return;
}
// Existing code
}
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 6 months ago
- 10 months ago