Search Issue Tracker

Fixed in 5.3.2

Votes

0

Found in

5.2.1f1

Issue ID

730289

Regression

No

[UWP] x64 platform application throws exceptions in the output

Windows Store Apps

-

On UWP x64 platform project throws exceptions:

NullReferenceException: Object reference not set to an instance of an object.
at EVP.VehicleController.FixedUpdate()
at EVP.VehicleController.$Invoke11(Int64 instance, Int64* args)
at UnityEngine.Internal.$MethodUtility.InvokeMethod(Int64 instance, Int64* args, IntPtr method)
(Filename: <Unknown> Line: 0)

NullReferenceException: Object reference not set to an instance of an object.
at EVP.VehicleTireEffects.UpdateTireMarks(WheelData wheelData, TireFxData fxData)
at EVP.VehicleTireEffects.Update()
at EVP.VehicleTireEffects.$Invoke7(Int64 instance, Int64* args)
at UnityEngine.Internal.$MethodUtility.InvokeMethod(Int64 instance, Int64* args, IntPtr method)
(Filename: <Unknown> Line: 0)

Reproducible on 5.2, 5.3 versions.

Repro steps:
1. open project "case_730289-repro".
2. build to Universal 10 platform.
3. build and run generated solution on x86 platform. No errors in the output.
4. build on x64 platform. Errors are spammed in the output.

Workaround: use x86 platform.

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.