http://bugs.winehq.org/show_bug.cgi?id=3550
jeremielapuree(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-19-04 16:51 -------
Works with cvs version dated of 2006-04-19
Joaopa
--
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=5080
------- Additional Comments From jpakkane(a)yahoo.com 2006-19-04 16:36 -------
I tried again with today's CVS using Fontforge and the bug still remains.
--
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=3962
------- Additional Comments From gotenxiao(a)gmail.com 2006-19-04 16:17 -------
Neither the private server exe supplied (for the XiLeRO server) nor the linuxexe
transmit any packets across eth0 on my box. Running Slackware 10.2.0 with a
custom 2.6.16.5 kernel, Wine 0.9.12.
Also, I get a lot of these:
fixme:imm:ImmReleaseContext (0x10024, 0x7a8c0028): stub
especially when I do a lot of login attempts.
Note; I'm running RO from my FAT32 games partition at present, it's not
installed in the Wine registry (although I have a means of getting the keys into
the Wine registry if need be).
--
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=4980
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-19-04 15:49 -------
Application runs fine here. As Micheal (comment 4) has the same problem running
Google Earth this must be a problem with the nvidia drivers from livna then .
Maybe you could try to change to driver provided by nvidia itsself, instead of
the one from livna. I guess this is not a bug in 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=5088
------- Additional Comments From rbachl(a)web.de 2006-19-04 13:49 -------
Thank you very much for all the support and the suggestions, although this is
not a Wine issue, but a Gentoo issue.
I am trying to figure out how to modify my 64 bit source code for libxml2 such
that a 32 bit library is generated. From the Wine source files, I have seen that
the following is required and maybe different from a 64 bit build:
<<<configure.ac>>>
CC="gcc -m32"
LD="ld -m elf_i386"
AS="as --32"
host_cpu="i386"
<<<lib/Makelib.rules>>> and <<<lib/Makefile>>>
libdir = /usr/lib32
Maybe applying these changes is sufficient? Am I missing something?
--
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=4370
------- Additional Comments From cdunn42(a)yahoo.com 2006-19-04 13:25 -------
My problem with QCharts is still not fixed, as of wine-0.9.12. I can make the
problem disappear by changing line 5241 in dlls/oleaut32/typelib.c from
if (rgvt[i] == VT_VARIANT)
VariantCopy(&rgvarg[i], src_arg);
to
if (rgvt[i] & VT_VARIANT)
VariantCopy(&rgvarg[i], src_arg);
The equality check doesn't cover the case where the type is VT_VARIANT|VT_BYREF.
Not sure if that is the preferred correct solution, but it fixed the problem
for me, so I've been editing the file every time I get a new release of the wine
source so that my app will work.
--
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=2574
------- Additional Comments From mike(a)codeweavers.com 2006-19-04 11:50 -------
> Well ... then maybe there should be some less subtle way to tell the user
> something is wrong and why ... just letting the process die doesn't seem
> very ... nice
Wine never gets a chance to load in this situation. The kernel is killing off
the process because it can't map the wine preloader into the area that is
specified in its ELF headers.
--
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=2574
------- Additional Comments From mail(a)apexo.de 2006-19-04 11:37 -------
Well ... then maybe there should be some less subtle way to tell the user
something is wrong and why ... just letting the process die doesn't seem
very ... nice
Thanks for your help. Seems like I'm going to setup an extra kernel for wine
now ...
--
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=4980
------- Additional Comments From mteske(a)imagnos.com 2006-19-04 10:49 -------
I get the same message when trying to run google earth. I have fedora 5 with
nvidia drivers as well.
--
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=5066
------- Additional Comments From gerald.britton(a)gmail.com 2006-19-04 10:31 -------
Confirmed on my system. Even winecfg is messed up. I can't see any text at all.
My fontforge is:
$ fontforge --version
Copyright (c) 2000-2006 by George Williams.
Executable based on sources from 20:17 6-Apr-2006-ML.
fontforge 20060406-ML
--
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.