darcs

Issue 2026 application failed to initialize properly (0xc0150002) (darcs 2.5)

Title application failed to initialize properly (0xc0150002) (darcs 2.5)
Priority bug Status given-up
Milestone Resolved in
Superseder Nosy List eivuokko, exlevan, jaredj, kirby, kowey, wglozer
Assigned To exlevan
Topics Community, Windows

Created on 2010-12-24.11:45:43 by kowey, last changed 2017-07-31.00:25:40 by gh.

Messages
msg13413 (view) Author: kowey Date: 2010-12-24.11:45:41
Hi Alexey,

Any idea what "application failed to initialize properly (0xc0150002)" 
means?  It's with the darcs-2.5 binary on Windows XP Professional 
Service Pack 3

Thanks!
msg13418 (view) Author: hoijarvi Date: 2010-12-24.16:21:13
Usually some runtime dll does not load. Sometimes a developer has debug
version that does not mix with release versions of other dlls. Try
starting darcs with a debugger and watch for messages.
msg13421 (view) Author: exlevan Date: 2010-12-24.17:12:08
The problem is with libssl, which was accidentally built with dependency 
on VC9.0 runtime.  Oops.  For now I replaced the dlls with those from 
darcs-2.4.4 build, and will try to rebuild dlls without additional 
dependencies.
msg14567 (view) Author: mornfall Date: 2011-07-05.10:02:58
Hey there, is this resolved now?
msg14573 (view) Author: exlevan Date: 2011-07-05.17:48:05
I beleive it is, the problem was because of Visual Studio runtime
dependency in the pre-compiled OpenSSL libraries. Compiling them
manually solved the problem.
History
Date User Action Args
2010-12-24 11:45:43koweycreate
2010-12-24 16:21:14hoijarvisetmessages: + msg13418
2010-12-24 17:12:08exlevansetmessages: + msg13421
2010-12-24 17:12:27exlevansetstatus: needs-reproduction -> has-patch
2011-07-05 10:02:58mornfallsetmessages: + msg14567
2011-07-05 17:48:06exlevansetmessages: + msg14573
2017-07-31 00:25:40ghsetstatus: has-patch -> given-up