unsubscribe rajarani

2005-01-16 Thread Ishaq M.
Systems Engineer Onward Novell Software (I) Pvt.Ltd. ph +91(11)2905-2642 mobile:9810404350

Mailing list statistics and graphs

2005-01-16 Thread Mike McCormack
Fellow bean counters! On the weekend I wrote a quick script to generate a graph of the number of patches committed to the Wine CVS per month. The script and the graph it generates are attached. Anybody think it would be interesting to have a page of similar graphs on WineHQ somewhere that's re

Re: DCE 1.2.2 released under LGPL license (strategically important for Wine)

2005-01-16 Thread Wez Furlong
I've been distant from DCE for a little while, so I don't have all the details at the tip of my brain. Luke isn't quite correct, but is mostly correct :-) FreeDCE doesn't contain a working DCOM implementation. The following areas need(ed) some work for that: 1/ NTLMSSP (which we now have in fr

Re: tests

2005-01-16 Thread Jakob Eriksson
Ivan Leo Puoti wrote: I've run tests twice, once with winrash and once manually, on windows nt 4.0 The results are here http://test.winehq.com/data/200501131000/#NT%204 interestingly some tests that fail or timeout when run from winrash, work when run manually. Is there a way this could be fixed,

Re: Help debugging Fotowire

2005-01-16 Thread Antti Mäkelä
On Sunday 16 January 2005 22:10, Mike Hearn wrote: > Try native oleaut32, this is the fastest way to test your theory. If that > helps (or gets it past that part of the code) then we need to improve our Without any debugs and native oleaut32 I now get: bash-2.05b$ wine fwprint fixme:ole:StdMar

Re: DCE 1.2.2 released under LGPL license (strategically important for Wine)

2005-01-16 Thread Rob Shearman
Luke Kenneth Casson Leighton wrote: I already checked out FreeDCE and the newly released DCE-RPC several days ago. Neither provides a DCOM implementation, neither resembles what we need. We may be able to take some code or ideas from them with some work to massage it, but there's not much of use th

Re: Wine scheduling and threading issues [was Re: Threading issues...]

2005-01-16 Thread Ingo Molnar
* Con Kolivas <[EMAIL PROTECTED]> wrote: > I posted a patch for SCHED_BOUND to do just such a thing to the linux > kernel mailing list 2 months ago. Noone responded so I didn't pursue > it. another option would be to allow a certain range of negative nice levels for unprivileged users. It would

Re: DCE 1.2.2 released under LGPL license (strategically important for Wine)

2005-01-16 Thread Luke Kenneth Casson Leighton
>I already checked out FreeDCE and the newly released DCE-RPC several days > ago. Neither provides a DCOM implementation, neither resembles what we > need. We may be able to take some code or ideas from them with some work > to massage it, but there's not much of use there. dear mike, you are cor

Re: DCE 1.2.2 released under LGPL license (strategically important for Wine)

2005-01-16 Thread Luke Kenneth Casson Leighton
http://cvs.sourceforge.net/viewcvs.py/freedce/freedce/dcom/dcom.h?rev=1.1&view=markup dear ivan, re the header stuff: yes it looks like it is. do you know where the thingy. mingw dcom headers can be found? homepage for mingw? hints appreciated. would like to hook up the right people involved:

Re: [OLE #31] Dynamically Allocate the MTA

2005-01-16 Thread Vincent Béron
Le mar 11/01/2005 à 14:03, Robert Shearman a écrit : > Changelog: > - Make MTA dynamically allocated so that proxies and other resources are > freed at the proper time. > - Changed/removed some incorrect comments regarding apartments. > > This patch broke wineprefixcreate invocation for me.

Re: Pirates! under wine

2005-01-16 Thread Oliver Stieber
--- Mike Hearn <[EMAIL PROTECTED]> wrote: > On Sat, 15 Jan 2005 21:59:00 +, Oliver Stieber > wrote: > > Out of the box installs require a bit more than > > DirectX but hopefully the OLE and MSI work that's > been > > going on lately should help that out. > > What type of installer is it? Is

Re: Q HeapAlloc.

2005-01-16 Thread Rob Shearman
Oliver Stieber wrote: Finally if you do NOT have a flex-mmap kernel, that may also allow the win32 heap to grow as much as necessary. I've tried doing... int i; int j; char* data; for(i =0 ; i< 10 ; i++){ data = HeapAlloc(GetProcessHeap(),0,64*1024*1024); /*write to the data for linux really a

Re: Q HeapAlloc.

2005-01-16 Thread Oliver Stieber
> Right, this is almost certainly a VMA layout issue. > Try an > > echo 1 >/proc/sys/vm/legacy_va_layout > That's not there, (but my pc's a good 18 months old VIA/AMD). > and see if that makes any difference. Also try > disabling execshield if > present: > > echo 0 >/proc/sys/kernel/exec-shi

Re: [AppDB] new screenshot and image classes

2005-01-16 Thread Jonathan Ernst
Here is a script that will recreate missing thumbnails and apply the watermarking. Please configure the script by modifying the first lines and don't forget to create the thumbnail directories. Other than that everything should be fine. Usage: 1)chmod u+x ./thumbs.php 2)edit clean.php to set

Re: DCE 1.2.2 released under LGPL license (strategically important for Wine)

2005-01-16 Thread Mike Hearn
On Sun, 16 Jan 2005 18:30:40 +, Luke Kenneth Casson Leighton wrote: > DCOM has already been added to FreeDCE: the IDL files (from which > the header files are auto-generated) are all there. I already checked out FreeDCE and the newly released DCE-RPC several days ago. Neither provides a DCOM

Re: Help debugging Fotowire

2005-01-16 Thread Mike Hearn
On Sun, 16 Jan 2005 15:50:24 +0200, Antti Mäkelä wrote: > I'm thinking that the XML parsing is probably not the problem (see above), > so I would like to pursue this approach. What tests cases could I try out? Try native oleaut32, this is the fastest way to test your theory. If that helps (or ge

Re: [AppDB] new screenshot and image classes

2005-01-16 Thread Paul van Schayck
Hey, On Sun, 16 Jan 2005 19:54:26 +0100, Jonathan Ernst <[EMAIL PROTECTED]> wrote: > The new screenshot code is much better. We'll have to make a script to > go trough every old screenshot and create the thumbnails. Before I do > the script, please check if the watermarking is nice enough or if we

Re: DCE 1.2.2 released under LGPL license (strategically important for Wine)

2005-01-16 Thread Ivan Leo Puoti
/* * API Definitions for DCOM, part of the FreeDCE & DCOM package. * This file borrows from objbase.h, part of the Windows Includes, * Copyright Microsoft Corporation. * */ hm. does anyone know how to replace this file with a free software alternative? surely you have deployed tech

[AppDB] new screenshot and image classes

2005-01-16 Thread Jonathan Ernst
Hi Chris, What I wanted to tell you on the channel was to discard the patch named: [AppDb] screenshot and image class Because we discussed it with Paul and I was able to make a new one using his image class code and I used these classes everywhere on the code. The new screenshot code is much be

Re: DCE 1.2.2 released under LGPL license (strategically important for Wine)

2005-01-16 Thread Luke Kenneth Casson Leighton
On Sun, Jan 16, 2005 at 09:03:13AM -0800, Steven Edwards wrote: > Hi, > > --- Luke Kenneth Casson Leighton <[EMAIL PROTECTED]> wrote: > > DCOM applications can be made to WORK under Wine using FreeDCE, Samba or > > Samba TNG with NamedPipes. > > > > unmodified Win32 applications can do DCE/RPC an

Re: [ck] Re: Threading issues? [ck-request@vds.kolivas.org: ck Digest, Vol 3, Issue 16]

2005-01-16 Thread André Goddard Rosa
On Sat, 15 Jan 2005 03:30:28 +1100, Con Kolivas <[EMAIL PROTECTED]> wrote: > Ove Kaaven wrote: > The biggest problem is that there is no way to say to the kernel that > > one thread is more important than another without permanently renicing > > all other threads. A potential kernel solution to the

Re: Help debugging Fotowire

2005-01-16 Thread Antti Mäkelä
On Sunday 16 January 2005 14:58, Mike Hearn wrote: > On Sat, 15 Jan 2005 22:35:04 +0200, Antti Mäkelä wrote: >> 0009:Call kernel32.WideCharToMultiByte(,,7ddd64b4 L"Lab ..snip.. >> 0009:Call user32.LoadStringA(67f0,0088,7796c3d0,0100) >> ret=67f8cfd5 > > This is where t

Re: Wine scheduling and threading issues [was Re: Threading issues...]

2005-01-16 Thread Con Kolivas
Jeremy White wrote: Hi all, This is simply a renaming and reorganizing post; Dimi wacked me with a clue bat, and I am now looping Ingo Molnar into this conversation (and I am doing it at great haste since he made noises about helping ). The thread started here: http://www.winehq.org/hypermail/win

Re: DCE 1.2.2 released under LGPL license (strategically important for Wine)

2005-01-16 Thread Steven Edwards
Hi, --- Luke Kenneth Casson Leighton <[EMAIL PROTECTED]> wrote: > DCOM applications can be made to WORK under Wine using FreeDCE, Samba or > Samba TNG with NamedPipes. > > unmodified Win32 applications can do DCE/RPC and DCOM utilising FreeDCE > and Samba, with a minimum of development effort ins

Re: Q HeapAlloc.

2005-01-16 Thread Mike Hearn
On Sun, 16 Jan 2005 12:53:31 +, Mike Hearn wrote: > Finally if you do NOT have a flex-mmap kernel, that may also allow the > win32 heap to grow as much as necessary. To clarify the flex-mmap patches should let us allocate a much larger process heap, so you may wish to experiment with applying

DCE 1.2.2 released under LGPL license (strategically important for Wine)

2005-01-16 Thread Luke Kenneth Casson Leighton
dear wine developers, you may have noticed that DCE 1.2.2 was released on the 12th january 2005 under an LGPL license. as you are no doubt aware, the significance of DCE/RPC is very, very high. in particular, with FreeDCE using an NTLMSSP authentication plugin and a "Named Pipes" transport in sa

Re: Pirates! under wine

2005-01-16 Thread Mike Hearn
On Sat, 15 Jan 2005 21:59:00 +, Oliver Stieber wrote: > Out of the box installs require a bit more than > DirectX but hopefully the OLE and MSI work that's been > going on lately should help that out. What type of installer is it? Is there a demo somewhere (I didn't see one) or did you buy it?

nv driver causes Xrender bug to be misdetected

2005-01-16 Thread Mike Hearn
Hi, Using the so-called 'open source' nv driver that ships with Xorg causes Wine at least on my hardware to misdetect libXrender as being buggy. This disables clientside font rendering and also causes the entire screen to go black whenever a Wine application has focus. Just letting people know in

Re: [AppDB] screenshot and image class

2005-01-16 Thread Paul van Schayck
Hey Jonathan, On Sun, 16 Jan 2005 13:40:00 +0100, Jonathan Ernst <[EMAIL PROTECTED]> wrote: > The Image class (used by the Screenshot class) handles image file from > the filesystem point of view. It's here that thumbnail creation, file > deletion, etc. will take place. Paul said he'll work on thi

Re: WININET: implement InternetTime{From,To}SystemTime{A,W} (#3)

2005-01-16 Thread Dmitry Timoshkov
"Hans Leidekker" <[EMAIL PROTECTED]> wrote: > This version has the proper A->W crosscalls as suggested by Alexandre, > includes the extra tests from Dmitry and makes them pass. You're still making a lot of assumptions about the input string. Any extra space or comma will break your code. -- Dmi

Re: Help debugging Fotowire

2005-01-16 Thread Mike Hearn
On Sat, 15 Jan 2005 22:35:04 +0200, Antti Mäkelä wrote: > 0009:Call kernel32.WideCharToMultiByte(,,7ddd64b4 L"Lab Logo > 21997/11/26/labs/logos/1100/6.jpg$data$/lab.fw222",000a,7defb5b0,0015,,) > ret=67f852e8 > 0009:Ret kernel32.WideCharToMultiByte() retval=

Re: Q HeapAlloc.

2005-01-16 Thread Mike Hearn
On Sat, 15 Jan 2005 15:58:30 -0600, Rob Shearman wrote: > The most like answer is that there is so much fragmentation in your > virtual address space that there is no block of contiguous memory free > for whatever size is being passed into RtlCreateHeap. Inspecting > /proc//maps will give you a

Fwd: Photoshop on amd64

2005-01-16 Thread Ferenc Wagner
Hi, I'm forwarding this messages from the users' newsgroup. Have you gurus got an idea? --- Begin Message --- Has anyone had any success running Photoshop 7 on an AMD 64bit system? I have a SuSE 9.1 64bit installation (amd64 3500+ and 2GB dual-channel RAM) and have sucessfully installed Photoshop