http://bugs.winehq.org/show_bug.cgi?id=7822
------- Additional Comments From Speeddymon(a)gmail.com 2007-23-03 08:51 -------
I DID do that. It is NOT created! Using STOCK install of wine without changing
anything in winecfg, just running it. And even when I do change things. It
does NOT get created. This is not an invalid bug.
--
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=7823
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2007-23-03 08:49 -------
Sorry I was told to report it. Had I been told it was already reported (like I
was with the Desktop icon not being extracted) then I would have added to that bug..
--
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=7828
Summary: Photoshop CS3 install / Adobe Setup fails
Product: Wine
Version: CVS
Platform: Other
URL: http://labs.adobe.com/technologies/photoshopcs3/
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-msxml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After getting past bug 7665,
The next problem is that Adobe has a new installer that's not
msi based, and tickles some bug in our msxml3 support.
Here are the interesting lines from the log:
Begin Adobe Setup^M
fixme:msxml:domdoc_setProperty
fixme:msxml:bsc_QueryInterface interface {6d5140c1-7436-11ce-8034-00aa006009fa}
not implemented
fixme:msxml:bsc_QueryInterface interface {79eac9e4-baf9-11ce-8c82-00aa004ba90b}
not implemented
fixme:msxml:domelem_getAttributeNode
Native msxml3 gets around this, and on to the next bug.
--
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=7409
------- Additional Comments From focht(a)gmx.net 2007-23-03 08:45 -------
Hello,
--- snip ---
It seems this is the official MS way to get msvcr80.dll:
http://www.sweetpotatosoftware.com/files/vcredist_x86.zip
but this seems to fail to install in wine with:
wine vcredist_x86.exe
fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP001.TMP\\" 00000000
wine: Unhandled page fault on read access to 0x80002b8c at address 0x701069b2
(thread 003f), starting debugger...
--- snip ---
Doesnt crash this way here (wine 0.9.33 current).
Instead it bumps later on:
--- snip ---
Call from 0x7b8405f0 to unimplemented function msi.dll.MsiEnumProductsExA, aborting
0012:trace:seh:call_stack_handlers calling handler at 0x7bc2f490 code=80000100
flags=1
wine: Unimplemented function msi.dll.MsiEnumProductsExA called at address
0x7b8405f0 (thread 0012), starting debugger..
--- snip ---
But thats easy to fix, simply add empty "A" and "W" implementations to msi module:
--- snip dlls/msi/msi.spec ---
245 stdcall MsiEnumProductsExA( str str long long ptr ptr ptr ptr)
246 stdcall MsiEnumProductsExW( wstr wstr long long ptr ptr ptr ptr)
--- snip dlls/msi/msi.spec ---
--- snip dlls/msi/registry.c ---
UINT WINAPI MsiEnumProductsExA( LPCSTR szProductCode, LPCSTR szUserSid,
DWORD dwContext, DWORD dwIndex, LPSTR szInstalledProductCode,
MSIINSTALLCONTEXT* pdwInstalledContext, LPSTR szSid, LPDWORD pcchSid)
{
FIXME("%s %s %d %d %p %p %p %p\n", debugstr_a(szProductCode),
debugstr_a(szUserSid),
dwContext, dwIndex, szInstalledProductCode, pdwInstalledContext,
szSid, pcchSid);
return ERROR_NO_MORE_ITEMS;
}
UINT WINAPI MsiEnumProductsExW( LPCWSTR szProductCode, LPCWSTR szUserSid,
DWORD dwContext, DWORD dwIndex, LPWSTR szInstalledProductCode,
MSIINSTALLCONTEXT* pdwInstalledContext, LPWSTR szSid, LPDWORD pcchSid)
{
FIXME("%s %s %d %d %p %p %p %p\n", debugstr_w(szProductCode),
debugstr_w(szUserSid),
dwContext, dwIndex, szInstalledProductCode, pdwInstalledContext,
szSid, pcchSid);
return ERROR_NO_MORE_ITEMS;
}
--- snip dlls/msi/registry.c ---
That way it doesnt crash (no exception seen, even in full relay).
You see a file copy dialog shortly flashing and then it exits.
All the stuff seems to get copied and registry entries created.
Regards
--
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=7595
------- Additional Comments From dank(a)kegel.com 2007-23-03 08:42 -------
I'm seeing the same hang in bug 7665, so maybe this isn't invalid.
--
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=7693
------- Additional Comments From russofris(a)hotmail.com 2007-23-03 08:34 -------
I will attempt disabling debugging this evening.
Frank
--
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=7827
Summary: wine 0.9.33: cannot key alt-subkeys in
Product: Wine
Version: 0.9.33.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas(a)haeber.de
If I try to key an |, @ etc. into notepad or other programs inner wine nothing
happans. In my old self compiled wine 0.9.30 it works, with [alt gr] + [q] for
an "@" or [alt gr] + [<] for a "|". Now in my openSUSE-package of wine 0.9.33
I cannot key this in. I donno why, and there is no default debug output about
this behaviour.
Best Regards
Thomas
--
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=7826
Summary: inno setup setup fails can't continue because of
SHPathPrepareForWriteA
Product: Wine
Version: 0.9.33.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skinkie(a)xs4all.nl
fixme:reg:GetNativeSystemInfo (0x34fea0) using GetSystemInfo()
fixme:process:IsWow64Process (0xffffffff 0x34fe9c) stub!
fixme:advapi:CheckTokenMembership ((nil) 0x164eb8 0x34fe1c) stub!
wine: Call from 0x7b840cf0 to unimplemented function shell32.dll.SHPathPrepareFo
rWriteA, aborting
I think fixing this stub will be fixing this problem.
--
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.