Blizzard Updater Problem

2004-06-05 Thread Erich Hoover
I haven't been able to get the blizzard updater to run on recent versions of wine (I've downloaded from CVS to make sure there isn't a fix). I'm not sure if this is something wrong with my setup or a bug with wine (i recently reinstalled my system with Fedora Core 2 and am no-longer running

Re: Blizzard Updater Problem

2004-06-08 Thread Erich Hoover
After redownloading from CVS (I downloaded that way originally), patching, and compiling it worked great - thanks! This time I compiled it 'manually' instead of running the ./tools/wineinstall script - I'm assuming that script sets the "stripped" mode that screwed me up before. Again, thanks

Patch to support VT_BYREF | VT_I4 in typelib.c _copy_arg

2004-12-10 Thread Erich Hoover
dlls/oleaut32/typelib.c does not currently support VT_BYREF | VT_I4 in _copy_arg, this causes InstallShield to crash when attempting to install the demo for Prince of Persia: Warrior Within (and probably other InstallShield programs as well). Installation can complete with this fix under

Re: faultrep:display useful information in ReportFault

2009-02-23 Thread Erich Hoover
descriptor that can be used in a call to isatty()? My suggestion (maybe this wasn't clear) was to normally output the diagnostic information to the console, but if the console is not available (if wine was launched from a desktop icon, for example) then to pop up with a dialog. Erich Hoover ehoo

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

2009-04-06 Thread Erich Hoover
this problem, but I'm currently too busy with real life to work out the remaining kinks. Erich Hoover ehoo...@mines.edu On Sun, Apr 5, 2009 at 5:40 PM, AllenDavidNiven allendavidni...@globalfone.biz wrote: i have itunes 7.60 successfully running on f10 kde 4.2 but when i plug my ipod touch

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

2009-04-08 Thread Erich Hoover
arguments and in file dialogs (even if it is necessary to use the wrong slash in dialogs). I imagine that there are a lot of people that appreciate the ability to use this functionality, since you can use the familiar paths you do not need to be familiar with the windows drive mapping. Erich Hoover

Re: How is 0.0.0.0 handled in Wine?

2009-06-08 Thread Erich Hoover
wouldn't change how Linux handles these cases that it would be too much trouble to work around it. Erich Hoover ehoo...@mines.edu

Request for comments on patch

2009-06-14 Thread Erich Hoover
. Erich Hoover ehoo...@mines.edu From 6dad1e8377cd8be7deaa373bf25bcd053684fdf0 Mon Sep 17 00:00:00 2001 From: Erich Hoover ehoo...@mines.edu Date: Sun, 14 Jun 2009 12:39:00 -0600 Subject: Add manufacturer driver on top of OS driver (winex11.drv). --- configure.ac | 12

Re: Request for comments on patch

2009-06-14 Thread Erich Hoover
to report the manufacturer driver type registry key and that it, when activated, reports a real driver. This real driver then funnels the requests back to winex11.drv (with room to add additional non-funneled requests later, such as requesting the card's video RAM). Erich Hoover ehoo...@mines.edu

Re: Request for comments on patch

2009-06-14 Thread Erich Hoover
time ago, but I thought someone was pretty adamant that Wine should not report a driver that does not exist and that was the major show-stopper. Erich Hoover ehoo...@mines.edu * http://source.winehq.org/git/wine.git/?a=commit;h=f2e2e3e49947490368900ef06a92e1df1bc52820

Re: Request for comments on patch

2009-06-14 Thread Erich Hoover
to return a driver filename. That way you wouldn't end up with a giant struct driver_version_information. Erich Hoover ehoo...@mines.edu

Re: Request for comments on patch

2009-06-14 Thread Erich Hoover
different manufacturers, you don't need an entry for each specific driver. There would only be OSVersion*Manufacturer combinations. Erich Hoover ehoo...@mines.edu

Re: Request for comments on patch

2009-06-14 Thread Erich Hoover
On Sun, Jun 14, 2009 at 3:33 PM, Stefan Dösingerstefandoesin...@gmx.at wrote: Am Sonntag, 14. Juni 2009 23:11:42 schrieb Erich Hoover: So, a patch similar to the one Mike pointed out* but able to report different drivers for different OSes would prove acceptable (possibly w/ a second patch

Re: Request for comments on patch

2009-06-14 Thread Erich Hoover
Does the attached sound more like what people are looking for (with driver_filename_table filled in a bit more, of course)? Erich Hoover ehoo...@mines.edu From f731547eed5aef1cfcddc58a4da1e714ddd47d1f Mon Sep 17 00:00:00 2001 From: Erich Hoover ehoo...@ubuntu.(none) Date: Sun, 14 Jun 2009 17:04

Strange issue with recv in Launchpad Enhanced

2009-06-20 Thread Erich Hoover
://bugs.winehq.org/show_bug.cgi?id=17443#c2), but I'm having difficulty figuring out exactly why this is happening in the first place. Does anyone know if this is a known difference between Windows and Linux or if there is something else strange going on? Erich Hoover ehoo...@mines.edu

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

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: 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: 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: 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: 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

Submitted Bug Link accepted but not showing up

2009-09-23 Thread Erich Hoover
thoughts? 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

Re: Wine and Intel 3D

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

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: 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

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

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

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

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

Re: Wine binaries size

2008-06-29 Thread Erich Hoover
Most distributions ship stripped binaries that have the debugging symbols removed. Run man strip at a terminal for details on how to do this post-compile. Erich Hoover [EMAIL PROTECTED] On Sun, Jun 29, 2008 at 12:06 PM, dAnIK SeNT [EMAIL PROTECTED] wrote: Hi. Trying to get comfortable

Re: [Bug 14810] WinHttp needs to be implemented

2008-08-10 Thread Erich Hoover
. Erich Hoover [EMAIL PROTECTED] On Sun, Aug 10, 2008 at 5:52 PM, James Hawkins [EMAIL PROTECTED] wrote: On Sun, Aug 10, 2008 at 6:43 PM, [EMAIL PROTECTED] wrote: http://bugs.winehq.org/show_bug.cgi?id=14810 --- Comment #4 from Erich Hoover [EMAIL PROTECTED] 2008-08-10 18:43:16

Re: [Bug 14810] WinHttp needs to be implemented

2008-08-10 Thread Erich Hoover
statement). -- James Hawkins Erich Hoover [EMAIL PROTECTED]

Re: [Bug 14810] WinHttp needs to be implemented

2008-08-10 Thread Erich Hoover
On Sun, Aug 10, 2008 at 6:39 PM, Juan Lang [EMAIL PROTECTED] wrote: I am trying to argue that the bug does not warrant closure, wine-devel does not seem like an appropriate venue for such a discussion. It depends on the bug. The consensus seems to be that this bug is invalid, and I'm

Re: [Bug 14810] WinHttp needs to be implemented

2008-08-10 Thread Erich Hoover
On Sun, Aug 10, 2008 at 7:20 PM, Dan Hipschman [EMAIL PROTECTED] wrote: On Sun, Aug 10, 2008 at 06:30:17PM -0600, Erich Hoover wrote: Honestly, I believe that this problem illustrates the need for these kind of bugs - if I had found a bug for WinHttp in bugzilla assigned to Zac then I

Re: [Bug 14810] WinHttp needs to be implemented

2008-08-10 Thread Erich Hoover
On Sun, Aug 10, 2008 at 7:20 PM, Dan Hipschman [EMAIL PROTECTED] wrote: On Sun, Aug 10, 2008 at 06:30:17PM -0600, Erich Hoover wrote: Honestly, I believe that this problem illustrates the need for these kind of bugs - if I had found a bug for WinHttp in bugzilla assigned to Zac then I

Re: Implementing dxdiag as student project?

2008-12-28 Thread Erich Hoover
looking at, but Fallout 3 currently requires a hack for the display driver information or it will just crash when you try to start a game ( http://bugs.winehq.org/show_bug.cgi?id=15839). Erich Hoover ehoo...@mines.edu

Re: wcmd: Fix redirecting a pipe to another pipe

2009-01-11 Thread Erich Hoover
Indeed, apparently my fingers are too fat for my keyboard. Do comment typos involve a resubmit? Erich Hoover ehoo...@mines.edu On Sun, Jan 11, 2009 at 12:08 PM, Reece Dunn mscl...@googlemail.com wrote: 2009/1/11 Erich Hoover ehoo...@mines.edu: +/* If a redirect is immediately

Re: wcmd: Fix redirecting a pipe to another pipe

2009-01-11 Thread Erich Hoover
/sending_patches but that might be worth mentioning there - I always pull out that guide since I do not submit very often. Erich Hoover ehoo...@mines.edu

Re: wcmd: Fix redirecting a pipe to another pipe

2009-01-11 Thread Erich Hoover
On Sun, Jan 11, 2009 at 12:59 PM, Austin English austinengl...@gmail.com wrote: Also, please bottom post on wine mailing lists. Sorry, I forget for short messages and gmail's reply system always sticks the cursor at the top. Erich Hoover ehoo...@mines.edu

cmd.exe AppDB page

2009-01-11 Thread Erich Hoover
Is there a reason that the cmd.exe AppDB page is locked (http://appdb.winehq.org/objectManager.php?sClass=applicationiId=1196)? Erich Hoover ehoo...@mines.edu

Re: cmd.exe AppDB page

2009-01-11 Thread Erich Hoover
to view this entry. Erich Hoover ehoo...@mines.edu

Re: cmd.exe AppDB page

2009-01-11 Thread Erich Hoover
versions of cmd.exe work under Wine. For my purposes I'm submitting patches for the things that I find that don't work, but it would be nice to have something to compare against and be able to say this version of cmd.exe can handle batch feature X where version Y fails. Erich Hoover ehoo...@mines.edu

Re: cmd.exe AppDB page

2009-01-11 Thread Erich Hoover
On Sun, Jan 11, 2009 at 5:04 PM, Ben Klein shackl...@gmail.com wrote: 2009/1/12 Erich Hoover ehoo...@mines.edu: ... For my purposes I'm submitting patches for the things that I find that don't work, but it would be nice to have something to compare against and be able to say

Re: cmd.exe AppDB page

2009-01-11 Thread Erich Hoover
for Wine's cmd.exe and I'm also working on the test information for Windows XP's cmd.exe. I'm trying to cover all my bases. Erich Hoover ehoo...@mines.edu

WMF Support

2009-01-15 Thread Erich Hoover
implementation. Any comments are appreciated. Erich Hoover ehoo...@mines.edu

Re: WMF Support

2009-01-22 Thread Erich Hoover
pre-rendered the WMF files (we're distributing computers to students with this software, so we want things to look right). Also, there is a 15 day trial of the software :) Erich Hoover ehoo...@mines.edu On Wed, Jan 21, 2009 at 11:03 PM, Rolf Kalbermatter r.kalbermat...@hccnet.nl wrote: Erich

Re: Updated DIB Engine

2009-01-25 Thread Erich Hoover
to handle everything, and then spew a FIXME: Help Wine run faster by implementing this function in the DIB engine! for features that are not handled yet. (yeah, yeah, I want my cake and be able to eat it too) Erich Hoover ehoo...@mines.edu

Re: Updated DIB Engine

2009-01-25 Thread Erich Hoover
On Sun, Jan 25, 2009 at 11:25 AM, Massimo Del Fedele m...@veneto.com wrote: Erich Hoover ha scritto: I haven't looked into your implementation in much detail (I need more hours in a day, I swear), but would it be possible to pass all the stubs on so that unimplemented functionality still

Question about redirection handles in wcmd

2009-02-07 Thread Erich Hoover
resolves the sharing issue that I'm seeing, but if it is important to use GetStdHandle there then instead the cleanup code located near line 1562 needs to be more intelligent. Erich Hoover ehoo...@mines.edu

Re: Question about redirection handles in wcmd

2009-02-08 Thread Erich Hoover
On Sat, Feb 7, 2009 at 2:09 PM, Erich Hoover ehoo...@mines.edu wrote: I tracked down an issue where an application was running into a sharing problem in WCMD_execute when it created redirects to the same file more than once. I originally hacked around this issue by changing the sharing mode

Regression in 1.1.14 for Athena Visual Studio

2009-02-09 Thread Erich Hoover
In Wine 1.1.14 Athena Visual Studio fails to build Fortran applications and returns with an error, doing a git bisect gives this result: ebe4a9e321800fbe6d2004a640cd276a28d15c38 is first bad commit commit ebe4a9e321800fbe6d2004a640cd276a28d15c38 Author: Dan Kegel d...@kegel.com Date: Sun

Re: Wine download page usability problem

2009-02-20 Thread Erich Hoover
the HTTP_USER_AGENT environment variable to do a first-order attempt. That way for people with Javascript disabled there's at least a chance you'll detect their distribution. Erich Hoover ehoo...@mines.edu

Re: Wine download page usability problem

2009-02-20 Thread Erich Hoover
if you also print the reported user agent string. (By the way, Dan, could you somehow coerce your colleagues into making a bottom-posting Gmail? ;) ) Remco Seconded. Attached is a simple (read: dumb) distro finder in PHP. Erich Hoover ehoo...@mines.edu attachment: distro.php

Re: Wine download page usability problem

2009-02-20 Thread Erich Hoover
: https://developer.mozilla.org/en/DOM/window.navigator Hint: you can test them by running them in the address bar, ie: javascript:alert(window.navigator.vendor); Erich Hoover ehoo...@mines.edu

Re: Possible to run arbitrary PHP code on pipermail server

2009-02-20 Thread Erich Hoover
be abused! Remco Wow, that is really awesome and really scary at the same time. Attached is the same deal with a text extension, for your viewing pleasure. Erich Hoover ehoo...@mines.edu ?php $agent = $_SERVER['HTTP_USER_AGENT']; $OS = Array(Windows, Linux, Mac); $Distro = Array(Ubuntu

Re: faultrep:display useful information in ReportFault

2009-02-22 Thread Erich Hoover
a DLL could not be found) should launch a dialog if a terminal is not available (if TERM is not set). Erich Hoover ehoo...@mines.edu

Re: faultrep:display useful information in ReportFault

2009-02-22 Thread Erich Hoover
On Sun, Feb 22, 2009 at 2:08 PM, Jérôme Gardou jerome.gar...@gmail.comwrote: Erich Hoover a écrit : I know quite a few people (my converts) that run applications (mostly games) where they launch the application from an icon and there is no console. They've complained to me every once

Re: faultrep:display useful information in ReportFault

2009-02-22 Thread Erich Hoover
, if it has a value then the application was launched from a console. Erich Hoover ehoo...@mines.edu

Re: kernel32: Implement ReplaceFileA/ReplaceFileW

2007-02-26 Thread Erich Hoover
. Erich Hoover [EMAIL PROTECTED] On 2/26/07, Felix Nawothnig [EMAIL PROTECTED] wrote: Erich Hoover wrote: Real Name: Erich Hoover Description: Implements the functions ReplaceFileA and ReplaceFileW in kernel32 (Bug #7544). Also provides conformance test code to ensure proper

Re: kernel32: Implement ReplaceFileA/ReplaceFileW

2007-02-27 Thread Erich Hoover
Is the attached more like what you're looking for? Erich Hoover [EMAIL PROTECTED] On 2/26/07, Felix Nawothnig [EMAIL PROTECTED] wrote: Erich Hoover wrote: I assume you're referring to the file existence check and file delete, followed by the actual copy and move. I implemented these checks

Re: kernel32: Implement ReplaceFileA/ReplaceFileW

2007-02-28 Thread Erich Hoover
the function in such a fashion would make it possible to do a more move-like operation while maintaining the file locking, but would lose out on any future improvements to CopyFile. Erich Hoover [EMAIL PROTECTED] On 2/28/07, Felix Nawothnig [EMAIL PROTECTED] wrote: (CC-ing wine-devel again) Erich

Re: kernel32: Implement ReplaceFileA/ReplaceFileW

2007-03-01 Thread Erich Hoover
to add a new break-out function. You will likely find the attached more to your liking. Erich Hoover [EMAIL PROTECTED] On 2/28/07, Felix Nawothnig [EMAIL PROTECTED] wrote: Erich Hoover wrote: The right way would probably to do the copying yourself by read/write.. but I dunno. Except that it would

Fwd: wined3d: Update cursor position on ShowCursor

2007-03-08 Thread Erich Hoover
Request for comments, as per http://www.winehq.com/site/sending_patches. For details on the need for this patch please see Bug #7542http://bugs.winehq.org/show_bug.cgi?id=7542. Thanks! Erich Hoover [EMAIL PROTECTED] -- Forwarded message -- From: Erich Hoover [EMAIL PROTECTED

Fwd: kernel32: Implement ReplaceFileA/ReplaceFileW (revised)

2007-03-08 Thread Erich Hoover
Request for comments, as per http://www.winehq.com/site/sending_patches. Thanks! Erich Hoover [EMAIL PROTECTED] -- Forwarded message -- From: Erich Hoover [EMAIL PROTECTED] Date: Mar 3, 2007 2:37 PM Subject: kernel32: Implement ReplaceFileA/ReplaceFileW (revised) To: [EMAIL

Re: wined3d: Allow SetCursorProperties on existing cursor

2007-03-10 Thread Erich Hoover
Am Samstag 10 März 2007 06:10 schrieb Erich Hoover: * Real Name: ** Erich Hoover ** Description: ** The SetCursorProperties call needs to be capable of being performed on ** existing cursors. The current behavior removes the cursor handle at the ** beginning of any SetCursorProperties

Re: wined3d: Allow SetCursorProperties on existing cursor

2007-03-11 Thread Erich Hoover
being changed or deleted */ I don't think I'm missing anything here... However, the implementation of item #2 could be changed around by using flags, as you discussed in a previous email, and this would seem more consistent with the intent of SFLAG_FORCELOAD (see the attached patch). Erich Hoover

Re: wined3d: Allow SetCursorProperties on existing cursor

2007-03-12 Thread Erich Hoover
Yeah, that would make more sense wouldn't it :) Please see attached patch. Erich Hoover [EMAIL PROTECTED] On 3/11/07, H. Verbeet [EMAIL PROTECTED] wrote: On 11/03/07, Erich Hoover [EMAIL PROTECTED] wrote: So, which change exactly are you concerned about? Changes are: 1) The removal

Re: winedbg: Support longer thread names

2007-03-12 Thread Erich Hoover
, but that seems slightly hackish. If you have a suggestion then I'm all ears. Erich Hoover [EMAIL PROTECTED] On 3/11/07, Eric Pouech [EMAIL PROTECTED] wrote: Erich Hoover a écrit : Real Name: Erich Hoover Description: The thread name length in winedbg is currently restricted to 9 characters

LockRect Problem

2007-03-12 Thread Erich Hoover
to see if This-resource.size was just allocated incorrectly but that does not appear the case. So, if someone could confirm or deny that this is a typo problem then I'd really appreciate it. Erich Hoover [EMAIL PROTECTED]

Re: wined3d: Allow SetCursorProperties on existing cursor

2007-03-12 Thread Erich Hoover
Please examine the attached corrections. Erich Hoover [EMAIL PROTECTED] On 3/11/07, H. Verbeet [EMAIL PROTECTED] wrote: On 11/03/07, Erich Hoover [EMAIL PROTECTED] wrote: Is the attached what you mean? Erich Hoover [EMAIL PROTECTED] +if (IWineD3DSurface_LockRect(pCursorBitmap

Re: wined3d: Allow SetCursorProperties on existing cursor

2007-03-12 Thread Erich Hoover
Is the attached what you mean? Erich Hoover [EMAIL PROTECTED] On 3/11/07, Stefan Dösinger [EMAIL PROTECTED] wrote: Am Sonntag 11 März 2007 21:08 schrieb Erich Hoover: Yeah, that would make more sense wouldn't it :) Please see attached patch. If you do it that way, you can remove the PreLoad

Re: LockRect Problem

2007-03-12 Thread Erich Hoover
On 3/12/07, H. Verbeet [EMAIL PROTECTED] wrote: On 12/03/07, Erich Hoover [EMAIL PROTECTED] wrote: I think that the allocated memory should be the size of the resource multiplied by 4 (instead of adding 4). What makes you think that? Just that (pLockedRect-Pitch * pRect-top) with pRect-top

Re: kernel32: Implement ReplaceFileA/ReplaceFileW (revised)

2007-03-20 Thread Erich Hoover
I still have not received any comments on the revised version of the attached patch. I would appreciate any suggestions. Should I maybe re-submit this patch? Erich Hoover [EMAIL PROTECTED] On 3/8/07, Erich Hoover [EMAIL PROTECTED] wrote: Request for comments, as per http://www.winehq.com

Re: kernel32: Implement ReplaceFileA/ReplaceFileW (revised, resubmit)

2007-04-06 Thread Erich Hoover
-devel he suggested I re-write it, and over time his suggestions evolved into the revised form I submitted. Erich Hoover [EMAIL PROTECTED] On 4/3/07, Dan Kegel [EMAIL PROTECTED] wrote: Kudos for your persistance. I hope this makes it in soon. I see two remaining problems

WINE on x86-64 Fedora Core 4 Prerelease Kernels (2.6.10) [Workaround]

2005-02-18 Thread Erich Hoover
Haven't been able to use WINE for quite a while and have been getting the error: err:seh:EXC_DefaultHandling Unhandled exception code c13a flags 0 addr 0xe403 So I finally found a workaround, hopefully it can help someone else: LD_ASSUME_KERNEL=2.4 setarch i386 -X wine program

Re: Adding devices in setupapi

2008-02-20 Thread Erich Hoover
I think it probably does something similar to: http://www.codeproject.com/KB/system/RemoveDriveByLetter.aspx Except instead of mapping a drive to usb device, it does it the other way around. After looking more into it it really looks like this is the thing it does. (I need a bunch of

Re: kernel32: Fix for WritePrivateProfileString Sharing Problem [2/2]

2008-02-28 Thread Erich Hoover
On Thu, Feb 28, 2008 at 11:44 PM, James Hawkins [EMAIL PROTECTED] wrote: On Fri, Feb 29, 2008 at 12:29 AM, Erich Hoover [EMAIL PROTECTED] wrote: Patch Originally From: Louis Lenders Description: This patch adds conformance tests for WritePrivateProfileString sharing problems

Re: kernel32: Fix for WritePrivateProfileString Sharing Problem [2/2]

2008-02-29 Thread Erich Hoover
On Fri, Feb 29, 2008 at 1:18 AM, James Hawkins [EMAIL PROTECTED] wrote: On Fri, Feb 29, 2008 at 1:17 AM, Erich Hoover [EMAIL PROTECTED] wrote: On Thu, Feb 28, 2008 at 11:44 PM, James Hawkins [EMAIL PROTECTED] wrote: On Fri, Feb 29, 2008 at 12:29 AM, Erich Hoover [EMAIL PROTECTED

Re: kernel32: Fix for WritePrivateProfileString Sharing Problem [1/2](ATTEMPT 2)

2008-04-09 Thread Erich Hoover
On Wed, Apr 9, 2008 at 10:02 PM, Dmitry Timoshkov [EMAIL PROTECTED] wrote: Erich Hoover [EMAIL PROTECTED] wrote: +oldError = GetLastError(); +/* Read and Write sharing are necessary if a flush is performed on an open file */ +hFile = CreateFileW(CurProfile-filename

Re: kernel32: Fix for WritePrivateProfileString Sharing Problem [1/2] (ATTEMPT 3)

2008-04-11 Thread Erich Hoover
for this) and the get functions need to set the last error to ERROR_SUCCESS (as shown by an existing test, though it actually tests against the value-equivalent S_OK). Erich Hoover [EMAIL PROTECTED] On Fri, Apr 11, 2008 at 4:02 AM, Alexandre Julliard [EMAIL PROTECTED] wrote: Erich Hoover [EMAIL

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

Re: Broken-down time (struct tm)

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

Re: Acting as advisor for wcmd-uplift project?

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

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

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

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

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

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

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

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

  1   2   >