https://bugs.winehq.org/show_bug.cgi?id=36470
Bug ID: 36470
Summary: Inspect tool (Microsoft Active Accessibility
inspector), part of Windows 7 SDK needs
oleacc.dll.WindowFromAccessibleObject
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Hello folks,
continuation of bug 36372
Prerequisite: 'winetricks -q dotnet40 corefonts'
Windows 7 SDK (containing the MSAA/UIA tools and examples):
http://www.microsoft.com/en-us/download/details.aspx?id=8279
Windows Automation API 3.0 (provides needed 'UIAutomationCore.dll'):
https://support.microsoft.com/kb/971513
Download for Windows XP:
http://www.microsoft.com/downloads/details.aspx?FamilyId=cd55456d-9703-42a0…
(you might need 'taskset -c 0 <installer> to work around bug 35041)
'Inspect' tool description:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd318521%28v=vs.85%…
Backtrace:
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Microsoft SDKs/Windows/v7.1/Bin
$ wine ./Inspect.exe
...
Unhandled exception: unimplemented function
oleacc.dll.WindowFromAccessibleObject called in 32-bit code (0x7b83ac57).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7b83ac57 ESP:0033db04 EBP:0033db68 EFLAGS:00000287( - -- I S - -P-C)
EAX:7b826c7d EBX:7b8bb000 ECX:f69ecfc7 EDX:0033db2c
ESI:0033dc48 EDI:00000000
...
Backtrace:
=>0 0x7b83ac57 RaiseException+0x8f(code=<couldn't compute location>,
flags=<couldn't compute location>, nbargs=<couldn't compute location>,
args=<couldn't compute location>)
[/home/focht/projects/wine/wine.repo/src/dlls/kernel32/except.c:84] in kernel32
(0x0033db68)
1 0xf69ecf01 __wine_spec_unimplemented_stub+0x34(module="oleacc.dll",
function="WindowFromAccessibleObject")
[/home/focht/projects/wine/wine.repo/src/dlls/winecrt0/stub.c:34] in oleacc
(0x0033dba0)
2 0xf69e7d1d __wine_stub_WindowFromAccessibleObject+0x28() in oleacc
(0x0033dbcc)
3 0x53878d08 in uiautomationcore (+0x48d07) (0x0033dbcc)
4 0x53879396 in uiautomationcore (+0x49395) (0x0033dc1c)
...
19 0x7ebc9282 call_hook_proc+0xb2(proc=0x5384988f, id=0x4, code=0, wparam=0,
lparam=0x33f3cc, prev_unicode=0x1, next_unicode=0x1)
[/home/focht/projects/wine/wine.repo/src/dlls/user32/hook.c:345] in user32
(0x0033f018)
20 0x7ebc9749 call_hook+0x31f(info=0x33f13c, code=0, wparam=0,
lparam=0x33f3cc)
[/home/focht/projects/wine/wine.repo/src/dlls/user32/hook.c:427] in user32
(0x0033f098)
21 0x7ebc99e9 HOOK_CallHooks+0x218(id=0x4, code=0, wparam=0, lparam=0x33f3cc,
unicode=0x1) [/home/focht/projects/wine/wine.repo/src/dlls/user32/hook.c:493]
in user32 (0x0033f388)
...
25 0x7edef2ce manage_desktop+0x7d2(arg="")
[/home/focht/projects/wine/wine.repo/src/programs/explorer/desktop.c:915] in
explorer (0x0033f898)
26 0x7edf189f parse_command_line+0x177(commandline="/desktop",
parameters=0x33f920)
[/home/focht/projects/wine/wine.repo/src/programs/explorer/explorer.c:718] in
explorer (0x0033f8c8)
...
0x7b83ac57 RaiseException+0x8f
[/home/focht/projects/wine/wine.repo/src/dlls/kernel32/except.c:84] in
kernel32: subl $4,%esp
84 RtlRaiseException( &record );
Modules:
Module Address Debug info Name (59 modules)
PE 53830000-538c8000 Export uiautomationcore
ELF 7b800000-7ba60000 Dwarf kernel32<elf>
\-PE 7b810000-7ba60000 \ kernel32
ELF 7bc00000-7bcee000 Dwarf ntdll<elf>
\-PE 7bc10000-7bcee000 \ ntdll
...
ELF 7edd9000-7ee00000 Dwarf explorer<elf>
\-PE 7ede0000-7ee00000 \ explorer
...
Threads:
process tid prio (all id:s are in hex)
00000008 Inspect.exe
0000002d 0
0000002c 0
0000002b 0
0000002a 0
00000029 0
00000009 0
...
00000014 (D) C:\windows\system32\explorer.exe
00000015 0 <==
...
--- snip ---
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd373876%28v=vs.85%…
The 'Inspect' tool automatically injects 'UIAutomationCore.dll' into all or
selected processes on the current desktop to perform data retrieval on behalf
of a client.
In this case it's Wine builtin 'explorer.exe' crashing after injection
succeeded.
The dll can also load UIA plugins (providers) into its host process to extract
data using different techniques.
$ sha1sum winsdk_web.exe
a8717ebb20a69c7efa85232bcb9899b8b07f98cf winsdk_web.exe
$ du -sh winsdk_web.exe
500K winsdk_web.exe
$ wine --version
wine-1.7.18-155-gdb42703
Regards
--
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=35035
Bug #: 35035
Summary: HF pAppLoc (AppLocale) installer crashes due to
unimplemented function apphelp.dll.ShimFlushCache
Product: Wine
Version: 1.7.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
not really useful as of now because Wine doesn't support app shims yet.
Anyway, the installer shouldn't crash ;)
Website: http://www.hongfire.com/forum/downloads.php?do=file&id=329
If download fails, alternate:
http://www.mediafire.com/download/1p195o818um85d7/HF+pAppLoc.exe
--- snip ---
wine: Call from 0x7b83a8ef to unimplemented function
apphelp.dll.ShimFlushCache, aborting
wine: Unimplemented function apphelp.dll.ShimFlushCache called at address
0x7b83a8ef (thread 003b), starting debugger...
--- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/bb432482%28v=vs.85%29.aspx
--- snip ---
BOOL WINAPI ShimFlushCache(
_In_opt_ HWND hwnd,
_In_opt_ HINSTANCE hInstance,
_In_opt_ LPCSTR lpszCmdLine,
_In_ int nCmdShow
);
--- snip ---
Make nice trace of parameters when you stub it ...
$ sha1sum HF\ pAppLoc.exe
910d8b36fd11e6813dda7d03f1fea8b10105ab94 HF pAppLoc.exe
$ du -sh HF\ pAppLoc.exe
1.6M HF pAppLoc.exe
$ wine --version
wine-1.7.7-262-g30a3e9c
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=38934
Bug ID: 38934
Summary: Application fails to run complaining about
HTMLayout.dll. Works fine in Wine 1.4.46.
Product: Wine
Version: 1.7.47
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: nanawel(a)gmail.com
Distribution: ---
After updating to 1.4.47 on my Archlinux x64, I can't run SQLyog Community
Edition anymore (a MySQL management GUI).
When I run from a terminal, it says:
$ wine SQLyogCommunity.exe
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
err:module:attach_process_dlls "HTMLayout.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\myuser\\.wine\\drive_c\\Program Files\\SQLyog
Community\\SQLyogCommunity.exe" failed, status c0000005
If I revert back to 1.4.46, the application runs flawlessly.
I tried to delete ~/.wine and run it again, but same error on 1.4.47, and it
still works on 1.4.46. That seems like a regression somewhere.
I was using an old version of SQLyog so I tried to update to the latest version
(available here: https://github.com/webyog/sqlyog-community/wiki/Downloads )
but I keep getting the crash, only with 1.4.47 again.
Does not seem to be related to bug #36487, even if the DLL is the same (IMHO).
--
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=37980
Bug ID: 37980
Summary: Error when opening *.docx files with
wordview_en-us.exe
Product: Wine
Version: 1.7.34
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yajo(a)openaliasbox.org
Distribution: ---
Created attachment 50603
--> https://bugs.winehq.org/attachment.cgi?id=50603
Relevant logs
I'll use Spanish version instructions, but I tested with en-US and happens
exactly the same.
1. Download and install wordview_es-es.exe from
http://www.microsoft.com/es-ES/download/details.aspx?id=4
2. Download and install FileFormatConverters.exe from
http://www.microsoft.com/es-ES/download/details.aspx?id=3
3. Try to open any *.docx file.
4. A dialog appears saying: "Error when opening file." See the logs.
--
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=25814
Summary: installer crashes with error Call from 0x7b83a742 to
unimplemented function
Product: Wine
Version: 1.3.11
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justinasu(a)gmail.com
Created an attachment (id=32898)
--> (http://bugs.winehq.org/attachment.cgi?id=32898)
backtrace log from console output
When trying to install word viewer 2007 (wordview_en-us.exe)
installer crashes just before updating ini files
wine wordview_en-us.exe
.......
err:menubuilder:convert_to_native_icon error 0x80040154 creating
IWICImagingFactory
err:module:DelayLoadFailureHook failed to delay load
rpcrt4.dll.I_RpcExceptionFilter
wine: Call from 0x7b83a742 to unimplemented function
rpcrt4.dll.I_RpcExceptionFilter, aborting
using ubuntu Linux Justinas 2.6.32-27-generic #49-Ubuntu SMP Wed Dec 1 23:52:12
UTC 2010 i686 GNU/Linux
backtrace attached
--
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=38895
Bug ID: 38895
Summary: IrfanView cannot use its WebP plugin
Product: Wine
Version: 1.7.47
Hardware: x86
URL: http://www.irfanview.com/
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Distribution: Red Hat
Created attachment 51830
--> https://bugs.winehq.org/attachment.cgi?id=51830
Test Image
There's a regression in Wine 1.7.47: IrfanView can no longer use its WebP
plugin (it fails to load pictures in this format or save to this format).
Wine 1.7.45 doesn't have this problem.
There are no (new) error messages in Wine 1.7.47.
--
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=19319
Summary: Word Viewer 2003 - installs wrong files
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?Family
Id=95E24C87-8732-48D5-8689-AB826E7B8FDF&displaylang=en
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
C:\Program Files\Common Files\Microsoft Shared\OFFICE11\1033\LCCWIZ.DLL
On wine:
60ee0be034a623ba61ba271f8b17115adddcdad0
On windows:
92ea0d6e0b0e7985b068d6f49f63b12f41b89b3f
C:\Program Files\Microsoft Office\OFFICE11\GDIPLUS.DLL
On wine:
a71b9a807dbbc58d718fe7f6de6fa75021b04bd0
On windows:
4a67552dff886ded8462f7db0d044a12aef52f32
--
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=10147
Summary: Word Viewer 2003 - Tab behavior differs from Windows
Product: Wine
Version: 0.9.47.
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?FamilyId
=95E24C87-8732-48D5-8689-AB826E7B8FDF&displaylang=en
OS/Version: Linux
Status: NEW
Keywords: conformance, download
Severity: trivial
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Tab behavior differs from Windows while using Word Viewer 2003's installer.
While this is a trivial matter, I was attempting to write a script using
AutoHotKey to automate testing of the program in Wine/Windows. Since screen
resolution/windows placement can differ very easily, using the keyboard is the
easiest way to make sure the script does what I want. The main difference is
that under Windows, one tab takes me from the license agreement's text to the
checkbox to accept the agreement. Under Wine, it takes me to the cancel button.
Using tab twice under Wine brings me to the checkbox.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.