GrepoTool.exe unable to download update ?

Questions about Wine on Linux
Locked
apaseall
Level 2
Level 2
Posts: 13
Joined: Tue May 06, 2014 7:46 am

GrepoTool.exe unable to download update ?

Post by apaseall »

Hello,
Brand new to this forum and wine in general.

Got a program that runs fine under windows 7 pro 64bit that I want to run it while i am running linux.

Program is supposed to work in connection with a browser based game.
ie click something in the browser whilst this program is running and data gets sent from the browser to this program.
Browser based game is Grepolis. This program is officially accepted by Grepolis as legal to use.

The problem;
the program appears to be unable to connect to the Internet.
I guess this because it fails to download an update for itself, something that it tries to do immediately it begins to run.
Also if I try to use the program, it needs to download information from the 'server for the data for the game', which it fails to do.

The program can be downloaded from;
http://forum.en.grepolis.com/showthread ... nd-more%29

Some info;
linux mint 16

Code: Select all

~ $ wine --version
wine-1.7.17
uname -r
3.11.0-12-generic
The errors;

Code: Select all

$  wine Grepotool.exe &> /tmp/log.txt 2>&1 
$ cat /tmp/log.txt 
fixme:system:SetProcessDPIAware stub!
fixme:wlanapi:WlanOpenHandle (1, (nil), 0x32fa2c, 0x215bc0) stub
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:msvcrt:__clean_type_info_names_internal (0xe12574) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1bd825c) stub
fixme:msvcrt:__clean_type_info_names_internal (0x3eb5ac) stub
fixme:msvcrt:__clean_type_info_names_internal (0x3da258) stub
fixme:msvcrt:__clean_type_info_names_internal (0x3a5414) stub
fixme:msvcrt:__clean_type_info_names_internal (0x6602ec2c) stub
fixme:msvcrt:__clean_type_info_names_internal (0x392424) stub
fixme:msvcrt:__clean_type_info_names_internal (0x35644c) stub
fixme:msvcrt:__clean_type_info_names_internal (0x346414) stub
fixme:msvcrt:__clean_type_info_names_internal (0x8ba27c) stub
fixme:msvcrt:__clean_type_info_names_internal (0x1004069c) stub
fixme:msvcrt:__clean_type_info_names_internal (0x6409995c) stub
fixme:msvcrt:__clean_type_info_names_internal (0x653dee84) stub
fixme:msvcrt:__clean_type_info_names_internal (0x7c3d2c) stub
fixme:msvcrt:__clean_type_info_names_internal (0x6742c92c) stub
I hope I posted this in the right place, provided some information about the issue and that someone can help me get this working as it should do.
If you need any more info, please ask but I will [dreaded phrase alert] need specific instructions as [here it is] I am new to linux.

Thank you,
Apa.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: GrepoTool.exe unable to download update ?

Post by dimesio »

I downloaded it; winetricks vcrun2008 gets past the download problem and enables the app to start. I didn't test anything beyond that. http://wiki.winehq.org/winetricks
apaseall
Level 2
Level 2
Posts: 13
Joined: Tue May 06, 2014 7:46 am

Re: GrepoTool.exe unable to download update ?

Post by apaseall »

Thank you for taking the time to have a look at this.
However I think you missed something.

The app [as you call it] did start before.
What I posted was that it was unable [once started] to access the internet to download an update.
Getting the app to start is not the issue, getting it to ask for and receive data from the internet is.

Code: Select all

 ~/.wine/drive_c/Program Files/Grepotool-2.0.8-win32 $ winetricks vcrun2008
------------------------------------------------------
You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing w_do_call vcrun2008
vcrun2008 already installed, skipping
 ~/.wine/drive_c/Program Files/Grepotool-2.0.8-win32 $ wine Grepotool.exe 
fixme:system:SetProcessDPIAware stub!
fixme:wlanapi:WlanOpenHandle (1, (nil), 0x32fa2c, 0x89afc8) stub
^Cfixme:console:CONSOLE_DefaultHandler Terminating process 8 on event 0
fixme:msvcrt:__clean_type_info_names_internal (0x6602ec2c) stub
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: GrepoTool.exe unable to download update ?

Post by dimesio »

Apparently you overlooked the part where I said "gets past the download problem."

Code: Select all

You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
http://wiki.winehq.org/FAQ#32_bit_wineprefix
apaseall
Level 2
Level 2
Posts: 13
Joined: Tue May 06, 2014 7:46 am

Re: GrepoTool.exe unable to download update ?

Post by apaseall »

Hee hee, is saw that bit, but it does not. the app starts, then it tries the download. not the other way round.

I will look into the part you highlighted.
Since it ran under windows 64 bit, i just assumed...

thanks for the pointer.
apaseall
Level 2
Level 2
Posts: 13
Joined: Tue May 06, 2014 7:46 am

Re: GrepoTool.exe unable to download update ?

Post by apaseall »

still plodding on with this.
Yes the program starts [never the problem, just maybe how i wrote it when asking for help was misleading].
The problem is that it tries to connect to the internet to download an update, and fails.

After taking a look at the part about running a 64-bit WINEPREFIX i made a new prefix? for this program.
I ended spending sometime struggling against;

Code: Select all

p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: /usr/lib/i386-linux-gnu/pkcs11/p11-kit-trust.so: cannot open shared object file: No such file or directory
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
eventually i solved that issue.

then i installed vcrun2008

Code: Select all

~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32 $ winetricks vcrun2008
Executing w_do_call vcrun2008
Executing load_vcrun2008
Using native,builtin override for following DLLs: atl90 msvcm90 msvcp90 msvcr90 vcomp90
Executing winetricks_early_wine regedit C:\windows\Temp\_vcrun2008\override-dll.reg
Executing wine vcredist_x86.exe
fixme:clusapi:GetNodeClusterState ((null),0x32ebf4) stub!
fixme:advapi:DecryptFileA ("c:\\12321e2e5c1077748cc838\\", 00000000): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:LsaOpenPolicy ((null),0x33f2d8,0x00000001,0x33f2c4) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:storage:create_storagefile Storage share mode not implemented.
You opted in, so reporting 'vcrun2008 ' to the winetricks maintainer so he knows which winetricks verbs get used and which don't.  Use --optout to disable future reports.
but i am still left with the initial problem.

here is my need, much smaller output.

Code: Select all

~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32 $ cat /tmp/log.txt 
fixme:system:SetProcessDPIAware stub!
fixme:wlanapi:WlanOpenHandle (1, (nil), 0x32fa2c, 0x89b7c0) stub
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:msvcrt:__clean_type_info_names_internal (0x6602ec2c) stub
taking a look at fixme:wlanapi:WlanOpenHandle (1, (nil), 0x32fa2c, 0x89b7c0) stub, which to me seems to be where the problem might be,
i found this, The WlanOpenHandle function opens a connection to the server.
Aha.
also, later in the same article,
Windows XP with SP3 and Wireless LAN API for Windows XP with SP2: WlanOpenHandle will return an error message if the Wireless Zero Configuration (WZC) service has not been started or if the WZC service is not responsive.

Since I was unsure of what version of XP wine was running, i used winecfg to change the default setting to windows 7, since i knew the program does work in windows 7.

Now i get a completely different problem.
when i enter

