http://bugs.winehq.org/show_bug.cgi?id=8484
paloseco(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8395
------- Additional Comments From mike(a)cchtml.com 2007-23-05 17:12 -------
It takes 30 minutes to compile Wine on my 32-bit machine, which is a 3.06ghz P4.
I haven't the time to do proper regression testing so I guess I'm out of luck?
I'm sure not that much has changed between one version of Wine and it should be
isolated to the libraries touching the X driver. I'm only used to CVS, but I
guess I'll dig through the git tree and look for you. I'…
[View More]ll report back if no one
else has found an idea.
Spending a few minutes looking over a dozen patches is easier than spending
*hours* recompiling Wine, IMHO. :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=8234
------- Additional Comments From truiken(a)gmail.com 2007-23-05 16:43 -------
> This is a msi error and means "ERROR_INVALID_PARAMETER".
No, that's not an msi error. That's a win32 error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3260
------- Additional Comments From focht(a)gmx.net 2007-23-05 15:56 -------
Hello again,
while you're bugfixing QueryServiceConfigW() could you please add the following
to SetServiceStatus():
--- snip dlls/advapi32/service.c ---
/* Return the corresponding text for service status */
static inline LPCSTR service_status_to_string( DWORD Status)
{
switch( Status)
{
case SERVICE_STOPPED: return "stopped";
case …
[View More]SERVICE_START_PENDING: return "start pending";
case SERVICE_STOP_PENDING: return "stop pending";
case SERVICE_RUNNING: return "running";
case SERVICE_CONTINUE_PENDING: return "continue pending";
case SERVICE_PAUSE_PENDING: return "pause pending";
case SERVICE_PAUSED: return "paused";
default: return "unknown";
}
}
BOOL WINAPI
SetServiceStatus( SERVICE_STATUS_HANDLE hService, LPSERVICE_STATUS lpStatus )
{
...
if (service)
{
memcpy( &service->status, lpStatus, sizeof(SERVICE_STATUS) );
TRACE("Set service status to %d (%s)\n",service->status.dwCurrentState,
service_status_to_string(service->status.dwCurrentState));
}
..
}
--- snip dlls/advapi32/service.c ---
Printing out the actual service state in human readable format for trace.
It is absolutely annoying looking up the status definitions every time.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=7825
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2007-23-05 15:47 -------
* Alfredo wrote:
|
| The error only happens after I choose the correct folder to install...
Can you, Alfredo, please say exactly when does the error _not_ happen?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6591
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sasa_stole(a)yahoo.co.uk
------- Additional Comments From vitaliy(a)kievinfo.com 2007-23-05 14:31 -------
*** Bug 8481 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=…
[View More]email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[View Less]