New winetricks-alpha 20110222-alpha: new verbs d3dx11_43, dragonage2_demo, regedit, shell, taskmgr, winecfg

2011-02-22 Thread Dan Kegel
Right, it's only been a couple days, but here's a new winetricks already. This release adds dragonage2_demo (released earlier today -- hey, we're starting to keep up!) as well as the handy verbs d3dx11_43, regedit, shell, taskmgr, and winecfg, and a few bugfixes. Download url: http://winetricks

Re: Apologies to the List

2011-02-22 Thread Tom Wickline
On Wed, Feb 23, 2011 at 10:52 AM, James McKenzie wrote: > On 2/22/11 4:37 AM, Alexandre Julliard wrote: > >> James McKenzie writes: >> >> First, my tirade was not intended to be as such. I wanted to pull the >>> patch because it was incorrect and I did not want anyone else working >>> on it wh

Re: gdi32: first look for a printer driver name in the registry (try 2)

2011-02-22 Thread Vitaliy Margolen
On 02/22/2011 09:28 AM, Vitaly Perov wrote: > Fixed possible hKey leak since last send > > +static const WCHAR user_printers_reg_key[] = { > 'S','o','f','t','w','a','r','e','\\', The actual key doesn't look like have anything to do with printers. Please use variable name that more corresponds

Re: Apologies to the List

2011-02-22 Thread James McKenzie
On 2/22/11 4:37 AM, Alexandre Julliard wrote: James McKenzie writes: First, my tirade was not intended to be as such. I wanted to pull the patch because it was incorrect and I did not want anyone else working on it while I silently trimmed it and made it better. Second, I realize this has aff

Re: RFC: Patch to change what sets the is_win9x in riched20/tests

2011-02-22 Thread James McKenzie
On 2/22/11 12:42 AM, Paul Vriens wrote: On 02/22/2011 01:21 AM, James McKenzie wrote: All: Upon examining other test code that creates a variable called is_win9x, I realized that using get_version and comparing it to a fixed value may not be best for the riched20 tests and have attached a propo

winetricks

2011-02-22 Thread Mariusz Janeczko
Could you correct link to msxml3 in winetricks instaler ? Fhx

Re: Valgrind --malloc-fill=A5 --free-fill=DE crashes Wine

2011-02-22 Thread Austin English
On Mon, Feb 21, 2011 at 09:10, Maarten Lankhorst wrote: > Hi Joerg, > > Op 21-02-11 12:26, joerg-cyril.hoe...@t-systems.com schreef: >> >> Hi, >> >> I used to run Valgrind with the additional options >> --malloc-fill=A5 --free-fill=DE >> around Wine 1.2 times. Now I retried it and it crashes >> Wi

Re: GSOC idea to implement the explorer

2011-02-22 Thread Juan Lang
Hi Andrew, > Though I understand this is probably the lower priority on the wine > developers list. As integrating into Linux desktop is probably the > preferred and most used mode. I thought that sharing reactos explorer > and working on making a complete explorer(including extensions) would > be

Re: gdi32: first look for a printer driver name in the registry

2011-02-22 Thread Dmitry Timoshkov
Vitaly Perov wrote: > +if (!RegOpenKeyExW(HKEY_CURRENT_USER, user_printers_reg_key, 0, > KEY_READ, &hKey) > +&& !RegQueryValueExW(hKey, device, NULL, NULL, (LPBYTE) driver, > &size)) > +{ > +TRACE("Get value from registry\n"); > +RegCloseKey(hKey); > +} You

Re: gdi32: first look for a printer driver name in the registry

2011-02-22 Thread Jacek Caban
Hi Vitaly, On 2/22/11 4:01 PM, Vitaly Perov wrote: +if (!RegOpenKeyExW(HKEY_CURRENT_USER, user_printers_reg_key, 0, KEY_READ,&hKey) +&& !RegQueryValueExW(hKey, device, NULL, NULL, (LPBYTE) driver,&size)) +{ +TRACE("Get value from registry\n"); +RegCloseKey(hKey); +}

Re: wined3d profiling

2011-02-22 Thread Roderick Colenbrander
In case of Intel make sure you use drivers with debug symbols :) Yeah, you could use oprofile, but for some quick and easy profiling sysprof can be easier and much quicker. Roderick On Tue, Feb 22, 2011 at 2:55 AM, Jeff Zaroyko wrote: > On Tue, Feb 22, 2011 at 8:53 PM, Tobias Jakobi wrote: >> >

Re: oleaut32: Implement ITypeInfo_GetNames Stub/Proxy (resend)

2011-02-22 Thread Huw Davies
On Tue, Feb 22, 2011 at 09:02:38PM +1100, Alistair Leslie-Hughes wrote: > >From 6aa7bfa0c06b746ee64daf56f2b02e6f38542d54 Mon Sep 17 00:00:00 2001 > From: Alistair Leslie-Hughes > Date: Fri, 18 Feb 2011 12:04:56 +1100 > Subject: [PATCH] Implement ITypeInfo_GetNames Stub/Proxy > To: wine-patches >

Re: Apologies to the List

2011-02-22 Thread Tom Wickline
On Tue, Feb 22, 2011 at 7:37 PM, Alexandre Julliard wrote: > > It was already unlikely that you would get any of your patches in, based > on their technical merit, but now even if you managed to make your code > acceptable, I wouldn't put it in, because I can't trust you not to make > me pull it o

Re: Apologies to the List

2011-02-22 Thread Alexandre Julliard
James McKenzie writes: > First, my tirade was not intended to be as such. I wanted to pull the > patch because it was incorrect and I did not want anyone else working > on it while I silently trimmed it and made it better. > Second, I realize this has affected my 'Jeremy White' score. I hope >

Re: wined3d profiling

2011-02-22 Thread Jeff Zaroyko
On Tue, Feb 22, 2011 at 8:53 PM, Tobias Jakobi wrote: > > What is the recommended way of profiling wine components? oprofile? > See http://wiki.winehq.org/Performance oprofile works well if things are cpu bound, or for illustrating cases of redundant calls. If oprofile shows a lot of time in vi

wined3d profiling

2011-02-22 Thread Tobias Jakobi
Hey there, I'm experiencing some performance problems with wined3d. The affected game is FEAR (demo does the trick). At first I thought it was related to running the demo on my Intel i965, but I got the same problem running the demo on my Radeon HD4750@r600g. If anyone wants to test this him