Code: Select all

 wine Grepotool.exe &> /tmp/log.txt 2>&1 
a i get a popup which says
Grepotool
This application failed to start because it could
not find or load the Qt platform plugin "windows".
Reinstalling the program may fix this problem.

problem is that this program does not install, it just runs from an exe.

I tried this; installed 7-zip in wine, downloaded the zip file from source, unzipped with 7-zip.
ran wine Grepotool and got the error message stated above.
got a different error;

Code: Select all

~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32 $ cat /tmp/log.txt 
fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000002
scratching my head now, do i leave wineprefix as windows xp and dive down that rabbit hole ?
or continue as windows 7 ?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: GrepoTool.exe unable to download update ?

Post by dimesio »

Leave it at XP; that's what I tested in. And to be clear, I ran into the same problem as you without native vcrun2008, but after installing it I was able to download the update, connect to a server in Germany, and load world Alpha(de1). Whether it works beyond that, I don't know, but connecting was not an issue.

I just noticed your original post said you were using 1.7.17. I tested in 1.7.18, so if you haven't upgraded yet, try that. The other difference I see is that my connection is wired, so you should also test that. If it works with a wired connection but not wireless in current Wine, file a bug.
apaseall
Level 2
Level 2
Posts: 13
Joined: Tue May 06, 2014 7:46 am

Re: GrepoTool.exe unable to download update ?

Post by apaseall »

Well that was fun, easy and quick !=

lets see, sudo apt-get purge wine.
then download the source code for wine 1.7.18. copy that to some directory.
cd to it, ./configure. take a read of the output, something about 32-bit libraries eh?
google for a while,
sudo apt-get install depend? or something like that,
find that i need to ./configure --enable-win64.
read the output again, oh opencl and libhal not there ?
forget about them.
make depend, watch huge amounts of text for a bit,
make, watch even more text for even longer?
sudo make install, guess what? yes lots more text.

sudo apt-get purge winetricks
rm -f winetricks
wget http://winetricks.org/winetricks
sudo cp winetricks /usr/bin
sudo chmod +x /usr/bin/winetricks

export WINEARCH=win32 WINEPREFIX=~/wineGrepotool
winetricks 7zip
download source zip for grepotool, copy that into program files, use 7zip to unzip it,
winetricks vcrun2008
wine Grepotool.
find it still does not work.

Code: Select all

~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32 $ wine --versionwine-1.7.18
~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32 $ winetricks list-installed
7zip
vcrun2008
~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32 $ wine Grepotool.exe &> /tmp/log.txt 2>&1
~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32 $ cat /tmp/log.txt 
fixme:system:SetProcessDPIAware stub!
fixme:wlanapi:WlanOpenHandle (1, (nil), 0x32fa2c, 0x89b478) stub
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:msvcrt:__clean_type_info_names_internal (0x6602ec2c) stub
the motherboard may have wifi, but i doubt it [will have to check]
the system is most probably not using wifi [will have to check - not sure what commands or app i need to use to check though]
the system is using a wire :)

ok stuck again.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: GrepoTool.exe unable to download update ?

Post by dimesio »

apaseall wrote:

Code: Select all

fixme:system:SetProcessDPIAware stub!
fixme:wlanapi:WlanOpenHandle (1, (nil), 0x32fa2c, 0x89b478) stub
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:msvcrt:__clean_type_info_names_internal (0x6602ec2c) stub
I get exactly the same console output, so I'd say the fixme:wlanapi is not the problem.

Does wine iexplore connect?
apaseall
Level 2
Level 2
Posts: 13
Joined: Tue May 06, 2014 7:46 am

Re: GrepoTool.exe unable to download update ?

Post by apaseall »

Something is a bit odd here, might have not got the wine 1.7.18 install right maybe?

Code: Select all

 ~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32 $ wine iexplorer
wine: cannot find L"C:\\windows\\system32\\iexplorer.exe"
 ~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32 $ winetricks iexplorer
------------------------------------------------------
You are using a 64-bit WINEPREFIX. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Unknown arg iexplorer
Usage: /usr/bin/winetricks [options] [command|verb|path-to-verb] ...
so i did this

Code: Select all

~ $ rm -r wineGrepotool/
~ $ export WINEARCH=win32 WINEPREFIX=~/wineGrepotool
~ $ winecfg
wine: created the configuration directory '/home/arthur/wineGrepotool'
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:iphlpapi:NotifyAddrChange (Handle 0xdbe890, overlapped 0xdbe89c): stub
wine: configuration in '/home/arthur/wineGrepotool' has been updated.
had a brain wave about where iexplorer might be lol

Code: Select all

