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
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
- InvalidOperationException when using Game Camera Preview in Scene window with a custom RenderGraph pass
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.