Re: Patch resend etiquette

2011-10-24 Thread Erich Hoover
2011/10/23 Frédéric Delanoy frederic.dela...@gmail.com On Sat, Oct 22, 2011 at 19:49, Austin English austinengl...@gmail.com wrote: On Sat, Oct 22, 2011 at 10:48, Erich Hoover ehoo...@mines.edu wrote: How long should one wait to resend patches marked as New on the patch list?  It seems

Patch resend etiquette

2011-10-22 Thread Erich Hoover
How long should one wait to resend patches marked as New on the patch list? It seems that once they've gone far enough down on the list that there's no chance they'll be looked at. Thanks in advance for your advice. Erich Hoover ehoo...@mines.edu

Re: [1/4] winscard: implementation

2011-10-06 Thread Erich Hoover
for the first patch everything is just stubs: http://www.winehq.org/pipermail/wine-cvs/2010-March/065163.html I'm not sure about your other questions, but I figured that commit would at least help you get started. Erich Hoover ehoo...@mines.edu

Re: kernel32: Implement GetVolumePathName.

2011-10-04 Thread Erich Hoover
On Tue, Oct 4, 2011 at 11:36 AM, Charles Davis cda...@mymail.mines.edu wrote: On Oct 4, 2011, at 9:32 AM, Erich Hoover wrote: This patch implements GetVolumePathName by using the full folder path and working backward until stat() returns a different device. Surely there's a better way. Can't

Re: ws2_32: Patch to selectively bind to interfaces while still allowing broadcast packets (try 2)

2011-10-04 Thread Erich Hoover
On Tue, Oct 4, 2011 at 3:30 PM, Marcus Meissner mar...@jet.franken.de wrote: On Tue, Oct 04, 2011 at 10:51:26AM -0600, Erich Hoover wrote: ... While this feature normally requires root privileges, it can also be enabled by giving wine-preloader the CAP_NET_RAW capability.  ... Frankly

Re: kernel32: Implement GetVolumePathName.

2011-10-04 Thread Erich Hoover
, volumepathname=?Ir\sandbox\slave\(, buflen=0x14) [dlls/kernel32/volume.c:1767] ... That test succeeds on my box... That is also a particularly odd place for it to segfault, I really don't see how RtlDosPathNameToNtPathName_U could possibly screw up with that pathname. Erich Hoover ehoo...@mines.edu

Re: Alexandre's keynote

2011-10-02 Thread Erich Hoover
On Sun, Oct 2, 2011 at 9:05 AM, Austin English austinengl...@gmail.com wrote: ... take a sip of your favorite beverage ;). Did you guys find a resolution for Bug #27162? Erich Hoover ehoo...@mines.edu

Re: user32: Prioritize focus for dialog owner on EndDialog.

2011-09-30 Thread Erich Hoover
into this issue? If not then I'll take a crack at it. Erich Hoover ehoo...@mines.edu

Odd audio regression (interaction between two commits)

2011-09-29 Thread Erich Hoover
that the audio went back to normal again. I'm not entirely sure what commit A could do to cause this problem, and I know you guys are busy with the audio changes, so if someone could point me in the right direction then I will try and track this issue down. Thanks! Erich Hoover ehoo...@mines.edu

Re: d3dx9_26: Add custom ID3DXEffect interface.

2011-09-28 Thread Erich Hoover
SetRawValue is at the end of the table, so it being extra will not influence any older application. So, you should be able to get the same functionality with way less code by adding that alternative GUID to the QueryInterface in d3dx9_36. Erich Hoover ehoo...@mines.edu

Re: d3dx9_26: Add custom ID3DXEffect interface.

2011-09-28 Thread Erich Hoover
to implement this by having everything go through d3dx9_36. I might be missing something, but it seems like you could easily declare different virtual function tables and switch to the appropriate one based on the GUID passed to QueryInterface. Erich Hoover ehoo...@mines.edu

Re: d3dx9_26: Add custom ID3DXEffect interface.

2011-09-28 Thread Erich Hoover
functions not existing on older versions, but if that's not the case then I would definitely agree. Erich Hoover ehoo...@mines.edu

Re: quartz: Fix converting between the media time and REFTIME

2011-09-14 Thread Erich Hoover
to do wrt. testing quartz, but if there's some way I can help then please let me know. Erich Hoover ehoo...@mines.edu

Traces with threading

