http://bugs.winehq.org/show_bug.cgi?id=321
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-07-03 09:00 -------
Change committed to cvs today
--
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=2775
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-07-03 08:50 -------
Code in cvs
--
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=2777
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-07-03 08:48 -------
The code was committed into CVS today, and so either wait for the next
official wine release, or set up cvs and extract the latest code, then build
and compile it. It sounds like you already have sources, so the other option
is to manually make the same changes yourself in the files you have, then try
it. I'm afraid I am unaware of how to do things via the gentoo packages, Sorry.
Flagging as resolved/fixed, but if the same problem comes back just reopen
--
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=2777
------- Additional Comments From daistarry(a)gmail.com 2005-07-03 07:42 -------
Can you explain to me how to use this patch, please ?
I'm on gentoo (2004.3 profile), with gentoo-dev-sources-2.6.10-r6, and emerged
the 20050111 version of 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=2782
mike(a)navi.cx changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|Nullsoft Install System |Need to implement
|2.0b3 EULA doesn't show |EM_STREAMIN
------- Additional Comments From mike(a)navi.cx 2005-07-03 04:52 -------
Known issue. The richedit guy is working on it, I think.
--
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=2410
------- Additional Comments From Uwe.Girlich(a)philosys.de 2005-07-03 00:17 -------
The screens have a black/white-noise instead of buttons, keys etc. and the main
menu shows only some moving horizontal lines instead of the Mars.
WineX does not have the 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.
http://bugs.winehq.org/show_bug.cgi?id=2782
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-programs |wine-resources
--
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=2775
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |us(a)the-edmeades.demon.co.uk
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-06-03 16:09 -------
This fails because it calls an unimplemented function. Adding a stub for it
gets the editor to work and load the demo adventure, so I guess its ok for now
Patch:
http://www.winehq.org/hypermail/wine-patches/2005/03/0119.html
Will resolve/fixed when in cvs
--
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=321
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-06-03 14:54 -------
Not quite... A simple pgm:
printf("%s\n", "test");
printf("%s (%S) %c (%C)\n", "test", L"test2", 'X', L'Y');
still fails, because msvcrt printf calls vsnprintf not the internal
MSVCRT_vsnprintf. Patch sent to wine-patches to resolve this:
http://www.winehq.org/hypermail/wine-patches/2005/03/0116.html
Will resolve/fixed this bug once patch comitted
--
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.