The WINE Project should solicit grants to hire professional developers

2010-06-28 Thread Richard Yao
lity of soliciting grants so that the WINE project could hire professional developers. Also, I am not registered on the mailing list, so please CC me any responses made either directly or indirectly to this email, even if it ridicules my suggestion. Yours truly, Richard Yao

Re: Combining Fuse and Wine - What's the best way?

2008-12-27 Thread Richard Stitz
So would the best way to do this be to have a separate process for the Wine program that loads the DLL, and then have the Fuse process communicate over pipes or some other IPC method?

Re: Combining Fuse and Wine - What's the best way?

2008-12-25 Thread Richard Stitz
Tried adding in those other options and the only difference it makes is that I get an additional error message when I try to execute the program as a normal user. Instead of getting: fusermount: failed to open /etc/fuse.conf: Permission denied fusermount: waitpid: No child processes ...I now

Re: Combining Fuse and Wine - What's the best way?

2008-12-24 Thread Richard Stitz
I thought that the "main" executable being produced by winegcc was just a script that called wine with "main.exe.so"? This seems to be the case, as attempting to run "wine main" fails (Module not found), and running "wine main.exe.so" produces exactly the same results as running "./main" did. On

Re: Combining Fuse and Wine - What's the best way?

2008-12-24 Thread Richard Stitz
I tried but I've hit a problem. I'm just trying to compile the "Hello world" Fuse application. (http://fuse.sourceforge.net/helloworld.html) In regular gcc, I can compile and run it fine: $ gcc -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=22 -lfuse -o main main.c $ mkdir test $ ./main test

Combining Fuse and Wine - What's the best way?

2008-12-23 Thread Richard Stitz
#x27;m not sure what's involved in this and whether the resulting program could also use the Fuse libraries. I'm a bit of a novice to Wine, and Linux programming in general, so I'd appreciate any expert opinions you guys have about the best way to do this. Thanks in advance, Richard

deleting AppDB deleted

2007-12-10 Thread Richard S
Hi Im one of the maintainers of the iTunes 6.x (was) On Saturday I received this email ' Subject:[AppDB] Version '6.x' of 'iTunes' deleted Date: Sat, 08 Dec 2007 12:15:45 -0600 (18:15 GMT) Version '6.x' of 'iTunes' deleted --- The ac

Successful Virtualization startup looking for engineers with system level Windows and Linux experience

2007-11-08 Thread Richard Offer
ts please visit us at http://www.fastscale.com/ Yours truly, Richard Offer

Re: Review of wine/crossover

2007-03-23 Thread richard
mments) that the Windows app "Quickbooks" is a showstopper for installing linux in small enterprises. regards Richard A Lough

Re: Patch for opengl32.dll.so

2006-11-07 Thread Richard Kung
I think one of the recent opengl patches breaks some games. I use the sources checked out yesterday. Here is the log of Star Wars: Knights of the Old Republic: ~/.wine/c/kotor $ wine swkotor.exe err:wgl:process_attach X11DRV or GDI32 not loaded. Cannot create default context. err:module:LdrInitial

Re: Compiling test application (Notepad) with winelib - executeable segfaults

2006-01-01 Thread Richard Wild
Vitaliy Margolen wrote: No winelib application is not a standalone as you would think. You need to run it in the same way as all the rest exe files: 'wine notepad2'. Vitaliy Well, that certainly works. Thanks.

Compiling test application (Notepad) with winelib - executeable segfaults

2006-01-01 Thread Richard Wild
Hi all, I was trying to compile the test application (Notepad) with winelib to get a feel for how to use it. I followed the instructions in your docs, but ended up with a target file notepad2.exe.so. The instructions imply that I should end up with an executable called notepad2, since they t

Wine History - 1997

2005-11-30 Thread richard
Hi all is there any interest in wine-970720-1.i386.rpm ?? Richard A Lough

Re: user/defdlg.c: Just restore focus to current control [Bug:430]

2005-10-21 Thread Richard Cohen
Vitaliy Margolen wrote: Hmm, reverting my change didn't fix it. So I would say it was broken before. Vitaliy Yes, it seems so

Re: user/defdlg.c: Just restore focus to current control [Bug:430]

2005-10-21 Thread Richard Cohen
reaks TABbing out of the readonly edit field in the testcase to bug 430 Richard.

Re: Bugzilla administration policies

2005-10-10 Thread Richard Cohen
fixed until we're left with just one - "IE6 fails to install with the current release". Metabugs are generally a bad idea because they are very hard to maintain. What is the point of "Get games working perfectly", and how can it ever be resolved? Richard.

Re: Bugzilla administration policies

2005-10-10 Thread Richard Cohen
x. I'm happy to do either, but I think it's probably better to keep it open. Richard.