2011-07-03 Thread Erich Hoover
. Erich Hoover ehoo...@mines.edu

Re: Traces with threading

2011-07-03 Thread Erich Hoover
On Sun, Jul 3, 2011 at 10:58 AM, Alex Bradbury a...@asbradbury.org wrote: On 3 July 2011 17:51, Erich Hoover ehoo...@mines.edu wrote: Rather than rooting around for a while I figured I should ask first, is there a quick and easy way to get all TRACE/FIXME commands to output the thread id

Re: Ge (Greg) van Geldorp

2011-06-29 Thread Erich Hoover
this conversation got started, but I've been a bit busy and I thought this idea was worth mentioning. Erich Hoover ehoo...@mines.edu

Spammer on AppDB

2011-03-17 Thread Erich Hoover
Account named AnnaT: http://appdb.winehq.org/objectManager.php?sClass=versioniId=7440#Comment-67977

Re: [PATCH 1/6] user32: Add get/release routines for accessing cursor frames.

2011-03-11 Thread Erich Hoover
On Fri, Mar 11, 2011 at 8:01 AM, Alexandre Julliard julli...@winehq.org wrote: Erich Hoover ehoo...@mines.edu writes: @@ -135,6 +139,16 @@ static void release_icon_ptr( HICON handle, struct cursoricon_object *ptr )      release_user_handle_ptr( ptr );  } +struct static_cursoricon_object

Re: [PATCH 6/6] user32: Add support for sequence-based animated cursors.

2011-03-10 Thread Erich Hoover
On Thu, Mar 10, 2011 at 9:41 AM, Henri Verbeet hverb...@gmail.com wrote: On 10 March 2011 07:42, Erich Hoover ehoo...@mines.edu wrote: @@ -940,6 +954,7 @@ done:  #define ANI_seq__ID RIFF_FOURCC('s', 'e', 'q', ' ')  ... +#define ANI_seq_ID  RIFF_FOURCC('s', 'e', 'q', ' ') Just happened

Re: shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB.

2011-01-29 Thread Erich Hoover
On Sat, Jan 29, 2011 at 4:18 AM, Greg Geldorp ggeld...@vmware.com wrote: Jackpot. This version ran 10,000 times without a glitch on the dual-core machine. Great! Thank you so much for helping me to track this down. Erich Hoover ehoo...@mines.edu

Re: shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB.

2011-01-28 Thread Erich Hoover
the error is reproducible, I've attached a revised patch where this variable is initialized properly. Erich Hoover ehoo...@mines.edu From 3528434a6e37cae3e608202b7d4db08c9252226e Mon Sep 17 00:00:00 2001 From: Erich Hoover ehoo...@mines.edu Date: Fri, 28 Jan 2011 12:32:02 -0700 Subject: shdocvw

Re: shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB.

2011-01-27 Thread Erich Hoover
a XP SP3 box this morning and ran that exact same set of tests successfully 10,000 times. I don't have access to a Win7 box or I would have run the tests on that. Thoughts? Erich Hoover ehoo...@mines.edu

Re: shdocvw: Implement IWebBrowser::ExecWB and IWebBrowser::QueryStatusWB.

2011-01-26 Thread Erich Hoover
re-ran this patch manually to see if I accidentally messed something up and it succeeded: https://testbot.winehq.org/JobDetails.pl?Key=8634 Should I do something to look into this, or was this some kind of spurious error? Erich Hoover ehoo...@mines.edu

Re: [PATCH 2/4] shdocvw: Implement IWebBrowser_ExecWB.

2011-01-24 Thread Erich Hoover
On Sun, Jan 23, 2011 at 11:32 AM, Jacek Caban ja...@codeweavers.com wrote: On 1/20/11 6:40 PM, Erich Hoover wrote: On Thu, Jan 20, 2011 at 4:00 AM, Jacek Cabanja...@codeweavers.com  wrote: +    ok(status   success_flag, OLECMDID_STOP not enabled/supported: %08x\n, status); You could test

Re: [PATCH 2/4] shdocvw: Implement IWebBrowser_ExecWB.

2011-01-20 Thread Erich Hoover
. Please check the attached for both. Corresponding test results: https://testbot.winehq.org/JobDetails.pl?Key=8482 Thanks for all your feedback! Erich Hoover ehoo...@mines.edu diff --git a/dlls/shdocvw/tests/webbrowser.c b/dlls/shdocvw/tests/webbrowser.c index afde2e1..ed2ff25 100644 --- a/dlls