~/wineGrepotool/drive_c/Program Files/Internet Explorer $ wine iexplore.exe 
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
fixme:ole:CoResumeClassObjects stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:wininet:create_cache_entry INTERNET_FLAG_NEED_FILE is not supported correctly
fixme:iphlpapi:NotifyAddrChange (Handle 0x10ee890, overlapped 0x10ee89c): stub
fixme:imm:ImmReleaseContext (0x20082, 0x185960): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x32e3d4,0x00000000), stub!
fixme:ieframe:BrowserService_GetTravelLog 0x1479e0 0x32eff8
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_QueryStatus (0x13e978)->((null) 1 0x32eff0 (nil))
fixme:ieframe:ClOleCommandTarget_QueryStatus command_0: 27, 0x0
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 37 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of CGID_ShellDocView
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x19d798)->()
fixme:ieframe:ClientSite_GetContainer (0x13e978)->(0x32efdc)
fixme:mshtml:nsChannel_GetContentDisposition (0x19d798)->(0x32e720)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x19d798)->(0x32e40b)
fixme:ieframe:DocHostUIHandler_GetDropTarget (0x13e978)
fixme:dwmapi:DwmGetCompositionTimingInfo ((nil) 0x32f718)
fixme:advapi:RegisterTraceGuidsW (0x6aee5270, 0x1f94ec8, {509962e0-406b-46f4-99ba-5a009f8d2225}, 3, 0x1be0d48, (null), (null), 0x1f94ef8): stub
fixme:ieframe:ClientSite_GetContainer (0x13e978)->(0x32f90c)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:mshtml:nsHttpChannelInternal_SetLoadAsBlocking (0x1774e8)->(1)
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x14c8b8)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x14cde8)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x14d8c8)->()
fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000001
fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000002
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x19f3f8)->(0x32f18c 0x32ed74 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x27b13d0)->(0x32f18c 0x32ed74 0)
err:mshtml:ensure_nsevent_handler GetBody failed: 00000000
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x14c5f0)->(0x32f4dc 0x32f0c4 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x14cc88)->(0x32f4dc 0x32f0c4 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x177818)->(0x32f4dc 0x32f0c4 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x177900)->(0x32f4dc 0x32f0c4 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x1d0de0)->(0x32f18c 0x32ed74 0)
fixme:mshtml:HTMLDocument_get_referrer (0x19f250)->(0x32cd80)
fixme:ieframe:ShellUIHelper2_GetIDsOfNames (0x2890658)->({00000000-0000-0000-0000-000000000000} 0x32bf8c 1 0 0x32bfc4)
fixme:wininet:IsDomainLegalCookieDomainW (L"winehq.org", L"www.winehq.org") semi-stub
fixme:ieframe:ShellUIHelper2_GetIDsOfNames (0x2890658)->({00000000-0000-0000-0000-000000000000} 0x32bf8c 1 0 0x32bfc4)
fixme:wininet:IsDomainLegalCookieDomainW (L"winehq.org", L"www.winehq.org") semi-stub
fixme:ieframe:ShellUIHelper2_GetIDsOfNames (0x2890658)->({00000000-0000-0000-0000-000000000000} 0x32bf8c 1 0 0x32bfc4)
fixme:wininet:IsDomainLegalCookieDomainW (L"winehq.org", L"www.winehq.org") semi-stub
fixme:ieframe:ShellUIHelper2_GetIDsOfNames (0x2890658)->({00000000-0000-0000-0000-000000000000} 0x32bf8c 1 0 0x32bfc4)
fixme:wininet:IsDomainLegalCookieDomainW (L"winehq.org", L"www.winehq.org") semi-stub
fixme:ieframe:ShellUIHelper2_GetIDsOfNames (0x2890658)->({00000000-0000-0000-0000-000000000000} 0x32bf8c 1 0 0x32bfc4)
fixme:wininet:IsDomainLegalCookieDomainW (L"winehq.org", L"www.winehq.org") semi-stub
fixme:ieframe:ShellUIHelper2_GetIDsOfNames (0x2890658)->({00000000-0000-0000-0000-000000000000} 0x32c42c 1 0 0x32c464)
fixme:mshtml:OmNavigator_javaEnabled (0x27ce3f0)->(0x32c0c8) semi-stub
fixme:mshtml:function_invoke Unimplemented flags 4002
fixme:ieframe:ShellUIHelper2_GetIDsOfNames (0x2890658)->({00000000-0000-0000-0000-000000000000} 0x32bf8c 1 0 0x32bfc4)
fixme:wininet:IsDomainLegalCookieDomainW (L"winehq.org", L"www.winehq.org") semi-stub
fixme:ieframe:ShellUIHelper2_GetIDsOfNames (0x2890658)->({00000000-0000-0000-0000-000000000000} 0x32bf8c 1 0 0x32bfc4)
fixme:wininet:IsDomainLegalCookieDomainW (L"winehq.org", L"www.winehq.org") semi-stub
fixme:ieframe:ShellUIHelper2_GetIDsOfNames (0x2890658)->({00000000-0000-0000-0000-000000000000} 0x32bf8c 1 0 0x32bfc4)
fixme:wininet:IsDomainLegalCookieDomainW (L"winehq.org", L"www.winehq.org") semi-stub
fixme:ieframe:ShellUIHelper2_GetIDsOfNames (0x2890658)->({00000000-0000-0000-0000-000000000000} 0x32bf8c 1 0 0x32bfc4)
fixme:wininet:IsDomainLegalCookieDomainW (L"winehq.org", L"www.winehq.org") semi-stub
fixme:ieframe:ShellUIHelper2_GetIDsOfNames (0x2890658)->({00000000-0000-0000-0000-000000000000} 0x32bf8c 1 0 0x32bfc4)
fixme:wininet:IsDomainLegalCookieDomainW (L"winehq.org", L"www.winehq.org") semi-stub
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x27cbea8)->(0x32f18c 0x32ed74 0)
fixme:mshtml:HTMLDocument_get_referrer (0x19f250)->(0x32f030)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x154d68)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x154f30)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x1555d8)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x1558d8)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x155b18)->()
fixme:resource:GetGuiResources (0xffffffff,0): stub
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x154e68)->(0x32ebdc 0x32e7c4 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x1552e0)->(0x32ebdc 0x32e7c4 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x155688)->(0x32ebdc 0x32e7c4 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x1559d8)->(0x32ebdc 0x32e7c4 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x155d08)->(0x32ebdc 0x32e7c4 0)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x14c8b8)->(0x32e99c)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x14c8b8)->(0x32eab4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x14cde8)->(0x32e5dc)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x14cde8)->(0x32e6f4)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 28
fixme:mshtml:nsChannel_IsNoCacheResponse (0x154f30)->(0x32e99c)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x154f30)->(0x32eab4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x154d68)->(0x32e99c)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x154d68)->(0x32eab4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x14d8c8)->(0x32e5dc)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x14d8c8)->(0x32e6f4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x1558d8)->(0x32e99c)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x1558d8)->(0x32eab4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x1555d8)->(0x32e99c)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x1555d8)->(0x32eab4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x155b18)->(0x32e99c)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x155b18)->(0x32eab4)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 103 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 2315 of group {de4ba900-59ca-11cf-9592-444553540000}
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 35
fixme:mshtml:HTMLEventObj_get_toElement (0x28c0308)->(0x32e2e0)
fixme:mshtml:HTMLEventObj_get_fromElement (0x28c0308)->(0x32e2e0)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x19d798)->(0x32f47b)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 67 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 63 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of CGID_ShellDocView
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x19d728)->()
fixme:ieframe:ClientSite_GetContainer (0x13e978)->(0x32f9cc)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x1c64a8)->(0x32f4cc 0x32f0b4 0)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:DocHostUIHandler_GetDropTarget (0x13e978)
fixme:wininet:IsDomainLegalCookieDomainW (L"google.co.uk", L"www.google.co.uk") semi-stub
fixme:wininet:IsDomainLegalCookieDomainW (L"google.co.uk", L"www.google.co.uk") semi-stub
fixme:wininet:set_cookie httponly not handled (L"HttpOnly")
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 28
fixme:wininet:IsDomainLegalCookieDomainW (L"google.co.uk", L"www.google.co.uk") semi-stub
fixme:mshtml:nsChannel_GetContentDisposition (0x28b9880)->(0x32ea70)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x28b9880)->(0x32e75b)
fixme:jscript:JScript_SetScriptState unimplemented state 3
fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000001
fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000002
fixme:ieframe:ShellUIHelper2_GetIDsOfNames (0x2890658)->({00000000-0000-0000-0000-000000000000} 0x32f20c 1 0 0x32f244)
err:mshtml:ensure_nsevent_handler GetBody failed: 00000000
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x29be708)->()
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x2903228)->(0x32f4dc 0x32f0c4 0)
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x2903a48)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x29ec428)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x29ec7e0)->()
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x2903760)->(0x32f4dc 0x32f0c4 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x29ec528)->(0x32f4dc 0x32f0c4 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x29ec840)->(0x32f4dc 0x32f0c4 0)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x2b136d0)->(0x32e92c 0x32e514 0)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x29be708)->(0x32d95c)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x29be708)->(0x32da74)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x29ec428)->(0x32d95c)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x29ec428)->(0x32da74)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x29ec7e0)->(0x32d95c)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x29ec7e0)->(0x32da74)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x2903a48)->(0x32d95c)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x2903a48)->(0x32da74)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 103 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 2315 of group {de4ba900-59ca-11cf-9592-444553540000}
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 35
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x2b1c3d8)->()
fixme:mshtml:nsChannel_IsNoCacheResponse (0x28b9880)->(0x32f40b)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x2ecd310)->(0x32f11c 0x32ed04 0)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x2b1c3d8)->(0x32e99c)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x2b1c3d8)->(0x32eab4)
fixme:ieframe:ControlSite_OnFocus (0x13e978)->(1)
fixme:imm:ImmGetOpenStatus (0x185960): semi-stub
fixme:mshtml:HTMLButtonElement_get_type (0x2ed3138)->(0x32e0b0)
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x2ed8490)->()
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 67 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 67 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 63 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of CGID_ShellDocView
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x1c64a8)->()
fixme:ieframe:ClientSite_GetContainer (0x13e978)->(0x32f48c)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x175d90)->(0x32ef8c 0x32eb74 0)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:DocHostUIHandler_GetDropTarget (0x13e978)
fixme:mshtml:nsChannel_GetContentDisposition (0x1c64a8)->(0x32ea70)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x1c64a8)->(0x32e75b)
fixme:jscript:JScript_SetScriptState unimplemented state 3
fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000001
fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000002
err:mshtml:ensure_nsevent_handler GetBody failed: 00000000
fixme:msxml:ClassFactory_QueryInterface interface {342d1ea0-ae25-11d1-89c5-006008c3fbfc} not implemented
fixme:msxml:ClassFactory_QueryInterface interface {342d1ea0-ae25-11d1-89c5-006008c3fbfc} not implemented
fixme:msxml:ClassFactory_QueryInterface interface {342d1ea0-ae25-11d1-89c5-006008c3fbfc} not implemented
fixme:msxml:ClassFactory_QueryInterface interface {342d1ea0-ae25-11d1-89c5-006008c3fbfc} not implemented
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 28
fixme:ieframe:ShellUIHelper2_GetIDsOfNames (0x2890658)->({00000000-0000-0000-0000-000000000000} 0x32e98c 1 0 0x32e9ec)
err:jscript:interp_memberid failed 80004001
fixme:mshtml:HTMLWindow6_get_localStorage (0x147a08)->(0x32db00)
fixme:mshtml:HTMLWindow6_get_localStorage (0x147a08)->(0x32df30)
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x2f9a4a0)->()
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x2fa4468)->(0x32f4dc 0x32f0c4 0)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x2f9a4a0)->(0x32e99c)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x2f9a4a0)->(0x32eab4)
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x2fd5098)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x2ec0f80)->()
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x2fd5198)->(0x32f11c 0x32ed04 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x2fd5380)->(0x32f11c 0x32ed04 0)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x2fd5098)->(0x32e5dc)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x2fd5098)->(0x32e6f4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x2ec0f80)->(0x32e99c)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x2ec0f80)->(0x32eab4)
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x3111088)->(0x32e56c 0x32e154 0)
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 103 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 2315 of group {de4ba900-59ca-11cf-9592-444553540000}
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 35
fixme:mshtml:nsChannel_IsNoCacheResponse (0x1c64a8)->(0x32f2bb)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 67 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 63 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 84 of CGID_ShellDocView
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x175d90)->()
fixme:ieframe:ClientSite_GetContainer (0x13e978)->(0x32f48c)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x2f0b428)->(0x32ef8c 0x32eb74 0)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 25
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:DocHostUIHandler_GetDropTarget (0x13e978)
fixme:wininet:IsDomainLegalCookieDomainW (L"wikipedia.org", L"en.wikipedia.org") semi-stub
fixme:mshtml:nsChannel_GetContentDisposition (0x175d90)->(0x32ea70)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x175d90)->(0x32e75b)
fixme:jscript:JScript_SetScriptState unimplemented state 3
fixme:mshtml:nsHttpChannelInternal_SetLoadAsBlocking (0x2f1c2a8)->(1)
fixme:mshtml:nsHttpChannelInternal_SetLoadAsBlocking (0x35098f0)->(1)
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x3136670)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x3136c28)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x3137010)->()
fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000001
fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000002
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x3551f40)->(0x32f18c 0x32ed74 0)
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x35b93b0)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x35b9d00)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x35ba230)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x35ba7f8)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x35bab50)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x35bb080)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x35bb798)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x35bba38)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x35bbe38)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x35bc2b8)->()
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x35bd250)->(0x32e60c 0x32e1f4 0)
err:mshtml:ensure_nsevent_handler GetBody failed: 00000000
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x31603c8)->(0x32f11c 0x32ed04 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x3160a38)->(0x32f11c 0x32ed04 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x3136720)->(0x32f11c 0x32ed04 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x3136e68)->(0x32f11c 0x32ed04 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x31370c0)->(0x32f11c 0x32ed04 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x35b98e8)->(0x32f11c 0x32ed04 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x35ba0b8)->(0x32f11c 0x32ed04 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x35ba678)->(0x32f11c 0x32ed04 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x35baaa8)->(0x32f11c 0x32ed04 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x35bae30)->(0x32f11c 0x32ed04 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x35bb340)->(0x32f11c 0x32ed04 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x35bb898)->(0x32f11c 0x32ed04 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x35bbce0)->(0x32f11c 0x32ed04 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x35bc1d0)->(0x32f11c 0x32ed04 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x35bc550)->(0x32f11c 0x32ed04 0)
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x36d4f18)->(0x32f18c 0x32ed74 0)
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x37bef98)->()
fixme:mshtml:nsHttpChannelInternal_SetDocumentURI (0x37c6d98)->()
fixme:mshtml:nsChannel_IsNoCacheResponse (0x3136670)->(0x32e1bc)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x3136670)->(0x32e2d4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x3136c28)->(0x32e1bc)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x3136c28)->(0x32e2d4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x3137010)->(0x32e1bc)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x3137010)->(0x32e2d4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x35b93b0)->(0x32e1bc)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x35b93b0)->(0x32e2d4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x35b9d00)->(0x32e1bc)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x35b9d00)->(0x32e2d4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x35ba230)->(0x32e1bc)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x35ba230)->(0x32e2d4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x35ba7f8)->(0x32e1bc)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x35ba7f8)->(0x32e2d4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x35bab50)->(0x32e1bc)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x35bab50)->(0x32e2d4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x35bb080)->(0x32e1bc)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x35bb080)->(0x32e2d4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x35bb798)->(0x32e1bc)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x35bb798)->(0x32e2d4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x35bba38)->(0x32e1bc)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x35bba38)->(0x32e2d4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x35bbe38)->(0x32e1bc)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x35bbe38)->(0x32e2d4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x35bc2b8)->(0x32e1bc)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x35bc2b8)->(0x32e2d4)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
fixme:ieframe:PropertyNotifySink_OnChanged unimplemented dispid 1005
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 69 of CGID_Explorer
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x37bf360)->(0x32f11c 0x32ed04 0)
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:mshtml:HttpNegotiate_GetRootSecurityId (0x37c7828)->(0x32f11c 0x32ed04 0)
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
err:mshtml:on_stop_nsrequest RemoveRequest failed: 80004005
fixme:uniscribe:GSUB_apply_ChainContextSubst   TODO: subtype 1 (Simple context glyph substitution)
fixme:uniscribe:GSUB_apply_ChainContextSubst   TODO: subtype 2 (Class-based Chaining Context Glyph Substitution)
fixme:uniscribe:GSUB_apply_ChainContextSubst   TODO: subtype 1 (Simple context glyph substitution)
fixme:uniscribe:GSUB_apply_ChainContextSubst   TODO: subtype 2 (Class-based Chaining Context Glyph Substitution)
fixme:uniscribe:GSUB_apply_ChainContextSubst   TODO: subtype 1 (Simple context glyph substitution)
fixme:uniscribe:GSUB_apply_ChainContextSubst   TODO: subtype 2 (Class-based Chaining Context Glyph Substitution)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x37bef98)->(0x32e99c)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x37bef98)->(0x32eab4)
fixme:mshtml:nsChannel_IsNoCacheResponse (0x37c6d98)->(0x32e99c)
fixme:mshtml:nsChannel_GetContentDispositionHeader (0x37c6d98)->(0x32eab4)
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 28
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 26
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 103 of CGID_ShellDocView
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 2315 of group {de4ba900-59ca-11cf-9592-444553540000}
fixme:ieframe:ClOleCommandTarget_Exec Unimplemented cmdid 35
fixme:mshtml:nsChannel_IsNoCacheResponse (0x175d90)->(0x32f40b)
fixme:ieframe:ControlSite_OnFocus (0x13e978)->(0)
fixme:ieframe:InPlaceSite_OnInPlaceDeactivateEx fNoRedraw (1) ignored
fixme:mshtml:HlinkTarget_SetBrowseContext (0x177978)->((nil))
fixme:jscript:JScript_SetScriptState unimplemented state 3
huge amount of code output there but suffice to say iexplorer ran, i changed to google and googled roger rabbit, selected the wiki page, went there and closed iexplorer.
so i would say yes iexplorer seems to work fine.

