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
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
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.