Re: [PATCH 2/4] shdocvw: Implement IWebBrowser_ExecWB.

2011-01-19 Thread Erich Hoover
On Wed, Jan 19, 2011 at 1:05 PM, Jacek Caban ja...@codeweavers.com wrote: On 1/18/11 7:31 PM, Erich Hoover wrote:   I've attached a test where I disabled the client/container, and you can see that it then gets passed through (QueryStatusWB will return success instead of passing through

Re: [PATCH 2/4] shdocvw: Implement IWebBrowser_ExecWB.

2011-01-18 Thread Erich Hoover
(QueryStatusWB will return success instead of passing through the client target and returning failure): https://testbot.winehq.org/JobDetails.pl?Key=8408 Erich Hoover ehoo...@mines.edu diff --git a/dlls/shdocvw/tests/webbrowser.c b/dlls/shdocvw/tests/webbrowser.c index afde2e1..6f91d44 100644 --- a/dlls

Re: today's git does not compile

2011-01-18 Thread Erich Hoover
an old gcc it's possible that there is a conflict between the object files from before and the object files with your new version of gcc. So, you could try a make clean and then compile again. Erich Hoover ehoo...@mines.edu

Re: [PATCH 2/4] shdocvw: Implement IWebBrowser_ExecWB.

2011-01-17 Thread Erich Hoover
On Sun, Jan 16, 2011 at 1:01 PM, Jacek Caban ja...@codeweavers.com wrote: On 1/15/11 12:14 AM, Erich Hoover wrote: ... +    hres = IUnknown_QueryInterface(This-doc_host.document,IID_IOleCommandTarget, (LPVOID*)target); document may be NULL here. Sorry, I'll take care of that. +    hres

RFC: Pass ReadFile and WriteFile requests on sockets to ws2_32.dll

2010-12-13 Thread Erich Hoover
so that ReadFile and WriteFile requests will have all the same filtering as WSARecv and WSASend.  Any and all feedback is greatly appreciated. Erich Hoover ehoo...@mines.edu From 2255a1f52d02f6a5e5b137840f6b7f65c80dbb19 Mon Sep 17 00:00:00 2001 From: Erich Hoover ehoo...@mines.edu Date: Mon, 13 Dec

Re: Cross-DLL toolbar bitmaps

2010-12-10 Thread Erich Hoover
On Fri, Dec 10, 2010 at 3:28 AM, Alexandre Julliard julli...@winehq.org wrote: Erich Hoover ehoo...@mines.edu writes: ...  So, my thought was that it might be desirable to split apart the individual icons, move them all to one centralized location, and then institute a makefile rule

Cross-DLL toolbar bitmaps

2010-12-09 Thread Erich Hoover
them all to one centralized location, and then institute a makefile rule for chaining the icons together into toolbar bitmaps. Any other thoughts? Does this sound reasonable and worth pursuing? Erich Hoover ehoo...@mines.edu

Re: ntdll: Implement missing 64 bit shifts

2010-12-07 Thread Erich Hoover
is an arithmetic shift]) fi Throw the above in configure.ac and test with autoconf autoheader ./configure. Erich Hoover ehoo...@mines.edu

Re: quartz: Start DirectSound renderer as soon as possible.

2010-11-28 Thread Erich Hoover
for where to start figuring this out. Thanks so much for taking the time to look at this. Erich Hoover ehoo...@mines.edu

Re: quartz: Start DirectSound renderer as soon as possible.

2010-11-20 Thread Erich Hoover
the stop occurs on exiting the menu then all audio in the entire game ceases to function. I would really appreciate any feedback you can provide or pointers on where to look for the source of this problem. Thanks in advance! Erich Hoover ehoo...@mines.edu diff --git a/dlls/quartz/pin.c b/dlls/quartz

Re: [PATCH 2/4] quartz: Fix PullPin_EnumMediaTypes

2010-11-07 Thread Erich Hoover
Is there some reason you chose to add an additional function for this, rather than fill in pPinImpl-pin.pFuncsTable?  I ask because I was working on this issue last night and submitted an attachment to Bug #24782 for people to try: http://bugs2.winehq.org/attachment.cgi?id=31770 Erich Hoover ehoo

Re: ws2_32: Add support and tests for WSARecvMsg and IP_PKTINFO.

