Re: oleaut32: Conformance test and patch for VarCat

2006-07-11 Thread qingdoa daoo
--- Benjamin Arai <[EMAIL PROTECTED]> wrote: > See http://bugs.winehq.com/show_bug.cgi?id=5545 > License: LGPL > > Changelog: > - oleaut32: Add conformance test for VarCat > - oleaut32: Update VarCat function to address all conformance test > failures > - Tests all pass on Windows XP

Re: git annoyances: how to force git to fetch a particular file

2006-07-11 Thread Troy Rollo
On Wednesday 12 July 2006 14:47, Dan Kegel wrote: > Sigh, I guess I'll just have to keep blowing away my git tree every > few days... shame I'm not smart enough to use 'git fetch' properly. > - Dan From the bottom of : If you have made changes in the working copy b

Re: git annoyances: how to force git to fetch a particular file

2006-07-11 Thread Mike McCormack
Dan Kegel wrote: git diff-index -p HEAD > foo.diff /me goes off to read up on the -index commands, which are news to me. You've probably figured it out already, but for anybody else... The git "index" can be thought of as a record of what's checked out, or the thing you're about to commit

Re: git annoyances: how to force git to fetch a particular file

2006-07-11 Thread Dan Kegel
On 7/11/06, Mike McCormack <[EMAIL PROTECTED]> wrote: > Sigh, I guess I'll just have to keep blowing away my git tree every > few days... shame I'm not smart enough to use 'git fetch' properly. Well, if you want to do it in a bit of a round about way: git diff-index -p HEAD > foo.diff /me goe

Re: git annoyances: how to force git to fetch a particular file

2006-07-11 Thread Mike McCormack
Dan Kegel wrote: Sigh, I guess I'll just have to keep blowing away my git tree every few days... shame I'm not smart enough to use 'git fetch' properly. Well, if you want to do it in a bit of a round about way: git diff-index -p HEAD > foo.diff patch -p1 -R < foo.diff vi foo.diff #remove b

The Internet Explorer 6 AppDB entry needs some love

2006-07-11 Thread Scott Ritchie
Well, with the recent changes, there's a lot of confusion out there about the proper way to get IE6 installed and working from scratch again. Anyone knowing how is greatly encouraged to head to http://appdb.winehq.org/appview.php?iVersionId=469 and help out. Thanks, Scott Ritchie

Re: git annoyances: how to force git to fetch a particular file

2006-07-11 Thread Dan Kegel
On 7/10/06, Alexandre Julliard <[EMAIL PROTECTED]> wrote: "Dan Kegel" <[EMAIL PROTECTED]> writes: > What's the right way to force a get of a particular file? > With cvs, you can just remove the file and do 'cvs update foo.c', > but I'm having trouble RTF git M, and the otherwise helpful > http:/

Re: Duplication of device IO Controls?

2006-07-11 Thread Vitaliy Margolen
Tuesday, July 11, 2006, 8:11:17 AM, Frans Kool wrote: > Hi, > I'm currently looking into adding some device I/O control codes to wine when I > noticed (for example in cdrom.c) that two header files were included: > #include "winioctl.h" > #include "ntddstor.h" > This in itself is not so strange,

Re: Iprovements around conventional CD protections....

2006-07-11 Thread Vitaliy Margolen
Tuesday, July 11, 2006, 7:51:32 AM, Plamen Hristov wrote: > This days I write a small toll ,that simulate some standart copy-protection > methods common used in games.Here is the result: > Inside wine with CD in drive: > Proceed with drive e: > Wine -with dir masked as CD. > Proceed with drive e:

Re: Pen Widths, and patch etiquette

2006-07-11 Thread Joris Huizer
You may want to try and write a regression test (a small amount of C code calling the function/functions in such a way that the problem you see can be seen as output value) to show what windows does in this case; if then the values are corrected under wine with your changes, it shows you're goi

re: Pen Widths, and patch etiquette

