Re: cmd: Disable Ctrl-C interrupt

2013-06-05 Thread Jason Edmeades
n get into situations you cannot terminate Jason

testbot and NT4

2013-06-02 Thread Ann and Jason Edmeades
a requirement for tests to pass on NT4 for submission (if it's required, I really need a nt4 testbot!) If not, is there any objection to removing the numerous hacks in the test suite so they run on NT4? Thanks, Jason

cmd patches - please ignore them

2012-12-16 Thread Ann and Jason Edmeades
Dont know what's happened, need to investigate further - Had 100% pass rate in job 23438 only to fail on submission... Needs some investigation so will work on it later in the week Jason

Re: [PATCH 1/3] [cmd] Convert the set /a tests to validate better

2012-12-15 Thread Ann and Jason Edmeades
goto :eof Any alternative suggestions? In other "non-for /a" test, there's never a WINE_foo1 anywhere. Using > "foo", "bar" and "baz" when you have at most 3 arguments seems > standard practice to me. > Ok, I really dont care what they are called - easy enough to fix with a simple search/replace. Any comments on the rest of the patches, especially the code one? Jason

Re: [PATCH 1/3] [cmd] Convert the set /a tests to validate better

2012-12-14 Thread Ann and Jason Edmeades
outine as described above it can then be reused elsewhere in the tests potentially as well Thanks for the review! Jason On 14 December 2012 02:01, Frédéric Delanoy wrote: > On Fri, Dec 14, 2012 at 2:59 AM, Frédéric Delanoy > wrote: > > On Thu, Dec 13, 2012 at 10:59 PM, Ann and Ja

Re: [PATCH 4/5] [kernel] Support opening of console for read (try 2)

2012-11-20 Thread Ann and Jason Edmeades
ve this problem - Ideally we would want to duplicate the handle extending to add write access, since the original device was opened read only, but I am not aware of a clean way to do this. Jason

Re: [PATCH 2/4] [cmd] Prevent external env vars causing tests to fail

2012-11-20 Thread Ann and Jason Edmeades
On 20 November 2012 12:15, Jacek Caban wrote: > On 11/20/12 12:39 AM, Ann and Jason Edmeades wrote: > >> (I'll make this change in try 2, as I need to fix the broken NT4 stuff >> from patch 1 anyway) >> > > I think it's time to consider skipping all cmd te

Re: [PATCH 2/4] [cmd] Prevent external env vars causing tests to fail

2012-11-19 Thread Ann and Jason Edmeades
could be anything) then it would be wise to leave it in place, so such a change probably isnt a bad idea anyway. (I'll make this change in try 2, as I need to fix the broken NT4 stuff from patch 1 anyway) Jason

Re: Any advice please... Console input issue

2012-11-12 Thread Ann and Jason Edmeades
mes handle was already r/w - (it feels slightly odd that the 'handle' we are working on is unrelated to the handle passed in (I was worried about stdin redirection, but that seems to work fine even after the change). Was this what you meant or have I gone off on a tangent? Jason

Any advice please... Console input issue

2012-11-09 Thread Ann and Jason Edmeades
t buffer, instead making the server call directly, but passing through to the server call something to indicate that it is ok to add the data to the buffer, but I'm fast getting out of my depth! Thanks for any help! I'll file a bug with my analysis and testcase, but would rather fix the thing! Jason

Re: [PATCH 4/6] [cmd] Add for /f parsingkeyword parsing, add support for skip=

2012-10-17 Thread Ann and Jason Edmeades
.. I was aiming to get a set of working /f tests before I did such a reshuffle as that is the last of the functionality that for was missing (ie I could ensure I keep it all working), but will prioritize it if you want it before that. Jason

Re:cmd: /r is equivalent to /c

2012-10-03 Thread Ann and Jason Edmeades
Concept of patch is fine (and we ought to support it), but I dont think this would work as coded (if (tolowerW(c)=='c'||'r') will always be true). Also, can you add a quick test for it (there's cmd.exe /c tests - just add a cmd.exe /r echo test worked). PS You might want to just hold off until t

'sort' implementation (Bug 27933) - any easy way?

2012-09-27 Thread Ann and Jason Edmeades
do I handle stdin / stdout, so sort can work in pipes / redirects 3. Is it ok to use wine_get_unix_file_name to convert files and directories to the unix equivalents when building the unix equivalent command line? (as per winepath) Thanks. Jason

Re: [PATCH 1/3] [cmd] "PATH=value" fails whereas "PATH value" works

2012-09-04 Thread Ann and Jason Edmeades
> > > === WVISTAADM (32 bit) === > Failure running script in VM: The specified guest user must be logged in > interactively to perform this operation > I dont think this is related to my patch, especially when the tests run and pass on patch 2

Re: HLSL Compiler and d3dcompiler_xx.dll

2010-04-14 Thread Jason Green
On Apr 14, 2010, at 1:48 PM, Matijn Woudt wrote: >> I think you want to test if the compiled shader works instead of the >> exact bytecode. Generating the same bytecode is probably way too hard, >> fragile to test, and most likely not worth the effort. > > I think I should go for exact bytecode a

Fwd: Loader, mapping and sharing issues with main exe

2010-01-28 Thread Jason Edmeades
Does anyone have any comments on this please? -- Forwarded message -- From: Jason Edmeades Date: Wed, Jan 27, 2010 at 1:09 AM Subject: Loader, mapping and sharing issues with main exe To: wine-devel@winehq.org Hello, I've been debugging a problem with an application

Loader, mapping and sharing issues with main exe

2010-01-26 Thread Jason Edmeades
ences to the same inode, although thats where my debugging will head next. This whole area has me confused now! Can anyone shed some light on how its all supposed to work please? Thanks, Jason

Re: msvcrt: Add support for sprintf_s

2010-01-11 Thread Jason Edmeades
sing from the printf* family, and the patch implements enough to get the basic functionality working. I probably should have put a fixme comment in like MSVCRT_vswprintf_s though but would that be enough? Jason

Re: dbghelp: Make sure the ClientPointers flag is set correctly

2009-12-29 Thread Jason Green
On Dec 29, 2009, at 2:37 PM, Henri Verbeet wrote: > 2009/12/29 Jason Green : >> commit 317da09400946ca9f97361a47a227595c5bedfe3 >> Author: Eric van Beurden >> Date: Tue Dec 29 12:35:03 2009 -0500 >> >>Make sure the ClientPointers flag isn't set in

Re: [usp10 1/6] Fix an uninitialized static variable.

2009-12-17 Thread Jason Green
We both work for TransGaming, and these patches are officially from the company. On Dec 17, 2009, at 4:22 PM, James Hawkins wrote: > On Thu, Dec 17, 2009 at 1:19 PM, Jason Green wrote: >> Sorry, should have copied Eric van Beurden on this earlier. His name & >> email are

Re: [usp10 1/6] Fix an uninitialized static variable.

2009-12-17 Thread Jason Green
Sorry, should have copied Eric van Beurden on this earlier. His name & email are in the patch on the From: line. On Dec 17, 2009, at 4:07 PM, James Hawkins wrote: > On Thu, Dec 17, 2009 at 12:56 PM, Jason Green wrote: >> Yeah, I was just forwarding this from one of our o

Re: [usp10 1/6] Fix an uninitialized static variable.

2009-12-17 Thread Jason Green
Yeah, I was just forwarding this from one of our other internal developers. I just went back and noticed that he had a note here which said, "This patch isn't really necessary, and could be left off the submission to WineHQ." :-) On Dec 17, 2009, at 3:46 PM, Juan Lang wro

Re: [3/3] wininet: Add missing empty line to end of headers list

2009-06-05 Thread Jason Green
On Fri, Jun 5, 2009 at 6:21 AM, Alexandre Julliard wrote: > Jason Green writes: > >> @@ -4265,6 +4265,24 @@ static INT HTTP_GetResponseHeaders(LPWININETHTTPREQW >> lpwhr, BOOL clear) >>       } >>      }while(1); >> >> +    /* make sure the respon

Re: Fedora 9 and MingW

2008-11-20 Thread Jason L Tibbitts III
> "HL" == Hans Leidekker <[EMAIL PROTECTED]> writes: HL> Looks promising! If Fedora accepts it under that name it's HL> certainly worthwhile to add it to configure. FYI, here are the mingw packages which have been submitted for Fedora: https://bugzilla.redhat.com/buglist.cgi?query_format=ad

Re: Adding Flawfinder to Patchwatcher

2008-09-07 Thread Jason Spiro
Rob Shearman gmail.com> wrote: > Coverity and Prefast are both static analysis tools with a bit more > intelligence that identify bad code rather than just using "bad" > functions. I'm pretty sure Coverity's tool, Prevent, costs money to buy. IIRC if the maintainers of an OSS project ask them to

Re: 1st resend: Can we import MSConfig from ReactOS? (was: autorun perhaps dangerous)

2008-09-07 Thread Jason Spiro
I wrote: > [...] msconfig is a simple GUI utility for changing certain Registry > settings like AutoRun items and such. I used the wrong terminology when I said "AutoRun items". I should've said "startup items", i.e. HKLM\Software\Microsoft\Windows\CurrentVersion\Run items and other startup items

Re: 1st resend: Can we import MSConfig from ReactOS? (was: autorun perhaps dangerous)

2008-09-05 Thread Jason Spiro
Or a whitelist of trusted portions of ReactOS, such as msconfig[1] that are extremely unlikely to have been written using reverse engineering? ^ [1]. msconfig is a simple GUI utility for changing certain Registry settings like AutoRun items and such. -- Jason Spiro: software/web developer, tra

1st resend: Can we import MSConfig from ReactOS? (was: autorun perhaps dangerous)

2008-09-05 Thread Jason Spiro
(Hi Alexandre. I sent the below email 2 weeks ago and didn't get a response yet. I know you are busy, but please do try to find the time to reply, even if it's to say "I'm not sure". Cheers, --Jason) cc: wine-devel@winehq.org Hi Alexandre, In January 2008, Steven E

Re: d3d9: Add some visual tests for Direct3DDevice9_StretchRect()

2008-04-01 Thread Jason Green
On Tue, Apr 1, 2008 at 5:45 AM, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > Am Dienstag, 1. April 2008 07:20:44 schrieb Jason Green: > Did you take a look at the various capability flags? I think the test as you > submitted it is correct for dx9 level cards and drivers, but

RE: Clipping regions on windows and Expose Xevents issue

2008-03-13 Thread Ann &amp; Jason Edmeades
ows message loop wont redraw it. Is there any workaround for this or is it going to be an impossibility to get it working? (I wondered, for example, if we can do anything about ignoring the first expose if the window was created as visible, or removing the rdw_erase if the window had explicitly painted itself before the first event)? Jason

Clipping regions on windows and Expose Xevents issue

2008-03-12 Thread Ann &amp; Jason Edmeades
ke to try to come up with a solution for the problem as well! Jason

RE: Summer of code 2008 - cmd.exe compatibility?

2008-03-04 Thread Ann &amp; Jason Edmeades
the command shell. I do know of some differences, but few apps require complex batch. You can download some complex batch which require specific text to come out from specific commands, but if no real app needs them, its not worth persuing yet. Jason

Summer of code 2008 - cmd.exe compatibility?

2008-03-03 Thread Ann &amp; Jason Edmeades
Hiya, Out of interest, what is meant by improving cmd.exe compatibility? Jason

Re: [dbghelp 4/10] Rewrite much of the symbol lookup method to work with Optimized PDB files as well

2008-01-24 Thread Jason Green
On Jan 23, 2008 3:38 PM, Eric Pouech <[EMAIL PROTECTED]> wrote: > Jason Green a écrit : > thanks for the sample files > how does this patch solve the issue ? > A+ > > diff --git a/include/wine/mscvpdb.h b/include/wine/mscvpdb.h > index 58627c0..8a22dfd 100644 > --- a/

Re: [dbghelp 4/10] Rewrite much of the symbol lookup method to work with Optimized PDB files as well

2008-01-23 Thread Jason Green
ote: > On Jan 23, 2008 8:14 AM, Jason Green <[EMAIL PROTECTED]> wrote: > > > > The attached archive contains 4 files: > > - 'emptyTest.exe': the optimized release build executable linked to > > 'emptyTest.pdb'. This should crash. > > - '

Re: [dbghelp 4/10] Rewrite much of the symbol lookup method to work with Optimized PDB files as well

2008-01-23 Thread Jason Green
On Jan 22, 2008 4:00 PM, Eric Pouech <[EMAIL PROTECTED]> wrote: > Jason Green a écrit : > > Re-responses from Eric van Beurden: > > > > > >> hmm I still don't get how, in a generic way symbols could overlap > >> the only think I could come up wi

Re: [dbghelp 4/10] Rewrite much of the symbol lookup method to work with Optimized PDB files as well

2008-01-22 Thread Jason Green
Re-responses from Eric van Beurden: > hmm I still don't get how, in a generic way symbols could overlap > the only think I could come up with if when static functions get > automatically inlined by the compiler, but that's rather a different > story (as I'd suspect the inlined function to be a sin

Re: [dbghelp 4/10] Rewrite much of the symbol lookup method to work with Optimized PDB files as well

2008-01-21 Thread Jason Green
Eric, below are the responses from Eric van Beurden, who wrote the patch. I merely split it up and removed a bunch of traces for submission to WineHQ. The problem is that all of our changes were done initially in just a couple of huge commits during the initial import of dbghelp instead of nice,

Re: [1/3] comctl32: Do not call parent of tool window for tip text

2007-10-28 Thread Ann &amp; Jason Edmeades
ltip sends baseclass ttn NeedTextA Which forwards to parent as ttn NeedTextA My notes and investigations could be wrong, does this tie up with what you were seing? Jason

Re: [1/3] comctl32: Do not call parent of tool window for tip text

2007-10-28 Thread Ann &amp; Jason Edmeades
this through to the point where the parent was definitely retrieving the information (I watched spy logs of the application in question) and I believe reversing this patch will break radmin again... It's a free download, can you please test you havent regressed that application with the patch Jason

Re: Hmm. Cider and the LGPL

2007-08-30 Thread Jason Green
> Hi Jason, > on the off chance the rest of Transgaming hasn't already > seen those two pages, please circulate the links. > One of the problems is that [to my knowledge,] we don't have any fluent German speakers in the company, so we wouldn't even know *how* t

Re: Hmm. Cider and the LGPL

2007-08-30 Thread Jason Green
ineHQ. There haven't been many recently since most of those components aren't heavily used by games. One of my roles at TransGaming is to make sure that patches to our LGPL'd folders make their way back here. Jason Green Developer, TransGaming, Inc.

FW: [Bug 2520] menu bar problem

2007-08-06 Thread Ann &amp; Jason Edmeades
>Vitaliy >Jason, please don't forget to cc wine-bugs when you reassign the bug. Yeah, sorry... Its late here :-) Out of interest, why don't we fix bugzilla to always enforce that userid (ie if it gets removed, it automatically gets inserted back). I'm sure I'm not the

RE: cmd:batch: Check for a context is added

2007-07-24 Thread Ann &amp; Jason Edmeades
to what you were seeing plus fixes the a runs b runs c case. Can you please try that and confirm it resolves the problem for you as well. Hope this helps Jason

RE: cmd:batch: Check for a context is added

2007-07-24 Thread Ann &amp; Jason Edmeades
ks, although I would like to test 2 scnarios: a calls b which runs c a runs b runs c Can you let me know if it works for you Jason

Re: cmd:batch: Check for a context is added

2007-07-23 Thread Ann &amp; Jason Edmeades
> We need to check context before than refer to context -> skip_rest . But we have just referred to it higher up, and I didn't think it was valid to get into this routine without a context. Whats the problem you are trying to fix? Jason

Re: debugging help

2007-06-17 Thread Jason Green
On 6/18/07, Damjan Jovanovic <[EMAIL PROTECTED]> wrote: only appear in +snoop, not in +relay. And is there a way for a builtin DLL to LoadLibrary() the native DLL of the same name and call functions in it? It would be very useful in narrowing down the bug. You can definitely use LoadLibrary()

cmd.exe console question

2007-06-15 Thread Ann &amp; Jason Edmeades
is I cant tell between output being redirected to a file, or output being redirected to the shell window (neither query the console attributes) Jason

RE: [PATCH 3/6] CMD.EXE: Handle command line as Unicode

2007-05-26 Thread Ann &amp; Jason Edmeades
ll submit it as a patch on the end of the patchset, and do xcopy as well! The things you learn doing this.. Jason

RE: CMD.EXE patchset 1->6

2007-05-26 Thread Ann &amp; Jason Edmeades
en installing git (must have made a mistake and actually read the docs when doing the install!!) Jason

RE: [PATCH 4/6] CMD.EXE: Convert cmd into unicode

2007-05-26 Thread Ann &amp; Jason Edmeades
R and friends to reduce the Patch-Size >(char => TCHAR when you did char => WCHAR) Alexandre explicitly stated he didn't want TCHAR's anywhere, hence the conversion to WCHAR (See post on 5/4/2007, 8:31 re regedit) Jason

RE: [PATCH 1/6] CMD.EXE: Move english constants into NLS files

2007-05-26 Thread Ann &amp; Jason Edmeades
I'll double check later, but are you sure? When I said I hadn't changed the patches, I meant the contents, but I had done a git fetch, git rebase origin on the branch (and resolved the german resource conflict) before resubmitting Jason

RE: CMD.EXE patchset 1->6

2007-05-25 Thread Ann &amp; Jason Edmeades
to see what that does with it - Submitting it now :-) Jason

RE: [PATCH 3/6] CMD.EXE: Handle command line as Unicode

2007-05-25 Thread Ann &amp; Jason Edmeades
x27;: /home/wine/wine/dlls/winecrt0/exe_main.c:48: undefined reference to `WinMain' Does wine support this? I initially did it this way copying from programs/msiexec Jason

RE: CMD.EXE patchset 1->6

2007-05-25 Thread Ann &amp; Jason Edmeades
- How does the email address get into the change log, is it a manual process or by hand. Ideally I'd like my main email address to be the one in the Changelog, rather than the gmail one which is purely to see if it resolves the problems I am having sending in patchsets - Is there any way I can make this easy for you? Regards, Jason

CMD.EXE patchset 1->6

2007-05-14 Thread Ann &amp; Jason Edmeades
27;ll start copying a gmail account in future to confirm what I am seeing, but last time some emails got delayed about a month in transit and eventually appeared, but ONLY when winehq was involved, gmail, hotmail, my own email addr etc all got immediate copies... Regards, Jason

sprintfW formatting in lib\wine\string.c

2007-05-10 Thread Ann &amp; Jason Edmeades
on the padding behaviour. Is this a bug in sprintfW which needs fixing, or should I work around it? Unfortunately, looking in the code to lib\wine\string.c, it just copies the field and ignores justification or min/max width precisions for strings, and as it is used all over the place there's also a concern of what would be changed by fixing it. Any suggestions for a workable alternative? Jason

Fw: [PATCH] CMD.exe: Remove code duplication for _splitpath

2007-04-30 Thread Ann &amp; Jason Edmeades
"Alexandre Julliard" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL PROTECTED]>... > Jason Edmeades <[EMAIL PROTECTED]> writes: > > > Note: This makes cmd.exe pull in msvcrt, but so does native > > Native doesn't have a choice, but we do. Unl

RE: locales, unicode and ansi with msvcrt (bug 8022)

2007-04-18 Thread Ann &amp; Jason Edmeades
n names) I'll contact you directly with a patch to test for me 5. Once all the above is done, I'd like to check on your test3/4 cases to see if there's any residual problems. Again, thanks for your excellent work. I never thought I'd be so pleased to see Russian characters on a screen...! Jason

Re: iphlpapi: Only call res_init() once per process

2007-04-18 Thread Jason Green
On 4/18/07, H. Verbeet <[EMAIL PROTECTED]> wrote: On 18/04/07, Jason Green <[EMAIL PROTECTED]> wrote: > Original author: Mark Adams, TransGaming Technologies. > Why are you the one submitting this then, using a private mail address? (Are you even allowed to, for that matt

RE: FW: locales, unicode and ansi with msvcrt (bug 8022)

2007-04-17 Thread Ann &amp; Jason Edmeades
ork when >your test case is compiled under linux Sure - I was doing it so the simplicity of the tests stood out (and I was compiling them on windows and running under wine). The tests added in msvcrt did not use this syntax... Jason

FW: locales, unicode and ansi with msvcrt (bug 8022)

2007-04-16 Thread Ann &amp; Jason Edmeades
My preference is (2), and I have coded and tested it to confirm it does solve both the file i/o tests (included in patch) and the console output tests (performed by hand) Comments? Jason 0002-MSVCRT-f-printfw-should-output-Multibyte-not-unicode-to-text-streams.patch Description: Binary data

RE: locales, unicode and ansi with msvcrt (bug 8022)

2007-04-15 Thread Ann &amp; Jason Edmeades
nd snoop cant see internal dll calls, so that might explain the lack of calls. Perhaps something like wcstombs would be the key to this Jason

RE: locales, unicode and ansi with msvcrt (bug 8022)

2007-04-15 Thread Ann &amp; Jason Edmeades
s its because you don't know/care if its going to the console or a file?). My current plan, unless you have strong objections, is to make the wprintf msvcrt routines use WideCharToMultiByte on the string into the GetACP codepage before being written out, and add file tests for this into the msvcrt testsuite Jason

Re: locales, unicode and ansi with msvcrt (bug 8022)

2007-04-13 Thread Ann &amp; Jason Edmeades
unicode wide file i/o functions, the opening in and confirming the bytes were as expected (If I stick to a-z, 0-9 we will know if its come out with extra 0's) Regards and thanks for your time, Jason

RE: locales, unicode and ansi with msvcrt (bug 8022)

2007-04-12 Thread Ann &amp; Jason Edmeades
sions. Thanks Jason

RE: locales, unicode and ansi with msvcrt (bug 8022)

2007-04-12 Thread Ann &amp; Jason Edmeades
ipe. >From the original mail: // File i/o has same problem? (Windows - narrow, Wine - includes nulls) WCHAR buffer[] = L"Hello Jason\n"; f = _wfopen(L"test", L"w+t"); fwprintf(f, buffer); fclose(f); So basically inside msvcrt we know we have a U

Re: locales, unicode and ansi with msvcrt (bug 8022)

2007-04-12 Thread Jason Edmeades
Dmitry Timoshkov wrote: "Ann & Jason Edmeades" <[EMAIL PROTECTED]> wrote: Bug 8022 (http://bugs.winehq.org/show_bug.cgi?id=8022) has highlighted something interesting which has me puzzled... Basically lets take xcopy as an example command line application. It issues me

locales, unicode and ansi with msvcrt (bug 8022)

2007-04-11 Thread Ann &amp; Jason Edmeades
handle and call WriteConsoleW, and if not convert to narrow and then call fwrite, all within the msvcrt layer? Now I know there's much better people here than me who might be able to answer this, so all info welcome! The last of these will easily fit into msvcrt's tests, which I will do,

RE: [PATCH 13/18] XCOPY: Add support for /EXCLUDELIST:file1+file2 etc

2007-03-30 Thread Ann &amp; Jason Edmeades
Further investigations shows the strstr bit is right, but the string I am comparing with differs from windows. I have fixed up xcopy's output display to mirror windows, and added that as a patch on the end of the resubmitted patchset, as it is not directly related to the strstr bit Regards, Jason

Jason Edmeades : xcopy: Add support for COPYCMD override and

2007-03-30 Thread Ann &amp; Jason Edmeades
to continue my rework of the cmd commands, finishing off some more inbuilt ones which I know are broken. I also want to extend your last patch to ensure all parts which process a command line are using the MAXSTRING length, and I'll do a patch for this while I am at it. Thanks, Jason

[PATCH 18/18] XCOPY: Add help

2007-03-30 Thread Ann &amp; Jason Edmeades
! Jason

RE: [PATCH 13/18] XCOPY: Add support for /EXCLUDELIST:file1+file2 etc

2007-03-30 Thread Ann &amp; Jason Edmeades
patch would fail all files if you put eg, a ':' in there as I am strstr'ing against an expanded path. I'll fix that bit and resubmit. If there's anything wrong with the wcsstr logic though, please let me know. Thanks for the commits Jason

Localization resources

2007-03-27 Thread Ann &amp; Jason Edmeades
RC_SRCS = rsrc.rc (*) Do I need add other languages or do I let translators add their own? If I look at programs\start vs programs\winecfg, one has 18 languages and one has 14, so I am not quite sure what to do here Thanks! jason

RE: xcopy / cmd question (lack of real exe in system32)

2007-03-23 Thread Ann &amp; Jason Edmeades
HGetFileInfo. These don't seem to report anything on the internal programs so I couldn't tell whether to wait for it to complete (eg xcopy) or let it run (eg notepad). I'm patching it to assume worse case (run it synchronous) and just wait, unless you have any other suggestions, working on the theory this is a very rare case. Jason

Re: xcopy / cmd question (lack of real exe in system32)

2007-03-23 Thread Jason Edmeades
e probably need to ensure we do it for any exe from the wine 'programs' branch. Jason

Re: Enlarge max. length of PATH variable in programs/cmd/wcmdmain.c

2007-03-20 Thread Ann &amp; Jason Edmeades
in at least one of the calls appropriately as well) Jason

Re: wine opinion of a user

2007-03-20 Thread Ann &amp; Jason Edmeades
> Sage Line 50 already has a bug filed: > http://bugs.winehq.org/show_bug.cgi?id=2956 > but we're hampered because there's no free demo for us to test. > You could register for a free trial cd? http://www.sage.co.uk/considering/TryNow.aspx?tid=213114

RE: some emails not arriving to wine-patches (was CMD.EXE resubmits)

2007-03-13 Thread Ann &amp; Jason Edmeades
Jason

some emails not arriving to wine-patches (was CMD.EXE resubmits)

2007-03-13 Thread Ann &amp; Jason Edmeades
er (knowingly) lost emails before, only when sent to wine-patches! I did contact the ISP help desk and they said its probably a problem with the receiving mail server (surprise, surprise) Jason

RE: xcopy try 3

2007-02-27 Thread Ann &amp; Jason Edmeades
te bit on. To remove it, add 'map archive no' to the share in smb.conf The things you learn! Jason

RE: xcopy try 2

2007-02-24 Thread Ann &amp; Jason Edmeades
oblem with it (I >always thought you were supposed to send in configure.ac but not configure) I stand corrected - tools\make_makefiles does that update for me as well as the others :-) Jason

RE: xcopy try 2

2007-02-24 Thread Ann &amp; Jason Edmeades
pecially as I am just trying to put the minimum in to be functional, and some other error checking may also be missing. >(ToDo-Reminder: "xcopy file1 name_not_found" => is "name_not_found" a file or a directory) Its already in there (another string to be localized though!) - See middle of XCOPY_ProcessDestParm. >Thanks for your work. It's pretty good as start! Thanks - its all pretty simple, and I am surprised how little code it is! Jason

RE: unicoding xcopy - question on wcschr

2007-02-23 Thread Ann &amp; Jason Edmeades
For reference: 'obviously'... adding this line to the makefile solves it MODCFLAGS = -fno-builtin (Copied from msvcrt\tests) Jason

unicoding xcopy - question on wcschr

2007-02-23 Thread Ann &amp; Jason Edmeades
#include / link a program using this function? It all just worked under windows :-) Jason

XCOPY support

2007-02-19 Thread Ann &amp; Jason Edmeades
Hi, Looking at the cmd.exe bugs in the database, one is caused by a lack of XCOPY support. Does anyone have anything like this in their tree, or should I try to knock something up? I also assume it needs to be a separate program, not part of cmd.exe, to mimic how windows does it? Jason

calling _splitpath from cmd.exe, and 64 bit decimal formatting

2007-02-16 Thread Ann &amp; Jason Edmeades
tion which does not support it. Is there any easy way around this (its trivial functionality which can be left as a fixme if not). Jason

compiling simple windows app

2007-01-03 Thread xie jason
hi all, I was trying to compile a simple windows application using winelib. it crashs and returns: err:seh:setup_exception stack overflow 12 bytes in thread 0009 eip 60169224 esp 00230ff4 stack 0x231000-0x34 I first convert a .dll, which contains a simple add function (int add(int a, in

help with dll

2007-01-02 Thread xie jason
Hi there, My name is Jason. I am trying to compile my windows application under linux. I found that the dll file i use to build mu application links to some other dlls. i was just wondering that when i compile it under linux, do i need to compile with those dlls. if yes, it will be very

Re: Benchmarking Wine

2006-08-02 Thread Jason Green
On 8/2/06, H. Verbeet <[EMAIL PROTECTED]> wrote: On 02/08/06, Tom Wickline <[EMAIL PROTECTED]> wrote: > > As for 3DMark 05 and 06, they don't seem to think we support Pixel Shader 2.0, > > even when using GLSL, so I'm not sure how valuable those would be to > > benchmark in that state. I've come

Found a sample with source code of the broken character models/misplaced vertices

2006-07-31 Thread Jason Green
The SkinnedMesh sample from the dx8.1 sdk is broken in shader mode, but you have to change the caps to get anything to show up. In directx.c, I set MaxVertexBlendMatrices to 4 and MaxVertexBlendMatrixIndex to 0 (to match to caps of my machine in Windows), then launched the sample and switched to

Re: wined3d: More shader fixes / new instructions

2006-07-28 Thread Jason Green
the Settlers 2 demo were failing due to accessing too many constants. (Settlers 2 still doesn't render correctly due to not supporting multiple render targets, but that should be the last major roadblock for it) On 7/28/06, H. Verbeet <[EMAIL PROTECTED]> wrote: On 28/07/06, Jason Gr

Re: Broken character models in dx8/9 games in wined3d

2006-07-26 Thread Jason Green
On 7/26/06, Frank Richter <[EMAIL PROTECTED]> wrote: I thought more along the lines of "flip result.position.y", not changing the MVP matrix. I just sent a patch to wine-patches do just that. I thought that the broken character models would have been a related issue, but that is apparently n

Re: Broken character models in dx8/9 games in wined3d

2006-07-25 Thread Jason Green
Well, we discussed a few different ways of handling this, and here are the results: 1) We can flip the texture we get from the framebuffer in Device_LoadTexture. Getting images from the back framebuffer always are upside down, so we'll need to manually flip it before setting it as the next rende

Re: Broken character models in dx8/9 games in wined3d

2006-07-25 Thread Jason Green
On 7/25/06, H. Verbeet <[EMAIL PROTECTED]> wrote: Can't we just correct the texture coordinates / start writing the surface contents at the bottom? Also, if we use EXT_framebuffer_object instead, we probably won't have to use glCopyTexImage in the first place. No idea, but that's the type of a

Re: Broken character models in dx8/9 games in wined3d

2006-07-25 Thread Jason Green
On 7/25/06, Stefan Dösinger <[EMAIL PROTECTED]> wrote: Can we flip around the y axis in the shader? It's not quite so easy. At the moment in the case w/o shaders, we multiply the WORLDVIEW and/or PROJECTION matrices by a matrix that flips the y axis on the whole matrix, like so: 1 1 1 1 1

Broken character models in dx8/9 games in wined3d

2006-07-24 Thread Jason Green
on the picture is upside-down) Many of the character models and other objects are still broken even with that hack, but that's because we should be flipping more than just the final position - we should be flipping a whole row of constants that the app is using before it starts its calculations. Instead of trying to do that, we should fix the root of the problem IMHO. Anyway, any ideas are welcome. :-) Jason

Re: wined3d: Fix regression from dynamic constants patch

2006-07-21 Thread Jason Green
I was getting ready to argue with you this point, but you made a comment on IRC that changed my mind: "I thought the idea was to support the full range of the hardware". And, you're right. :-) So, please ignore this patch for now - I'll re-work it over the weekend and resubmit. On 7/21/06, Iv

Re: wined3d: Implement more GLSL instructions

2006-07-21 Thread Jason Green
On 7/21/06, Chris <[EMAIL PROTECTED]> wrote: On Friday 21 July 2006 11:19, Jason Green wrote: > + /* Calculate reflection vector (Assume normal is normalized): RF = 2*(N.E)*N -E */ > + shader_addline(buffer, "tmp0.w = dot(vec3(tmp0), %s);\n", src1_str); > + shader_addli

Re: Winlib - Active Scripting

2006-07-19 Thread Jason Green
l licensing issues involved with using those libraries. IANAL, but just thought I'd give a heads up. Jason

  1   2   3   >