2010-10-20 Thread Erich Hoover
On Mon, Oct 18, 2010 at 8:58 PM, Mike Kaplinskiy mike.kaplins...@gmail.com wrote: On Sun, Oct 17, 2010 at 5:51 PM, Erich Hoover ehoo...@mines.edu wrote: ... That's why in the original version I had those parameters split out; however, I realized that since the length parameter gets modified

Re: ws2_32: Add support and tests for WSARecvMsg and IP_PKTINFO.

2010-10-17 Thread Erich Hoover
On Sat, Oct 16, 2010 at 1:41 PM, Mike Kaplinskiy mike.kaplins...@gmail.com wrote: On Thu, Oct 14, 2010 at 10:08 PM, Erich Hoover ehoo...@mines.edu wrote: ...     DWORD                               flags;     unsigned int                        n_iovecs;     unsigned int

Re: ws2_32: Add support and tests for WSARecvMsg and IP_PKTINFO.

2010-10-14 Thread Erich Hoover
If you guys would mind looking over this revised patchset I would greatly appreciate it, I believe I've appropriately included your corrections. Please note that mswsock.h and ws2ipdef.h will be submitted as separate patches. Thanks in advance! Erich Hoover ehoo...@mines.edu diff --git a/dlls

Re: ws2_32: Add support and tests for WSARecvMsg and IP_PKTINFO.

2010-10-13 Thread Erich Hoover
to match test_so_reuseaddr(), I'll change this. Erich Hoover ehoo...@mines.edu

RFC: Patch to implement WSARecvMsg and IP_PKTINFO

2010-10-10 Thread Erich Hoover
data to the equivalent Windows version in WS2_recv() by utilizing a temporary buffer Thanks in advance for your feedback. Erich Hoover ehoo...@mines.edu From 7cf7aa59b7736062464f2e4f9465e165a17867c8 Mon Sep 17 00:00:00 2001 From: Erich Hoover ehoo...@mines.edu Date: Sun, 10 Oct 2010 18:40:11 -0600

Re: winex11: Add support for animated cursors in X11 driver (try 2).

2010-09-29 Thread Erich Hoover
On Wed, Sep 29, 2010 at 6:29 AM, Henri Verbeet hverb...@gmail.com wrote: I didn't really look at the patch at all, but that's not how HeapReAlloc() works. Whoops! I can't believe I screwed that up, thanks. Erich Hoover ehoo...@mines.edu

Re: RFC: Revised patchset to fix Bug 7929 (CC 3 network does not work)

2010-09-25 Thread Erich Hoover
On Sun, Sep 19, 2010 at 1:13 PM, Mike Kaplinskiy mike.kaplins...@gmail.com wrote: On Sun, Sep 19, 2010 at 1:33 PM, Erich Hoover ehoo...@mines.edu wrote: On Sat, Sep 18, 2010 at 9:59 PM, Mike Kaplinskiy mike.kaplins...@gmail.com wrote: There's enough #ifdef's to make this mostly unreadable

Re: USB Device Support

2010-09-21 Thread Erich Hoover
interested I might be able to convince the powers that be here to permit you SSH access to a machine connected to a ZEMAX license key (a SafeNet Sentinel USB key). It's a vendor-specific device but all the software is freely download-able. Erich Hoover ehoo...@mines.edu

Re: RFC: Revised patchset to fix Bug 7929 (CC 3 network does not work)

2010-09-19 Thread Erich Hoover
-to-selectively-bind-to-interfaces-while.patch Erich Hoover ehoo...@mines.edu

RFC: Revised patchset to fix Bug 7929 (CC 3 network does not work)

2010-09-18 Thread Erich Hoover
://www.compholio.com/wine-kane/patches/2010-09-18/0006-server-Ensure-Async-ReadFile-does-not-wake-up-on-pac.patch Erich Hoover ehoo...@mines.edu

RFC: Resolving a full screen bug

2010-08-25 Thread Erich Hoover
would appreciate it if I could get some feedback on this patch, it doesn't seem to break anything but it would be nice to have an expert opinion. Erich Hoover ehoo...@mines.edu diff --git a/dlls/winex11.drv/window.c b/dlls/winex11.drv/window.c index 8957a44..168180f 100644 --- a/dlls/winex11.drv

Re: Yagmark and localized Windows