Re: wine-faq mailing list

2005-10-10 Thread Richard Cohen
Dan Kegel wrote: The phrase "terminate with extreme prejudice" comes to mind :-) Can a mailing list administrator also do the same to 'Admiral' Coeyman so that he stops resending the emails from wine-devel. I've already sent him an email, but

Re: Bugzilla administration policies

2005-10-10 Thread Richard Cohen
;s problem, and IE6 will install the DLLs it needs. But http://bugs.winehq.org/show_bug.cgi?id=587 "Create replacement of browser component (Internet Explorer/IE)" remains open. Richard.

Re: [WINECFG] Remember disabled Desktop settings

2005-10-09 Thread Richard Cohen
set the Desktop key to #800x600. We will need to fix x11drv_main, of course... Richard.

Re: Improve Bugzilla Query page usability by changing default state?

2005-10-08 Thread Richard Cohen
We certainly don't want it in 2 places. BTW * The "last changed" query is actually "created" * The "Submit" button should be "Commit" Richard.

Re: msvcrt: Few failing tests for O_TEXT files

2005-10-08 Thread Richard Cohen
Vitaliy Margolen wrote: Saturday, October 8, 2005, 5:53:13 AM, Richard Cohen wrote: + ok(_read(tempfd,btext,LLEN) == 1, "_read expected 0 got '\\n'\n"); What's not right about it? ret = _read(tempfd,btext,LLEN); ok(ret == 0, "_r

Re: regarding the bug430

2005-10-08 Thread Richard Cohen
Vijay Kiran Kamuju wrote: Hi, with what patch? I meant, if you comment out those two lines. :) Richard.

Re: msvcrt: Few failing tests for O_TEXT files

2005-10-08 Thread Richard Cohen
Vitaliy Margolen wrote: > + _lseek(tempfd, -1, FILE_END); + ok(_read(tempfd,btext,LLEN) == 1, "_read expected 0 got '\\n'\n"); That doesn't look right. Richard.

Re: regarding the bug430

2005-10-08 Thread Richard Cohen
Hi Vijay You wrote: The testcase program given is running correctly, The testcase doesn't run correctly here with the patch -- you can no longer TAB out of the edit control. Richard.

Re: headless question, and IPC question

2005-09-30 Thread Richard Cohen
30/wine ./a.exe ... trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\system32\\winex11.drv" : builtin trace:loaddll:MODULE_FlushModrefs Unloaded module L"c:\\windows\\system32\\winex11.drv" : builtin trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\system32\\winetty.drv" : builtin $ Richard.

Re: Relax Marlett LOGFONT specification

2005-09-10 Thread Richard Cohen
Huw Davies wrote: On Fri, Sep 09, 2005 at 12:46:10PM +0100, Richard Cohen wrote: .. Changing SYMBOL_CHARSET -> DEFAULT_CHARSET, FIXED_PITCH -> DEFAULT_PITCH >> .. We shouldn't need to do this. Fixing marlett.ttf would be the right thing to do. ... I agree that marlett.tt

Re: Web Server Back Online

2005-09-01 Thread Richard Cohen
Jeremy Newman wrote: Interesting, when it does get the mime type, it inlines it for text types. I'll add the mime type text/x-diff to /etc/mime.types and see what happens. Dont't you mean text/x-patch? Richard

Re: Move Win16 relay messages to the relay16 channel

2005-08-03 Thread Richard Cohen
t is the same as the original nrelay patch. > And let's add %deferred% What do mean by 'deferred'? Richard. Index: dlls/ntdll/loader.c === RCS file: /home/wine/wine/dlls/ntdll/loader.c,v retrieving revision 1.98 dif

Re: Remove Win16 CurrentDirectory hack

2005-08-03 Thread Richard Cohen
Alexandre Julliard wrote: No it's not correct, the current directory needs to be per-task for Win16 apps. OK, I'll check why it's not being set correctly, perhaps in WinExec. Richard.

Re: Move Win16 relay messages to the relay16 channel

2005-08-01 Thread Richard Cohen
Marcus Meissner wrote: Why? When you're debugging 16bit programs, sometimes you only want to see 16bit calls.:) Richard.

Re: [moniker 2] Fix FileMoniker::Load/Save

2005-06-02 Thread Richard Cohen
without. There's so much variation anyway between versions of Windows, that I dread to imagine anything relying on this. I'll make a patch to fix this if you think it's outside the scope of your current moniker fixes. Please go ahead :) Richard.

Re: Fix implicit loading of 16bit GDI & USER

2005-05-31 Thread Richard Cohen
Alexandre Julliard wrote: The easiest is probably to go back to always loading GDI. Something like this should do the trick: That works for me.

