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
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.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unable to undo or redo color swatch changes when creating or deleting color swatches
- [Linux][Vulkan] Silent crash when tooltip appears while hovering over a label
- Material Properties are not preserved when overriding Shader using Render Objects
- Scene view flickers when both Scene and Game view are active and DX11 API is used with Gamma Color Space
- ZivaRT Player and ML Agents packages Deprecated label color differs from other Deprecated packages
Add comment