Jump to content

Wave SDK 5.2.0 for Unreal crashes on Windows platform


SergeyMak

Recommended Posts

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;

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...