error after 1 1/2 hour everytime

Questions about Wine on Linux
Locked
Speed
Newbie
Newbie
Posts: 4
Joined: Sat Feb 09, 2019 8:36 am

error after 1 1/2 hour everytime

Post by Speed »

I am getting an error every time after 1 1/2 hour!

Windows app is connection with api. Works fine. but after 1 1/2 hours i must restart te program because it is getting an error every time the same!

When app startd it connects to:
0009:fixme:cryptnet:verify_cert_revocation_from_aia_ext OCSP URL = L"http://xxx.letsencrypt.org"

After 1 1/2 hour it getting the next error when connecting to:

0009:fixme:cryptnet:verify_cert_revocation_from_aia_ext OCSP URL = L"http://xxx-x3.letsencrypt.org"
0009:fixme:cryptnet:verify_cert_revocation_from_aia_ext OCSP URL = L"http://xxx-x3.letsencrypt.org"
0009:fixme:cryptnet:verify_cert_revocation_from_aia_ext OCSP URL = L"http://xxx-x3.letsencrypt.org"
0009:err:module:DelayLoadFailureHook failed to delay load wininet.dll.InternetCrackUrlW
wine: Call from 0x5c3f66dc to unimplemented function wininet.dll.InternetCrackUrlW, aborting
0009:fixme:cryptnet:verify_cert_revocation_from_aia_ext OCSP URL = L"http://xxx.letsencrypt.org"
And app can not connect to api anymore.

What does : module:DelayLoadFailureHook failed to delay load wininet.dll.InternetCrackUrlW
wine: Call from 0x5c3f66dc to unimplemented function wininet.dll.InternetCrackUrlW, aborting mean and how can i fix it?
thatubuntuguy
Level 2
Level 2
Posts: 13
Joined: Wed Feb 06, 2019 11:37 am

Re: error after 1 1/2 hour everytime

Post by thatubuntuguy »

Hi,
It may be that you are missing wininet. Did you install wininet?
Luckily it is very easy to install.

Code: Select all

WINEPREFIX=yourwineprefix winetricks wininet
Try this and get back to me.
Speed
Newbie
Newbie
Posts: 4
Joined: Sat Feb 09, 2019 8:36 am

Re: error after 1 1/2 hour everytime

Post by Speed »

I am a newbie, can you help me a bit?

Wininet is not installed. Must i install is separately?
And i do not know where and in witch file i need to change WINEPREFIX?

Sorry :-(
Speed
Newbie
Newbie
Posts: 4
Joined: Sat Feb 09, 2019 8:36 am

Re: error after 1 1/2 hour everytime

Post by Speed »

looks like I've figured out how to install wininet.

But getting now other error then before:
0009:fixme:cryptnet:verify_cert_revocation_from_aia_ext OCSP URL = L"http://xxx.letsencrypt.org"
0009:fixme:advapi:EventActivityIdControl 0x1, 0x33eedc: stub
0009:fixme:advapi:EventActivityIdControl 0x2, 0x33ee5c: stub
0009:fixme:advapi:EventActivityIdControl 0x2, 0x33eedc: stub
0009:fixme:advapi:EventActivityIdControl 0x1, 0x33eedc: stub
0009:fixme:advapi:EventActivityIdControl 0x2, 0x1b8c488: stub
0009:fixme:advapi:EventActivityIdControl 0x2, 0x33eedc: stub
0009:fixme:advapi:EventActivityIdControl 0x1, 0x33ec60: stub
0009:fixme:advapi:EventActivityIdControl 0x2, 0x33eb68: stub
0009:fixme:advapi:EventActivityIdControl 0x2, 0x33ec60: stub
0009:fixme:advapi:EventActivityIdControl 0x1, 0x33ec60: stub
0009:fixme:advapi:EventActivityIdControl 0x2, 0x1b8c5e8: stub
0009:fixme:advapi:EventActivityIdControl 0x2, 0x33ec60: stub
0009:fixme:advapi:EventActivityIdControl 0x1, 0x33e9fc: stub
0009:fixme:advapi:EventActivityIdControl 0x2, 0x33e988: stub
0009:fixme:advapi:EventActivityIdControl 0x2, 0x33e9fc: stub
0009:fixme:advapi:EventActivityIdControl 0x1, 0x33e9fc: stub
0009:fixme:advapi:EventActivityIdControl 0x2, 0x1b8e200: stub
0009:fixme:advapi:EventActivityIdControl 0x2, 0x33e9fc: stub
0009:fixme:advapi:EventActivityIdControl 0x1, 0x33e9fc: stub
0009:fixme:advapi:EventActivityIdControl 0x2, 0x1b8e200: stub
0009:fixme:advapi:EventActivityIdControl 0x2, 0x33e9fc: stub
0009:fixme:advapi:EventActivityIdControl 0x1, 0x33eeb4: stub
0009:fixme:advapi:EventActivityIdControl 0x2, 0x1b8e200: stub
wine: Call from 0x42dc5af9 to unimplemented function urlmon.dll.414, aborting
Locked