Re: Regression: Winrar fails to start

2005-11-10 Thread Dmitry Timoshkov
<[EMAIL PROTECTED]> wrote: > http://www.x.org/pub/X11R6.8.2/patches/xorg-CAN-2005-2495.patch - > > +if (stuff->width > 32767 || stuff->height > 32767) > +{ > +/* It is allowed to try and allocate a pixmap which is larger than > + * 32767 in either dimension. However, all of the framebuffe

Re: Regression: Winrar fails to start

2005-11-10 Thread Vitaliy Margolen
Thursday, November 10, 2005, 2:59:02 PM, Robert Shearman wrote: > [EMAIL PROTECTED] wrote: >> It seems to be that WinRAR crashes after calling: >> ImageList_Create(16,16,ILC_COLOR32|ILC_MASK,256,2048) >> to create the list of icons for ListView control. Wine translates >> this ImageList_Create to

Re: c2man: fix parameter higlighting

2005-11-10 Thread Dimi Paun
On Thu, 2005-11-10 at 10:57 +0100, Markus Amsler wrote: > If a function parameter name is class, the html attribute 'class' is > also replaced by the parameter highlighting regex. See > http://source.winehq.org/WineAPI/NtQueryInformationFile.html for a > example. While you're at it, can you plea

Re: Regression: Winrar fails to start

2005-11-10 Thread Peter Beutner
Robert Shearman schrieb: > [EMAIL PROTECTED] wrote: > >> It seems to be that WinRAR crashes after calling: >> ImageList_Create(16,16,ILC_COLOR32|ILC_MASK,256,2048) >> to create the list of icons for ListView control. Wine translates >> this ImageList_Create to CreateBitmapIndirect 36864x16 and the

Re: 100% CPU usage in Wine-0.9

2005-11-10 Thread Mark Knecht
On 11/10/05, Mark Knecht <[EMAIL PROTECTED]> wrote: > On 11/10/05, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > Hello, > > >NOTE - I do not think this is somethign new. I've seen programs > > > running under Wine in the past using 100% CPU, but they were big > > > complicated programs and not

Re: CreateProcess command line parsing

2005-11-10 Thread Mike McCormack
Rufoo wrote: I am looking for a test case for this, I am unable to find it in kernel/tests/process.cc. Can someone clarify if it is really required to handle this case? How about writing a test case and show us that the behaviour is wrong? Mike

Re: Measuring Wine's API completeness

2005-11-10 Thread Steven Edwards
Hi, On 11/10/05, Michael Jung <[EMAIL PROTECTED]> wrote: > Hello everybody, > > talking to David Gümbel today the idea came up that it might be worth it to > introduce an additional section in the comments that document the exported > APIs. Something like 'IMPLEMENTATION STATUS', which would docum

Re: privileged instruction in 32-bit code

2005-11-10 Thread Tyler Nielsen
Raphael wrote: On Thursday 10 November 2005 03:25, Tyler Nielsen wrote: Hello, I'm looking for a little help to find the next step in getting a program (Everquest 2) working under wine. It currently runs the patcher, and will go through the load screen, and when the game comes up

Measuring Wine's API completeness

2005-11-10 Thread Michael Jung
Hello everybody, talking to David Gümbel today the idea came up that it might be worth it to introduce an additional section in the comments that document the exported APIs. Something like 'IMPLEMENTATION STATUS', which would document the author's opinion on how complete the implementation of a

Re: PATCH: getaddrinfo

