Page 2 of 2

Re: Error when accessing the site

Posted: Mon Mar 14, 2022 12:39 am
by k-insis
Interesting, I do run all Windows instances under Linux VMs and dc_spawnurl works as documented .

But url.dll that is used inside that is part of internet explorer which might be blocked under specific configuration due to safety issues.

This: "rundll32 url.dll,FileProtocolHandler file://fil............" might represent suspicious activity to security mechanism and is aborted immediately by OS

Greetings
Eugene Lutsenko wrote: Sat Mar 12, 2022 1:26 am It turns out that this error in the DC_Spawnuri() function occurred when Windows was running under Linux. Another option with DllCall( "SHELL32.DLL" ,... works fine in this case as well.