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
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
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
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
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
Could you correct link to msxml3 in winetricks instaler ?
Fhx
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
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
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
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);
+}
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:
>>
>
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
>
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
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
>
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
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
16 matches
Mail list logo