Dear James, thanks for reply. I think the current vesion of this patch is
for wine1.3.10, the upload date is Dec 26.
I'll try to attempt it.
Best wishes.
On Fri, Jan 7, 2011 at 12:37 PM, James McKenzie
wrote:
> This patch was written a long time ago for a much different revision of
> Wine. It
On 1/6/11 8:43 PM, Qian Hong wrote:
Dear all,
After checkout latest wine from git, I tried to apply the USB support
patches, but something is wrong.
Could anyone tell me what did I have done wrong?
This patch was written a long time ago for a much different revision of
Wine. It needs to be
Dear all,
After checkout latest wine from git, I tried to apply the USB support
patches, but something is wrong.
Checking out from the WineHQ Git repository:(Follow GitWine wiki)
$git clone git://source.winehq.org/git/wine.git ~/wine-git
$cd ~/wine-git
Get the wine usb patches: (Follow wine USB w
On 01/03/2011 03:44 PM, Yaron Shahrabani wrote:
> Elad, an Hebrew user suggests:
>
> In several Wine apps Hebrew is displayed as square glyphs since there
> are no builting Hebrew glyphs in Wine's font (bug #23537).
>
> The question is why does Wine use the internal font as the default? The
> eas
Sorry for that, I should have tryed ftp command rather than just open the
url in browser.
I found it works well with both ftp and firefox, but doesn't work in
chrome/chromium, maybe a chrome relate bug.
Thanks Andrew Eikum very much , thank you for your time!
Best wishes.
On Fri, Jan 7, 2011 at 3
On 01/06/2011 01:22 PM, Qian Hong wrote:
Could anyone give me some tip?
Works fine for me:
[and...@archand ~]$ ftp
ftp> open ftp.etersoft.ru
Name (updates.etersoft.ru:andrew): anonymous
Password:
ftp> cd pub/people/amorozov/usb/current
ftp> ls
-rw-r--r--1 ftp ftp175479 Dec 26
Dear All,
While trying usb device in wine, I follow this page :
http://wiki.winehq.org/USB , The Official Wine Wiki.
It says, "Some functions used by USB drivers are implemented on top of
libusb-0.1/1.0 by Alexander Morozov from Etersoft (amoro...@etersoft.ru).
Now only some USB software protectio
On Thu, Jan 6, 2011 at 9:52 AM, Qian Hong wrote:
> After install ie6 with winetricks, I found that png images can't display in
> IE6,
> I download pngfilt.dll manually and regist it with wine regsvr32, then IE6
> display png files well.
> Will winetricks add pngfilt.dll verb, or add integrate pngf
On Thu, Jan 6, 2011 at 6:14 PM, Qian Hong wrote:
> Dear Michael Stefaniuc,
> I can't agree more with you, IE6 must die, the sooner the better.
> But unfortunately, sometimes I can't leave IE6. For example,my online bank
> is IE only, it can't work without ActiveX. Maybe you'll suggest me to change
Dear Michael Stefaniuc,
I can't agree more with you, IE6 must die, the sooner the better.
But unfortunately, sometimes I can't leave IE6. For example,my online bank
is IE only, it can't work without ActiveX. Maybe you'll suggest me to change
another online bank without ActiveX, but unfortunately ag
>
> This is great, it's good to have physical machines
> for testing too.
>
> > I used to run WyldBOT 3x per week, but there were
> > no changes or effort to fix things, so i reduced
> > the WyldBOT run to once a week.
> >
> Would you be willing to consider some integration
> with TestBot? It is
On 01/06/2011 06:52 PM, Qian Hong wrote:
Thanks for your nice work again!
After install ie6 with winetricks, I found that png images can't display
in IE6,
I download pngfilt.dll manually and regist it with wine regsvr32, then
IE6 display png files well.
Will winetricks add pngfilt.dll verb, or ad
Dear Dan Kegel,
Thanks for your nice work again!
After install ie6 with winetricks, I found that png images can't display in
IE6,
I download pngfilt.dll manually and regist it with wine regsvr32, then IE6
display png files well.
Will winetricks add pngfilt.dll verb, or add integrate pngfilt.dll
ins
Piotr Caban writes:
> diff --git a/server/protocol.def b/server/protocol.def
> index 6245f4c..29a4c7a 100644
> --- a/server/protocol.def
> +++ b/server/protocol.def
> @@ -1449,6 +1449,7 @@ enum char_info_mode
> obj_handle_t handle;
> @REPLY
> int action;/* type of chan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'd say the D3DPTEXTURECAPS_PERSPECTIVE tests can be removed. They are here to
demonstrate some behavior the game RollCage depends on. Newer drivers show some
different behavior, I suspect they "fix" rollcage with an app specific hack.
Am 06.01.2011
On 6 January 2011 15:10, Greg Geldorp wrote:
> Would you be willing to consider some integration with TestBot? It
> isn't always immediately clear what the root cause of a failure is,
> so sometimes a bit of experimentation is required. Having to
> experiment by submitting official patches to wine
From: wy...@volny.cz
> WyldBOT1 and WyldBOT2 are not VM, but true physical older-machines
> made only for wine-testing.
This is great, it's good to have physical machines for testing too.
> I used to run WylBOT 3x per week, but there were no changes or
> effort to fix things, so i reduced the Wyl
From: Alexandre Julliard
> of course the testbot having a 5 minutes timeout makes this worse
Yeah, I don't remember the reasoning behind that choice. It probably makes more
sense
to use the same timeout as winetest.
Thanks for making your position clear before I spent time on implementing
stuff,
Greg Geldorp writes:
>> From: Alexandre Julliard
>>
>> I think it would be better to make the test detect such an environment
>> and have it skip some things if it finds that it's taking too long.
>
> I guess that's what we currently have... In effect, if it takes too long,
> the final tests are
Hi Hans,
> +RegDeleteKeyA(prodkey, "");
Since prodkey was possibly opened with KEY_WOW64_64KEY, you'll probably need
delete_key() here.
Greg.
> From: Alexandre Julliard
>
> I think it would be better to make the test detect such an environment
> and have it skip some things if it finds that it's taking too long.
I guess that's what we currently have... In effect, if it takes too long,
the final tests are skipped. I was hoping we could d
Greg Geldorp writes:
> Although the number of timeouts in msi tests has dropped considerably after
> Hans decided to do something about them, they're unfortunately not
> completely gone. It seems that the remaining timeouts have a strong
> dependency on the environment. It's possible to tweak the
Piotr Caban writes:
> @@ -538,6 +538,8 @@ static char* UNIXFS_build_shitemid(char *pszUnixPath,
> LPBC pbc, void *pIDL) {
> if (stat(pszUnixPath, &fileStat)){
> if (must_exist || errno != ENOENT)
> return NULL;
> +
> +memset(&fileStat, 0, sizeof(struct stat));
23 matches
Mail list logo