2010-07-05 Thread Erich Hoover
the whole OS if you changed the text of any of its menus. Erich Hoover ehoo...@mines.edu

Re: RFC: Wine API Documentation Proposal

2010-07-05 Thread Erich Hoover
. Erich Hoover ehoo...@mines.edu

Re: Yagmark and localized Windows

2010-07-05 Thread Erich Hoover
On Mon, Jul 5, 2010 at 8:48 AM, Paul Chitescu pa...@voip.null.ro wrote: On Monday 05 July 2010 05:15:50 pm Erich Hoover wrote: On Mon, Jul 5, 2010 at 8:03 AM, Dan Kegel d...@kegel.com wrote: [...] A long time ago (Win2K era) I wrote an application for Windows that replaced the text

Re: (Resent) Documentation - Reference to MSDN?

2010-07-02 Thread Erich Hoover
for the documentation folks to review new commits and see if they warrant an update to the documentation. Erich Hoover ehoo...@mines.edu

Re: (Resent) Documentation - Reference to MSDN?

2010-07-01 Thread Erich Hoover
people to this documentation then I'd feel much more comfortable investing my free time in setting something up. Erich Hoover ehoo...@mines.edu

Re: (Resent) Documentation - Reference to MSDN?

2010-06-30 Thread Erich Hoover
with work, but if Alexandre is ok with documentation-only patches then this is something I'm tempted to jump on (in the areas where I have sufficient familiarity) when I have some more free time. Erich Hoover ehoo...@mines.edu

Re: (Resent) Documentation - Reference to MSDN?

2010-06-30 Thread Erich Hoover
On Wed, Jun 30, 2010 at 12:44 PM, Alexandre Julliard julli...@winehq.org wrote: Erich Hoover ehoo...@mines.edu writes: Personally, I think that it would be really good to do a better job of documenting the API functions (particularly edge cases).  I'm currently very busy with work

Re: (Resent) Documentation - Reference to MSDN?

2010-06-30 Thread Erich Hoover
that, especially if the links of documented functions are provided in the source. Documenting these things is a lot of work, so I'm not about to run off and do all that work if no-one is ever going to take advantage of it. Erich Hoover ehoo...@mines.edu

Re: Wine code comments

2010-06-04 Thread Erich Hoover
/SubmittingPatches Particularly, the section entitled Avoid C++, C99 and non-portable C constructs. Erich Hoover ehoo...@mines.edu

Re: make bisected a keyword in bugzilla?

2010-05-22 Thread Erich Hoover
helped a lot toward resolving the issue quickly. Erich Hoover ehoo...@mines.edu

Re: make bisected a keyword in bugzilla?

2010-05-22 Thread Erich Hoover
fixing Wine into a game. Give people points for successfully reporting bugs, take points away for reporting duplicates, give more points for successfully bisecting a bug... Erich Hoover ehoo...@mines.edu

Re: Release plans

2010-05-08 Thread Erich Hoover
a bunch of recent breakage in cursor support that make a lot of games very difficult to use. Erich Hoover ehoo...@mines.edu

Fullscreen Borderlands at Desktop Resolution

2010-05-02 Thread Erich Hoover
) as a fullscreen request --- I've attached a patch that overcomes these issues, but I'm suspicious that there are unintended consequences. I would appreciate it if someone could take a look. Erich Hoover ehoo...@mines.edu diff --git a/dlls/winex11.drv/window.c b/dlls/winex11.drv/window.c index 8cd3bf3

Re: winex11: add support for 32-bit DDBs

2010-04-15 Thread Erich Hoover
On Thu, Apr 15, 2010 at 2:22 AM, Roderick Colenbrander thunderbir...@gmail.com wrote: I can't see the screenshot well but that's notepad? What display drivers are you using? Roderick On Thu, Apr 15, 2010 at 3:36 AM, Erich Hoover ehoo...@mines.edu wrote: I noticed a problem with the icons

Re: winex11: add support for 32-bit DDBs

2010-04-15 Thread Erich Hoover
On Thu, Apr 15, 2010 at 7:04 AM, Erich Hoover ehoo...@mines.edu wrote: On Thu, Apr 15, 2010 at 2:22 AM, Roderick Colenbrander thunderbir...@gmail.com wrote: I can't see the screenshot well but that's notepad? What display drivers are you using? Roderick On Thu, Apr 15, 2010 at 3:36 AM