no idea if any of the above code is even remotely relevant.
apaseall
Level 2
Level 2
Posts: 13
Joined: Tue May 06, 2014 7:46 am

Re: GrepoTool.exe unable to download update ?

Post by apaseall »

More.

Code: Select all

 ~/wineGrepotool/drive_c/Program Files $ cp ~/Documents/Grepolis/Grepotool-2.0.8-win32.zip ~/wineGrepotool/drive_c/Program\ Files/

~/wineGrepotool/drive_c/Program Files $ ls
Common Files  Grepotool-2.0.8-win32.zip  Internet Explorer

~/wineGrepotool/drive_c/Program Files $ winetricks list-installed
7zip
linux menu/wine/7-zip, browse to location of zip file, unzip in folder

Code: Select all

~/wineGrepotool/drive_c/Program Files $ ls
Common Files           Grepotool-2.0.8-win32.zip
Grepotool-2.0.8-win32  Internet Explorer

~/wineGrepotool/drive_c/Program Files $ winetricks vcrun2008
Executing w_do_call vcrun2008
Executing load_vcrun2008
Using native,builtin override for following DLLs: atl90 msvcm90 msvcp90 msvcr90 vcomp90
Executing winetricks_early_wine regedit C:\windows\Temp\_vcrun2008\override-dll.reg
Executing wine vcredist_x86.exe
fixme:clusapi:GetNodeClusterState ((null),0x32ebf4) stub!
fixme:advapi:DecryptFileA ("c:\\2ed481aa363cb8a3162b5a54b4c2ac\\", 00000000): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:advapi:LsaOpenPolicy ((null),0x33f2d8,0x00000001,0x33f2c4) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:storage:create_storagefile Storage share mode not implemented.
You opted in, so reporting 'vcrun2008 ' to the winetricks maintainer so he knows which winetricks verbs get used and which don't.  Use --optout to disable future reports.