2006-07-11 Thread Dan Kegel
Rob wrote: 3) What is the normal flow of things here: do people fix their bug specifically and then move on, or is it preferred to investigate the issue fully and make sure the solution is truly correct? The latter, but if you can make a clean kill and you don't have time to look around for mor

Pen Widths, and patch etiquette

2006-07-11 Thread Rob Brown
Hi, I'm trying to get Protel 99SE working under Wine. It's nearly there, in fact it's totally usable, but some slight niggles remain (as can be seen in the appDB). I'm a coder, and I am actively looking at the code to see what I can do. I'm also a total newbie to Wine development, and while I'm re

Re: Pb WineD3D: power of 2 surface and non power of 2 DIB section

2006-07-11 Thread Christian Costa
Stefan Dösinger a écrit : Am Montag 10 Juli 2006 22:10 schrieb Christian Costa: Hi, When calling CreateSurface, a power of 2 surface is created and then the necessary memory is allocated. If we try to get the DC with GetDC, a DIB section is created with the original size of the surface and d

Re: wcmd: strip quotes around executable and retry on error

2006-07-11 Thread Thomas Kho
On 7/11/06, Robert Shearman <[EMAIL PROTECTED]> wrote: Thomas Kho wrote: > On 7/6/06, Thomas Kho <[EMAIL PROTECTED]> wrote: > >> wcmd: strip quotes around executable and retry on error >> wcmd currently gives a 'File not found' error for the command: >> `./wine wcmd /c "notepad test.txt"` becaus

Re: winspool.drv: Write-strings warnings fix (Resent)

2006-07-11 Thread Andrew Talbot
Alexandre Julliard wrote: > This one is not in an API structure so it should be made const. > Thanks, Alexandre. I have posted a revised version, accordingly. -- Andy.

Re: 0.9.17 and other issues

2006-07-11 Thread gslink
Just what business applications are you trying to run on Wine?

Re: wcmd: strip quotes around executable and retry on error

2006-07-11 Thread Robert Shearman
Thomas Kho wrote: On 7/6/06, Thomas Kho <[EMAIL PROTECTED]> wrote: wcmd: strip quotes around executable and retry on error wcmd currently gives a 'File not found' error for the command: `./wine wcmd /c "notepad test.txt"` because it only tries to execute the program "notepad text.txt". In XP,

Re: wcmd: strip quotes around executable and retry on error

2006-07-11 Thread Thomas Kho
On 7/6/06, Thomas Kho <[EMAIL PROTECTED]> wrote: wcmd: strip quotes around executable and retry on error wcmd currently gives a 'File not found' error for the command: `./wine wcmd /c "notepad test.txt"` because it only tries to execute the program "notepad text.txt". In XP, cmd.exe starts notepa

Re: Possible bug in Wine or NDISWRAPPER

2006-07-11 Thread gslink
The most common problem with Ndiswrapper is that it requires more than a 4k stack. The result you are getting may be coming from a stack overflow caused by a combination of Wine and Ndiswrapper. Compile and install the native drivers for your lan card and see if that makes a difference. The

Re: Pb WineD3D: power of 2 surface and non power of 2 DIB section

2006-07-11 Thread H. Verbeet
On 11/07/06, Christian Costa <[EMAIL PROTECTED]> wrote: Looking at the code, it's seems the fixup is done in all cases. But maybe I have missed something... Hmm, maybe that's not actually in the tree yet :-) GL_ARB_texture_non_power_of_two adds NPOT texture support to OpenGL. Fortunately for us

Testing the ftp part of wininet

2006-07-11 Thread Paul Vriens
Hi, I'm in the process of creating some tests for the ftp part of wininet. Would it be ok to use ftp.winehq.org for testing (FtpRename* FtpCreateDirectory* and friends)? The access will be with the anonymous account so no harm should be done? Another approach (or maybe both are needed) will be li

Re: Pb WineD3D: power of 2 surface and non power of 2 DIB section

2006-07-11 Thread Stefan Dösinger
Am Montag 10 Juli 2006 22:10 schrieb Christian Costa: > Hi, > > When calling CreateSurface, a power of 2 surface is created and then the > necessary memory is allocated. > If we try to get the DC with GetDC, a DIB section is created with the > original size of the surface and data from the surface

