Re: d3d8: some 64-bit fixes

2009-02-23 Thread Austin English
On Mon, Feb 23, 2009 at 1:58 AM, Henri Verbeet hverb...@gmail.com wrote: 2009/2/23 Austin English austinengl...@gmail.com: +STDMETHOD(ApplyStateBlock)(THIS_ DWORD_PTR Token) PURE; +STDMETHOD(CaptureStateBlock)(THIS_ DWORD_PTR Token) PURE; +STDMETHOD(DeleteStateBlock)(THIS_

Re: user32: change a pointer cast from DWORD to DWORD_PTR

2009-02-23 Thread Austin English
2009/2/22 Austin English austinengl...@gmail.com: -- -Austin Ignore this patch please. -- -Austin

Re: [try2] gdiplus/tests: Dynamically load gdiplus.dll.

2009-02-23 Thread Austin English
On Mon, Feb 23, 2009 at 6:38 AM, Paul Vriens paul.vriens.w...@gmail.com wrote: Nicolas Le Cam wrote: 2009/2/23 Paul Vriens paul.vriens.w...@gmail.com: Nicolas Le Cam wrote: 2009/2/23 Francois Gouget fgou...@free.fr: On Sun, 22 Feb 2009, Nicolas Le Cam wrote: This avoid a messagebox in

Re: Malware on Wine review

2009-02-23 Thread Austin English
On Mon, Feb 23, 2009 at 5:58 PM, Zachary Goldberg zg...@bluesata.com wrote: 2009/2/23 Dan Kegel d...@kegel.com: Ben Klein shackl...@gmail.com wrote: http://www.avertlabs.com/research/blog/index.php/2009/02/23/running-windows-malware-in-linux/ Do not set the file association for Windows

Re: advapi32: Stubs for GetNamedSecurityInfoEx (attempt 4)

2009-02-24 Thread Austin English
On Tue, Feb 24, 2009 at 1:59 AM, Paul Bryan Roberts pbronline-w...@yahoo.co.uk wrote: Reference bug 14334 (WordPerfect Office 2002: Unable to Install) Use of breakpoints in a debugger under WindowsTM has shown that GetNamedSecurityInfoExA is called during a normal installation.  From this we

Re: shell32: add a message for opening files with no association

2009-02-25 Thread Austin English
2009/2/25 Vincent Povirk madewokherd+8...@gmail.com: Fixes bug 17485. Vincent Povirk diff --git a/dlls/shell32/shell32_En.rc b/dlls/shell32/shell32_En.rc index f752e6d..d7fa7c3 100644 --- a/dlls/shell32/shell32_En.rc +++ b/dlls/shell32/shell32_En.rc @@ -282,6 +282,8 @@ STRINGTABLE

Re: appdb issue: can't search for apps platinum on 1.0.x!

2009-02-25 Thread Austin English
On Wed, Feb 25, 2009 at 6:31 PM, Ben Klein shackl...@gmail.com wrote: There have been plenty of cases in #winehq where users have some problem with 1.0.1 (Warcraft 3 appears to be a popular candidate). When they upgrade to 1.1.15, suddenly it starts working. Are there even any winehq-supplied

Wine64 and other test failures

2009-02-26 Thread Austin English
Howdy, For those of y'all not monitoring http://test.winehq.org/data, I've begun submitting daily test results for Wine64. There are also test results for regular 32-bit wine, wine in a virtual desktop, and with WINEDEBUG=+heap. Regular wine is passing a majority of the time (Ubuntu Jaunty

Re: Bugzilla down!

2009-02-28 Thread Austin English
On Sat, Feb 28, 2009 at 10:09 AM, Stefan Leichter stefan.leich...@camline.com wrote: Hi, i'm getting -- Software error: Can't connect to the database. Error: User winehq already has more than 'max_user_connections'

Re: storing the registry key class name to make PDFXChange-Viewer happy

2009-02-28 Thread Austin English
On Sat, Feb 28, 2009 at 12:37 AM, Patrick ragamuf...@datacomm.ch wrote: Dear Developpers of Wine I like wine and I like Tracker Software's PDFXChange-Viewer as well. http://www.docu-track.com/home/prod_user/PDF-XChange_Tools/pdfx_viewer So, today I was not getting any rest until i found out

Re: storing the registry key class name to make PDFXChange-Viewer happy

2009-02-28 Thread Austin English
On Sat, Feb 28, 2009 at 7:04 PM, Austin English austinengl...@gmail.com wrote: On Sat, Feb 28, 2009 at 12:37 AM, Patrick ragamuf...@datacomm.ch wrote: Dear Developpers of Wine I like wine and I like Tracker Software's PDFXChange-Viewer as well. http://www.docu-track.com/home/prod_user/PDF

Re: mshtml/tests: Fix SysFreeString call with wrong variable.

2009-03-01 Thread Austin English
On Sun, Mar 1, 2009 at 7:11 AM, Rico Schüller kgbric...@web.de wrote: Hi, this patch frees the correct variable and solves a regression in mshtml/tests/dom.c (see http://test.winehq.org/data/0d7bec3578e02e1f551813e86100b59e36aec542/#group_Wine:mshtml:dom ). Cheers Rico ---  

sock_init: ERROR in sock_check_pollhup()

2009-03-02 Thread Austin English
I'm occasionally seeing this error when starting an application in OpenSolaris. Seems to be about 1/4 of the time. Looked for it in the source, found it in server/sock.c: void sock_init(void) { sock_shutdown_type = sock_check_pollhup(); switch ( sock_shutdown_type ) { case

Re: Fixed a number of buffer overflows with cmd, bug #13469

2009-03-02 Thread Austin English
On Mon, Mar 2, 2009 at 8:41 AM, Diaa Sami diaas...@gmail.com wrote: , + WCHAR stemofsearch[MAX_PATH];// maximum allowed executable name is +// MAX_PATH, including null character No C++ comments please, use /* regular C comments */. -- -Austin

Re: [3/3] kernel32/tests: add named pipe test using i/o completion ports

2009-03-03 Thread Austin English
On Thu, Feb 26, 2009 at 1:43 PM, Vincent Povirk vinc...@codeweavers.com wrote: This has passed for me on all the NT systems I tested (NT4, 2000, XP, and Vista). 9x systems skip all named pipe tests. It does not pass on Wine. The exact nature of the failure is theoretically too unpredictable

Re: iphlpapi: fix a compiler warning on non-Linux (try 2)

2009-03-04 Thread Austin English
On Wed, Mar 4, 2009 at 3:19 AM, Francois Gouget fgou...@free.fr wrote: On Tue, 3 Mar 2009, Austin English wrote: AJ's recent work in this area caused a warning on non-Linux OS's, where this function is not used. Resending with a proper extension. Why does your patch modify dlls/ntdll

Re: iphlpapi: fix a compiler warning on non-Linux (try 2)

2009-03-04 Thread Austin English
On Wed, Mar 4, 2009 at 4:38 AM, Alexandre Julliard julli...@winehq.org wrote: Austin English austinengl...@gmail.com writes: AJ's recent work in this area caused a warning on non-Linux OS's, where this function is not used. That's on purpose, the function is supposed to be used on other

Fwd: [Wine] COMPLIMENT TO WINE STAFF

2009-03-04 Thread Austin English
So y'all can have a warm fuzzy feeling today: -- Forwarded message -- From: lodewig wineforum-u...@winehq.org Date: Wed, Mar 4, 2009 at 4:28 PM Subject: [Wine] COMPLIMENT TO WINE STAFF To: wine-us...@winehq.org Installed Metatrader 4  under Wine 1.1.16 , Ubuntu 8.10 , no any

Re: AppDB entries are being delete without contacting maintainer by Rozanne

2009-03-06 Thread Austin English
On Fri, Mar 6, 2009 at 2:36 PM, Klaus Layer klaus.la...@gmx.de wrote: Hi all, since several months a user Rozanne is changing AppDB entries without contacting the maintainers. Most of the changes so far were minor changes. But today I was informed that Rozanne just deleted an entry which was

Re: AppDB entries are being delete without contacting maintainer by Rozanne

2009-03-06 Thread Austin English
On Fri, Mar 6, 2009 at 3:44 PM, James Mckenzie jjmckenzi...@earthlink.net wrote: Austin English austinengl...@gmail.com wrote on March 6: Sent: Mar 6, 2009 1:42 PM To: Klaus Layer klaus.la...@gmx.de, Rosanne DiMesio dime...@earthlink.net Cc: Wine Develop wine-devel@winehq.org Subject: Re: AppDB

Re: AppDB entries are being delete without contacting maintainer by Rozanne

2009-03-06 Thread Austin English
On Fri, Mar 6, 2009 at 10:43 PM, Sparr spa...@gmail.com wrote: On Fri, Mar 6, 2009 at 11:39 PM, Ben Klein shackl...@gmail.com wrote: Rating: Garbage What works: Installer What doesn't work: Starting the game What wasn't tested: N/A Additional comments: This works in Crossover Games, but not

Re: AppDB entries are being delete without contacting maintainer by Rozanne

2009-03-06 Thread Austin English
On Fri, Mar 6, 2009 at 11:05 PM, Ben Klein shackl...@gmail.com wrote: 2009/3/7 Sparr spa...@gmail.com: On Fri, Mar 6, 2009 at 11:39 PM, Ben Klein shackl...@gmail.com wrote: Rating: Garbage What works: Installer What doesn't work: Starting the game What wasn't tested: N/A Additional

Re: AppDB entries are being delete without contacting maintainer by Rozanne

2009-03-07 Thread Austin English
On Sat, Mar 7, 2009 at 5:46 PM, James McKenzie jjmckenzi...@earthlink.net wrote: Sparr wrote: On Fri, Mar 6, 2009 at 11:39 PM, Ben Klein shackl...@gmail.com wrote: Rating: Garbage What works: Installer What doesn't work: Starting the game What wasn't tested: N/A Additional comments: This

Re: AppDB entries are being delete without contacting maintainer by Rozanne

2009-03-07 Thread Austin English
On Sat, Mar 7, 2009 at 6:06 PM, Ben Klein shackl...@gmail.com wrote: 2009/3/8 Austin English austinengl...@gmail.com: On Sat, Mar 7, 2009 at 5:46 PM, James McKenzie jjmckenzi...@earthlink.net wrote: Codeweavers supports Wine and provides a lot of assistance with fixing bugs.  I have not seen

Re: [PATCH] [RFC] Make drive C always a Local disk

2009-03-07 Thread Austin English
On Sat, Mar 7, 2009 at 6:18 PM, Ben Klein shackl...@gmail.com wrote: This patch should fix 17619 for new wineprefixes and other cases where C: is created. The logic is that C: should never be registered as a network share, which is the issue in 17619. It was suggested as a response to a

Re: Sufficient 1.2 release criterion: passing all tests on all platforms?

2009-03-08 Thread Austin English
On Sun, Mar 8, 2009 at 9:43 AM, Dan Kegel d...@kegel.com wrote: Even without any new features, it seems to me that passing all tests on all platforms might all on its own merit a new stable release. By 'all platforms', do you mean all Windows versions, or Linux/OS X/BSD/Solaris? -- -Austin

Re: Patch to fix bug 17619 - GetDriveTypeW reporting C: as a network share if /home is an NFS share

2009-03-08 Thread Austin English
On Sat, Mar 7, 2009 at 1:13 PM, Forest Hale lordha...@ghdigital.com wrote: I happen to agree with that sentiment, but Wine creates ~/.wine/drive_c and configures it as C:, for the sake of all common users this is correct. To force C: to be a fixed drive is not harmful in any case I can think

Re: Sufficient 1.2 release criterion: passing all tests on all platforms?

2009-03-08 Thread Austin English
On Sun, Mar 8, 2009 at 4:02 PM, Dan Kegel d...@kegel.com wrote: But now that you ask, we do have a lot of platforms to consider.  We simply can't provide the same level of support for them all. The gcc project defines three tiers of support.  If we did that, it might look like this: We would

Re: Sufficient 1.2 release criterion: passing all tests on all platforms?

2009-03-08 Thread Austin English
On Sun, Mar 8, 2009 at 4:17 PM, Austin English austinengl...@gmail.com wrote: On Sun, Mar 8, 2009 at 4:02 PM, Dan Kegel d...@kegel.com wrote: But now that you ask, we do have a lot of platforms to consider.  We simply can't provide the same level of support for them all. The gcc project

Re: Wow, 2003 is almost all green... only rpcrt4:server failing

2009-03-08 Thread Austin English
On Sun, Mar 8, 2009 at 9:39 AM, Dan Kegel d...@kegel.com wrote: The wine test suite is making great progress towards passing on all platforms. http://test.winehq.org/data/tests/rpcrt4:server.html seems to be the sore thumb at the moment; it passes on XP and Wine, but fails everywhere else.

Re: dlls/iphlpapi/ipstats.c: #ifdef __linux__

2009-03-09 Thread Austin English
On Sun, Mar 8, 2009 at 6:28 PM, Gerald Pfeifer ger...@pfeifer.com wrote: ChangeLog: append_udp_row is only used on Linux. Index: dlls/iphlpapi/ipstats.c === RCS file: /home/wine/wine/dlls/iphlpapi/ipstats.c,v retrieving

Re: Process elevation

2009-03-09 Thread Austin English
On Mon, Mar 9, 2009 at 10:44 AM, Luke Benstead kaz...@gmail.com wrote: I was going to have a go at fixing it, but I'm not sure what is the best value to set. Should Wine class a user as an admin and all processes run elevated? If so, then some applications may refuse to run as admin, and

qmgr test failures

2009-03-09 Thread Austin English
Howdy Rob, Looks like one of your recent qmgr patches added failure to qmgr: http://test.winehq.org/data/1b9a6fb4e9f5a76f1ca352bef121689df02d9289/#group_Wine file.c:121: Test failed: GetRemoteName failed: 800706c6 file.c:124: Tests skipped: Unable to get remote name of test_file. file.c:138:

Re: qmgr test failures

2009-03-11 Thread Austin English
On Tue, Mar 10, 2009 at 6:59 PM, Rob Shearman robertshear...@gmail.com wrote: 2009/3/9 Austin English austinengl...@gmail.com: Howdy Rob, Looks like one of your recent qmgr patches added failure to qmgr: http://test.winehq.org/data/1b9a6fb4e9f5a76f1ca352bef121689df02d9289/#group_Wine file.c

Re: [ntdll] Care about empty fields of assembly_identity structure in actctx.c

2009-03-11 Thread Austin English
On Wed, Mar 11, 2009 at 2:40 PM, Roman Mindalev li...@r000n.net wrote: Jacek Caban wrote: Hi Roman, On parsing of manifest in PE module is possible access to zero address and crash. It's happens because not all manifest attributes can be specified and pointers in assembly_identity structure

Re: Taking a break from Wine

2009-03-11 Thread Austin English
On Wed, Mar 11, 2009 at 6:33 PM, Dan Kegel d...@kegel.com wrote: Every now and then, my wrists force me to take a break from Wine development.  This time it's also a matter of focus; I would like to spend more time with my family while also focussing more on my day job.  One of the three had

Re: wine web pages update

2009-03-21 Thread Austin English
On Sun, Mar 15, 2009 at 7:04 PM, David Gerard dger...@gmail.com wrote: I understand the actively supported platforms where stuff can be expected mostly to work (Linux, Mac OS X, FreeBSD, Solaris) are already listed. AIUI, Wine isn't actually working properly at present on OpenBSD and NetBSD.

Re: 16bit code generation

2009-03-21 Thread Austin English
On Sat, Mar 21, 2009 at 8:28 PM, James McKenzie jjmckenzi...@earthlink.net wrote: Ben Klein wrote: Oops, missed reply-to-all. 2009/3/22 Tijl Coosemans t...@ulyssis.org: I was reading through binutils documentation and came across this. Maybe it can be used to compile 16 bit tests. 3.2.4.

Re: Single login for Wine sites?

2009-03-22 Thread Austin English
On Sun, Mar 22, 2009 at 9:18 AM, David Gerard dger...@gmail.com wrote: What's standing in the way of unified login for the various Wine sites (appdb, wiki, Bugzilla)? Someone to do the work to combine the logins and implement the infrastructure. Is there anyone running any of these sites who

Re: Unicode error

2009-03-22 Thread Austin English
On Sun, Mar 22, 2009 at 5:45 AM, Robert Lunnon b...@optusnet.com.au wrote: I get this error under solaris building wine. Any clues would be welcome (Things have probably changed a lot since I last hacked on Wine) make[2]: Entering directory `/export/home/src/wine2004/wine/dlls/kernel32' Are

SOC 2009: Application Test Suite

2009-03-24 Thread Austin English
Howdy, I'm planning on applying for Google Summer of Code 2009. I'm pretty sure most people reading this list already know me, but for those that don't, I frequently triage bugs in Bugzilla, help users on the forum, and a few other things. I've also done quite a bit of work testing wine on more

Re: SOC 2009: Application Test Suite

2009-03-25 Thread Austin English
On Wed, Mar 25, 2009 at 9:47 AM, Francois Gouget fgou...@free.fr wrote: On Tue, 24 Mar 2009, Austin English wrote: [...] I'd like to implement an application test suite. It's something that's been discussed for Wine for quite a while, but has never been put into place. As mentioned before

Re: programs/dxdiag: Create dummy application

2009-03-25 Thread Austin English
On Wed, Mar 25, 2009 at 5:09 PM, Allen Hair allen.h...@gmail.com wrote: Howdy Allen Glad to see y'all are finally trying to get this committed. Couple minor things: diff --git a/programs/dxdiag/En.rc b/programs/dxdiag/En.rc new file mode 100644 index 000..76e93ff --- /dev/null +++

Re: programs/dxdiag: Create dummy application

2009-03-25 Thread Austin English
On Wed, Mar 25, 2009 at 5:09 PM, Allen Hair allen.h...@gmail.com wrote: Howdy Allen Glad to see y'all are finally trying to get this committed. Couple minor things: diff --git a/programs/dxdiag/En.rc b/programs/dxdiag/En.rc new file mode 100644 index 000..76e93ff --- /dev/null +++

Re: SOC 2009: Application Test Suite

2009-03-25 Thread Austin English
On Wed, Mar 25, 2009 at 11:47 AM, Austin English austinengl...@gmail.com wrote: Here's a quick thrown together script to test firefox3. From the looks of things, we could do just about everything in autohotkey with enough elbow grease. It would only take a small wrapper script to run it under

Re: SOC 2009: Application Test Suite

2009-03-25 Thread Austin English
On Wed, Mar 25, 2009 at 7:42 PM, Vincent Povirk madewokherd+8...@gmail.com wrote: On Wed, Mar 25, 2009 at 6:37 PM, Austin English austinengl...@gmail.com wrote: From the looks of things, we could do just about everything in autohotkey with enough elbow grease. It would only take a small

Re: SOC 2009: Application Test Suite

2009-03-26 Thread Austin English
2009/3/26 Vít Hrachový vit.hrach...@sandbox.cz: Austin English wrote: I was more interested in a quick proof of concept. The flexibility of autohotkey allows for lots of different methods for doing such things, and a method that involves the majority of code being run under AHK itself

Re: SOC 2009: Application Test Suite

2009-03-26 Thread Austin English
On Thu, Mar 26, 2009 at 6:33 AM, Scott Ritchie sc...@open-vote.org wrote: You don't need wget - just have autohotkey install the web browser, open a webpage, and then download the files by point and click ;) That's got a large potential for breaking on different resolutions/setups. Vincent

Re: 16bit code generation

2009-03-28 Thread Austin English
On Sun, Mar 22, 2009 at 5:34 PM, King InuYasha ngomp...@gmail.com wrote: On Sun, Mar 22, 2009 at 5:46 AM, Tijl Coosemans t...@ulyssis.org wrote: On Sunday 22 March 2009 04:00:16 Austin English wrote: Wine supports 16 bit apps, just not as well as 32-bit. Dan had an intern work on a 16 bit

Re: 16bit code generation

2009-03-28 Thread Austin English
On Sat, Mar 28, 2009 at 5:15 PM, Hin-Tak Leung hintak_le...@yahoo.co.uk wrote: --- On Sat, 28/3/09, Austin English austinengl...@gmail.com wrote: It's also not known how well it works under Linux. There was talk about detecting if a user has it installed, then compiling 16 bit code

Re: winetricks: update d3dx redist package.

2009-03-29 Thread Austin English
2009/3/29 Rico Schüller kgbric...@web.de: Hi, this patch updates the DirectX redist package in winetricks to version Mar09. Please rediff against http://winezeug.googlecode.com/svn/trunk/winetricks. A lot has changed since the last winetricks release (the one on kegel.com). -- -Austin

Re: winetricks:

2009-03-29 Thread Austin English
2009/3/29 Rico Schüller kgbric...@web.de: Hi, this patch let winetricks only overwrite d3dx9_36.dll, because all other d3dx9_xx.dlls should be redirected by wine's implementation, so this shouldn't be needed for this dlls. I don't think this is needed. If you look at the updated winetricks

Re: GetTempFileName should return 0 when the path isn't valid

2009-03-29 Thread Austin English
On Sun, Mar 29, 2009 at 11:37 AM, Oskar Eisemuth patch...@gmail.com wrote: GetTempFileName should check the path and should return zero if it isn't a directory. See Bug 17875 ---  dlls/kernel32/path.c |   10 ++  1 files changed, 10 insertions(+), 0 deletions(-) Can you add a

httpapi compile broken on OpenBSD

2009-03-30 Thread Austin English
Howdy, The compile is broken on OpenBSD in httpapi/httpapi_main.c: gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wwrite-strings -Wpointer-arith -I/usr/local/include -I/usr/local/include -I/usr/local/include/libpng -o

Re: Windows 7

2009-04-02 Thread Austin English
On Wed, Apr 1, 2009 at 6:34 AM, Fred . eldman...@gmail.com wrote: I can put Windows XP, Vista, 2003, 2008. But not Windows 7. It's not officially released yet, it's still a beta. -- -Austin

Re: [1/4]winemaker: winresrc.h is the right name in actual wine(try10)

2009-04-02 Thread Austin English
On Thu, Apr 2, 2009 at 2:58 PM, Dawncrow webmas...@dawncrow.de wrote: ---  tools/winemaker |   10 +-  1 files changed, 5 insertions(+), 5 deletions(-) Your patch lacks your real name. -- -Austin

Re: Windows 7

2009-04-03 Thread Austin English
On Thu, Apr 2, 2009 at 3:58 PM, Stefan Dösinger stefandoesin...@gmx.at wrote: Am Donnerstag, 2. April 2009 13:07:18 schrieb Fred .: Yeah, I know. It is on the way though. It will be released. So I would like to be able to choose Windows 7. Feel free to send a patch ;-) I'm not sure what the

Re: Windows 7

2009-04-03 Thread Austin English
On Fri, Apr 3, 2009 at 2:32 PM, David Gerard dger...@gmail.com wrote: Austin and I were trying to work it out last night from the Win 7 beta :-) Is there any software on Earth that looks specifically for Windows 7 as yet? I had my roommate try CPU-Z, but it shows Windows Vista. -- -Austin

Re: Windows 7

2009-04-03 Thread Austin English
On Fri, Apr 3, 2009 at 3:06 PM, Henri Verbeet hverb...@gmail.com wrote: 2009/4/3 Austin English austinengl...@gmail.com: I'm not sure what the dwbuildnumber should be, I can't find that information anywhere...Anywho, this should work. RC1 was 0x1b9c, I think. Where do you get

Re: winemenubuilder: disable debug output for .desktop files

2009-04-03 Thread Austin English
On Fri, Apr 3, 2009 at 3:19 PM, Vincent Povirk madewokherd+8...@gmail.com wrote: I'm not sure if this is a good idea. I don't think it's safe to assume that stderr will be lost if the program was started from a .desktop file. The majority of users are double clicking .desktop files to start

Re: winemenubuilder: disable debug output for .desktop files

2009-04-03 Thread Austin English
On Fri, Apr 3, 2009 at 3:38 PM, Vincent Povirk madewokherd+8...@gmail.com wrote: On Fri, Apr 3, 2009 at 3:29 PM, Austin English austinengl...@gmail.com wrote: Several games experience this problem, but it's difficult to use the quiet fixme approach, since they have variable information

Re: winemenubuilder: disable debug output for .desktop files

2009-04-03 Thread Austin English
You forgot to CC wine-devel in your original e-mail: On Fri, Apr 3, 2009 at 4:05 PM, Vincent Povirk madewokherd+8...@gmail.com wrote: On Fri, Apr 3, 2009 at 3:43 PM, Austin English austinengl...@gmail.com wrote: However, that's a separate issue from disabling output for .desktop files. I

Re: crypt32: fix a test failure on Free/PC-BSD

2009-04-04 Thread Austin English
On Tue, Oct 28, 2008 at 8:03 AM, Francois Gouget fgou...@free.fr wrote: On Mon, 27 Oct 2008, Austin English wrote: PC-BSD doesn't have root certificates installed by default. They're available in ports/security/ca_root_nss, but even after installing them, the test still fails. We need

Re: [2/2] shell32: Define PT_FOLDERW.

2009-04-04 Thread Austin English
On Sat, Apr 4, 2009 at 6:59 AM, Nicolas Le Cam niko.le...@gmail.com wrote: Define PT_FOLDERW in pidl.h to complete this series. You're changing the indent of some of the defines. If you're going to change some, change them all to make them consistent (PT_COMP has two tabs). -- -Austin

Re: [2/2] shell32: Define PT_FOLDERW.

2009-04-04 Thread Austin English
On Sat, Apr 4, 2009 at 11:55 AM, Nicolas Le Cam niko.le...@gmail.com wrote: 2009/4/4 Austin English austinengl...@gmail.com: On Sat, Apr 4, 2009 at 6:59 AM, Nicolas Le Cam niko.le...@gmail.com wrote: Define PT_FOLDERW in pidl.h to complete this series. You're changing the indent of some

Re: winemenubuilder: disable debug output for .desktop files

2009-04-04 Thread Austin English
On Sat, Apr 4, 2009 at 1:37 PM, Warren Dumortier nwarre...@gmail.com wrote: I just responded to my previous mail, nice to see you care about that issue! I just want to say that nobody uses the desktop file to launch a program to debug, i think, in response to previous messages. That would be

Re: User forum thread: how can we improve WINE?

2009-04-05 Thread Austin English
On Sun, Apr 5, 2009 at 2:36 PM, Roderick Colenbrander thunderbir...@gmail.com wrote: I'm not a favor of adding options as we try to autodetect everything. Users shouldn't touch them using winecfg in general. If you check lets say appdb you see a lot of tutorials recommending certain options

NTFS filesystem features - WONTFIX?

2009-04-05 Thread Austin English
See http://bugs.winehq.org/show_bug.cgi?id=17938 for background. Vitaliy closed this bug, saying it's an application bug that it depends on seeing NTFS file system type for certian program features. I don't think it should be a WONTFIX, as the only reason that change was introduced was to enable

Re: NTFS filesystem features - WONTFIX?

2009-04-05 Thread Austin English
On Sun, Apr 5, 2009 at 4:51 PM, James McKenzie jjmckenzi...@earthlink.net wrote: Austin English wrote: See http://bugs.winehq.org/show_bug.cgi?id=17938 for background. Sent reply direct to Austin.  This may be outside of Wine's control due to flaky NTFS support by some Linux distributions

Re: NTFS filesystem features - WONTFIX?

2009-04-05 Thread Austin English
On Sun, Apr 5, 2009 at 7:35 PM, Ben Klein shackl...@gmail.com wrote: If I interpret it correctly, the user reporting bug 17938 is trying to use a native NTFS filesystem with Wine, which we already know is a bad idea :) No. The problem is that we _used_ to have NTFS reported as the default file

Re: NTFS filesystem features - WONTFIX?

2009-04-05 Thread Austin English
On Mon, Apr 6, 2009 at 2:52 AM, Chris Robinson chris.k...@gmail.com wrote: On Sunday 05 April 2009 5:35:36 pm Ben Klein wrote: My suggestion is a drop-down box in the Advanced tab of Drives to control filesystem type Why not make the default what the filesystem actually is? That may be a lot

Re: NTFS filesystem features - WONTFIX?

2009-04-05 Thread Austin English
On Sun, Apr 5, 2009 at 8:45 PM, Ben Klein shackl...@gmail.com wrote: 2009/4/6 Chris Robinson chris.k...@gmail.com: On Sunday 05 April 2009 6:01:15 pm Ben Klein wrote: Isn't that more-or-less what I suggested? The biggest problem would be detecting what filesystem a given directory is on

Re: User forum thread: how can we improve WINE?

2009-04-05 Thread Austin English
On Sun, Apr 5, 2009 at 7:53 PM, Ben Klein shackl...@gmail.com wrote: I agree with Henri here. UseGLSL and OffscreenRendering are approaching the point where they don't need to be changed. Detecting the amount of video memory should be preferred over setting it manually. Most of these settings

Re: winemenubuilder: disable debug output for .desktop files

2009-04-06 Thread Austin English
On Mon, Apr 6, 2009 at 3:48 AM, joerg-cyril.hoe...@t-systems.com wrote: Hi, Austin English wrote: I don't think it's safe to assume that stderr will be lost if the program was started from a .desktop file. The majority of users are double clicking .desktop files to start their applications

Re: wined3d: Defaults and overrides for driver and description (bug #15839)

2009-04-06 Thread Austin English
On Tue, Apr 7, 2009 at 12:13 AM, John Whitlock john-whitl...@ieee.org wrote: wined3d: Defaults and overrides for driver and description Use the OpenGL renderer for the default adapter description and the OpenGL vendor to create the default adapter driver.  Allow overriding both from registry

Re: [2/3] ntdll: don't treat DOS paths starting with / as Unix paths

2009-04-07 Thread Austin English
On Tue, Apr 7, 2009 at 9:41 AM, Vincent Povirk madewokherd+8...@gmail.com wrote: Working in this case means that either: * os.exists('/bin/sh') returns False (the case on Windows) Do I understand you correctly to mean that if I create C:\bin\sh on windows and run the Python test suite, it will

Re: [2/3] ntdll: don't treat DOS paths starting with / as Unix paths

2009-04-07 Thread Austin English
On Tue, Apr 7, 2009 at 10:39 AM, Vincent Povirk madewokherd+8...@gmail.com wrote: On Tue, Apr 7, 2009 at 10:35 AM, Austin English austinengl...@gmail.com wrote: Do I understand you correctly to mean that if I create C:\bin\sh on windows and run the Python test suite, it will fail? I haven't

Re: NTFS filesystem features - WONTFIX?

2009-04-07 Thread Austin English
On Tue, Apr 7, 2009 at 1:49 PM, James Mckenzie jjmckenzi...@earthlink.net wrote: Kai Blin kai.b...@gmail.com wrote on April 7th: Subject: Re: NTFS filesystem features - WONTFIX? On Tuesday 07 April 2009 04:21:37 Vitaliy Margolen wrote: - Implement missing functionality - will most likely be

Re: Sources of noise on test.winehq.org?

2009-04-09 Thread Austin English
On Thu, Apr 9, 2009 at 2:24 PM, Dan Kegel d...@kegel.com wrote: The problem with the current arrangement is that when machines pop in and out, any failures that are more likely on those machines also pop in and out, so error counts fluctuate, which obscures the smaller changes due to wine

Re: Test: patch to add adva,ced d3d settings in winecfg

2009-04-09 Thread Austin English
On Thu, Apr 9, 2009 at 4:28 AM, Warren Dumortier nwarre...@gmail.com wrote: Hello everybody... My patch to add advanced d3d settings in winecfg is almost ready. In fact, i only have to figure out how to detect video memory size to display it when no key is set to force it or to reset. Stefan

Re: Test: patch to add adva,ced d3d settings in winecfg

2009-04-09 Thread Austin English
On Thu, Apr 9, 2009 at 5:32 PM, Austin English austinengl...@gmail.com wrote: On Thu, Apr 9, 2009 at 4:28 AM, Warren Dumortier nwarre...@gmail.com wrote: Hello everybody... My patch to add advanced d3d settings in winecfg is almost ready. In fact, i only have to figure out how to detect video

Re: i have itunes 7.60 successfully running on f10 kde 4.2

2009-04-10 Thread Austin English
On Fri, Apr 10, 2009 at 4:30 PM, Warren Dumortier nwarre...@gmail.com wrote: 2009/4/10 Ben Klein shackl...@gmail.com: 2009/4/9 EA Durbin ead1...@hotmail.com: After all we don't want to vastly increase our potential customer base and potentially get several $70 per crossover professional

Re: [2/2] secur32/tests: Fix GetUserNameEx() tests

2009-04-11 Thread Austin English
On Sat, Apr 11, 2009 at 1:45 PM, Ge van Geldorp g...@gse.nl wrote: Update tests based on more Windows test runs Changelog:  secur32/tests: Fix GetUserNameEx() tests ---  dlls/secur32/tests/secur32.c |   42 +-  1 files changed, 21 insertions(+), 21

Re: tools/wine.inf: create Microsoft Shared/TextConv directory

2009-04-13 Thread Austin English
On Sun, Mar 22, 2009 at 11:40 AM, Austin English austinengl...@gmail.com wrote: Needed by a few different installers. Now comes by default in XP SP3 and up (verified name on a German locale, doesn't seem to be English specific). Fixes bug 17257. -- -Austin Anything wrong with this one

Re: Setting working directories for applications?

2009-04-14 Thread Austin English
On Tue, Apr 14, 2009 at 8:02 AM, Damjan Jovanovic damjan@gmail.com wrote: Do our .desktop files even work on Mac? Out of curiousity, do we have testcases for this stuff? E.g., will it show up as failing on platforms that don't support it on http://test.winehq.org/ ? -- -Austin

Re: Compile error in taskmgr before 1.1.14

2009-04-15 Thread Austin English
On Wed, Apr 15, 2009 at 5:32 AM, David Lee Lambert dav...@lmert.com wrote: I'm trying to use a git tree to do a regression-test for something that seems to have gotten broken somewhere between 1.0 and 1.1.19; but when I do a full git reset _version_ ; git checkout -f ; ./configure CC='ccache

Re: try4 [2/3] kernel32: Fix GetVolumeInformation[AW] to require trailing \

2009-04-15 Thread Austin English
On Tue, Apr 14, 2009 at 11:17 PM, Guy Albertelli galbe...@neo.rr.com wrote: MSDN and test verify the valid root dirs for GetVolumeInformation[AW] must end in trailing '\' and if not then return ERROR_INVALID_NAME Changelog  - Return correct error if GetVolumeInformation[AW] root dir does not

Fwd: [Wine] The easiest way to convert Mod/Tod video from JVC and any vi

2009-04-15 Thread Austin English
There's been a lot of this spam recently (below). Can you take a look Jeremy? Perhaps banning that IP range if it's in the same block? Thanks! -- -Austin -- Forwarded message -- From: ll0 wineforum-u...@winehq.org Date: Wed, Apr 15, 2009 at 3:51 AM Subject: [Wine] The

Re: Fwd: [Wine] The easiest way to convert Mod/Tod video from JVC and any vi

2009-04-15 Thread Austin English
On Wed, Apr 15, 2009 at 3:55 PM, Jeremy Newman jnew...@codeweavers.com wrote: I changed the text question on the signup page. That should help a little. Thanks! Where it will not help is mail coming from the mailing list. If you notice a spam from the list, let me know the email and I will

Re: [1/2] msi/tests: Test MsiRecordGetString on null and empty strings.

2009-04-15 Thread Austin English
On Wed, Apr 15, 2009 at 7:21 PM, Nicolas Le Cam niko.le...@gmail.com wrote: Even if I was tempted to changed it, I tried to follow original code style, as stated multiple times on wine-devel. While that's encouraged, it's sometimes more of a suggestion than a rule. If you're changing a lot of

Re: try4 [2/3] kernel32: Fix GetVolumeInformation[AW] to require trailing \

2009-04-15 Thread Austin English
On Wed, Apr 15, 2009 at 10:51 PM, Guy Albertelli galbe...@neo.rr.com wrote: On Wed, 2009-04-15 at 10:58 -0500, Austin English wrote: On Tue, Apr 14, 2009 at 11:17 PM, Guy Albertelli galbe...@neo.rr.com wrote: MSDN and test verify the valid root dirs for GetVolumeInformation[AW] must end

Re: NTFS filesystem features - WONTFIX?

2009-04-16 Thread Austin English
On Thu, Apr 16, 2009 at 2:19 AM, Francois Gouget fgou...@free.fr wrote: On Mon, 6 Apr 2009, Ben Klein wrote: [...] But his bug raises an interesting issue. If an application has sanity checks on FAT32 vs NTFS (e.g., I need a 4GB file ... I've detected no NTFS therefore it's FAT32 which

Re: Icons, logos, Tango, consistency, the user experience, and our project looks like a 2D champaign flute

2009-04-16 Thread Austin English
On Thu, Apr 16, 2009 at 11:36 PM, Dan Kegel d...@kegel.com wrote: The Ubuntu Studio logos look fine. I'd be happy with adopting them if they really make Wine fit in better with modern desktops.  No need to wait for 1.2, just check 'em in now, 1.2 will be along soon enough. +1 -- -Austin

Re: try5 [4/4] kernel32: Fix GetVolumeNameForVolumeMountPointW to match Mountmgr

2009-04-16 Thread Austin English
n Thu, Apr 16, 2009 at 10:00 PM, Guy Albertelli galbe...@neo.rr.com wrote: mountmgr.sys uses a specific format for unique volume name. Make GetVolumeNameForVolumeMountPointW match that format for the returned unique volume name. Changelog  - Make GetVolumeNameForVolumeMountPointW match

Re: Abiword unit / regression testing under Wine?

2009-04-17 Thread Austin English
On Fri, Apr 17, 2009 at 10:06 AM, Dan Kegel d...@kegel.com wrote: It looks like you can build Abiword for Windows on Linux: http://abiword.com/mailinglists/abiword-dev/2008/Jan/0021.html Has anybody tried running the Abiword unit or regression tests on Wine?

Re: Janitor: list.h functions defined but not used

2009-04-19 Thread Austin English
On Sun, Apr 19, 2009 at 8:00 PM, Glenn L. McGrath b...@westvic.com.au wrote: Hi all, im new to the list, im interested in grinding away at some of the warnings wine generates... make depend was complaining about some static inline functions that it thinks arent used, this patch uses

Re: Abiword unit / regression testing under Wine?

2009-04-19 Thread Austin English
On Fri, Apr 17, 2009 at 3:03 PM, Austin English austinengl...@gmail.com wrote: On Fri, Apr 17, 2009 at 10:06 AM, Dan Kegel d...@kegel.com wrote: It looks like you can build Abiword for Windows on Linux: http://abiword.com/mailinglists/abiword-dev/2008/Jan/0021.html Has anybody tried running

NetBSD compile error

2009-04-21 Thread Austin English
I just installed NetBSD 5.0RC4 on a spare hard drive, and tried compiling Wine. I hadn't seen this error before, but I'm not sure if the regression is on NetBSD or Wine's end. Google doesn't show too much for this error, other than that apparently NetBSD's libexec requires execname to not be

Re: Wine patch code review or what to do if patches get stuck?

2009-04-21 Thread Austin English
On Tue, Apr 21, 2009 at 2:44 AM, Igor Tarasov tarasov.i...@gmail.com wrote: Hi! The reason of why I write this to you is simple: my patches have stuck again and I don't know what to do. But since this happening not with me only and not this happens regularly, I have thought about looking at

Win64 keyword?

2009-04-21 Thread Austin English
Howdy, Seems quite a few bugs have been filed recently about our win64 support. While setting the hardware to PC-X86-64 describes the hardware accurately, it doesn't really tell us if the user is running 32 bit wine or 64 bit wine on their 64 bit OS. We've already got a win16 keyword, so how

  1   2   3   4   5   6   7   8   9   10   >