http://bugs.winehq.org/show_bug.cgi?id=2425
------- Additional Comments From burnus(a)gmx.de 2004-16-08 04:20 -------
(I think the error "WIN_FindWndPtr window 0x1004c belongs to other process" is
the real problem, cf. bug 1912 (ignore the bug's title, I cannot change it);
compare also bug 475.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2425
burnus(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus(a)gmx.de
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2424
------- Additional Comments From rklazes(a)xs4all.nl 2004-15-08 07:24 -------
Can you upload more or perhaps all of the +relay log leading to the crash?
bzip2 does an excellent job on compressing wine debug logs, so use that.
Since you are worried about some registry entries, those have to do with ole
automation including tlb stuff.
Try with native win98 ole dll's. Copy ole*.dll and rpcrt4.dll to your
c:\windows\system directory and run wine like:
WINEDLLOVERRIDES=ole32,oleaut32,rpcrt4=n wine ....
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2425
Summary: Cambridge Dictionary asks for unimplemented actions 8192
& 8193
Product: Wine
Version: 20040716
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmvianna(a)usp.br
Cambridge Advanced Learners Dictionary installs fine. But it crashes when trying
to run it, just after showing the opening image. And the console returns this
message below:
fixme:system:SystemParametersInfoW Unimplemented action: 8192
(SPI_GETFOREGROUNDLOCKTIMEOUT)
fixme:system:SystemParametersInfoW Unimplemented action: 8193
(SPI_SETFOREGROUNDLOCKTIMEOUT)
err:win:WIN_FindWndPtr window 0x1004c belongs to other process
err:win:WIN_FindWndPtr window 0x1004a belongs to other process
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1811
------- Additional Comments From daniel.elstner(a)gmx.net 2004-14-08 22:08 -------
I'm not using CVS, but the bug definitely still exists in version 20040615
(Debian package). Specifically, any invocation of FindFirstFileExW and
subsequent FindNextFileW just doesn't work. Note that the file names in question
don't even contain any non-ASCII characters (nor does the full path). There
seems to be a race condition involved as well; during my endless tries it
happened to work about two times. Why wine cares about the utf8 flag in fstab at
all is a mystery to me... Anyway, here's the relevant part of the log:
trace:file:FindFirstFileExW L"C:\\Programme\\LucasArts\\Monkey4\\*.mix" 0
0x408cf49c 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\Programme\\LucasArts\\Monkey4\\*.mix",0x408cf444,0x408cf44c,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\Programme\\LucasArts\\Monkey4\\*.mix" 520
0x408cf1e8 0x408cf44c)
trace:file:wine_nt_to_unix_file_name
L"\\??\\C:\\Programme\\LucasArts\\Monkey4\\" ->
"/home/daniel/.wine/dosdevices/c:/Programme/LucasArts/Monkey4/"
trace:file:FindNextFileW 0x40403b88 0x408cf49c
trace:file:NtQueryDirectoryFile (0x8c (nil) (nil) (nil) 0x408cf3f0 0x40403bbc
0x00002000 0x00000003 0x00000000 L"*.mix" 0x00000000
trace:file:append_entry long L"."... short L"" mask L"*.mix"
trace:file:match_filename (L"."..., L"*.mix")
trace:file:append_entry long L".."... short L"" mask L"*.mix"
trace:file:match_filename (L".."..., L"*.mix")
trace:file:NtQueryDirectoryFile => 80000006 (0)
trace:file:FindFirstFileExW L"C:\\Programme\\LucasArts\\Monkey4\\*.mix" not found
trace:file:FindFirstFileExW L"C:\\Programme\\LucasArts\\Monkey4\\*.mix" 0
0x408cf49c 0 (nil) 0
trace:file:RtlDosPathNameToNtPathName_U
(L"C:\\Programme\\LucasArts\\Monkey4\\*.mix",0x408cf444,0x408cf44c,(nil))
trace:file:RtlGetFullPathName_U (L"C:\\Programme\\LucasArts\\Monkey4\\*.mix" 520
0x408cf1e8 0x408cf44c)
trace:file:wine_nt_to_unix_file_name
L"\\??\\C:\\Programme\\LucasArts\\Monkey4\\" ->
"/home/daniel/.wine/dosdevices/c:/Programme/LucasArts/Monkey4/"
trace:file:FindNextFileW 0x40403b88 0x408cf49c
trace:file:NtQueryDirectoryFile (0x8c (nil) (nil) (nil) 0x408cf3f0 0x40403bbc
0x00002000 0x00000003 0x00000000 L"*.mix" 0x00000000
trace:file:append_entry long L"."... short L"" mask L"*.mix"
trace:file:match_filename (L"."..., L"*.mix")
trace:file:append_entry long L".."... short L"" mask L"*.mix"
trace:file:match_filename (L".."..., L"*.mix")
trace:file:NtQueryDirectoryFile => 80000006 (0)
trace:file:FindFirstFileExW L"C:\\Programme\\LucasArts\\Monkey4\\*.mix" not found
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.