DelayLoadFailureHook failed to delay load wininet.dll.Intern

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Speed
Newbie
Newbie
Posts: 4
Joined: Sat Feb 09, 2019 8:36 am

DelayLoadFailureHook failed to delay load wininet.dll.Intern

Post by Speed »

After 1 1/2 hour getting this error:
0009:err:module:DelayLoadFailureHook failed to delay load wininet.dll.InternetCrackUrlW
wine: Call from 0x5c3f66dc to unimplemented function wininet.dll.InternetCrackUrlW, aborting

Already installed wininet does makes no difference
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: DelayLoadFailureHook failed to delay load wininet.dll.In

Post by Bob Wya »

Speed wrote:After 1 1/2 hour getting this error:
0009:err:module:DelayLoadFailureHook failed to delay load wininet.dll.InternetCrackUrlW
wine: Call from 0x5c3f66dc to unimplemented function wininet.dll.InternetCrackUrlW, aborting

Already installed wininet does makes no difference
@Speed

There is little point posting tiny snippets of Wine terminal logs... Unless you know what you are doing. :roll:
The API call InternetCrackUrlW(), has been implemented in Wine, for a number of years.

Please post more information:
  • What OS are you using?
  • What Wine version are you using?
  • What application are you testing?
If you want to post a full Wine terminal log, then please supply one with the following debug channel enabled:

Code: Select all

export WINEDEBUG=+loaddll
wine ... &>~/wine_loaddl_log.txt
Running Wine from the directory containing the main executable of the application, you are testing.
See: Wine User's Guide: 3 Using Wine.

Please use the forum Code tags for blocks of terminal commands + output:

Code: Select all

...
- if you choose to post the Wine terminal log inline.

Thanks
Bob
Locked