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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
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.