http://bugs.winehq.org/show_bug.cgi?id=2940
luizluca(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From luizluca(a)gmail.com 2005-30-05 13:54 -------
It seems to be fixed in wine 20050524
--
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=3002
------- Additional Comments From dclark(a)akamail.com 2005-30-05 12:39 -------
Fernando wrote:
Hi, as you should know, I am new in this, and I just dont understand
how to download the cvs tree to my hard disk, I tried but I can't do
it, I only get error messages and I don't know even if the options I
use with cvs are OK.
I will appreciate if you could guide to do it (maybe a step by step
tutorial or explanation or something, I usually don't need much
information to understand things), I want to get these regressions
corrected...
Regards, Fernando
Howdy. Could you enter comments into the bug form directly, rather than emailing
to the list?
The easy way to use CVS is to:
1) Create the file ~/.cvspass ('~' refers to your home directory) containing the
single line:
:pserver:cvs@cvs.winehq.com:/home/wine Ah<Z
2) Create the file ~/.cvsrc containing three lines:
cvs -z 3
update -PAd
diff -up
3) Type the command:
cvs checkout wine
Assuming a reasonably fast internet connection, you should have a complete wine
tree in a few minutes.
--
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=174
------- Additional Comments From grin(a)grin.hu 2005-30-05 12:26 -------
Wine 20050419
fixme:comm:SetupComm insize 4096 outsize 4096 unimplemented stub
fixme:comm:SetupComm insize 4096 outsize 4096 unimplemented stub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3015
------- Additional Comments From dclark(a)akamail.com 2005-30-05 11:54 -------
Have you considered fixing this within Wine yourself? It would appear you have
the skills to write code. Ideally, you would first add regression tests to
perhaps wine/dlls/kernel/tests/path.c, and then it looks like the function
itself is in wine/dlls/kernel/path.c. Turning on the Wine debug channel "file"
might help you figure out the path through the Wine code. Take a look at the
Wine developers guide for more info, and ask questions on wine-devel.
http://www.winehq.org/site/docs/wine-devel/index
--
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=3004
------- Additional Comments From reif(a)earthlink.net 2005-30-05 07:20 -------
The fixme:wave:DSD_CreateSecondaryBuffer is harmless. It means you have
hardware that supports hardware mixing but wine doesn't support that yet and
will fall back to software mixing.
The err:dsound:DSOUND_MixInBuffer length not a multiple of block size message is
bad because direct sound is trying to do something that doesn't make any sense.
It fixes itself and trys to continue but is probably hopelessly confused at
that point which could result in a crash.
Please create a trace using WINEDEBUG=+wave,+dsound and run it up to the point
where you see the err:dsound:DSOUND_MixInBuffer messages.
I have a copy of this game on order and should have it in a few days but I may
not be able to reproduce the problem if it is specific to your soundcard and/or
OS version.
Can you run the direct sound regression tests in interactive mode to see if it
is a hardware or os issue?
cd to dlls/dsound/tests and run
WINETEST_INTERACTIVE=1 wine dsound_test.exe.so dsound
Do the same for dsound8, ds3d, ds3d8 and propset and listen to the output and
see if there are any error messages.
--
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=2924
------- Additional Comments From mteske(a)imagnos.com 2005-30-05 01:59 -------
I just got a similar assertion:
wine-pthread: paint.c:155: ME_Repaint: Assertion `pRun == pCursor->pRun' failed.
Can I uncomment those 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=2869
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Unimplemtend |Some OlePicture problems /
|oleaut32.VarMonthNameA |VBE inline streams
------- Additional Comments From marcus(a)jet.franken.de 2005-30-05 01:16 -------
the varmonthname patch has been applied.
some basic functionality should now be there.
However, most of the menus "new site" / "edit site" in the GUI
just cause the program to abort ... very likely related to OLE Picture
support in oleaut32.
(the data files are not needed)
Btw, the datafiles were no longer on this site. Next time please attach them
to the report directly :)
--
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=3011
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From marcus(a)jet.franken.de 2005-30-05 00:50 -------
no blocker
--
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.