Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.0a1
2017.3.0f3
Issue ID
1026866
Regression
Yes
Dynamic link library initialization failed in Player, but works in Editor
Reproduction steps:
1. Open "MinimalRepro.zip" project
2. Enter Play mode and See an output "libTest says: "
3. Build the project with Script Debugging
4. Open the build and see an error "DllNotFoundException"
Expected Result: The dll file should be found just as in the Editor
Actual Result: The dll file is not found
Reproduced with: 2018.2.0b2, 2018.1.0f2, 2017.4.2f2, 2017.3.2f1, 2017.2.2p4, 2017.2.0a1
Did not reproduce on: 2017.1.3p4
Note:
"A dynamic link library (DLL) initialization routine failed"
Why won't fix: Nothing in Unity fails, it's the included DLL that fails to initialize.
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
5minlab_dev
Jul 26, 2018 06:00
Is there no further action if this issue marked as 'Won't Fix'?
I have the same problem on 2018.2.0f2.
Same project, no changes, but changed from 2017.3.0p3 -> 2018.2.0f2
All dll are located in the wrong directory!
I have to move them to the right directory manually.