A Wininet error while running an application

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Mexonizator
Level 2
Level 2
Posts: 13
Joined: Wed Dec 13, 2017 9:28 am

A Wininet error while running an application

Post by Mexonizator »

Hello!

I have a couple of simple apps that needs to have access to the Internet during the work. As a whole they run smoothly, but periodically crash while getting the data:

Code: Select all

fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT 27000
As I can see, the problem component is wininet, but I have winhttp installed. What else could be the culprit? How do I get rid of that error?

By the way, I've tried to install wininet, but with it there wasn't access to the Internet at all!

Ubuntu 16.04.3
Wine 3.1

Thanks!
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: A Wininet error while running an application

Post by DarkShadow44 »

I doubt this is the error, this is just a fixme. Please provide a full log.
Mexonizator
Level 2
Level 2
Posts: 13
Joined: Wed Dec 13, 2017 9:28 am

Re: A Wininet error while running an application

Post by Mexonizator »

Here it's.
Attachments
Direct.zip
(4.53 KiB) Downloaded 173 times
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: A Wininet error while running an application

Post by DarkShadow44 »

Does using native wininet help?
Mexonizator
Level 2
Level 2
Posts: 13
Joined: Wed Dec 13, 2017 9:28 am

Re: A Wininet error while running an application

Post by Mexonizator »

Doesn't, basically the same.
Attachments
2.zip
(13.34 KiB) Downloaded 155 times
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: A Wininet error while running an application

Post by DarkShadow44 »

Does the backtrace contain any useful information? Also, is there an application that you can provide to reproduce the crash?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: A Wininet error while running an application

Post by jkfloris »

from the 2.txt log file

Code: Select all

wine C:\\Program\ Files\ \(x86\)\\Яндекс\\DirectCommander\\DirectCommander.exe 
So I think it is the Yandex Direct Commander: https://direct.yandex.com/commander/
https://appdb.winehq.org/objectManager. ... &iId=36319

I don't have a Yandex account, so I can't test the program.

@Mexonizator
How did you install Adobe Air? With winetricks?
Mexonizator
Level 2
Level 2
Posts: 13
Joined: Wed Dec 13, 2017 9:28 am

Re: A Wininet error while running an application

Post by Mexonizator »

DarkShadow44 wrote:Does the backtrace contain any useful information? Also, is there an application that you can provide to reproduce the crash?
Sadly, it doesn't, at least for me. As for the application, as said below, it's Direct.Commander.

@jkfloris, wow, I didn't know the application appeared in AppDB.
How did you install Adobe Air? With winetricks?
Yes. Otherwise I'd have to use XP mode during the installation.
Mexonizator
Level 2
Level 2
Posts: 13
Joined: Wed Dec 13, 2017 9:28 am

Re: A Wininet error while running an application

Post by Mexonizator »

P.S. The backtrace.
Attachments
backtrace.zip
(2.85 KiB) Downloaded 146 times
Mexonizator
Level 2
Level 2
Posts: 13
Joined: Wed Dec 13, 2017 9:28 am

Re: A Wininet error while running an application

Post by Mexonizator »

Still no ideas?
Locked