Re: winex11: add support for 32-bit DDBs

2010-04-14 Thread Erich Hoover
I noticed a problem with the icons in Wine when alt+tabbing today. After doing a regression test it appears that commit c29cf0591976f96c3adb30c3c3b6db59f4983251 results in pixmaps that do not always display properly when alt+tabbing (see attached screenshot). Erich Hoover ehoo...@mines.edu

Re: [spam-high] RE: Significant performance regression

2010-03-08 Thread Erich Hoover
On Fri, Feb 26, 2010 at 11:31 AM, Erich Hoover ehoo...@mines.edu wrote: I was looking into updating the AppDB with more recent results for PCB Artist* and discovered that on a fresh Wine install that the application opens and creates new files incredibly slowly (it now takes 23 minutes vs

Re: [PATCH 1/3] kernel32/tests: Add test for 'all processors' flag on Vista and newer.

2010-02-28 Thread Erich Hoover
files per second. Anyone to confirm this? ... Is this a reply to a different thread? Erich Hoover ehoo...@mines.edu

Significant performance regression

2010-02-26 Thread Erich Hoover
Author: Vincent Povirk vinc...@codeweavers.com Date: Fri Dec 4 17:33:50 2009 -0600 ole32: Implement transacted storage. :04 04 79e7adf6177afe9cb8bfdea75270edb00026c5e5 abc173741982ee971ac490738917d735c6869a78 Mdlls Erich Hoover ehoo...@mines.edu * Free proprietary

Re: [spam-high] RE: Significant performance regression

2010-02-26 Thread Erich Hoover
% consistent). So, you'll need a fresh Wine prefix if you let it run all the way through the ~30 minutes of processing. Erich Hoover ehoo...@mines.edu

Re: [PATCH 3/3] kernel32/tests: Test for 'all processors' now valid (try 2).

2010-02-19 Thread Erich Hoover
On Thu, Feb 18, 2010 at 10:08 PM, Charles Davis cda...@mymail.mines.edu wrote: Erich Hoover wrote: Real Name:    Erich Hoover Description:    Patch 2 added support for the all processors flag, so this is no-longer a todo.  This version is against the revised patch 1, please note that patch

Re: [PATCH 2/2] kernel32/tests: Add test for 'all processors' flag on Vista and newer (try 3).

2010-02-19 Thread Erich Hoover
On Fri, Feb 19, 2010 at 5:08 PM, Henri Verbeet hverb...@gmail.com wrote: On 20 February 2010 00:19, Erich Hoover ehoo...@mines.edu wrote: +    /* NOTE: Pre-Vista does not recognize the all processors flag (-1) */ +    thread_affinity = -1; ~0UL probably makes more sense than -1 for an unsigned

Multi-processor difference between Windows versions

2010-02-18 Thread Erich Hoover
it on multiple versions of Windows. However, I'm unfamiliar with the policy on these version-difference matters and figured I should ask before putting something together. Erich Hoover ehoo...@mines.edu * http://bugs.winehq.org/show_bug.cgi?id=21165 ** https://winetestbot.geldorp.nl/JobDetails.pl?Key

Re: [PATCH 1/3] kernel32/tests: Add test for 'all processors' flag on Vista and newer.

2010-02-18 Thread Erich Hoover
On Thu, Feb 18, 2010 at 8:29 PM, Andrew Nguyen arethus...@gmail.com wrote: On Thu, Feb 18, 2010 at 8:51 PM, Erich Hoover ehoo...@mines.edu wrote: ...    The attached patch adds a test for SetThreadAffinityMask(thread,-1), which succeeds on Windows Vista and newer. ... The test shouldn't

Re: [PATCH 1/3] kernel32/tests: Add test for 'all processors' flag on Vista and newer.

2010-02-18 Thread Erich Hoover
to stumble upon this thing in the first place, it's starting to look like it's not actually the issue responsible for the slowdown bug for which we are researching. Erich Hoover ehoo...@mines.edu * Though I doubt it, as this seems like a sneaky way to make people believe that their multi-threaded

Re: [PATCH 1/3] kernel32/tests: Add test for 'all processors' flag on Vista and newer.

2010-02-18 Thread Erich Hoover
have to maintain a quirk for the app if they wanted to change the behavior.  Since the hypothetical future version of Windows with changed behavior doesn't yet exist, addressing that case seems rather premature. --Juan Point taken. Erich Hoover ehoo...@mines.edu

