SergeyMak Posted March 27, 2023 Posted March 27, 2023 Wave SDK 5.2.0 for Unreal crashes on Windows platform due to an uninitialized variable in the SDK code: Line 457 of Source\WaveVR\Private\WaveVRHMD.h: PoseSimulator *pSimulator; The variable must be initialized to null: PoseSimulator *pSimulator = nullptr;
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now