search for: wine_default_debug_channel

Displaying 7 results from an estimated 7 matches for "wine_default_debug_channel".

2004 Sep 14
3
Pegasus Mail sometimes says no HD-memory free, but that's not true
Hello together, I use the localized Pegasus Mail version 4.21c. Sometimes, only during receiving mails, I'll get an error message (dialog) that on the drive is currently only very few memory available. But that's not true, on the drive are many GB free. I have it also tested with another windows application (Total Commander), it also shows me the correct amount of free space. The
2007 Jan 09
0
Wine release 0.9.29
..._requests: Grab status names from async_terminate calls too. server: Don't fail to map a shared section if the final sector is truncated. dsound: The dsconf.h GUIDs are now in libdxguid. Update copyright info for the new year. Andrew Talbot (26): sane.ds: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. dmband: Remove unused file-static variable. wnaspi32: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. ntdll: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. msvcrt: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. dbghelp: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. wrc: Declare...
2005 Apr 28
2
Help with using the WINEDEBUG variable
Hi users. I have found the WINEDEBUG variable to be very useful. However, now that my program starts, using WINEDEBUG=trace,+all or WINEDEBUG=+all creats log files well over 2.0 GB. I am trying to find messages like the following: 0009:trace:seh:EXC_RtlRaiseException code=c0000005 flags=0 addr=0x4725f1 (and the few lines above it) to try and figure out what's causing my Dreamweaver to
2003 Apr 10
1
Starcraft Patch
...mouse.c =================================================================== RCS file: /home/wine/wine/dlls/x11drv/mouse.c,v retrieving revision 1.11 diff -u -r1.11 mouse.c --- dlls/x11drv/mouse.c 7 Jan 2003 20:36:22 -0000 1.11 +++ dlls/x11drv/mouse.c 10 Apr 2003 02:14:04 -0000 @@ -35,6 +35,10 @@ WINE_DEFAULT_DEBUG_CHANNEL(cursor); +#ifdef HAVE_LIBXXF86DGA2 +extern BOOL DGAUsed; +#endif + /**********************************************************************/ #define NB_BUTTONS 5 /* Windows can handle 3 buttons and the wheel too */ @@ -159,8 +163,13 @@ if (data->cursor_window != win) { +#i...
2005 Dec 09
6
New Winecfg crash
I updated my copy of WINE CVS today, and now if I click the audio tab in Winecfg, I'm getting this on my Mandrake 2006 machine. *** glibc detected *** free(): invalid pointer: 0x7c0a6cd0 *** wine: Assertion failed at address 0xffffe410 (thread 0009), starting debugger... This happens everytime I run winecfg and click the audio tab. Clicking the other tabs works fine. I've updated to
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
...ack + * Released under LGPL + */ + #include "config.h" #include "wine/port.h" @@ -48,12 +56,46 @@ #include "wine/server.h" #include "wine/debug.h" #include "wine/unicode.h" +#include "dinput.h" +DWORD WINAPI __pollInput(LPVOID) ; WINE_DEFAULT_DEBUG_CHANNEL(win); WINE_DECLARE_DEBUG_CHANNEL(keyboard); static DWORD last_mouse_event; +BOOL mouse_init = FALSE; +LPDIRECTINPUT8A lpdi; +LPDIRECTINPUTDEVICE8A m_mouse; + +static DIMOUSESTATE2 mouse_state; +static DIMOUSESTATE2 mouse_state_prev; + +#define MOUSE_INPUT...
2011 Nov 18
0
Wine release 1.3.33
...through integer promotion. user32: Suppress sign-extension through integer promotion. advapi32: Remove an unused variable. appwiz.cpl: Remove an unused function. atl: Remove an unused variable. cryptnet: Remove unused file-static variable. dinput: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. dinput: Remove unused Wine debug channel. kernel32: Remove unused file-static variables. mshtml: Remove unused file-static variable. Andr? Hentschel (13): ntdll: Declare debug channel only when used. winebuild: Add support for building on powerpc64. apphelp: Ad...