Re: AW: 0.9.17 and other issues

2006-07-11 Thread Kuba Ober
> That, plus there are _enough_ open source tools, utilities and applications > having the same purpose as many Windows applications, e.g. OpenOffice which > pretty much gives everything needed to the *average* > Word/Excel/Access/Powerpoint user. Heck, I always disliked MS Word interface via Visu

Re: "assumed" graphic card memory

2006-07-11 Thread H. Verbeet
On 11/07/06, Christoph Frick <[EMAIL PROTECTED]> wrote: only remaining problem, the game has. IIRC there where a patch, that allowed editing the amount of gfx-ram to be configured via winecfg? You probably mean http://wiki.winehq.org/PatchD3dVideoMemorySize

Re: 0.9.17 and other issues

2006-07-11 Thread Detlef Riekenberg
Roland Kaeser wrote: > But to see the changes in 0.9.17 makes me really angry. Please do not get upset. > Is everybody developing for the gamers? No. Unpaid Developer are developing what is on there Interests. > Currently I have many bugzilla bugs open to be fixed to get business > applicatio

"assumed" graphic card memory

2006-07-11 Thread Christoph Frick
hiho within the dlls/wined3d/device.c there is a define for the fake size of the graphic-card memory. with the given 64MB Richard Burns Rally[1] crashes on startup - once i put my real 256MB there it start and drawprim is the only remaining problem, the game has. IIRC there where a patch, that all

AW: Getting Help With Bugs (was: Re: AW: 0.9.17 and other issues)

2006-07-11 Thread Roland Kaeser
HelloThanks. These are good ideas.  I hope I have done my best yet to support the developpers. I had already good feedbacks with patches to test against a wine version for fixing a certain problem.  But also sometimes I don't have the time (other things keep me really busy) to make that wide testes

Re: wine's fullscreen code has no effect on metacity

2006-07-11 Thread Dmitry Timoshkov
"Elijah Newren" <[EMAIL PROTECTED]> wrote: On 7/7/06, Havoc Pennington <[EMAIL PROTECTED]> wrote: Currently what appears to be triggering the issue in metacity is that the window's minimum and maximum size are also changed, such that the window is not resizable. There's an exception to this r

Getting Help With Bugs (was: Re: AW: 0.9.17 and other issues)

2006-07-11 Thread Robert Shearman
Roland Kaeser wrote: The following is not specific for you, but something I hope can help others out that are in your situation: There are a number of things you can do to make your bugs more likely to be fixed by volunteer developers: 1 File a bug! 2. Describe the bug accurately. If it

Iprovements around conventional CD protections....

2006-07-11 Thread Plamen Hristov
This days I write a small toll ,that simulate some standart copy-protection methods common used in games.Here is the result: Inside wine with CD in drive: Proceed with drive e: Drive Type: CD-ROM Drive size = 729,694,208 bytes Drive is Read-Only Volume Label: KNOPPIX Volume Serial Number: 21665898

Re: winehq.org slowness?

2006-07-11 Thread Jeremy White
Hmm. The server has been having troubles lately, but I can't think of any reason that bugzilla would be slow. As a status on the server, it has run out of hard disk space, and it's old enough that it's time to replace it. We've been planning to upgrade that server for some time now. So we're goi

Duplication of device IO Controls?

2006-07-11 Thread Frans Kool
Hi, I'm currently looking into adding some device I/O control codes to wine when I noticed (for example in cdrom.c) that two header files were included: #include "winioctl.h" #include "ntddstor.h" This in itself is not so strange, but I noticed both carried the same defines for certain I/O contro

re: 0.9.17 and other issues