Re: Fix implicit loading of 16bit GDI & USER

2005-05-31 Thread Richard Cohen
Alexandre Julliard wrote: The problem is probably that GDI isn't pre-loaded, which is the case for 32-bit apps now that GDI no longer needs the local heap. That would explain it. What app is causing the problem? Scansoft Paperport version 6 (.5? -- there are different version numbers all

Re: msiexec

2005-05-26 Thread Richard Cohen
fig.Msi\658-rbf." The latest version of Wine does have problems with InstMsiA.exe, but I haven't seen this one. I've updated the Wiki page at http://wiki.winehq.com/NativeMsi . Does that work for you? Richard.

Re: Resend: Fix ole32:moniker test for NT4

2005-05-25 Thread Richard Cohen
Alexandre Julliard wrote: Richard Cohen <[EMAIL PROTECTED]> writes: Rediffed against HEAD Richard Cohen wrote: ... and almost certainly Win9x, 2k, XP Changelog: + IEnum::Clone shouldn't do a Reset. + Don't assume the ROT is already empty when testing The

Re: Blame ExpandEnvironmentStringsA for the failing NT4 test in shlwapi:shreg

2005-05-23 Thread Richard Cohen
Alexandre Julliard wrote: A todo is supposed to mark something that will need to be addressed later on. Obviously we can't fix the Windows code, so that's not a todo, it's just a behavior of the API that should either be handled by the test, or simply not tested at all if the results are not reli

RESEND: Get AdjustWindowRect working better

2005-05-23 Thread Richard Cohen
Richard Cohen wrote: This fixes a longstanding bug whereby winemine would move 1 pixel down the screen for every new game. Changelog: - Fix off-by-one in menu height calculation (& therefore AdjustWindowRect) + test diff -N -u -r -p dlls/user/nonclient.c dlls/user/nonclie

Re: Anyone remember winemine?

2005-05-02 Thread Richard Cohen
The original patch http://www.winehq.org/hypermail/wine-patches/2004/09/0395.html was from me, back in last September. It included a test which showed that it was correct. But AJ didn't like the way I did the test :( and I haven't got round to resubmitting it. Richard.

Re: Win16 programs and Wine internal messages

2005-04-22 Thread Richard Cohen
Alexandre Julliard wrote: Richard Cohen <[EMAIL PROTECTED]> writes: Closing Win16 programs using the Window manager doesn't work any more, because 16 bit programs don't recognize the WINE internal messages, so they don't get processed. This should be fixed now. Almost. In Peek

Win16 programs and Wine internal messages

2005-04-18 Thread Richard Cohen
Closing Win16 programs using the Window manager doesn't work any more, because 16 bit programs don't recognize the WINE internal messages, so they don't get processed. This patch moves the internal messages to just below 0x, but perhaps there is a better way? Richard. dif

Re: Get AdjustWindowRect working better

2004-09-24 Thread Richard Cohen
Richard Cohen wrote: Since 'gcc -c *.c -o bigobject.o' doesn't work, would something like the attached patch (using #include) be acceptable ? Of course you can use the same technique to compile all the user tests in one file. The total size of the .o goes from 3.2M to 1.2M

Re: Get AdjustWindowRect working better

