Re: [PATCH 3/5] wined3d: state-user_stream is always FALSE in device_stream_info_from_declaration().

2013-01-06 Thread Henri Verbeet
On 5 January 2013 11:51, Stefan Dösinger stefandoesin...@gmail.com wrote:
 I have some patches in my tree that remove draw_primitive_strided and 
 user_stream entirely but didn't get around to sending them yet due to reasons 
 unrelated to the patches. I think I should have time to rebase and send them 
 on monday.

Well, I've already written the patches to get rid of user_stream, and
the remaining 2 for that are trivial anyway. You should probably just
spend the time on the tests for bug 32485, and the considerable list
of D3D regressions in general, instead of all kinds of other things.




Re: [1/2] winedbg: Add modified immediate dataprocessing operators to Thumb2 disassembler

2013-01-06 Thread André Hentschel
Am 06.01.2013 17:57, schrieb André Hentschel:
 After that patch i'll consider the parser as fully implemented and every 
 missing thing should be filed as a bug
 i'm now planning to better detect which instructionsset we need to disassemble
 
 ---
  programs/winedbg/be_arm.c | 95 
 +++
  1 file changed, 95 insertions(+)

sry, wrong subject, i just sent a new one





Re: [PATCH] advapi32: close hTemp on error (Coverity)

2013-01-06 Thread Marvin
Hi,

While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=23763

Your paranoid android.


=== W2K8SE (32 bit security) ===
Failure running script in VM: The specified guest user must be logged in 
interactively to perform this operation




Re: [cmd] Add beginnings of support for delayed expansion

2013-01-06 Thread Marvin
Hi,

While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=23766

Your paranoid android.


=== W2K8SE (32 bit) ===
Failure running script in VM: The specified guest user must be logged in 
interactively to perform this operation




Re: [PATCH 3/6] loader: On Mac, embed Info.plist in (__TEXT, __info_plist) section.

2013-01-06 Thread Charles Davis

On Jan 6, 2013, at 6:54 PM, Ken Thomases wrote:
 diff --git a/loader/wine_info.plist.in b/loader/wine_info.plist.in
 new file mode 100644
 index 000..c332649
 --- /dev/null
 +++ b/loader/wine_info.plist.in
 @@ -0,0 +1,28 @@
 +?xml version=1.0 encoding=UTF-8?
 +!DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN 
 http://www.apple.com/DTDs/PropertyList-1.0.dtd;
 +plist version=1.0
 +dict
 +keyCFBundleDevelopmentRegion/key
 +stringEnglish/string
 +keyCFBundleExecutable/key
 +stringwine/string
 +keyCFBundleIdentifier/key
 +stringorg.winehq.wine/string
 +keyCFBundleInfoDictionaryVersion/key
 +string6.0/string
 +keyCFBundleName/key
 +stringWine/string
 +keyCFBundlePackageType/key
 +stringAPPL/string
 +keyCFBundleShortVersionString/key
 +string@PACKAGE_VERSION@/string
 +keyCFBundleSignature/key
 +string/string
 +keyCFBundleVersion/key
 +string@PACKAGE_VERSION@/string
 +keyLSMinimumSystemVersion/key
 +string10.6/string
With this, you won't be able to launch Wine from the Finder or with open(1) 
prior to 10.6.

Chip

 +keyNSPrincipalClass/key
 +stringWineApplication/string
 +/dict
 +/plist
 




Re: d3dx9_36: Make error_dxfile_to_d3dxfile() and test_templates() static.

2013-01-06 Thread Marvin
Hi,

While running your changed tests on Windows, I think I found new failures.
Being a bot and all I'm not very good at pattern recognition, so I might be
wrong, but could you please double-check?
Full results can be found at
http://testbot.winehq.org/JobDetails.pl?Key=23767

Your paranoid android.


=== W2K8SE (32 bit xfile) ===
Failure running script in VM: The specified guest user must be logged in 
interactively to perform this operation




Re: [PATCH 3/6] loader: On Mac, embed Info.plist in (__TEXT, __info_plist) section.

2013-01-06 Thread Per Johansson
On Mon, Jan 7, 2013 at 4:48 AM, Charles Davis cdavi...@gmail.com wrote:

 With this, you won't be able to launch Wine from the Finder or with open(1) 
 prior to 10.6.

I don't see how you'd do use open or the Finder to launch wine, could
you explain more detailed?

If you're talking about --args (which I just learnt about), that was
also added in 10.6.

Regards,
-- 
Per Johansson