Wine version: wine-core-2.20-1.fc27.i686 on Fedora 27
Winetricks version:
Using winetricks 20171222-next - sha256sum: 01ebb56d22f54467343700eedfe283d82a47e67bbb6c2d68b7da743f41bb78a3 with wine-2.20 (Staging) and WINEARCH=win32
Steps to reproduce:
winetricks ie8wine 'C:\Program Files\Internet Explorer\iexplore.exeResult:
A window flashes, but disappears immediately, and the process exits.
Thank you very much!
Hi! Do you see any errors logged in the console after running wine 'C:\Program Files\Internet Explorer\iexplore.exe? Also, would it be possible to get a detailed winetricks log? For example, run winetricks -v ie8 > out.log 2>&1 and upload the resulting out.log somewhere.
Also this bug applies to ie7, so I modified the title. The logs of the commands sh winetricks -v ie8 2>&1 | tee out_winetricks.log, sh winetricks -v ie7 2>&1 | tee out_winetricks.log and wine 'C:\Program Files\Internet Explorer\iexplore.exe' 2>&1 | tee out_iexplore.log are pasted here. Thank you very much!
I had a look, but I'm not sure what to make of it. I can replicate it on my Ubuntu VM in the sense that it doesn't work, but not sure if it's the same problem, because I never tried to run IE before. There are some err:setupapi:SetupDefaultQueueCallbackA errors, but those might be a red herring. I'll let somebody else have a look and, hopefully, figure it out.
Thank you very much!
Same issue on Arch Linux for ie8 (flashing window and exit), ie7 (not even flashing).
output for ie8: click
Any news on this? It messes up the Lego EV3 software, which needs ie8 for silverlight.
I haven't had a chance to dig into it. I suspect the change was in wine; if someone could run a regression test that would be helpful.
Could this bug be related?
This should be fixed for ie8 with https://github.com/Winetricks/winetricks/pull/1137
@austin987 even though ie7 doesn't work perfectly with the same workaround, wouldn't it still be a good idea to add it to ie7?
@gverm sorry, missed this. Yes, you can add it.
On Arch Linux x64:
Using winetricks 20190615 - sha256sum: b6e465841d1d7bf473d8ecd32ed7a18e0add817444bf54ec25e6c9465584c6e9 with wine-4.10 and WINEARCH=win32
Using winetricks 20190615 - sha256sum: b6e465841d1d7bf473d8ecd32ed7a18e0add817444bf54ec25e6c9465584c6e9 with wine-4.11 and WINEARCH=win32
Using winetricks 20190615-next - sha256sum: 91be5785fee77b7e2d68f318b4a7cf38088034e5862f20fa4004345d5aff0791 with wine-4.11 and WINEARCH=win32
After installing IE8 with WINEARCH=win32 winetricks ie8, wine ~/.local/share/wineprefixes/ie8test/drive_c/Program\ Files/Internet\ Explorer/iexplore.exe exits with:
0009:fixme:ntdll:EtwRegisterTraceGuidsW (0x406de6, 0x40b580, {3e1fd72a-c323-4574-9917-5ce9c936f78c}, 1, 0x34fcec, (null), (null), 0x40b588): stub
0009:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {3e1fd72a-c323-4574-9917-5ce9c936f78c}
0009:fixme:ntdll:EtwRegisterTraceGuidsW (0x406de6, 0x40b5a0, {afff9c82-5be3-4205-9b3e-49e014c09a63}, 1, 0x34fcec, (null), (null), 0x40b5a8): stub
0009:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {afff9c82-5be3-4205-9b3e-49e014c09a63}
0009:fixme:ntdll:EtwRegisterTraceGuidsW (0x406cad, 0x40b220, {5c8bb950-959e-4309-8908-67961a1205d5}, 1, 0x34fd10, (null), (null), 0x40b220): stub
0009:fixme:ntdll:EtwRegisterTraceGuidsW register trace class {5c8bb950-959e-4309-8908-67961a1205d5}
0009:fixme:process:SetProcessDEPPolicy (1): stub
0009:fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
0009:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
0009:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
0009:fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
Hi, override ieframe.dll and after that at least the ie8 main window is opening
Hi, same problem here with Fedora31 (for ie8, ie7 works fine) (Using winetricks 20190912 and wine-4.21 (Staging))
@hugleo how can you override ieframe.dll ?
Hi, same problem here with Fedora31 (for ie8, ie7 works fine) (Using winetricks 20190912 and wine-4.21 (Staging))
@hugleo how can you override ieframe.dll ?
winecfg tool - libraries option
Most helpful comment
On Arch Linux x64:
After installing IE8 with
WINEARCH=win32 winetricks ie8,wine ~/.local/share/wineprefixes/ie8test/drive_c/Program\ Files/Internet\ Explorer/iexplore.exeexits with: