Howdy,
I was reading through a GSoC thread on how people are spending their
coding money. Someone posted that they thought people should donate to
miro, the internet HDTV player. They've got a pretty neat donation
scheme, where people can 'adopt' a line of code, and get updates on
it, etc. Pretty neat:
https://www.getmiro.com/adopt/
Just food for thought, for those of y'all wanting to add $ to the
WineHQ coffers, for WineConf, or what not (*cough* test/compile farm
*cough*).
--
-Austin
Hi Nicolas,
- ok(DeleteFileA("lithium.txt"), "Expected lithium.txt to exist\n");
+ ok(DeleteFileA("lithium.txt"), "Expected lithium.txt to exist\n");
Please don't include whitespace-only changes in your patch.
-
+
Same here.
Thanks,
--Juan
>I filed ubuntu bug 369762.
Ubuntu didn't think much of my bug. They sent me the following recipe to cure it, and marked the bug invalid.
1) Edit /etc/pulse/client.conf, and change "autospawn = yes" to "autospawn = no"
2) `touch $HOME/.pulse_a11y_nostart'
3) `asoundconf list'
4) choose the desired card from the previous command's output, and use `asoundconf set-default-card CARD', replacing CARD as appropriate
5) `killall pulseaudio'
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/348353
mentions a recent kernel patch that routes all audio through pulse. I wonder if this patch is the culprit?
I decided to try running buildbot on Wine today.
The installation procedure is roughly
wine msiexec /i python-2.6.2.msi /qb
wine Twisted_NoDocs-8.2.0.win32-py2.6.exe
The last bit complains
Traceback (most recent call last):
File "C:\Python26\scripts\twisted_postinstall.py", line 11, in <module>
from twisted.scripts import tkunzip
File "C:\Python26\lib\site-packages\twisted\scripts\tkunzip.py",
line 26, in <module>
from twisted.internet import reactor, defer
File "C:\Python26\lib\site-packages\twisted\internet\reactor.py",
line 37, in <module>
from twisted.internet import selectreactor
File "C:\Python26\lib\site-packages\twisted\internet\selectreactor.py",
line 21, in <module>
from twisted.internet import posixbase
File "C:\Python26\lib\site-packages\twisted\internet\posixbase.py",
line 25, in <module>
from twisted.internet import tcp, udp
File "C:\Python26\lib\site-packages\twisted\internet\tcp.py", line
78, in <module>
from twisted.internet import defer, base, address
File "C:\Python26\lib\site-packages\twisted\internet\defer.py", line
17, in <module>
from twisted.python import log, failure, lockfile
File "C:\Python26\lib\site-packages\twisted\python\lockfile.py",
line 28, in <module>
from win32api import OpenProcess
ImportError: No module named win32api
and hangs, possibly because of
http://twistedmatrix.com/trac/ticket/3707
so I tried doing
wine pywin32-212.win32-py2.6.exe
first. This fails immediately as described in
http://bugs.winehq.org/show_bug.cgi?id=13844
It seems to terminate because it tries to get
a handle to the loaded copy of mscoree.dll
and fails (because there isn't one).
The installer seems to have been created by python's distutils.
Mark Hammond seems to be well aware of low level
issues that affect the installer, see e.g.
http://bugs.python.org/issue5075
so perhaps he could explain why the installer expects
mscoree.dll to be resident...
Hi Lionel, one minor comment on your patch:
+ /* If the destination is empty, SHFileOperation should use the
current directory.
+ See bug #13394. */
There's no need to quote the bug to explain why your code is doing
what it's doing. The test case is sufficient.
--Juan
I put on bug's 421 page an update of my dib engine.
It implements AlphaBlend, StretchBlt and has many color fixes.
If you want to try it, just follow instructions on above page.
Ciao
Max
Austin English <austinenglish(a)gmail.com> writes:
> CTESTS = \
> protocol.c \
> - sock.c
> + sock.c \
> + startup.c
There's no need to create a new file for such a small test.
--
Alexandre Julliard
julliard(a)winehq.org
"Vincent Povirk" <vincent(a)codeweavers.com> writes:
> + if (dibinfo->biBitCount < 16)
> + numcolors = dibinfo->biClrUsed || 1<<dibinfo->biBitCount;
You have been doing too much Perl ;-)
--
Alexandre Julliard
julliard(a)winehq.org