[Issue 14793] net.curl.download https broken - windows

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14793

--- Comment #7 from Vladimir Panteleev  ---
If there is a reproducible problem with the installer not installing libcurl
properly, please file that separately.

--


[Issue 14793] net.curl.download https broken - windows

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14793

Vladimir Panteleev  changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED
 Resolution|FIXED   |INVALID

--


[Issue 14793] net.curl.download https broken - windows

2017-08-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14793

Yury Korchemkin  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Yury Korchemkin  ---
Figured that out — the problem was with libcurl.dll being not installed on the
machine and not copied into the folder with executable.

Copying the DLL solved the problem.

Resolving the bug.

--


[Issue 14793] net.curl.download https broken - windows

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14793

Vladimir Panteleev  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|DUPLICATE   |---

--- Comment #5 from Vladimir Panteleev  ---
Actually the timeline doesn't match up with 17622's.

(In reply to Yury Korchemkin from comment #3)
> Reproes with DMD32 D Compiler v2.073.0

Can't reproduce here with that version.

Try 2.075.0?

--


[Issue 14793] net.curl.download https broken - windows

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14793

Vladimir Panteleev  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #4 from Vladimir Panteleev  ---


*** This issue has been marked as a duplicate of issue 17622 ***

--


[Issue 14793] net.curl.download https broken - windows

2017-08-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14793

Yury Korchemkin  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||yuri.korchyom...@gmail.com
 Resolution|INVALID |---

--- Comment #3 from Yury Korchemkin  ---
Reproes with DMD32 D Compiler v2.073.0

Minimal repro:

import std.stdio;
import std.net.curl;

void main()
{   
download("https://avatars1.githubusercontent.com/u/8682279?v=4=40;,
"avatar.png");
}

Expected: file downloaded.
Actual: error with stacktrace:

object.Error@(0): Access Violation

0x62E8E685
0x004CA2B0 in core.sync.mutex.Mutex std.concurrency.initOnceLock().lock
0x100124A5
0x00403D51 in void
std.net.curl.download!(std.net.curl.AutoProtocol).download(const(char)[],
immutable(char)[], std.net.curl.AutoProtocol) at
C:\ProgramData\chocolatey\lib\dmd\tools\dmd2\windows\bin\..\..\src\phobos\std\net\curl.d(414)
0x00402035 in _Dmain at D:\tmp\D\curl_bug\source\app.d(6)
0x004050B3 in D2rt6dmain211_d_run_mainUiPPaPUAAaZiZ6runAllMFZ9__lambda1MFZv
0x00405077 in void rt.dmain2._d_run_main(int, char**, extern (C) int
function(char[][])*).runAll()
0x00404F78 in _d_run_main
0x00404D68 in main at D:\tmp\D\curl_bug\source\app.d(7)
0x00472291 in mainCRTStartup
0x76E462C4 in BaseThreadInitThunk
0x77830FD9 in RtlSubscribeWnfStateChangeNotification
0x77830FA4 in RtlSubscribeWnfStateChangeNotification

--


[Issue 14793] net.curl.download https broken - windows

2017-07-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14793

Vladimir Panteleev  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

--- Comment #2 from Vladimir Panteleev  ---
Can't reproduce and no reply in over a year, closing.

--


[Issue 14793] net.curl.download https broken - windows

2015-08-31 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14793

Vladimir Panteleev  changed:

   What|Removed |Added

 CC||thecybersha...@gmail.com

--- Comment #1 from Vladimir Panteleev  ---
I can't reproduce this, can you post a full program with working URLs?

The download function was broken during 2.068 development, but was fixed before
release: issue 14712

--


[Issue 14793] net.curl.download https broken - windows

2015-07-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14793

Ketmar Dark ket...@ketmar.no-ip.org changed:

   What|Removed |Added

   Severity|enhancement |normal

--