~/wineGrepotool/drive_c/Program Files $ winetricks list-installed
7zip
vcrun2008

~/wineGrepotool/drive_c/Program Files $ cd Grepotool-2.0.8-win32/
arthur@avalon ~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32 $ wine Grepotool.exe 
fixme:system:SetProcessDPIAware stub!
fixme:wlanapi:WlanOpenHandle (1, (nil), 0x32fa2c, 0x89a968) stub
at this point grepotool has started to run, it tries to download something, as in all previous attempts,
grepotool remains as display in 2.0.8 in the top left, under the logo is says
Update incomplete
Failed to download essential files.
Connection closed.

There is a grey continue button, click on it,

Code: Select all

fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
grepotool, under logo now says
Please select a Grepolis world
Server en1.grepolis.com is not available.
Please select another world.

select country england, world en71 Gonnos, click proceed,

loading world en71 Gonnos
downloading 4 files [missed the rest of the text on this line]
92.7%

grepotool pauses with the display showing 92.7
then the main window appears.

select server country england en71 gonnos,
bottom line shows that grepotool tries to download 1 file, 90% and pauses.
bottom line then shows
Download of essential files failed.

file, exit

Code: Select all

err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
fixme:msvcrt:__clean_type_info_names_internal (0x6602ec2c) stub
what the grepotool is supposed to do is download the latest hourly data for the world selected.
for some reason something is stopping the connection being made.
yes the world server is up, i am playing the game at the same time in linux firefox.

well that's all i got atm.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: GrepoTool.exe unable to download update ?

Post by dimesio »

I asked about iexplore just to be sure the problem was limited to this app.
then the main window appears.
So now you've gotten as far as I did. As I said, I hadn't tested further before this.
select server country england en71 gonnos,
bottom line shows that grepotool tries to download 1 file, 90% and pauses.
bottom line then shows
Download of essential files failed.
That server isn't available at the moment, so I just tested that on another one (de7). It went to 99%, but then also said Download of essential files failed. However, it's not a failure to connect; files have definitely been downloaded to the wineprefix's /drive_c/Program Files/Grepotool-2.0.8-win32/data/de7 directory, and there are downloaded files in directories for the other servers I had previously connected to.

I don't know enough about the app to tell whether any files that should have been downloaded are missing. Can you check yours against a working Windows install?

The other thing that I noticed is that all the downloaded files are zipped. They do contain data--I manually extracted a few--but it's possible that the real problem is not that a download failed, but that the app can't read what it did download.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: GrepoTool.exe unable to download update ?

Post by dimesio »

Following a hunch that the problem was really with displaying the data, not downloading it, I tried installing ie8 with winetricks. When I connected after installing ie8, the app redownloaded all the files (it did not download any additional files), and the main window now displays some data that it wasn't displaying before; the caveat is, because I'm not familiar with how this app is supposed to work, I can't say with confidence that it's displaying everything. But it's definitely changed.
apaseall
Level 2
Level 2
Posts: 13
Joined: Tue May 06, 2014 7:46 am

Re: GrepoTool.exe unable to download update ?

Post by apaseall »

Thanks for keeping with me on this one, after reading your last two posts i did this,

Code: Select all

~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32/data $ ls
en71  servers.txt
~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32/data $ rm -r en71/
~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32/data $ ls
servers.txt
and then

Code: Select all

 ~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32 $ wine Grepotool.exe 
fixme:system:SetProcessDPIAware stub!
fixme:wlanapi:WlanOpenHandle (1, (nil), 0x32fa2c, 0x89a528) stub
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
fixme:msvcrt:__clean_type_info_names_internal (0x6602ec2c) stub
checking

Code: Select all

~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32/data $ ls
en71  servers.txt
Agreed something is downloaded.

So I

Code: Select all