2006-07-11 Thread Dan Kegel
Roland Kaeser wrote: [I have ten open bugs against business apps, why aren't they fixed yet?] Well, let's see. Here are your bugs: http://bugs.winehq.org/buglist.cgi?emailreporter2=1&emailtype2=substring&email2=roli8200 It looks like there are a few things you could do to speed things up. L

Re: AW: 0.9.17 and other issues

2006-07-11 Thread Ray Jones
I think the basic point is, everbody here is doing what he *can* do. _For free!_ Also, it seems somewhat unfortunate for you, that "your" apps refuse to work, granted. But most of the Applications I'm trying to run /do run/. And by the time (within the last 6 months) they started doing so *witho

Re: Pb WineD3D: power of 2 surface and non power of 2 DIB section

2006-07-11 Thread Christian Costa
> Message du 11/07/06 09:08 > De : "H. Verbeet" > A : "Christian Costa" > Copie à : wine-devel@winehq.org, [EMAIL PROTECTED] > Objet : Re: Pb WineD3D: power of 2 surface and non power of 2 DIB section > > On 10/07/06, Christian Costa wrote: > > Hi, > > > > When calling CreateSurface, a power of

Re: AW: 0.9.17 and other issues

2006-07-11 Thread Roland Kaeser
HeyThats not nice to write such things. (also the things in the previous mails). Sounds more as Microsoft than opensource.  The argument that everybody has its own goals is one of the current biggest problems of the opensource community (as also readt in the editorial of the professional computer m

Re: Win64 patch 3/9 (user32)

2006-07-11 Thread Alexandre Julliard
Ge van Geldorp <[EMAIL PROTECTED]> writes: > Changelog: > Ge van Geldorp <[EMAIL PROTECTED]> > - Move handle indicator to upper 32 bits for Win64 Why do you need this? -- Alexandre Julliard [EMAIL PROTECTED]

Re: 0.9.17 release tarball (sourceforge)

2006-07-11 Thread Alexandre Julliard
darckness <[EMAIL PROTECTED]> writes: > Just thought I'd point out that the source tarball up on sourceforge > right now is corrupt/incomplete and will not work. It's fixed now. -- Alexandre Julliard [EMAIL PROTECTED]

Re: 0.9.17 and other issues

2006-07-11 Thread Christoph Frick
On Tue, Jul 11, 2006 at 12:50:40PM +, Roland Kaeser wrote: > >the goal is to implement the win32 APIs on top of unix. this does > >neither exclude the gamers nor the "appers". > But remember the mission: Bring the people to Linux! It's just a > matter of priorization. What brings more people

Re: AW: 0.9.17 and other issues

2006-07-11 Thread Kuba Ober
On Tuesday 11 July 2006 08:50, Roland Kaeser wrote: > >the goal is to implement the win32 APIs on top of unix. this does > >neither exclude the gamers nor the "appers". > > No that wasn't my idea. But remember the mission: Bring the people to > Linux! It's just a matter of priorization. What bring

AW: 0.9.17 and other issues

2006-07-11 Thread Roland Kaeser
Yes, that is noticable - it makes you so angry that you write somethings in a style that could be a bit more polite.Sorry, wasn't my intention to attack the people. But understand my desperation at this time. I'm just very hardly waiting until all the required apps getting work to migrate a lot of

AW: 0.9.17 and other issues

2006-07-11 Thread Roland Kaeser
>If you want to get more business applications working in wine, you are>welcome to contribute to that yourself. Submit patches, or donate>money or software to developers. Write letters to businesses>registering your interest in having their applications run in wine or>Linux. Help do quality assuran

AW: 0.9.17 and other issues

2006-07-11 Thread Roland Kaeser
>the goal is to implement the win32 APIs on top of unix. this does>neither exclude the gamers nor the "appers".No that wasn't my idea. But remember the mission: Bring the people to Linux!  It's just a matter of priorization. What brings more people to linux?  You have right: The business apps. So w

Re: 0.9.17 and other issues

2006-07-11 Thread Mike McCormack
Roland Kaeser wrote: In the offices I support as admin/sys engineer, we are all waiting for wine becomes stable enough to get the business apps running to switch to linux completely. But all I can see is that all the bugs are already there from release to release! So you have three choice

Re: 0.9.17 and other issues

2006-07-11 Thread Christoph Frick
On Tue, Jul 11, 2006 at 10:02:31AM +, Roland Kaeser wrote: > I know thats cool developing gaming features but THAT CANNOT BE THE > GOAL! the goal is to implement the win32 APIs on top of unix. this does neither exclude the gamers nor the "appers". > In the offices I support as admin/sys

Re: 0.9.17 and other issues

2006-07-11 Thread Tim Schmidt
Hi Roland... It's not nice to yell. --tim

Re: 0.9.17 and other issues

2006-07-11 Thread Marcus Meissner
On Tue, Jul 11, 2006 at 10:02:31AM +, Roland Kaeser wrote: > Hello All > > By all respect of all the hard work the developers make all day. But to see > the changes in 0.9.17 makes me really angry. Is everybody developing for the > gamers? Whats the focus of the wine development? Currently

Re: 0.9.17 and other issues

2006-07-11 Thread n0dalus
On 7/11/06, Roland Kaeser <[EMAIL PROTECTED]> wrote: By all respect of all the hard work the developers make all day. But to see the changes in 0.9.17 makes me really angry. Is everybody developing for the gamers? Whats the focus of the wine development? Currently I have many bugzilla bugs open

Re: 0.9.17 and other issues

2006-07-11 Thread H. Verbeet
On 11/07/06, Roland Kaeser <[EMAIL PROTECTED]> wrote: But to see the changes in 0.9.17 makes me really angry. Is everybody developing for the gamers? Did you actually read the Changelog? http://source.winehq.org/source/ChangeLog

Re: winspool.drv: Write-strings warnings fix (Resent)

2006-07-11 Thread Alexandre Julliard
Andrew Talbot <[EMAIL PROTECTED]> writes: > @@ -421,7 +431,7 @@ > *s=':'; > pent = s; > } else > -pent = ""; > +pent = empty; This one is not in an API structure so it should be made const. -- Alexandre Julliard [EMAIL PROTECTED]

make installs recompiles files

2006-07-11 Thread Joris Huizer
Hello, I have this question: I noticed make install recompiles a number of files; it appears to happen in these directories: libs/wine dlls/uuid dlls/hhctrl.ocx dlls/shdocvw dlls/shlwapi It seems every source file of these directories gets recompiled. This happens with source of wine 0.9.17;

Re: 0.9.17 and other issues

2006-07-11 Thread Ivan Gyurdiev
By all respect of all the hard work the developers make all day. But to see the changes in 0.9.17 makes me really angry. Is everybody developing for the gamers? Actually I would say that the majority of developers are working on features not directly related to games. Whats the focus of the

0.9.17 and other issues

2006-07-11 Thread Roland Kaeser
Hello AllBy all respect of all the hard work the developers make all day. But to see the changes in 0.9.17 makes me really angry. Is everybody developing for the gamers?  Whats the focus of the wine development? Currently I have many bugzilla bugs open to be fixed to get business applications runni

Re: cmp instruction in GLSL - problems

2006-07-11 Thread Ivan Gyurdiev
-shader_addline(arg->buffer, "%s.w = (%s.w > 0.0) ? %s.w : %s.w;\n", dst_reg, src0_reg, src1_reg, src2_reg); +shader_glsl_add_dst(arg->dst, dst_reg, dst_mask, tmpLine); +shader_addline(arg->buffer, "%smix(vec4(%s), vec4(%s), vec4(lessThan(vec4(%s), vec4(0.0)%s;\n", +tmp

cmp instruction in GLSL - problems

2006-07-11 Thread Ivan Gyurdiev
This patch is causing trouble for me. The current GLSL cmp implementation is wrong - here's 4 reasons why, only the first of which is mentioned in the source: - it ignores destination write mask - it ignores source swizzle - it ignores other source modifiers. - it works incorrectly src0 = 0 So

Re: cmp instruction in GLSL - problems

2006-07-11 Thread Ivan Gyurdiev
...but.. I shouldn't have to swap the two arguments in cmp, they are correct as is, imho, and the previous implementation worked by accident. In fact, swapping them will cause artifacts to appear in the Hair demo.