Winetricks wininet

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
delphi
Level 2
Level 2
Posts: 17
Joined: Thu Sep 02, 2010 5:44 am

Winetricks wininet

Post by delphi »

workaround can't be used in wine 1.3.21

winetricks wininet

wine iexplore

fixme:urlmon:create_object Could not find object for MIME L"application/x-gzip-compressed"
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Re: Winetricks wininet

Post by jjmckenzie »

delphi wrote:workaround can't be used in wine 1.3.21

winetricks wininet

wine iexplore

fixme:urlmon:create_object Could not find object for MIME L"application/x-gzip-compressed"
Since you mentioned "work around" I am assuming that this has something to do with installing/using a program. How about providing the following:
1. Program name and version.
2. Linux/UNIX name and distribution name/version (for example: Ubuntu 11.04/Natty).
Thank you.
delphi
Level 2
Level 2
Posts: 17
Joined: Thu Sep 02, 2010 5:44 am

Re: Winetricks wininet

Post by delphi »

HTTPS doesn't work (or works poorly) in wine without native wininet. But now if you do that, it fails elsewhere.

Easy to reproduce, do "winetricks wininet" and "wine iexplore"

I tried to install IE8 first. Worked ok. Then wininet. It didn't work anymore.

I have Ubuntu 11.04. Everything worked 1.3.1x
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Post by oiaohm »

delphi make sure you have openssl providing the tls not gnutls.

Because that increased number of sites that work with wine own wininet.

Really fixing wine own wininet should be the target. There is no real focus that is going to go into fixing so winetricks hack of wininet works.
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Re: Winetricks wininet

Post by DanKegel »

delphi wrote: Easy to reproduce, do "winetricks wininet" and "wine iexplore"

I tried to install IE8 first. Worked ok. Then wininet. It didn't work anymore.
Yes, installing native DLLs is dangerous and can break things.

Wine's goal is to run without any native Microsoft dlls. It'll be a while before
we get there, but progress is being made.

Any app that requires 'winetricks wininet' should have a bug filed so we can improve
wine's implementation.
delphi
Level 2
Level 2
Posts: 17
Joined: Thu Sep 02, 2010 5:44 am

Re: Winetricks wininet

Post by delphi »

My point is that, if native wininet breaks things, then current implementation is obviously incorrect.

There are open wininet HTTPS issues in bugzilla.
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Post by oiaohm »

delphi in fact no installing native wininet breaking things does not show that the current implementation is incorrect.

It may display a bug fixme:urlmon:create_object Could not find object for MIME L"application/x-gzip-compressed" that is a feature not supported in a dll. If an application other than wininet does not require it then it may never be required.

But proves nothing about the wine implementation of wininet. Since that dll does not have to use windows parts to perform it tasks.

Basically your idea of it is wrong.
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Re: Winetricks wininet

Post by dimesio »

delphi wrote:workaround can't be used in wine 1.3.21
What app is this workaround for? The place to report a workaround no longer working is the AppDB, ideally by updating the howto, but if you're not the maintainer, submit a test report with the relevant information.
My point is that, if native wininet breaks things, then current implementation is obviously incorrect.

No. Wine is not meant to work with native dlls, and problems caused by using them are not Wine bugs. If you filed a bug for this, it would be closed as invalid.
gahen
Newbie
Newbie
Posts: 1
Joined: Wed Jul 20, 2011 12:09 pm

Post by gahen »

Hi,

I'm trying to make League of Legends work flawlessly and the more winely way possible. This said, I'd been playing around with ie6 and wininet. What this guy is trying to say is that now both of them don't seem to work together okey.

Before wine 1.3.21 you can do

Code: Select all

winetricks ie6 wininet
wine iexplore 
and it worked. Now it seems to be broken in some scenarios.

Now, completly OT, if someone knows how to remove this warnings with out winetricking wininet, I will love you very much =) (they prevent some webs from loading, ever)

Code: Select all

fixme:wininet:URLCache_FindFirstFreeEntry Grow file
err:wininet:CommitUrlCacheEntryInternal no free entries
[/code]
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Are you sure the recent LoL breakage is wine's fault?
I believe it started when they patched the game to use a different
autoupdater; see http://appdb.winehq.org/objectManager.p ... &iId=19141
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

Winetricks wininet

Post by jjmckenzie »

On 7/20/11 10:18 AM, gahen wrote:
Hi,

I'm trying to make League of Legends work flawlessly and the more winely way possible. This said, I'd been playing around with ie6 and wininet. What this guy is trying to say is that now both of them don't seem to work together okey.

Before wine 1.3.21 you can do


Code:
winetricks ie6 wininet
wine iexplore




and it worked. Now it seems to be broken in some scenarios.

Now, completly OT, if someone knows how to remove this warnings with out winetricking wininet, I will love you very much =) (they prevent some webs from loading, ever)


Code:
fixme:wininet:URLCache_FindFirstFreeEntry Grow file
err:wininet:CommitUrlCacheEntryInternal no free entries

[/code]

This is what we call a regression bug. However, did you try this
WITHOUT adding winetricks wininet with the latest development version of
Wine?

James
Locked