~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32 $ winetricks ie8
Executing w_do_call ie8
Executing load_ie8
Executing wine iexplore -unregserver
Executing w_do_call msls31
Executing load_msls31
Executing mkdir -p /home/arthur/.cache/winetricks/msls31
Downloading http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe to /home/arthur/.cache/winetricks/msls31
--2014-05-10 23:56:32--  http://download.microsoft.com/download/WindowsInstaller/Install/2.0/NT45/EN-US/InstMsiW.exe
Resolving download.microsoft.com (download.microsoft.com)... 23.67.244.72, 23.67.244.74, 2001:5000:400:a::c33b:9628, ...
Connecting to download.microsoft.com (download.microsoft.com)|23.67.244.72|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1822848 (1.7M) [application/octet-stream]
Saving to: ‘InstMsiW.exe’

100%[===========================================================================================>] 1,822,848   1.61MB/s   in 1.1s   

2014-05-10 23:56:33 (1.61 MB/s) - ‘InstMsiW.exe’ saved [1822848/1822848]

Executing cabextract -q --directory=/home/arthur/wineGrepotool/dosdevices/c:/windows/temp/_msls31 /home/arthur/.cache/winetricks/msls31/InstMsiW.exe
Executing cp -f /home/arthur/wineGrepotool/dosdevices/c:/windows/temp/_msls31/msls31.dll /home/arthur/wineGrepotool/dosdevices/c:/windows/system32
Using native,builtin override for following DLLs: iexplore.exe itircl itss jscript msctf mshtml shdoclc shdocvw shlwapi urlmon wininet xmllite
Executing winetricks_early_wine regedit C:\windows\Temp\_ie8\override-dll.reg
Using builtin override for following DLLs: updspapi
Executing winetricks_early_wine regedit C:\windows\Temp\_ie8\override-dll.reg
Executing mkdir -p /home/arthur/.cache/winetricks/ie8
Downloading http://winezeug.googlecode.com/svn/trunk/winetricks_files/winetest.cat to /home/arthur/.cache/winetricks/ie8
--2014-05-10 23:56:34--  http://winezeug.googlecode.com/svn/trunk/winetricks_files/winetest.cat
Resolving winezeug.googlecode.com (winezeug.googlecode.com)... 74.125.132.82, 2a00:1450:400c:c06::52
Connecting to winezeug.googlecode.com (winezeug.googlecode.com)|74.125.132.82|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 448 [application/octet-stream]
Saving to: ‘winetest.cat’

100%[===========================================================================================>] 448         --.-K/s   in 0s      

2014-05-10 23:56:34 (55.6 MB/s) - ‘winetest.cat’ saved [448/448]

Executing cp -f /home/arthur/.cache/winetricks/ie8/winetest.cat /home/arthur/wineGrepotool/dosdevices/c:/windows/system32/catroot/{f750e6c3-38ee-11d1-85e5-00c04fc295ee}/oem0.cat
Downloading http://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe to /home/arthur/.cache/winetricks/ie8
--2014-05-10 23:56:34--  http://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe
Resolving download.microsoft.com (download.microsoft.com)... 23.67.244.72, 23.67.244.74, 2001:5000:400:a::c33b:9628, ...
Connecting to download.microsoft.com (download.microsoft.com)|23.67.244.72|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 16883056 (16M) [application/octet-stream]
Saving to: ‘IE8-WindowsXP-x86-ENU.exe’

100%[===========================================================================================>] 16,883,056  3.30MB/s   in 5.3s   

2014-05-10 23:56:39 (3.02 MB/s) - ‘IE8-WindowsXP-x86-ENU.exe’ saved [16883056/16883056]

