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.
http://bugs.winehq.org/show_bug.cgi?id=28837
Bug #: 28837
Summary: Internet Explorer 3.02 crashes from unimplemented
function wintrust.dll.FindCertsByIssuer
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: minor
Priority: P2
Component: wintrust
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
If native wininet is used to work around bug 28829, IE3's control panel applet
crashes when viewing personal certificates because of this instead:
wine: Call from 0x7b83b6d2 to unimplemented function
wintrust.dll.FindCertsByIssuer, aborting
wine: Unimplemented function wintrust.dll.FindCertsByIssuer called at address
0x7b83b6d2 (thread 0009), starting debugger...
To test, install with winetricks from svn using 'wintricks win95 ie3' or follow
steps 1-3 from bug 28829. Then:
- Run WINEDLLOVERRIDES=wininet=n wine control inetcpl.cpl
- Go to the security tab and click "personal" under "certificates"
Adding wintrust to the overrides works around it.
--
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=28429
Summary: Internet Explorer 3.02 crashes on startup -
unimplemented function urlmon.dll.RegisterMediaTypes
Product: Wine
Version: 1.3.28
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: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
If I try to run IE3 for Windows 95 without first setting a native override for
urlmon, I get:
wine: Call from 0x7b83b4c2 to unimplemented function
urlmon.dll.RegisterMediaTypes, aborting
wine: Unimplemented function urlmon.dll.RegisterMediaTypes called at address
0x7b83b4c2 (thread 0023), starting debugger...
Installation and testing instructions:
1. Change the reported Windows version to Windows 95.
2. Add global native,builtin overrides for these:
iexplore.exe, jscript, mshtml, shdocvw
3. Add a shell32=disabled override for infinst2.exe only.
4. Run the installer, leave all settings at default, and allow it to restart at
the end.
5. On the first run, disable the default browser check. It will then crash from
an unimplemented function in (native) shdocvw.
6. Run the browser a second time and the urlmon crash should occur.
--
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=24983
Summary: Planetary Battles in Sace Rangers 2 : Dominators ,
Reload
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 280419952(a)mail.ru
Created an attachment (id=31650)
--> (http://bugs.winehq.org/attachment.cgi?id=31650)
It want double buffering
When I try to play planetary battle in Space Rangers 2 Dominators Reload it
crashes .
--
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=25167
Summary: Eraser 6.0 fails to start (with Mono)
Product: Wine
Version: 1.3.7
Platform: x86-64
URL: http://eraser.heidi.ie/download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31924)
--> (http://bugs.winehq.org/attachment.cgi?id=31924)
Terminal output
Attempting to start the program only yields an error message saying "collecting
from unknown thread." I've used winetricks mono26 beforehand. I didn't test
with .NET since it requires .NET 3.5 SP1, which won't work in Wine yet as far
as I know.
--
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.