Quick multiple-patch submission question

2010-01-28 Thread Erich Hoover
component, so the apply order completely doesn't matter. Erich Hoover ehoo...@mines.edu

Re: ntoskrnl: Implement ExSystemTimeToLocalTime and ExLocalTimeToSystemTime

2010-01-14 Thread Erich Hoover
On Thu, Jan 14, 2010 at 9:40 AM, Alexandre Julliard julli...@winehq.org wrote: Erich Hoover ehoo...@mines.edu writes: ...    ntoskrnl: Implement ExSystemTimeToLocalTime and ExLocalTimeToSystemTime. You most likely want to use RtlSystemTimeToLocalTime etc. -- Alexandre Julliard julli

Wine prefix creation status

2009-12-30 Thread Erich Hoover
I recently installed the bundled Wine for Mac OS X for someone and noticed something that would be nice for normal Wine. In the bundled Mac OS X version a progress dialog* is displayed when prefix creation is occurring, are there any plans to do something like this for Wine 1.2? Erich Hoover

Difficulty fixing a regression in reading text files with MSVCRT

2009-12-28 Thread Erich Hoover
that this issue can be properly resolved at some point. Erich Hoover ehoo...@mines.edu diff --git a/dlls/msvcrt/tests/file.c b/dlls/msvcrt/tests/file.c index e164555..b4adad7 100644 --- a/dlls/msvcrt/tests/file.c +++ b/dlls/msvcrt/tests/file.c @@ -36,8 +36,11 @@ static HANDLE proc_handles[2

Re: Acting as advisor for wcmd-uplift project?

2009-12-26 Thread Erich Hoover
-included cmd.exe. Erich Hoover ehoo...@mines.edu

Re: Broken-down time (struct tm)

2009-12-20 Thread Erich Hoover
of this function - thanks! Erich Hoover ehoo...@mines.edu

Broken-down time (struct tm)

2009-12-19 Thread Erich Hoover
/time.c without this #define. So, the question I have is whether it is OK to use tm_gmtoff in Wine (whether there is a portability concern) and the proper way to include time.h to use this feature. Erich Hoover ehoo...@mines.edu

Resetting screen resolution on crash

2009-11-18 Thread Erich Hoover
was “volunteered” for the task of approaching the respective projects. I believe this is a case that we can detect on our own, attached is a small standalone example of using fork() in such a way that you could reset the screen resolution even if an application crashed. Erich Hoover ehoo...@mines.edu

Comment request: wineconsole: Fix Alt+F10 sent when F10 pressed.

2009-11-04 Thread Erich Hoover
I thought this patch was pretty straightforward, comments? http://www.winehq.org/pipermail/wine-patches/2009-October/080779.html Erich Hoover ehoo...@mines.edu

ws2_32: Use the routing table information for gethostbyname('self') if the magic IP would otherwise be returned. [Try 2]

2009-10-20 Thread Erich Hoover
.html Erich Hoover ehoo...@mines.edu

Re: winex11: Send WM_SYSKEYDOWN and WM_SYSKEYUP when the 'F10' key is used.

2009-10-11 Thread Erich Hoover
On Sun, Oct 11, 2009 at 12:43 AM, Dmitry Timoshkov dmi...@codeweavers.comwrote: Erich Hoover ehoo...@mines.edu wrote: Real Name: Erich Hoover Description: The attached patch makes it so that the 'F10' key send a WM_SYSKEYDOWN window notification on press and WM_SYSKEYUP on release

Re: ws2_32: Use the routing table information for gethostbyname('self') if the magic IP would otherwise be returned.

2009-10-11 Thread Erich Hoover
for them could be freed when there's a new call. Erich Hoover ehoo...@mines.edu

Re: Requesting comments on patchset to fix Bug 7929 (CC 3 network does not work)

2009-10-10 Thread Erich Hoover
like an awkward approach since Wine is already meant to be a compatibility layer. I would really like to see this issue get resolved, so I'm willing to put whatever work into fixing this that's necessary to get it done right. Erich Hoover ehoo...@mines.edu On Sat, Oct 10, 2009 at 2:31 AM

Re: ws2_32: Use the routing table information for gethostbyname('self') if the magic IP would otherwise be returned.

2009-10-10 Thread Erich Hoover
for the feedback! ehoo...@mines.edu Erich Hoover

Requesting comments on patchset to fix Bug 7929 (CC 3 network does not work)

2009-10-09 Thread Erich Hoover
://www.winehq.org/pipermail/wine-patches/2009-September/079197.html[6/6] Erich Hoover ehoo...@mines.edu

Re: Requesting comments on patchset to fix Bug 7929 (CC 3 network does not work)

2009-10-09 Thread Erich Hoover
devs, this behavior is what IP_PKTINFO is meant to do and that they have no intention of adding an additional feature that does exactly the same thing. Erich Hoover ehoo...@mines.edu

Ballooning dlls folder

2009-10-09 Thread Erich Hoover
With the separation of the 16-bit APIs recently, the dlls folder has ballooned quite a bit. Is there any particular reason that the 16-bit and 32-bit DLLs are not in separate folders? Erich Hoover ehoo...@mines.edu

Re: Wine and Intel 3D

2009-10-01 Thread Erich Hoover
Erich Hoover ehoo...@mines.edu

Review Request: Patch to selectively bind to interfaces while still allowing broadcast packets

2009-09-28 Thread Erich Hoover
not wake up on packets with an interface mismatch 5) Ensure Async ReadFile does not wake up on packets with an interface mismatch I would greatly appreciate any comments people have on this patch. Thanks so much! Erich Hoover ehoo...@mines.edu diff --git a/dlls/ws2_32/socket.c b/dlls/ws2_32