fixme:clusapi:GetNodeClusterState ((null),0x32eb74) stub!
fixme:advapi:DecryptFileA ("y:\\863326f277b1636852342877fcd887\\", 00000000): stub
fixme:advapi:RegisterTraceGuidsW (0x6cd15f38, 0x6cd20180, {e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x33f810, (null), (null), 0x6cd20188): stub
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
fixme:wuapi:update_session_put_ClientApplicationID 0x11b5038, L"Windows Internet Explorer 8 Setup Utility"
fixme:wuapi:automatic_updates_Pause 
fixme:wuapi:update_searcher_BeginSearch 
fixme:setupapi:pSetupGetGlobalFlags stub
fixme:wintrust:WinVerifyTrust unimplemented for 4
err:ole:CoGetClassObject class {acadf079-cbcd-4032-83f2-fa47c4db096f} not registered
err:ole:CoGetClassObject no class object {acadf079-cbcd-4032-83f2-fa47c4db096f} could be created for context 0x1
fixme:updspapi:UpdSpSetDynamicStringA 0x13cee8 "DownloadedProgramFiles" "D"
fixme:updspapi:UpdSpSetDynamicStringA 0x13cee8 "IEVersionUpdate" "I"
fixme:updspapi:UpdSpSetDynamicStringA 0x13cee8 "SystemTools" "A"
fixme:ntdll:server_ioctl_file Unsupported ioctl 9c040 (device=9 access=3 func=10 method=0)
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:sfc:SFC_3 0
fixme:wintrust:CryptCATGetCatAttrInfo 0xffffffff, L"SPAttr"
fixme:wintrust:CryptCATGetCatAttrInfo 0x1e4c70, L"SPAttr"
fixme:wintrust:CryptCATGetCatAttrInfo 0xffffffff, L"SPLevel"
fixme:wintrust:CryptCATGetCatAttrInfo 0x1e4c70, L"SPLevel"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\admparse.dll.mui" -> "C:\\windows\\system32\\DllCache\\admparse.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\advpack.dll.mui" -> "C:\\windows\\system32\\DllCache\\advpack.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\occache.ini" -> "C:\\windows\\system32\\DllCache\\desktop.ini"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\webcheck.ini" -> "C:\\windows\\system32\\DllCache\\desktop.ini"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ExtExport.exe" -> "C:\\windows\\system32\\DllCache\\ExtExport.exe"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\hmmapi.dll.mui" -> "C:\\windows\\system32\\DllCache\\hmmapi.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\html.iec" -> "C:\\windows\\system32\\DllCache\\html.iec"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\html.iec.mui" -> "C:\\windows\\system32\\DllCache\\html.iec.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\icardie.dll" -> "C:\\windows\\system32\\DllCache\\icardie.dll"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\icardie.dll.mui" -> "C:\\windows\\system32\\DllCache\\icardie.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ie4uinit.exe.mui" -> "C:\\windows\\system32\\DllCache\\ie4uinit.exe.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ie4uinit.exe.mui" -> "C:\\windows\\system32\\DllCache\\ie4uinit.exe.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ie8props.propdesc" -> "C:\\windows\\system32\\DllCache\\ie8props.propdesc"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ieakeng.dll.mui" -> "C:\\windows\\system32\\DllCache\\ieakeng.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ieakmmc.chm" -> "C:\\windows\\system32\\DllCache\\ieakmmc.chm"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ieaksie.dll.mui" -> "C:\\windows\\system32\\DllCache\\ieaksie.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ieakui.dll.mui" -> "C:\\windows\\system32\\DllCache\\ieakui.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ieapfltr.dat" -> "C:\\windows\\system32\\DllCache\\ieapfltr.dat"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ieapfltr.dll" -> "C:\\windows\\system32\\DllCache\\ieapfltr.dll"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\iecompat.dll" -> "C:\\windows\\system32\\DllCache\\iecompat.dll"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\iedkcs32.dll.mui" -> "C:\\windows\\system32\\DllCache\\iedkcs32.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\iedkcs32.dll.mui" -> "C:\\windows\\system32\\DllCache\\iedkcs32.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\iedvtool.dll" -> "C:\\windows\\system32\\DllCache\\iedvtool.dll"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\iedvtool.dll.mui" -> "C:\\windows\\system32\\DllCache\\iedvtool.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ieeula.chm" -> "C:\\windows\\system32\\DllCache\\ieeula.chm"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ieframe.dll" -> "C:\\windows\\system32\\DllCache\\ieframe.dll"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ieframe.dll.mui" -> "C:\\windows\\system32\\DllCache\\ieframe.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ieframe.dll.mui" -> "C:\\windows\\system32\\DllCache\\ieframe.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\iepeers.dll.mui" -> "C:\\windows\\system32\\DllCache\\iepeers.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ieproxy.dll" -> "C:\\windows\\system32\\DllCache\\ieproxy.dll"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\iernonce.dll.mui" -> "C:\\windows\\system32\\DllCache\\iernonce.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\iertutil.dll" -> "C:\\windows\\system32\\DllCache\\iertutil.dll"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\IERtUtil.dll.mui" -> "C:\\windows\\system32\\DllCache\\IERtUtil.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\iesetup.dll.mui" -> "C:\\windows\\system32\\DllCache\\iesetup.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\iesupp.chm" -> "C:\\windows\\system32\\DllCache\\iesupp.chm"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ieui.dll" -> "C:\\windows\\system32\\DllCache\\ieui.dll"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ieui.dll.mui" -> "C:\\windows\\system32\\DllCache\\ieui.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ieuinit.inf" -> "C:\\windows\\system32\\DllCache\\ieuinit.inf"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\iexplore.chm" -> "C:\\windows\\system32\\DllCache\\iexplore.chm"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\iexplore.exe.mui" -> "C:\\windows\\system32\\DllCache\\iexplore.exe.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\iexplore.exe.mui" -> "C:\\windows\\system32\\DllCache\\iexplore.exe.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\inetcorp.iem" -> "C:\\windows\\system32\\DllCache\\inetcorp.iem"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\inetcpl.cpl.mui" -> "C:\\windows\\system32\\DllCache\\inetcpl.cpl.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\inetres.adm" -> "C:\\windows\\system32\\DllCache\\inetres.adm"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\inetset.iem" -> "C:\\windows\\system32\\DllCache\\inetset.iem"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\inseng.dll.mui" -> "C:\\windows\\system32\\DllCache\\inseng.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\install.ins" -> "C:\\windows\\system32\\DllCache\\install.ins"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\jscript.dll.mui" -> "C:\\windows\\system32\\DllCache\\jscript.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\jsdbgui.dll" -> "C:\\windows\\system32\\DllCache\\jsdbgui.dll"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\jsdbgui.dll.mui" -> "C:\\windows\\system32\\DllCache\\jsdbgui.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\jsdebuggeride.dll" -> "C:\\windows\\system32\\DllCache\\jsdebuggeride.dll"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\jsdebuggeride.dll.mui" -> "C:\\windows\\system32\\DllCache\\jsdebuggeride.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\JSProfilerCore.dll" -> "C:\\windows\\system32\\DllCache\\JSProfilerCore.dll"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\JSProfilerCore.dll.mui" -> "C:\\windows\\system32\\DllCache\\JSProfilerCore.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\jsprofilerui.dll" -> "C:\\windows\\system32\\DllCache\\jsprofilerui.dll"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\jsprofilerui.dll.mui" -> "C:\\windows\\system32\\DllCache\\jsprofilerui.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\licmgr10.dll.mui" -> "C:\\windows\\system32\\DllCache\\licmgr10.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\msfeeds.dll" -> "C:\\windows\\system32\\DllCache\\msfeeds.dll"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\msfeeds.mof" -> "C:\\windows\\system32\\DllCache\\msfeeds.mof"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\msfeedsbs.dll" -> "C:\\windows\\system32\\DllCache\\msfeedsbs.dll"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\msfeedsbs.dll.mui" -> "C:\\windows\\system32\\DllCache\\msfeedsbs.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\msfeedsbs.mof" -> "C:\\windows\\system32\\DllCache\\msfeedsbs.mof"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\msfeedssync.exe" -> "C:\\windows\\system32\\DllCache\\msfeedssync.exe"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\mshta.exe.mui" -> "C:\\windows\\system32\\DllCache\\mshta.exe.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\mshta.exe.mui" -> "C:\\windows\\system32\\DllCache\\mshta.exe.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\mshtml.dll.mui" -> "C:\\windows\\system32\\DllCache\\mshtml.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\mshtmler.dll.mui" -> "C:\\windows\\system32\\DllCache\\mshtmler.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\msrating.dll.mui" -> "C:\\windows\\system32\\DllCache\\msrating.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\msrating.dll.mui" -> "C:\\windows\\system32\\DllCache\\msrating.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\occache.dll.mui" -> "C:\\windows\\system32\\DllCache\\occache.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\pdm.dll" -> "C:\\windows\\system32\\DllCache\\pdm.dll"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\ticrf.rat" -> "C:\\windows\\system32\\DllCache\\ticrf.rat"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\urlmon.dll.mui" -> "C:\\windows\\system32\\DllCache\\urlmon.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\vbscript.dll.mui" -> "C:\\windows\\system32\\DllCache\\vbscript.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\webcheck.dll.mui" -> "C:\\windows\\system32\\DllCache\\webcheck.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\FeedDisc.wav" -> "C:\\windows\\system32\\DllCache\\Windows Feed Discovered.wav"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\InfoBar.wav" -> "C:\\windows\\system32\\DllCache\\Windows Information Bar.wav"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\NavStart.wav" -> "C:\\windows\\system32\\DllCache\\Windows Navigation Start.wav"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\PopupBlk.wav" -> "C:\\windows\\system32\\DllCache\\Windows Pop-up Blocked.wav"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\WinFXDocObj.exe" -> "C:\\windows\\system32\\DllCache\\WinFXDocObj.exe"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\WinFXDocObj.exe.mui" -> "C:\\windows\\system32\\DllCache\\WinFXDocObj.exe.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\wininet.dll.mui" -> "C:\\windows\\system32\\DllCache\\wininet.dll.mui"
err:setupapi:SetupDefaultQueueCallbackA copy error 2 "y:\\863326f277b1636852342877fcd887\\xpshims.dll" -> "C:\\windows\\system32\\DllCache\\xpshims.dll"
CreateService SUCCESS.
err:rpc:I_RpcReceive we got fault packet with status 0x3e6
CreateService: Failed to set Service description. Error: 0x3e6
fixme:setupapi:pSetupGetGlobalFlags stub
fixme:setupapi:pSetupGetGlobalFlags stub
fixme:wintrust:CryptCATGetCatAttrInfo 0x1cb900, L"SPAttr"
fixme:wintrust:CryptCATGetCatAttrInfo 0x1cb900, L"SPAttr"
fixme:wintrust:CryptCATGetCatAttrInfo 0x1cb900, L"SPLevel"
fixme:wintrust:CryptCATGetCatAttrInfo 0x1cb900, L"SPLevel"
fixme:propsys:PSRegisterPropertySchema L"C:\\Program Files\\Internet Explorer\\ie8props.propdesc" stub
fixme:advapi:TreeResetNamedSecurityInfoW (L"C:\\windows\\ie8", 1, 4, (nil), (nil), 0x13d448, (nil), 1, (nil), 1, (nil)) stub
fixme:advapi:RegisterEventSourceA ((null),"Internet Explorer 8"): stub
fixme:advapi:RegisterEventSourceW (L"",L"Internet Explorer 8"): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x400e1119,0x466530,0x0002,0x00000000,0x33bb74,(nil)): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x400e1119,0x466530,0x0002,0x00000000,0x13d068,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
------------------------------------------------------
Working around wine bug 25648 -- Setting TabProcGrowth=0 to avoid hang
------------------------------------------------------
Executing winetricks_early_wine regedit C:\windows\Temp\_ie8\set-tabprocgrowth.reg
------------------------------------------------------
To start ie8, use the command wine 'C:\Program Files\Internet Explorer\iexplore'
------------------------------------------------------
You opted in, so reporting 'ie8 msls31 w_workaround_wine_bug-25648 ' to the winetricks maintainer so he knows which winetricks verbs get used and which don't.  Use --optout to disable future reports.
and then

