https://bugs.winehq.org/show_bug.cgi?id=46114
Bug ID: 46114
Summary: Internet Explorer 3 refuses to install (detects IE 4)
Product: Wine
Version: 3.19
Hardware: x86-64
URL: http://www.oldversion.com/windows/internet-explorer-3-
02-win95
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Note: Let's skip the drama about "why" I need IE3 - I don't. It's just an odd
problem I encountered while trying to test an old bug that may be related to
another bug I encountered while looking for a test case for yet another bug.
MD5: ef64ec92f811409ca81f1845fab773eb msie302w95.exe
The installer starts without problems but once it begins installing it aborts
with the message:
"Internet Explorer 3.0 cannot be installed on a system that has Internet
Explorer 4.0 installed"
The installer contents can be extracted with:
msie302w95.exe /C /T:"c:\ie3"
The source of the message is infinst2.exe (occurs immediately when launched)
but I can't determine what it's being triggered by. I've tried overrides,
deleting most of the files in WINEPREFIX, and deleting most of the keys in the
registry. At this point I can't tell if it's a bug or not. I can't see
anything in the debug output that indicates what file or registry keys it's
looking at. Reading through the install scripts doesn't yield any obvious
clues.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28490
Summary: IE 3.02 installer crashes with builtin shdocvw -
unimplemented function shdocvw.dll.InstallReg_RunDLL
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://www.mirrorservice.org/sites/browsers.evolt.org/
browsers/ie/win32/3.02/win95full/msie302m95.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
If the 32-bit IE3 installer is run without an override for shdocvw, it crashes
after rebooting:
wine: Call from 0x7b83b4c2 to unimplemented function
shdocvw.dll.InstallReg_RunDLL, aborting
wine: Unimplemented function shdocvw.dll.InstallReg_RunDLL called at address
0x7b83b4c2 (thread 0043), starting debugger...
The installation continues afterward, so this seems to be harmless aside from
giving a crash dialog to dismiss.
To run the installer, the reported Windows version should be Windows 95, and
you'll need an app-specific override for infinst2.exe setting shell32 to
disabled (or native only).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29171
Bug #: 29171
Summary: Internet Explorer 3.02 shows a cut off message when
removing a registered file type
Product: Wine
Version: 1.3.33
Platform: x86-64
URL: http://www.mirrorservice.org/sites/browsers.evolt.org/
browsers/ie/win32/3.02/win95full/msie302m95.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
When trying to remove one of the registered file types from IE3's file types
dialog, it gives the following confirmation message:
"If you remove a registered file type, you will not be able to open files of
that type by double-cli"
With native shell32 and shfolder, it shows the full message:
"If you remove a registered file type, you will not be able to open files of
that type by double-clicking their icons.
Are you sure you want to remove the file type?"
No change with native shfolder only, fails to start with shell32 only. Running
with WINEDEBUG=+shell shows one line of output printed each time that dialog is
opened:
trace:shell:ShellMessageBoxA (0x63280000,0x100da,0x1aff,0x1af6,00000034)
Steps to reproduce:
- Install with 'winetricks ie3'
- Run 'wine control inetcpl.cpl'
- Go to the programs tab
- Click "file types"
- Click the remove button
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45515
Bug ID: 45515
Summary: Microsoft Office Access 2007 : Get an error when run
Product: Wine
Version: 3.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: donnisnoni.tid3(a)gmail.com
Distribution: ---
Created attachment 61900
--> https://bugs.winehq.org/attachment.cgi?id=61900
Backtrace file when run MS Access 2007
Still run MS Access 2007 but get error when run, after i close the error
window,, MS Access still run
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28973
Bug #: 28973
Summary: Internet Explorer 3.02 crashes often if native shdocvw
is used
Product: Wine
Version: 1.3.31
Platform: x86-64
URL: http://www.mirrorservice.org/sites/browsers.evolt.org/
browsers/ie/win32/3.02/win95full/msie302m95.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Created attachment 37256
--> http://bugs.winehq.org/attachment.cgi?id=37256
Hack
IE3 crashes under many conditions if the included copy of shdocvw.dll is used -
which, as far as I can tell, is required to use the IE3 interface (using
builtin shdocvw forces the use of the builtin iexplore interface... and has
other issues with IE3). Some actions that trigger the crash include using the
address bar, passing a URL as a command line parameter, loading the WineHQ
forum, clicking the home button...
The cause is:
wine: Unimplemented function shdocvw.dll.218 called at address 0x7b83b722
(thread 0009), starting debugger...
I found the source of that call in shell32/shfldr_desktop.c:
return IEParseDisplayNameWithBCW(CP_ACP,lpszDisplayName,pbc,ppidl);
After hacking it to return E_NOTIMPL instead, the crashes are gone. Could Wine
check whether the function is available before calling it?
Recipe to reproduce:
1. Add native,builtin overrides for shdocvw and mshtml
2. Install with winetricks from svn (winetricks ie3)
3. Run with wine 'C:/Program Files/Internet Explorer/iexplore.exe'
The first instance of the crash will be after answering whether IE should be
the default browser on first run.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28941
Bug #: 28941
Summary: Internet Explorer 3.02 crashes on viewing file types
Product: Wine
Version: 1.3.31
Platform: x86-64
URL: http://www.mirrorservice.org/sites/browsers.evolt.org/
browsers/ie/win32/3.02/win95full/msie302m95.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Created attachment 37202
--> http://bugs.winehq.org/attachment.cgi?id=37202
Terminal output
IE3 crashes with an unhandled page fault when trying to access the file types
dialog. To test, install with winetricks from svn using 'winetricks win95 ie3'
or follow steps 1-3 from bug 28829 to install manually. Then:
- Run 'wine control inetcpl.cpl'
- Go to the programs tab
- Click "file types"
Using builtin url.dll avoids this crash (giving a non-functional dialog
instead) but the native one is used by default.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28237
Summary: Hyperlinks do nothing in Internet Explorer 3.02
Product: Wine
Version: 1.3.27
Platform: x86-64
URL: http://www.mirrorservice.org/sites/browsers.evolt.org/
browsers/ie/win32/3.02/win95full/msie302m95.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: aeikum(a)codeweavers.com
Regression SHA1: cb5eb331590c96c26ab50cfe9ae96692dfcca34f
Created an attachment (id=36176)
--> (http://bugs.winehq.org/attachment.cgi?id=36176)
+hlink log
When clicking on any link in IE 3.02, nothing happens. I tested with some older
versions of Wine and found that it worked in 1.3.0, so I did a regression test:
cb5eb331590c96c26ab50cfe9ae96692dfcca34f is the first bad commit
commit cb5eb331590c96c26ab50cfe9ae96692dfcca34f
Author: Andrew Eikum <aeikum(a)codeweavers.com>
Date: Mon Aug 16 13:55:14 2010 -0500
hlink: Implement HLINKGETREF flags handling.
:040000 040000 dd6714c8b823591e32d9c0f9e66f9ee1a68e4742
a82e4eda4beb5ecb0f833a0887fb152e13e7fdc0 M dlls
Reverting that patch fixed the problem. BTW, I also verified that this old
version of IE still works properly with a more modern native hlink (from XP).
Steps to install IE3 and see the problem:
1. Run iexplore -unregserver
2. In winecfg, add global overrides for some core IE libraries:
iexplore.exe, jscript, mshtml, shdocvw, urlmon, wininet
3. Add a new application on the applications tab - infinst2.exe - and set
shell32 to disabled for this executable.
4. Run the installer, leave all settings at default, and allow it to restart at
the end.
5. On the first run of IE, disable the default browser check. It will then
crash from an unimplemented function.
6. Run the browser a second time and there should be no crash (just don't try
to use the address bar or home button). Click any of the links on the WineHQ
homepage and nothing will happen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28830
Bug #: 28830
Summary: Internet Explorer 3.02 crashes on viewing a site
certificate - unimplemented function
wininet.dll.ShowX509EncodedCertificate
Product: Wine
Version: 1.3.30
Platform: x86-64
URL: http://www.mirrorservice.org/sites/browsers.evolt.org/
browsers/ie/win32/3.02/win95full/msie302m95.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Happens when attempting to view a site certificate from IE3's control panel
applet.
wine: Call from 0x7b83b692 to unimplemented function
wininet.dll.ShowX509EncodedCertificate, aborting
wine: Unimplemented function wininet.dll.ShowX509EncodedCertificate called at
address 0x7b83b692 (thread 0025), starting debugger...
Native wininet works around it. Steps to reproduce:
1. Change the reported Windows version to Windows 95
2. Add an application-specific override for infinst2.exe -> shell32=native
(otherwise the installer won't run because it detects IE4 already installed)
3. Run the installer, ignore a crash near the end (bug 28490) or use native
shdocvw to avoid it
4. Run 'wine control inetcpl.cpl'
5. Go to the security tab and click "sites..." under "certificates"
6. Select "AT&T Certificate Services" and click "view certificate"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28956
Bug #: 28956
Summary: Internet Explorer 3.02 causes a crash after moving the
temporary internet files folder - unimplemented
function wininet.dll.RunOnceUrlCache
Product: Wine
Version: 1.3.31
Platform: x86-64
URL: http://www.mirrorservice.org/sites/browsers.evolt.org/
browsers/ie/win32/3.02/win95full/msie302m95.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
After changing the location of IE3's temporary internet files folder, rundll32
crashes on the next run of wineboot with:
wine: Call from 0x7b83b722 to unimplemented function
wininet.dll.RunOnceUrlCache, aborting
wine: Unimplemented function wininet.dll.RunOnceUrlCache called at address
0x7b83b722 (thread 0026), starting debugger...
Steps to reproduce:
1. winetricks ie3 (requires winetricks from svn)
2. wine control inetcpl.cpl
3. Click on the advanced tab -> settings -> move folder -> choose any folder ->
OK
4. Exit the control panel applet
5. wine wineboot
Workaround: WINEDLLOVERRIDES=wininet=n
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28829
Bug #: 28829
Summary: Internet Explorer 3.02 crashes on viewing personal
certificates - unimplemented function
wininet.dll.ShowClientAuthCerts
Product: Wine
Version: 1.3.30
Platform: x86-64
URL: http://www.mirrorservice.org/sites/browsers.evolt.org/
browsers/ie/win32/3.02/win95full/msie302m95.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
This happens when attempting to view personal certificates from the security
tab in IE3's control panel applet.
wine: Call from 0x7b83b692 to unimplemented function
wininet.dll.ShowClientAuthCerts, aborting
wine: Unimplemented function wininet.dll.ShowClientAuthCerts called at address
0x7b83b692 (thread 0009), starting debugger...
If native wininet is used, it crashes from an unimplemented function in
wintrust instead. Steps to reproduce:
1. Change the reported Windows version to Windows 95
2. Add an application-specific override for infinst2.exe -> shell32=native
(otherwise the installer won't run because it detects IE4 already installed)
3. Run the installer, ignore a crash near the end (bug 28490) or use native
shdocvw to avoid it
4. Run 'wine control inetcpl.cpl'
5. Go to the security tab and click "personal..." under "certificates"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.