Re: WINSPOOL_EnumPrinters Found 0 printers on system with 1 parallel CUPS printer

2007-01-20 Thread Tony Lambregts
Michael [Plouj] Ploujnikov wrote: > Hi, > I'm sending this message to both wine-users and wine-devel in hopes of > getting help from someone with knowledge of Wine's internals. > > I've had this problem for a while, but only recently have I realized > that I better fix it soon! > I compile my own

Re: 3DMark2000 regression

2007-01-20 Thread Dmitry Timoshkov
"Stefan Dösinger" <[EMAIL PROTECTED]> wrote: Your "Do not play with WS_VISIBLE" patch(5ddac44dc2a6637613407fa900d3fafac37e70d8) in wined3d causes a regression with 3DMark2000. The rendering in this game is not visible. Readding the SWP_SHOWWINDOW flag to the SetWindowPos calls fixes the problem.

WINSPOOL_EnumPrinters Found 0 printers on system with 1 parallel CUPS printer

2007-01-20 Thread Michael [Plouj] Ploujnikov
Hi, I'm sending this message to both wine-users and wine-devel in hopes of getting help from someone with knowledge of Wine's internals. I've had this problem for a while, but only recently have I realized that I better fix it soon! I compile my own Wine out of git. Currently, I'm running wine-0.

3DMark2000 regression

2007-01-20 Thread Stefan Dösinger
Hi Dmitry, Your "Do not play with WS_VISIBLE" patch(5ddac44dc2a6637613407fa900d3fafac37e70d8) in wined3d causes a regression with 3DMark2000. The rendering in this game is not visible. Readding the SWP_SHOWWINDOW flag to the SetWindowPos calls fixes the problem. But I have the impression that t

Re: Questions concering an application I maintain

2007-01-20 Thread Detlef Riekenberg
On So, 2007-01-21 at 12:54 +, Jacob Alberty wrote: > I have managed to narrow the problem down to about 10 lines of code > within the VCL and hope to have some code to exhibit the bug soon so > that I can file a proper bug report. Great. This would help wine, when the VCL of Delphi works with

re: regression from 0.9.28 -> 0.9.29 breaks U.S. tax program

2007-01-20 Thread Tom Lowe
On Fri, 2007-01-19 at 18:31 -0500, Tom Lowe wrote: > On Thu, 2007-01-18 at 21:14 -0800, Dan Kegel wrote: > > On 1/18/07, Tom Lowe wrote: > > > Using ubuntu 6.10 and wine packages from > > > http://wine.budgetdedicated.com/apt edgy main > > > > > > TaxACT 2006 ( free download from http://www.taxact

Re: Questions concering an application I maintain

2007-01-20 Thread Jacob Alberty
You are correct, I thought I remembered having that issue with 0.9.29 but apparently i was wrong, I tested against the latest git repository and nativemsi works. In the meantime I have managed to narrow the problem down to about 10 lines of code within the VCL and hope to have some code to exhibit

Re: array out of bounds checking results

2007-01-20 Thread Stefan Dösinger
Am Samstag 20 Januar 2007 13:57 schrieb H. Verbeet: > On 20/01/07, Marcus Meissner <[EMAIL PROTECTED]> wrote: > > } else if(GL_SUPPORT(GL_VERTEX_PROGRAM_ARB)) { > > That should read "GL_SUPPORT(ARB_VERTEX_PROGRAM)" Ooops, my fault :-| pgpIx5cLItKFi.pgp Description: PGP signature

Re: java problem with builtin msvcrt.dll (need debugging help)

2007-01-20 Thread Eric Pouech
Stefan Leichter a écrit : Hello, i found a problem with java (1.4.2_05) and builtin msvcrt.dll. The attached java code exhibits the problem. It produces an exception with builtin dll. As difference i identified the call to java._Java_java_io_WinNTFileSystem_getLength, what is basicaly a wrapp

Re: array out of bounds checking results

2007-01-20 Thread H. Verbeet
On 20/01/07, Marcus Meissner <[EMAIL PROTECTED]> wrote: } else if(GL_SUPPORT(GL_VERTEX_PROGRAM_ARB)) { That should read "GL_SUPPORT(ARB_VERTEX_PROGRAM)"

array out of bounds checking results

2007-01-20 Thread Marcus Meissner
Hi, Yesterdays TRUNK gcc features array overflow checking... I have run it against WINE and found 3 index overflows. arb_program_shader.c:950: Warnung: array subscript is above array bounds This is the place in C: } else if(GL_SUPPORT(GL_VERTEX_PROGRAM_ARB)) { and in

java problem with builtin msvcrt.dll (need debugging help)

2007-01-20 Thread Stefan Leichter
Hello, i found a problem with java (1.4.2_05) and builtin msvcrt.dll. The attached java code exhibits the problem. It produces an exception with builtin dll. As difference i identified the call to java._Java_java_io_WinNTFileSystem_getLength, what is basicaly a wrapper around msvcrt._(w)stati6

Re: Questions concering an application I maintain

2007-01-20 Thread Detlef Riekenberg
On Sa, 2007-01-20 at 17:29 +, Jacob Alberty wrote: > GetCORSystemDirectory You need a newer wine: http://www.winehq.com/pipermail/wine-cvs/2006-December/028789.html -- By by ... Detlef