Code: Select all

~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32 $ wine Grepotool.exe 
fixme:system:SetProcessDPIAware stub!
fixme:wlanapi:WlanOpenHandle (1, (nil), 0x32fa2c, 0x89a588) stub
fixme:ole:RemUnknown_QueryInterface No interface for iid {00000019-0000-0000-c000-000000000046}
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d
fixme:msvcrt:__clean_type_info_names_internal (0x6602ec2c) stub
Nothing had changed for me.

Prior to doing the items in this post i booted up my laptop and ran grepotool using en71 gonnos.
That worked fine.
Observation, at the first screen, the little screen with the logo where we can only pick the counrty and server,
once those have been selected, grepotool does more than one download.
it does it real quick, but what i am saying is that here in wine we are only seeing one download,
in windows grepotool not only completes happily the one, but then goes on to download other stuff.

For some checking I tried this, using the de7 server, just really to pick one i had not used before, thus ensuring the folder would be created 'a fresh'
so to speak.

Code: Select all

~/wineGrepotool/drive_c/Program Files/Grepotool-2.0.8-win32/data/de7 $ ls
buildings.json.gz  researches.json.gz  units.json.gz
I closed the windows running grepotool, restarted it, and on the small screen with the logo picked de7.
well that was my plan anyway. what actually happens is that grepotool automatically connected to the en71, did its downloading thing,
then launched straight to the large screen.
Undaunted i clicked server, countries germany and de7.

Indeed a new folder appears called de7 [in windows, on the laptop] which contains,
11 items
alliances.txt.gz, buildings.json.gz, conquers.txt.gz, islands.txt.gz, player_kills_att.txt.gz, player_kills_def.txt.gz, players.txt.gz, researches.json.gz, stats.dat, towns.txt.gz, units.json.gz

So that is 8 more files.
That would explain why we keep seeing download incomplete, not all the files are downloaded.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: GrepoTool.exe unable to download update ?

Post by dimesio »

I've done more a lot more testing since yesterday, but didn't have a chance to post until now.

First, ignore what I said earlier about vcrun2008 and ie8; it turns out that the effect they seemed to have was just a coincidence.

Basically what is happening is that the app connects and starts to download, but the download stalls. If you reconnect, it will download some more, until it stalls again. If you repeat that often enough, it will eventually download everything it needs and load the world. I've managed to load en71, it1, de1, and de7, in different wineprefixes, with no overrides or other tweaks.

The repeated stalling reminded me of a QT5 bug that causes the same behavior in the EA Origin downloader (http://bugs.winehq.org/show_bug.cgi?id=31438). That bug has a binary patch for Origin's QT5Network.dll that has been reported to fix the problem. Unfortunately, GrepoTool's QT5Network.dll is not exactly the same, and the patch attached to that bug won't apply to it, so it doesn't help you. But I suspect it's the same underlying bug, or at least something closely related.
apaseall
Level 2
Level 2
Posts: 13
Joined: Tue May 06, 2014 7:46 am

Re: GrepoTool.exe unable to download update ?

Post by apaseall »

oh. yes QT5 is used i think.
should i remove ie8 and vcrun2008?
I will take a read of the bug report.

Quite interesting reading, this has been around for sometime it seems.
I pulled the patch for network dll, but have not applied it atm.
apaseall
Level 2
Level 2
Posts: 13
Joined: Tue May 06, 2014 7:46 am

Re: GrepoTool.exe unable to download update ?

Post by apaseall »

2 quick
1 how can i edit a previous post, i wanted to add question 2 to the previous post via edit but failed to find how to do that,
2 how does one remove vcrun2008 and/or ie8 with winetricks ?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: GrepoTool.exe unable to download update ?

Post by dimesio »

apaseall wrote: 1 how can i edit a previous post,
After 45 minutes, you can't.
2 how does one remove vcrun2008 and/or ie8 with winetricks ?
You can remove the overrides in winecfg, but it's better to just delete the wineprefix and start over with a clean one.
apaseall
Level 2
Level 2
Posts: 13
Joined: Tue May 06, 2014 7:46 am

Re: GrepoTool.exe unable to download update ?

Post by apaseall »

Ok, thank you. I have written a comment in the bug item.
I am not sure what to do now.
Is it possible to acquire the Qt5Network.dll that the patch expects ?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: GrepoTool.exe unable to download update ?

Post by dimesio »

apaseall wrote: Is it possible to acquire the Qt5Network.dll that the patch expects ?
You could get it by installing Origin, but it wouldn't help, because it won't work with GrepoTool. These apps work only with the version they ship.

What needs to be done is to figure out what byte to change in GrepoTool's QT5Network.dll to make QTcpSocket buffered; that's what the patch does for Origin's version. If making the change to buffered solves the problem with GrepoTool, then it's the same bug, and if it doesn't, then it's not, and you should file a separate bug.
apaseall
Level 2
Level 2
Posts: 13
Joined: Tue May 06, 2014 7:46 am

Re: GrepoTool.exe unable to download update ?

Post by apaseall »

I feared as much. I did post that I think I am suffering from the same bug, provided a link back here.
I am hoping the person who provided the patch will be able to confirm if the bug is the same or not.
Either way if a fix via the same solution can be found I hope the person who altered the first one can create a patch for this one.
I will of course create a new bug report if it is different.
This is beyond me to confirm, that is why I posted where I did.

I guess we will just have to wait for some movement in the bug report, that there is nothing further we can try?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: GrepoTool.exe unable to download update ?

Post by dimesio »

You could report the problem to the GrepoTool developer. If it is the same bug, it would be better if it were fixed upstream. Any hack/workaround applied later could be rendered useless at any time by an automatic update to the program.
apaseall
Level 2
Level 2
Posts: 13
Joined: Tue May 06, 2014 7:46 am

Re: GrepoTool.exe unable to download update ?

Post by apaseall »

funny you should mention that. i already have asked if they could take a quick look in here.
i said it might help us work out what is not working in wine if he could let us know what the program is actually trying to do.
Locked