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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.