2005-11-10 Thread Juan Lang
Hi Marcus, some small comments: +if (nodename) { +if (!(nodename = strdup_lower(nodename))) return WSA_NOT_ENOUGH_MEMORY; +node_lowered = TRUE; +} + +if (servname) { +if (!(servname = strdup_lower(servname))) return WSA_NOT_ENOUGH_MEMORY; You leak nodename

Re: Visio10

2005-11-10 Thread Steven Edwards
Hi, On 11/10/05, Nardmann, Heiko <[EMAIL PROTECTED]> wrote: > Now I have tried to run Visio10 but without luck. I have used wine 0.9 > together with a directory with the following files inside: There was a visio service pack that fixed this I think. Thanks Steven

Re: Regression: Winrar fails to start

2005-11-10 Thread Robert Shearman
[EMAIL PROTECTED] wrote: It seems to be that WinRAR crashes after calling: ImageList_Create(16,16,ILC_COLOR32|ILC_MASK,256,2048) to create the list of icons for ListView control. Wine translates this ImageList_Create to CreateBitmapIndirect 36864x16 and then cannot handle 36864 parameter. If it

Re: 100% CPU usage in Wine-0.9

2005-11-10 Thread Mark Knecht
On 11/10/05, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > Hello, > >NOTE - I do not think this is somethign new. I've seen programs > > running under Wine in the past using 100% CPU, but they were big > > complicated programs and not available freely so it would have been > > hard to work on. I

Re: Add CMD_FONT for all notepad resource files

2005-11-10 Thread Pavel Roskin
On Fri, 2005-11-11 at 02:09 +0800, Dmitry Timoshkov wrote: > "Vincent Béron" <[EMAIL PROTECTED]> wrote: > > > Please don't do that (copying the English part in all resource files). > > The Win32 localization implementation knows how to deal with missing > > resources (like menu items) in one langu

Re: OSDL's Desktop Linux architects meeting

2005-11-10 Thread Jeremy White
Robert Williamson wrote: > On December 1-2, OSDL is hosting a meeting for the desktop architects from > the various Linux desktop organizations to help decide on ways to improve > and promote Linux on the Desktop. An electronic copy of the invitation can > be found at the following URL. This contai

Re: privileged instruction in 32-bit code

2005-11-10 Thread Raphael
On Thursday 10 November 2005 03:25, Tyler Nielsen wrote: > Hello, > > I'm looking for a little help to find the next step in getting a program > (Everquest 2) working under wine. It currently runs the patcher, and > will go through the load screen, and when the game comes up I get: > > WineDbg sta

Re: [msvcrt] I64 and ll support

2005-11-10 Thread Raphael
On Wednesday 09 November 2005 23:26, Jesse Allen wrote: > On 11/8/05, Raphael <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Changelog: > > - add I64 modifier support on msvcrt *printf functions > > - correct ll modifier support on msvcrt *printf functions > > - correct tests > > > > this should

Re: Regression: Winrar fails to start

2005-11-10 Thread wino
On Thu, 10 Nov 2005 06:02:57 +0100, Dustin Navea <[EMAIL PROTECTED]> wrote: x.org Seems there are multiple issues here. First the x.org bug was big and ugly so the rather simplistic patch was put through until what looks like some sloppy coding in the rest of X gets cleaned up. http:/

Re: 100% CPU usage in Wine-0.9

2005-11-10 Thread Stefan Dösinger
Hello, >NOTE - I do not think this is somethign new. I've seen programs > running under Wine in the past using 100% CPU, but they were big > complicated programs and not available freely so it would have been > hard to work on. I think with the information I've given in the first > post this sh

Re: [winternl.h]Add missing header file

2005-11-10 Thread Andreas Mohr
Hi, On Thu, Nov 10, 2005 at 06:29:41PM +0100, Süt? Gergely wrote: > ChangeLog: >Add a missing stdarg.h includes. > > This is my first patch please check it! :) Call me stupid, but where exactly do you see Wine's stdarg.h header file implementation? I don't see nothing anywhere... ;) (except i

CreateProcess command line parsing

2005-11-10 Thread Rufoo
I am looking at dlls/kernel/process.cc:get_file_name that parses the command line. It seems to handle the case where the application name has spaces in it but the application name is not enclosed in double quotes. According to MSDN documentation, CreateProcess requires the app name(and the app name

Re: A small bounty for fixing a bug

2005-11-10 Thread Willie Sippel
Am Donnerstag, 10. November 2005 17:34 schrieb Andreas Mohr: > On Wed, Nov 09, 2005 at 11:12:03PM +0100, Willie Sippel wrote: > > I'm sorry if a request like that is not allowed/ wanted, I couldn't find > > any info regarding bounties on bugfixes. > > No, I'd say if anything, then the OSS area shou

Re: 100% CPU usage in Wine-0.9

2005-11-10 Thread Mark Knecht
On 11/10/05, Mark Knecht <[EMAIL PROTECTED]> wrote: > On 11/10/05, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > > > >Note that we are running the exact same application here - > > > savihost.exe. It's just renamed to the VST instrument name to tell it > > > what VSTi instrument to run.On our

Re: Add CMD_FONT for all notepad resource files

2005-11-10 Thread Dmitry Timoshkov
"Vincent Béron" <[EMAIL PROTECTED]> wrote: > Please don't do that (copying the English part in all resource files). > The Win32 localization implementation knows how to deal with missing > resources (like menu items) in one language. Basically, the English > version will be used instead. It's just

Re: Add CMD_FONT for all notepad resource files

2005-11-10 Thread Marcelo Duarte
Vincent Béron escreveu: Le jeu 10/11/2005 à 00:56, Pavel Roskin a écrit : ChangeLog: * programs/notepad/*.rc: Add CMD_FONT for all notepad resource files where it was missing. Ru.rc gets translated version, others get English version for now. Please d

Re: Add CMD_FONT for all notepad resource files

2005-11-10 Thread Vincent Béron
Le jeu 10/11/2005 à 00:56, Pavel Roskin a écrit : > ChangeLog: > > * programs/notepad/*.rc: > Add CMD_FONT for all notepad resource files where it was > missing. Ru.rc gets translated version, others get English > version for now. Please don't do that (copying the English

Re: Regression: Winrar fails to start

2005-11-10 Thread Dustin Navea
Yes, we are talking about the same thing, it is due to a bug in X that was fixed. The X fix broke wine, causing that error to come up, so we are now trying to figure out how to get around it or get X fixed without breaking wine. Christian Lachner wrote: Hmm, i thought you were talking about t

Re: A small bounty for fixing a bug

2005-11-10 Thread Andreas Mohr
Hi, On Wed, Nov 09, 2005 at 11:12:03PM +0100, Willie Sippel wrote: > I'm sorry if a request like that is not allowed/ wanted, I couldn't find any > info regarding bounties on bugfixes. No, I'd say if anything, then the OSS area should see *more* bounties, certainly not less! (I cannot even remem

Re: A small bounty for fixing a bug

2005-11-10 Thread Willie Sippel
Am Donnerstag, 10. November 2005 09:27 schrieb Jakob Eriksson: > Willie Sippel wrote: > >Hi there. > > > >I want to offer 100 EUR for a fix for bug #1973. It's not much, and I have > > no idea how complicated the bug is to fix, but maybe it's only trivial > > problem. > > The URL in Bugzilla is 404

Visio10

2005-11-10 Thread Nardmann, Heiko
Hi! Now I have tried to run Visio10 but without luck. I have used wine 0.9 together with a directory with the following files inside: gdiplus.dll mfc42.dll msvcp60.dll Visio.exe Vislib.dll Running '/opt/wine-0.9/bin/wine Visio.exe' results in the following error: wine: Unhandled exception (thr

Re: A small bounty for fixing a bug

2005-11-10 Thread Jakob Eriksson
Willie Sippel wrote: Hi there. I want to offer 100 EUR for a fix for bug #1973. It's not much, and I have no idea how complicated the bug is to fix, but maybe it's only trivial problem. The URL in Bugzilla is 404 again. regards, Jakob

[Fwd: joystickinput fixes (attempt number 4)]

2005-11-10 Thread Jakob Eriksson
--- Begin Message --- hiho this is the forth time i send this patch, which was silently ignored three times before and it is honestly the very last time i try. this patch fixes in special IL2+addons, Pacific Fighters and Live For Speed, if used with evdev-joysticks/wheels. License: LGPL Chang

Re: 100% CPU usage in Wine-0.9

2005-11-10 Thread Mark Knecht
On 11/10/05, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > >Note that we are running the exact same application here - > > savihost.exe. It's just renamed to the VST instrument name to tell it > > what VSTi instrument to run.On our systems, both 32-bit and 64-bit, we > > see about 15% usr, 85%

Re: tabs to throw off from an indentation

2005-11-10 Thread Saulius Krasuckas
* On Thu, 10 Nov 2005, Dimi Paun wrote: > * From: "Saulius Krasuckas" <[EMAIL PROTECTED]> > > > > No I won't, because then a diff in my editor looks wrong. > > This is a bit confusing at first because diff inserts a char > at the beginning of the line. Of course I understand this. I just don't

Re: [wininet]add implementation of few more options - try6

2005-11-10 Thread Juan Lang
Hi Vijay, sorry I wasn't more explicit. This is what I mean: + hurl = InternetConnectA(hinet,"www.winehq.com",INTERNET_DEFAULT_HTTP_PORT,NULL,NULL,INTERNET_SERVICE_HTTP,0,0); This could fail for many reasons other than that InternetConnectA has a flaw (the test machine may be offline, winehq.co

Re: tabs to throw off from an indentation

2005-11-10 Thread Dimi Paun
From: "Saulius Krasuckas" <[EMAIL PROTECTED]> > No I won't, because then a diff in my editor looks wrong. This is a bit confusing at first because diff inserts a char at the beginning of the line. Don't worry about it, the source will look right after applying it. You will get used to it soon enou

Re: 100% CPU usage in Wine-0.9

2005-11-10 Thread Stefan Dösinger
>Note that we are running the exact same application here - > savihost.exe. It's just renamed to the VST instrument name to tell it > what VSTi instrument to run.On our systems, both 32-bit and 64-bit, we > see about 15% usr, 85% sys when running Crystal, while we see only 5% > usr, 5% sys whe

100% CPU usage in Wine-0.9

2005-11-10 Thread Mark Knecht
Hi, My first post here in quite awhile. Thanks in advance. I posted this to Wine-Users but got no responses. For a number of reasons this problem is pretty important to we Linux Audio users. The following is a set of very simple instructions to show Wine using 100% CPU usage. I am using Wine

Re: [wininet]add implementation of few more options - try6

2005-11-10 Thread Dmitry Timoshkov
"Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote: > I hope this is the last try Sorry, but it is not. Do you ever read the suggestions? -- Dmitry.

Re: tabs to throw off from an indentation

2005-11-10 Thread Ivan Leo Puoti
Saulius Krasuckas wrote: * On Wed, 9 Nov 2005, Ivan Leo Puoti wrote: * Saulius Krasuckas wrote: The question isn't about world wide definition, it's about preference inside Wine project. But OK, I will use tabs in a tabby files. Please use spaces, we can't get rid of existing t

Re: dlls/include/list.h: remove_list() failed when removing first or last element

2005-11-10 Thread Jonathan Ernst
Le jeudi 10 novembre 2005 à 11:21 +0100, Markus Gömmel a écrit : > > One further note: on projects as big as Wine patching the ChangeLog is not > > practical as it would result in a lot of conflicts. Therefore, Alexandre > > Julliard automatically generates ChangeLog entries from CVS just before

Re: Regression: Winrar fails to start

2005-11-10 Thread wino
On Thu, 10 Nov 2005 06:02:57 +0100, Dustin Navea <[EMAIL PROTECTED]> wrote: Well, I was thinking that since we really dont want to mess with Xorg security fixes, maybe there is some sort of a workaround that could be written into wine? I dunno, perhaps a temporary dirty hack to fix it un

Re: dlls/include/list.h: remove_list() failed when removing first or last element

2005-11-10 Thread Markus G�mmel
Hi, > Sorry, but the patch is wrong. The Wine list implementation makes sure > that next and prev are always valid pointers, such that the list is > circular. The only way to detect the end of the list is if entry->next == > start. If one of the entries is NULL then this generally indicates eith

Re: [wininet]add implementation of few more options - try5

2005-11-10 Thread Alexandre Julliard
Vijay Kiran Kamuju <[EMAIL PROTECTED]> writes: > Dimitry: > I will try a zillion times, to make my patches get thru ;) :P The more you send it, the less likely it is to get through. When I see the same patch more than 3 times I just stop looking at it, as it clearly indicates that the patch is no

Re: kernel/comm.c - page fault in thread

2005-11-10 Thread Uwe Bonnes
> "Cihan" == Cihan Altinay <[EMAIL PROTECTED]> writes: ... Cihan> I studied the test cases in tests/comm.c but I am not sure how to Cihan> implement a test that requires input from the serial port. I saw Cihan> the loopback possibility but I cannot test it. Do I need to Cihan>

Re: XEmbed Systray Support

2005-11-10 Thread Vijay Kiran Kamuju
Thereis one more thing, i still see a minimized window just above the panel, i think that should go. Its in Gnome i dont know how its in other WM's bye, Vijay On 11/10/05, James Liggett <[EMAIL PROTECTED]> wrote: > On Thu, 2005-11-10 at 11:32 +0530, Vijay Kiran Kamuju wrote: > > I have to Julliard

Re: tabs to throw off from an indentation

2005-11-10 Thread Saulius Krasuckas
* On Wed, 9 Nov 2005, Ivan Leo Puoti wrote: > * Saulius Krasuckas wrote: > > > > The question isn't about world wide definition, it's about preference inside > > Wine project. But OK, I will use tabs in a tabby files. > > Please use spaces, we can't get rid of existing tabs but let's not make >