Search Issue Tracker
Fixed in 5.0.X
Votes
0
Found in
5.0.0a18
Issue ID
623352
Regression
No
Error message when loading 32 bit dll in 64 bit Unity build needs to be improved
Right now, an error of that kind looks like this:
"DllNotFoundException: Assets/Plugins/XInputInterface.dll
XInputDotNetPure.GamePad.GetState (PlayerIndex playerIndex, GamePadDeadZone deadZone)
XInputDotNetPure.GamePad.GetState (PlayerIndex playerIndex)
InputHandler.UpdateRumble (Single deltaTime) (at Assets/Scripts/Core/InputHandler.cs:812)
InputHandler.Update () (at Assets/Scripts/Core/InputHandler.cs:869)
"
This is misleading, since the dll file exists in the project. We should detect that this is a 32 bit dll and inform the user that they need to either use a 32 bit Editor or switch the dll with a 64 bit one.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
Add comment