2004-09-24 Thread Richard Cohen
dlls/user/tests/winsize.c 1970-01-01 01:00:00.0 +0100 +++ dlls/user/tests/winsize.c 2004-09-24 12:39:16.0 +0100 @@ -0,0 +1,242 @@ +/* + * Unit tests for AdjustWindowRect + * + * Copyright 2003 Richard Cohen + * + * This library is free software; you can redistribute it and/or + * mo

Re: System font width

2004-09-22 Thread Richard Cohen
home shows that the returned with is 7 for the system font. This patch changes the width specified in the stock font This probably won't hurt anything. The correct way would be to load the system font and get its metrics. Shouldn't the value depend on the screen dpi? Richard.

Re: Get AdjustWindowRect working better

2004-09-22 Thread Richard Cohen
the window styles and checks AdjustWindowRect. win.c is already over 2000 lines long! Richard.

Re: Crash when resizing window in Desktop mode

2004-06-28 Thread Richard Cohen
(X_PolyFillRectangle) Resource id in failed request: 0x0 Serial number of failed request: 2668 Current serial number in output stream: 3260 $ Even when not in desktop mode, there is a glitch - if you open the Search window and move it about. you get a little bit of grey stuck to the top. Richard.

text input focus problem

2004-06-14 Thread Richard Gobeille
it, but I'm not sure how similar or dissimilar the trees are in this area. -- Richard Gobeille Chief Technical Officer Envision7, LLC Internet Services http://www.envision7.com [EMAIL PROTECTED]

Re: New Open Source License: Single Supplier Open Source License

2004-01-25 Thread Richard Schilling
bout. You license closely remembers the shared source license. Could you please point out what part of a shared source license resembles the shared source license? Richard

Re: New Open Source License: Single Supplier Open Source License [rschi@rsmba.biz]

2004-01-25 Thread Richard Schilling
Sent this to winehq.com, so sending it to winehq.org in case it bounces. On 2004.01.24 17:24 Chuck Swiger wrote: > Richard Schilling wrote: > > I would like to present to you all a new Open Source software license I've written > > up. > [ ... ] > > One the face of i

Fwd: Re: New Open Source License: Single Supplier Open Source License [rschi@rsmba.biz]

2004-01-25 Thread Richard Schilling
On 2004.01.24 17:24 Chuck Swiger wrote: > Richard Schilling wrote: > > I would like to present to you all a new Open Source software license I've written > > up. > [ ... ] > > One the face of it, Section III, "Distribution Restrictions and Obligations."

Re: New Open Source License: Single Supplier Open Source License

2004-01-25 Thread Richard Schilling
uncement. > > What are you trying to achieve with this, which can't already be > achieved through BSD or [L]GPL licensing schemes? > I am trying to make it possible for people to earn a living as Open Source developers. I am also making it possible for companies that do Open Source development as their primary activiey to provide jobs to those (like those on this list) who invest their time into Open Source products. Richard > > Richard Schilling > > -- > Cordula's Web. http://www.cordula.ws/ > > > >

New Open Source License: Single Supplier Open Source License

2004-01-24 Thread Richard Schilling
orks. # The software is always downloaded from the same place by the end user even if it's used as part of a larger product, protecting the quality of the software. Please feel free to contact me on or off list about this announcement. Richard Schilling

Re: winewrap: fix wrapper linking

2004-01-07 Thread Richard Cohen
Dimitrie O. Paun wrote: Richard, You patch from Nov 28: http://www.winehq.org/hypermail/wine-cvs/2003/11/0299.html says (among other things): "Compiling with -lwine needs to use the given -L paths." In other words, it adds all the -Lxxx libs to the linking step for the wrapper

Re: Script to compile Wine programs on Windows

2003-09-24 Thread Richard Cohen
Pavel Roskin wrote: I have looked at winegcc source and it seems it will greatly improve portability. I think it's a good idea to switch to winegcc first. Provided you don't care about delay-loading libraries, you can already compile the programs with winegcc. Here's the patch

Re: [winegcc10] Search standard libraries last

2003-09-23 Thread Richard Cohen
r none ;-)), feel free to suggest it. Perhaps you were deceived by the following line? -strarray_add(lib_files, strmake("-l%s", library)); The code was just adding stuff to lib_files and then not using it. -- Richard

Re: [winegcc10] Search standard libraries last

2003-09-18 Thread Richard Cohen
ment refers to the ones that couldn't be found in the library search path. Maybe I should give up putting comments in ;-} And we should pass .so libs to gcc as well. Sorry - s/winebuild/gcc/ - of course at the moment winegcc doesn't recognize them. -- Richard

Re: Wine 20030911 trouble

2003-09-18 Thread Richard Cohen
TH. This works for me - but those lines were in 20020813 as well so it seems the regression must lie elsewhere. -- Richard

Re: [Resend winegcc03] winewrap can handle the default output name

2003-09-10 Thread Richard Cohen
Dimitrie O. Paun wrote: True, but I think it may screw up configure scripts. They do work with a.out, don't change as I'm fairly sure they will break with a.exe. Then won't the configure scripts break with mingw as well ? Richard.

Re: [winegcc08] Handle -L in a separate array

2003-09-10 Thread Richard Cohen
Dimitrie O. Paun wrote: On Tue, 9 Sep 2003, Richard Cohen wrote: ...rather than adding -L to both the DLLs and static libraries No functional changes. I'm not sure this is correct, as the order of -L and -l may be significant. That is to say, if I do -LdirA -la -LdirB -lb then the s

Re: [Resend winegcc03] winewrap can handle the default output name

2003-09-10 Thread Richard Cohen
unacceptable*, so we can either 1. Throw up an error message in winewrap, or 2. Duplicate the default output name in winegcc & winewrap 3. Have the default output name only in winewrap (3) simplifies the code considerably, and I really don't understand your objection. Richard.

Re: [winegcc06] Delayed import

2003-09-09 Thread Richard Cohen
Dimitrie O. Paun wrote: >... That's not a good strategy, we'll have to be in line with the gcc people, and breaking compatibility like so is no good. Let's float the question on their mailing list before we settle on something. OK, do you want to do it or shall I? In any case, we need to have our