http://bugs.winehq.org/show_bug.cgi?id=18717
Summary: .NET 3.x needs
ntdll.dll.RtlEnumerateGenericTableWithoutSplaying (WPF
+ MILCore driver)
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
affects every .NET 3.x GUI app which makes use of WPF.
Both, the managed part of WPF and the (unmanaged) MILCore driver make use of
the generic table API.
I'm still unsure how much of the generic table API needs to be functional and
what role such tables play in communication between Framework and MILCore
driver.
Currently, it seems we can get away with little effort.
Returning NULL from stub seems sufficient to prevent the crash and allows apps
to proceed further.
--- snip ---
fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework"
fixme:shell:URL_ParseUrl failed to parse L"PresentationCore"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"WindowsBase"
fixme:advapi:RegisterTraceGuidsW 0x6a053a (nil) 0x32dfd0 1 0x32dfac (null)
(null) 0x32dfb4
fixme:shell:URL_ParseUrl failed to parse L"PresentationCore.resources"
fixme:advapi:RegisterTraceGuidsW 0x532dc234 (nil) 0x53218780 27 0x32ce8c (null)
(null) 0x53355f40
fixme:seh:RtlCaptureStackBackTrace (2, 3, 0x533546cc, (nil)) stub!
fixme:ntdll:RtlInitializeGenericTable
(0x16cae4,0x5327d3ce,0x5327d3a0,0x5327d3b7,(nil)) stub!
fixme:ntdll:RtlInitializeGenericTable
(0x16cd4c,0x5328ec37,0x5327d3a0,0x5327d3b7,(nil)) stub!
fixme:seh:RtlCaptureStackBackTrace (2, 3, 0x533546e4, (nil)) stub!
fixme:seh:RtlCaptureStackBackTrace (2, 3, 0x533546fc, (nil)) stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x2d5e568,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x2d5e568,0x00000000), stub!
wine: Call from 0x7bc48066 to unimplemented function
ntdll.dll.RtlEnumerateGenericTableWithoutSplaying, aborting
...
fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime 2.0 Error Reporting"):
stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0008,0x000000e0,0x3009a1b4,0x6cc5c0):
stub
err:eventlog:ReportEventW L"edgermreader.exe"
err:eventlog:ReportEventW L"1.0.0.0"
err:eventlog:ReportEventW L"47c0d0da"
err:eventlog:ReportEventW L"unknown"
err:eventlog:ReportEventW L"0.0.0.0"
err:eventlog:ReportEventW L"00000000"
err:eventlog:ReportEventW L"0"
err:eventlog:ReportEventW L"7bc48066"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
--- snip ---
While you're at it, you might also want to fix the prototype of
RtlInitializeGenericTable().
--- snip dlls/ntdll/rtl.c ---
PVOID WINAPI RtlInitializeGenericTable(PVOID pTable, PVOID arg2, PVOID arg3,
PVOID arg4, PVOID arg5)
--- snip dlls/ntdll/rtl.c ---
See: http://msdn.microsoft.com/en-us/library/ms796842.aspx
Return type is VOID, additionally the parameters might be enhanced with MSDN
info.
Regards
--
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=18716
Summary: .NET 3.0 WPF requires SystemParametersInfoW(
SPI_GETMOUSEVANISH) handled
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://infogenium.com/proj_reader.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
another NET 3.0 app dies due to SystemParametersInfoW( SPI_GETMOUSEVANISH) not
handled (triggered by "search" -> "type text to find" action, mouse hovering)
--- snip ---
fixme:system:SystemParametersInfoW Unimplemented action: 4128
(SPI_GETMOUSEVANISH)
First chance exception generated: (0xe6a41c)
<System.ComponentModel.Win32Exception>
Unhandled exception generated: (0xe6a41c)
<System.ComponentModel.Win32Exception>
nativeErrorCode=1439
_className=<null>
_exceptionMethod=<null>
_exceptionMethodString=<null>
_message=(0xe6a6d4) "Invalid SPI parameter"
_data=(0xe6ad40) <System.Collections.ListDictionaryInternal>
_innerException=<null>
_helpURL=<null>
_stackTrace=(0xe6ad6c) <System.SByte[]>
_stackTraceString=<null>
_remoteStackTraceString=<null>
_remoteStackIndex=0
_dynamicMethods=<null>
_HResult=-2147467259
_source=<null>
_xptrs=0
_xcode=-532459699
Exception is called:UNHANDLED
...
Thread 0x37 Current State:GCUnsafe spot
0)* System.Windows.SystemParameters::get_MouseVanish +0155[native] +0064[IL] in
<Unknown File Name>:<Unknown Line Number>
1) System.Windows.Documents.TextEditorTyping::HideCursor +0046[native]
+0012[IL] in <Unknown File Name>:<Unknown Line Number>
2) System.Windows.Documents.TextEditorTyping::DoTextInput +0079[native]
+0006[IL] in <Unknown File Name>:<Unknown Line Number>
3) System.Windows.Documents.TextEditorTyping.TextInputItem::Do +0079[native]
+0020[IL] in <Unknown File Name>:<Unknown Line Number>
4) System.Windows.Documents.TextEditorTyping::ScheduleInput +0069[native]
+0028[IL] in <Unknown File Name>:<Unknown Line Number>
5) System.Windows.Documents.TextEditorTyping::OnTextInput +0403[native]
+0146[IL] in <Unknown File Name>:<Unknown Line Number>
6) System.Windows.Documents.TextEditor::OnTextInput +0031[native] +0012[IL] in
<Unknown File Name>:<Unknown Line Number>
7) System.Windows.Controls.Primitives.TextBoxBase::OnTextInput +0076[native]
+0036[IL] in <Unknown File Name>:<Unknown Line Number>
8) System.Windows.UIElement::OnTextInputThunk +0095[native] +0031[IL] in
<Unknown File Name>:<Unknown Line Number>
9) System.Windows.Input.TextCompositionEventArgs::InvokeEventHandler
+0072[native] +0007[IL] in <Unknown File Name>:<Unknown Line Number>
--- snip ---
(also suffers from bug 18660)
Regards
--
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=28121
Summary: unable to type any characters in Thunder7.2.1.3
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=36034)
--> (http://bugs.winehq.org/attachment.cgi?id=36034)
Log: can not type in thunder
1. Download Thunder7.2.1.3
http://down.sandai.net/thunder7/Thunder7.2.1.3136.exe
(from http://dl.xunlei.com/xl7.html )
2. winetricks vcrun2003, avoid Bug 28110 and Bug 28111.
3. install Thunder, start with wine, add a new download task,
try to type into the text form. no characters will be typed into.
winetricks riched20 works around for this.
fixme:richedit:fnTextSrv_OnTxSetCursor 0xb70780: STUB
fixme:richedit:fnTextSrv_OnTxSetCursor 0xb70780: STUB
fixme:richedit:fnTextSrv_TxDraw 0xb70780: STUB
fixme:richedit:fnTextSrv_OnTxSetCursor 0xb70780: STUB
fixme:richedit:fnTextSrv_OnTxSetCursor 0xb70780: STUB
fixme:richedit:fnTextSrv_TxDraw 0xb70780: STUB
fixme:richedit:fnTextSrv_OnTxSetCursor 0xb70780: STUB
fixme:richedit:fnTextSrv_TxDraw 0xb70780: STUB
--
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=12718
Summary: Typing the username in MSN Messenger 7.5 is really slow
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.filehippo.com/download_msn_messenger/751/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
When i start to write my email in msn messenger, the letters will take a long
time to appear. In the console I'm only watchinh this message every time I type
a letter:
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(60000): STUB
--
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=20188
Summary: MSN Messenger 7.5 hangs while signing in
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.oldapps.com/msn_messenger.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=23793)
--> (http://bugs.winehq.org/attachment.cgi?id=23793)
Console output
after signing in and when it starts loading the contacts the the screen just
hangs.
--
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=10059
Summary: Windows Live Messenger 8.5 - You can not type into login
boxes
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: philip.kent(a)ntlworld.com
When trying to run Windows Live Messenger 8.5 (install instructions in AppDB -
http://appdb.winehq.org/objectManager.php?sClass=version&iId=8146), you will
find you can not log in.
This is because it is impossible to type into the textboxes requesting
usernames and passwords. They are too small and do not accept input.
A log file is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13777
Summary: Can't write in login and password fields in MSN8
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igamads(a)gmail.com
Created an attachment (id=13810)
--> (http://bugs.winehq.org/attachment.cgi?id=13810)
Terminal output on msn8 and clean wineprefix
Can't right on the fields for Login and password.
--
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=14358
Summary: fusion: installation .NET assemblies might fail due to
incorrect parsing of CLR metadata structures and tables
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=3c9a983a-ac14-4125-8ba0-d36d67e0f4ad
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
a bug for James Hawkins ... low priority.
Encountered this when I accidentally forgot the .NET 2.0 prerequisite before
Office 2007 installation.
Setup dies in wine's fusion due to bugs in CLR metadata processing while
installing primary interop assemblies for Office into GAC.
--- snip ---
003f:trace:fusion:CreateAssemblyCache (0x32fe9c, 0)
003f:Call ntdll.RtlAllocateHeap(00110000,00000000,00000008) ret=79655027
003f:Ret ntdll.RtlAllocateHeap() retval=00114ec0 ret=79655027
003f:Ret fusion.CreateAssemblyCache() retval=00000000 ret=694077de
003f:trace:fusion:IAssemblyCacheImpl_InstallAssembly (0x114ec0, 0,
L"Microsoft.mshtml.dll", (nil))
..
003f:Call KERNEL32.CreateFileW(00115168
L"Microsoft.mshtml.dll",80000000,00000001,00000000,00000003,00000080,00000000)
ret=7965724f
003f:Ret KERNEL32.CreateFileW() retval=00000038 ret=7965724f
003f:Call
KERNEL32.CreateFileMappingW(00000038,00000000,00000002,00000000,00000000,00000000)
ret=7965728e
003f:Ret KERNEL32.CreateFileMappingW() retval=0000003c ret=7965728e
003f:Call KERNEL32.MapViewOfFile(0000003c,00000004,00000000,00000000,00000000)
ret=796572c4
003f:Ret KERNEL32.MapViewOfFile() retval=00440000 ret=796572c4
003f:Call ntdll.RtlImageNtHeader(00440000) ret=796572d6
003f:Ret ntdll.RtlImageNtHeader() retval=00440080 ret=796572d6
003f:Call ntdll.RtlImageRvaToVa(00440080,00440000,00002008,00000000)
ret=7965736d
003f:Ret ntdll.RtlImageRvaToVa() retval=00441008 ret=7965736d
003f:Call ntdll.RtlImageRvaToVa(00440080,00440000,001237c4,00000000)
ret=7965739f
003f:Ret ntdll.RtlImageRvaToVa() retval=005627c4 ret=7965739f
003f:Call ntdll.RtlImageRvaToVa(00440080,00440000,001237e4,00000000)
ret=796573d1
003f:Ret ntdll.RtlImageRvaToVa() retval=005627e4 ret=796573d1
003f:trace:seh:raise_exception code=c0000005 flags=0 addr=0x602636b3
003f:trace:seh:raise_exception info[0]=00000000
003f:trace:seh:raise_exception info[1]=00000000
003f:trace:seh:raise_exception eax=00000000 ebx=79659168 ecx=00000000
edx=0012c8c0 esi=80131018 edi=00000000
003f:trace:seh:raise_exception ebp=0032fc08 esp=0032fbec cs=0073 ds=007b
es=007b fs=0033 gs=003b flags=00010246
003f:trace:seh:call_stack_handlers calling handler at 0x7b877bc0 code=c0000005
flags=0
wine: Unhandled page fault on read access to 0x00000000 at address 0x602636b3
(thread 003f), starting debugger...
003f:trace:seh:start_debugger Starting debugger "winedbg --auto 62 68"
003f:trace:seh:call_stack_handlers handler at 0x7b877bc0 returned 1
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x602636b3).
--- snip ---
CLR metadata section header is incorrectly processed (offset calculation).
The version length is rounded to DWORD boundary - this needs to be taken into
account (crash on some assemblies).
Also the CLR metadata tables offset calculation is not correct.
A good crash candidate is "Microsoft.mshtml.dll", the primary interop assembly
(PIA) for mshtml.dll
A good source of information about PE CLR data structures is here:
http://www.ntcore.com/Files/dotnetformat.htm
You might also want to have a look at CFF explorer, one of the rare PE tools
which support .NET/CLR metadata: http://www.ntcore.com/exsuite.php
If you use it on assemblies with large amount of CLR metadata, like
Microsoft.mshtml.dll PIA, it might take lots of time to parse all tables.
It gives you all the info (metadata table offsets/RVA's) for verification of
calculations.
I wrote my own little test which just calls fusion's
IAssemblyCache_InstallAssembly on assemblies to verify my findings/patches.
I'll leave out any patch snippets to give potential patch implementor full
freedom.
For testing purposes you can use the "Office 2003 Update: Redistributable
Primary Interop Assemblies" from Micro$oft support which is available for
download (see URL).
Extract and run 'msiexec -x O2003PIA.msi'.
Regards
--
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=37867
Bug ID: 37867
Summary: rapid typing doesn't start
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: schiame(a)hotmail.com
Distribution: ---
Created attachment 50433
--> https://bugs.winehq.org/attachment.cgi?id=50433
wine details
rapid typing doesn't start
http://www.rapidtyping.com/best-typing-tutors/rapidtyping.html
--
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=23221
Summary: AT4RE FastScanner v3.0 UI button animation bug
Product: Wine
Version: 1.2-rc3
Platform: x86-64
URL: https://www.woodmann.com/collaborative/tools/images/Bi
n_AT4RE_FastScanner_2010-1-10_4.2_FastScanner_v3.0_Fin
al.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olerass(a)gmail.com
In Windows:
When you hover the mouse on any of the buttons in the top menu ("Open",
"Options" ...) the buttons change color and when you remove the mouse they
change back to the original coler (a mouse-on animation that is).
In Wine:
The buttons does change color when hovered, but they also change position a bit
(their position doesn't change in Windows).
Also when removing the mouse the buttons doesn't change back to the original
color (like in Windows) or position.
--
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=28225
Summary: Wine refuses to load native MSVCP90.dll, and won't
even say why.
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skotlex(a)mailforce.net
Back in version 1.3.26 wine was working correctly in the application I was
using it for (Ragnarok Online, used to have platinum rating in the appDB), but
since 1.3.27 wine cannot launch the application anymore.
By default, it tries to use the built-in MSVCP90.dll, which is a no go because
it has missing functions (already reported in bug #28215). However, the problem
is when I try to force the native version to be used, wine will not load it,
and it won't even give any explanation on why.
WINEDLLOVERRIDES="msvcp90=n" WINEDEBUG=+loaddll wine ragnarok.exe
Will print (relevant part):
trace:loaddll:load_builtin_dll Loaded L"c:\\windows\\system32\\iphlpapi.dll" at
0x7e3e0000: builtin
trace:loaddll:load_builtin_dll Loaded L"c:\\windows\\system32\\netapi32.dll" at
0x7e410000: builtin
err:module:import_dll Library MSVCP90.dll (which is needed by
L"C:\\ro\\ragnarok.exe") not found
trace:loaddll:load_builtin_dll Loaded L"c:\\windows\\system32\\msvcrt.dll" at
0x7e340000: builtin
trace:loaddll:load_builtin_dll Loaded L"c:\\windows\\system32\\msvcr90.dll" at
0x7e3c0000: builtin
The file, msvcp90.dll, is in the same directory as the executable, and there is
a Manifest for it as well (Microsoft.VC90.CRT.manifest):
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<noInheritable/>
<assemblyIdentity
type="win32"
name="Microsoft.VC90.CRT"
version="9.0.21022.8"
processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"
/>
<file name="msvcr90.dll" /> <file name="msvcp90.dll" /> <file
name="msvcm90.dll" />
</assembly>
According to winefile, the msvcp90.dll file I have has the following
properties:
Version: 9.0.21022.8
Size: 568832 Bytes
FileVersion: 9.00.21022.8
InternalName: MSVCP90.DLL
ProductVersion: 9.00.21022.8
One thing that jumps to the eye is the fact that the different version fields
don't agree on whether it is 9.0.X, or 9.00.X, but that may be normal. What I
don't find normal is the fact that wine doesn't give me any hint on what is
wrong and why it cannot load that dll :/
I am guessing it is related to manifests, since the support for that went in in
this Wine version.
So, in summary, shouldn't wine print out an error message detailing why it
failed to load a particular dll file?
--
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=35465
Bug ID: 35465
Summary: Tina-TI : Cursor popup-window is displayed too small
Product: Wine
Version: 1.7.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: h2obrain(a)gmail.com
Classification: Unclassified
Created attachment 47338
--> http://bugs.winehq.org/attachment.cgi?id=47338
Optical description of Error
The undecorated cursor popup-window in the diagram-window is displayed too
small. It seems that the whole window is scaled down. (see attached png)
All other windows and dialoges of Tina-TI (i checked) are displayed ok.
--
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=38069
Bug ID: 38069
Summary: Regen: window resizing doesn't correct the video
resolution
Product: Wine
Version: 1.7.36
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: therealhdl(a)gmail.com
Created attachment 50718
--> https://bugs.winehq.org/attachment.cgi?id=50718
Terminal output
http://aamirm.hacking-cult.org/www/regen.html
After running Regen, load a game, click Video -> Window Size, and switch to
another resolution. The window will resize but the video will not adjust
accordingly unless you enter and exit full screen mode.
--
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=22581
Summary: Internet Explorer 3.01 crashes on some web pages
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://www.oldversion.com/download/msie301w311.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27709)
--> (http://bugs.winehq.org/attachment.cgi?id=27709)
Full crash log
IE 3.01 for Windows 3.1 crashes when attempting to load some web pages. For
instance, attempting to search in AppDB triggers this crash. Probable culprit:
wine: Call from 0x7b837bea to unimplemented function
ole2disp.dll16.VARIANTINIT, aborting
wine: Unimplemented function ole2disp.dll16.VARIANTINIT called at address
0x7b837bea (thread 001a), starting debugger...
--
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=32531
Bug #: 32531
Summary: Crash on unimplemented function
kernel32.CreateThreadpoolWork (needed for ie10)
Product: Wine
Version: 1.5.20
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Classification: Unclassified
IE10 crash early on unimplemented function kernel32.CreateThreadpoolWork
(using native ieframe.dll)
msdn:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms682478%28v=vs.85%…
--
By by ... Detlef
--
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=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.
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.