Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load curl, tried "libcurl.dll", "curl.dll" #7

Open
RickC-I37 opened this issue Mar 17, 2021 · 1 comment
Open

Failed to load curl, tried "libcurl.dll", "curl.dll" #7

RickC-I37 opened this issue Mar 17, 2021 · 1 comment

Comments

@RickC-I37
Copy link

Hi,

when I run activator.exe I get following error message.

std.net.curl.CurlException@std\net\curl.d(4239): Failed to load curl, tried "libcurl.dll", "curl.dll".

0x00007FF782E4CC73 in std.exception.bailOut!(std.net.curl.CurlException).bailOut at C:\D\dmd2\windows\bin....\src\phobos\std\exception.d(516)
0x00007FF782E4CB79 in std.exception.enforce!(std.net.curl.CurlException).enforce!bool.enforce at C:\D\dmd2\windows\bin....\src\phobos\std\exception.d(437)
0x00007FF7830A1AC2 in void* std.net.curl.CurlAPI.loadAPI()
0x00007FF7830A199D in pure @nogc @safe void* std.net.curl.CurlAPI.instance().__dgliteral1()
0x00007FF7830D633B in pure @nogc @safe void* std.concurrency.initOnce!(std.net.curl.CurlAPI._handle).initOnce(lazy void*).__dgliteral2()
0x00007FF7830F9778 in ref void* std.concurrency.initOnce!(std.net.curl.CurlAPI._handle).initOnce(lazy void*, shared(core.sync.mutex.Mutex))
0x00007FF7830D6307 in ref void* std.concurrency.initOnce!(std.net.curl.CurlAPI._handle).initOnce(lazy void*)
0x00007FF7830A1974 in ref @Property std.net.curl.CurlAPI.API std.net.curl.CurlAPI.instance()
0x00007FF78307874D in ref @Property std.net.curl.CurlAPI.API std.net.curl.Curl.curl()
0x00007FF7830787BA in void std.net.curl.Curl.initialize()
0x00007FF783041EF7 in void std.net.curl.HTTP.initialize()
0x00007FF783041BA8 in std.net.curl.HTTP std.net.curl.HTTP.opCall()
0x00007FF783032358 in ae.sys.net.cachedcurl.CachedCurlNetwork.this at C:\Users\hmcsc\Downloads\steamkeyactivator-master....\AppData\Local\dub\packages\ae-0.0.2845\ae\sys\net\cachedcurl.d(58)
0x00007FF783034AFF in ae.sys.net.cachedcurl._staticCtor_L262_C1 at C:\Users\hmcsc\Downloads\steamkeyactivator-master....\AppData\Local\dub\packages\ae-0.0.2845\ae\sys\net\cachedcurl.d(264)
0x00007FF78303831D in void ae.sys.net.cachedcurl.__modctor()
0x00007FF7830FCB3F in void rt.minfo.runModuleFuncs!(rt.minfo.ModuleGroup.runTlsCtors().__lambda1).runModuleFuncs(const(immutable(object.ModuleInfo))[])
0x00007FF7830DB33D in void rt.minfo.ModuleGroup.runTlsCtors()
0x00007FF7830A5DFD in int rt.minfo.rt_moduleTlsCtor().__foreachbody1(ref rt.sections_win64.SectionGroup)
0x00007FF7830A5DC6 in rt_moduleTlsCtor
0x00007FF78309048C in rt_init
0x00007FF783084BF4 in void rt.dmain2._d_run_main2(char[][], ulong, extern (C) int function(char[][])
).runAll()
0x00007FF783084B5F in void rt.dmain2._d_run_main2(char[][], ulong, extern (C) int function(char[][])*).tryExec(scope void delegate())
0x00007FF783084966 in d_run_main2
0x00007FF783046AF3 in d_run_main
0x00007FF782D01792 in activator._d_cmain!().main at C:\D\dmd2\windows\bin....\src\druntime\import\core\internal\entrypoint.d(29)
0x00007FF78316A998 in __scrt_common_main_seh at D:\agent_work\9\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl(288)
0x00007FFEC1F37C24 in BaseThreadInitThunk
0x00007FFEC322D721 in RtlUserThreadStart

@CyberShadow
Copy link
Owner

Yes, you need cURL.

I think there should be a copy in the DMD bin directory.

Repository owner deleted a comment from Brycewetzel Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants