http://bugs.winehq.org/show_bug.cgi?id=4502
a_villacis(a)palosanto.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |flerchjj(a)ieee.org
------- Additional Comments From a_villacis(a)palosanto.com 2006-13-03 15:58 -------
*** Bug 4573 has been marked as a duplicate of this 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=4573
a_villacis(a)palosanto.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From a_villacis(a)palosanto.com 2006-13-03 15:58 -------
VariantChangeTypeEx (invoked by builtin ITypeInfo_fnInvoke) does not currently
support converting a variant (of any type) into VT_VARIANT. The same issue is
mentioned in bug 4502.
*** This bug has been marked as a duplicate of 4502 ***
--
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=4760
------- Additional Comments From tony.lambregts(a)gmail.com 2006-13-03 15:42 -------
Alex: I have given you edit rights now. You can do test it out on this 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=4775
------- Additional Comments From joebaker(a)dcresearch.com 2006-13-03 15:13 -------
I should mention the kernel versions I'm running
The Gentoo box is 2.6.12-rc3-vidalinux
The Mandriva 2006.0 box is running 2.6.12-15mdk
-Joe Baker
--
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=4760
------- Additional Comments From a_villacis(a)palosanto.com 2006-13-03 15:13 -------
This bug is a duplicate of bug 1598. I want to mark it formally, but I do not
have the permissions to do it.
--
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=4775
------- Additional Comments From joebaker(a)dcresearch.com 2006-13-03 15:01 -------
Now I've gotten a similar error running the office installer under Gentoo with
the same user directory mounted via NFS from the Mandriva server.
I have the setgid bit set on the /home/mso2k directory. I'll try unsetting
the setgid bit on all the directories.
This problem is very reproducible on the Mandriva side.
Now, we do run LDAP authentication here. So what I've tried today was to use
the getent passwd, getent group and getent shadow commands to copy the
entries which pertain to the mso2k user into the plaintext authentication
files. Still with this same strange result.
I'm being very careful to insure that I'm not starting these commands as root.
Today when running Wine 0.9.6 on the Gentoo box, the install went much
further, this time many of the font files ended up being owned by root.
I have two ideas left to try...
I'm going to remove the setgid bits from the /home/mso2k directories.
I'm going to own the origin directory from where the installer is run over to
the mso2k user.
--
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=4808
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-13-03 14:29 -------
* Vitaliy Margolen writes:
|
| you will see that it can not switch color depth on-the-fly.
Hm, I thought earlier Wine versions were using XRandr extension of X to do this.
Has this ability died?
--
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=4709
------- Additional Comments From jxzheng(a)gmail.com 2006-13-03 13:50 -------
Created an attachment (id=2047)
--> (http://bugs.winehq.org/attachment.cgi?id=2047&action=view)
imported functions from advapi32.dll
As requested, this is a list of all imported functions from advapi32.dll
As to what happened after recompiling wine-0.9.9: the installation program
runs, but couldn't mount a network drive from a windows domain. So the
installation exits. I'm afraid this cannot be resolved by simply adding more
stubs.
--
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=4709
------- Additional Comments From hans(a)it.vu.nl 2006-13-03 12:57 -------
Try this:
$ cd dlls/advapi32
$ cat advapi32.spec | sed -e "s/^# //" > advapi32.spec.new
$ mv advapi32.spec.new advapi32.spec
$ make install
$ WINEDEBUG=trace+imports wine <yourapp.exe> 2>&1 |grep advapi32 > IMPORTS
and attach IMPORTS to this bug report.
--
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=4502
------- Additional Comments From a_villacis(a)palosanto.com 2006-13-03 12:08 -------
Created an attachment (id=2046)
--> (http://bugs.winehq.org/attachment.cgi?id=2046&action=view)
Debug log for failing execution of ITypeInfo::Invoke
This is the debug log for the execution of ITypeInfo::Invoke, which fails for
the Property Put of the DatePicker control. The base cause of failure is the
(unsupported) attempt to corerce a VT_DATE variant into a VT_VARIANT. This
coertion seems to be unsupported in native, too.
--
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.