Submitted Bug Link accepted but not showing up

2009-09-23 Thread Erich Hoover
thoughts? Erich Hoover ehoo...@mines.edu

Re: Regression Testing 0.9.60/0.9.61

2009-08-16 Thread Erich Hoover
on how to use git to run bisect tests would be appreciated. Do I get the commit numbers from the Tag messages that AJ sends? James McKenzie There's extensive information on using git's bisect feature for Wine on the wiki: http://wiki.winehq.org/RegressionTesting Erich Hoover ehoo

Re: winealsa.drv: Re-allow fallback to waveout (regression in dsound)

2009-07-19 Thread Erich Hoover
On Sat, Jul 18, 2009 at 11:58 PM, Nikolay Sivovbungleh...@gmail.com wrote: On Sun, Jul 19, 2009 at 9:55 AM, Erich Hooverehoo...@mines.edu wrote: Real Name:    Erich Hoover Description:    Commit 'f27d88e16fe0292d3efa7dac8966a0b612e62e6d' resulted in a regression in the support of dsound

Re: Removing active maintainers

2009-06-29 Thread Erich Hoover
problem are negligent maintainers causing? Remco It sounds like they're causing too much extra work for the admins. What if the system checked for Out of Office bounces and used that to know that a maintainer was not going to be able to handle the submission for a while? Erich Hoover ehoo

Re: Removing active maintainers

2009-06-26 Thread Erich Hoover
. If outdated comments weere pushed to the end of the list, and clearly marked that they are outdated, then they could still be useful for historical purposes without interfering with the usability of the site. Erich Hoover ehoo...@mines.edu

Re: Strange issue with recv in Launchpad Enhanced

2009-06-25 Thread Erich Hoover
On Sun, Jun 21, 2009 at 1:03 PM, Erich Hoover ehoo...@mines.edu wrote: On Sun, Jun 21, 2009 at 10:23 AM, Erich Hoover ehoo...@mines.edu wrote: On Sun, Jun 21, 2009 at 1:36 AM, Damjan Jovanovic damjan@gmail.comwrote: ... Maybe the memory is writable but not readable, and WSARecvFrom

Re: Strange issue with recv in Launchpad Enhanced

2009-06-21 Thread Erich Hoover
KERNEL32.VirtualAlloc() retval=01b85000 ret=79e74a2b 0009:Call ws2_32.recv(0380,01ba4fc1,000178d0,) ret=0036a287 ... Erich Hoover ehoo...@mines.edu

Re: Strange issue with recv in Launchpad Enhanced

2009-06-21 Thread Erich Hoover
On Sun, Jun 21, 2009 at 10:23 AM, Erich Hoover ehoo...@mines.edu wrote: On Sun, Jun 21, 2009 at 1:36 AM, Damjan Jovanovic damjan@gmail.comwrote: ... Maybe the memory is writable but not readable, and WSARecvFrom()/recv() is reading it while memcpy() is not? Maybe the memory is from

  1   2   >