search for: winerror

Displaying 20 results from an estimated 29 matches for "winerror".

2002 Feb 16
2
WineDbg : list of errors
Hi, Using WineDbg, I have problems to attach to a process. I start "winedbg". then "walk process". It gives reference to a W-process. Trying attach to this process gives me error 5. Where could i find more info on these error numbers ? [syl@snoop La 4?me Proph?tie]$ winedbg WineDbg starting... on pid 0 Wine-dbg>walk process pid threads parent exe 0806ba80
2018 Jan 16
3
Windows TAP driver issues
Thanks for the info, that is very helpful. It does look like that change got back-ported to master, albeit in a different form. I'll take a look at how OpenVPN does its windows device I/O. - todd
2009 Sep 05
3
Wine beta hangs, Requires reboot of Linux
...ion information is to not shut down FTM for as long as possible. I would request some advice from the Wine gurus as to further steps I can take to collect documentation of these problems. The error log from one run (admittedly not a run that resulted in a hang) is available at www.jamescobban.net/winerrors.txt
2009 Mar 06
1
Re: Help, please-- Ubuntu 8.04
I tried to install the same game and got this error message: [Image: http://i239.photobucket.com/albums/ff188/Inanimatus/winerror.png ] I am using PCLOS fully updated with Wine 1.0.1. I tried googling it, but couldn't find anything useful.
2005 Nov 03
0
build errors: scsi.h "FAILED" and "u8"
Hi, I had these 2 errors /usr/include/scsi/scsi,h:321 #define FAILED 0x2003 // conflicted with winerror.h:43 /usr/include/scsi/scsi.h:222 needed: typedef unsigned char u8; // or some include Despite using make -k, a lot of files depended on the cdrom.o target This is with an old SuSe linux-2.6.5-7.111/ I'm not subscribed to anything, so I hope this gets bounced through -- Graham gps...
2009 Jul 09
3
Re: Install LiveZilla In wine
...es of addresses > + * Reserved [In] should be null > + * AdapterAddresses [In/Out] ptr to a buffer to receive addresses > + * SizePointer [In/Out] ptr to a variable with the size of the buffer pointed to > + * > + * RETURNS > + * Success: NO_ERROR > + * Failure: error code from winerror.h > + * > + * FIXME > + * Stub, returns ERROR_CALL_NOT_IMPLEMENTED > + */ > +ULONG WINAPI GetAdaptersAddresses( ULONG Family, ULONG Flags, PVOID Reserved, > + /*PIP_ADAPTER_ADDRESSES*/PVOID AdapterAddresses, PULONG SizePointer) > +{ > + FIXME("stub\n"); > + retu...
2012 May 04
0
[PATCH] add (errnum) in front of windows error messages
...tls.msk.ru> --- lib/utils.c | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/lib/utils.c b/lib/utils.c index 6ea904a..405097b 100644 --- a/lib/utils.c +++ b/lib/utils.c @@ -53,15 +53,17 @@ void bin2hex(char *src, char *dst, int length) { #endif const char *winerror(int err) { - static char buf[1024], *newline; + static char buf[1024], *ptr; + + ptr = buf + sprintf(buf, "(%d) ", err); if (!FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGNORE_INSERTS, - NULL, err, MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), buf, sizeof(buf), NUL...
2010 Jul 29
2
Include Wine in my project and using WinGDI under Linux.
...for Windows/Linux/Mac and I have problem with next using: I'm include in my project next headers: #ifndef WNT #include </tmp/include/windef.h> #include </tmp/include/winbase.h> #include </tmp/include/wingdi.h> #include </tmp/include/winuser.h> #include </tmp/include/winerror.h> #endif And It's cool working with libEMF.so, but what the library of wine I must include ? for the sample, I'm try to use libwine.so.1, gdi32.dll.so,gdiplus.dll.so But my compiler have this errors: ../obj/ExportImage.o: In function `exportimg::eraseEMFPen()': ExportImage.cpp:(...
2003 Mar 14
2
Samba PDC and MMC - Problems changing password of services
Hy, im using Samba as PDC. When im logging into another W2K machine with MMC an try to change the password of a service, windows is bringing up the error: "A device attached to the system is not functioning." To be exact, this is error: Winerror.h, 0x000001f = 31 (ERROR_GEN_FAILURE) If you change the Password of the service on the machine itself (sitting in front of the machine) it's not a problem. Some data about the our PDC: - SuSE 8.1 - Kernel 2.4.19 (precompiled binary for SuSE 8.1) - Samba 2.2.7a (precompiled b...
2001 Jun 13
3
Wine installer
...se_wine.html /usr/share/man/allman/man1/wine.1.gz /usr/share/man/allman/man1/winemaker.1.gz /usr/share/man/allman/man5/wine.conf.5.gz /usr/share/texmf/doc/help/Catalogue/entries/winemtex.html /usr/share/texmf/doc/help/Catalogue/entries/winedt.html /usr/include/avifile/wine /usr/include/avifile/wine/winerror.h /usr/include/avifile/wine/winestring.h /root/.wine/wineserver-notch /root/.wine/wine.userreg Why does this message come ? I don't have wine installed ! Does anybody know, when exactly this error occurs (what does it look for).
2009 Apr 01
19
Install LiveZilla In wine
http://www.ushost.com.br/wine/livezilla.jpg http://www.ushost.com.br/wine/error.txt Would you like to chat client livezilla run on linux and can not run in wine, because it is on. Net can someone help me? --> http://bugs.winehq.org/show_bug.cgi?id=14574 I tried to do what it says in this FAQ and also had no success. : /
2004 Aug 11
5
problem with delphi bde app
Hi, I'm trying to run some old delphi application, which uses BDE to connect to an access mdb file. The application displays an error, that it couldn't open the database. I can run BDEADMIN and I see that database aliases are configured propoerly. I did some winedebugg'ing and noticed following mesassages .... ... warn:gdi:GDI_GetObjPtr Invalid handle (nil) warn:gdi:GDI_GetObjPtr
2017 Feb 17
0
Wine release 2.2
...image size. gdi32/tests: Test blitting from a D3DKMT bitmap to a regular bitmap. Jacek Caban (34): inetcomm: Return S_FALSE if no data is returned in IInternetProtocol::Read. mshtml: Added MHTMLDocument object implementation. mshtml/tests: Added MHTML document tests. winerror.h: Moved DXGI HRESULT defines to winerror.h and add a few missing ones. user32: Allow creating windows using null driver for invisible winstations. services/tests: Test creating windows inside non-interactive service. maintainers: Update myself. server: Choose newer async ob...
2015 Jul 28
0
Wine release 1.7.48
...illRectangle(). d2d1: Implement d2d_d3d_render_target_FillRoundedRectangle(). d2d1: Implement d2d_d3d_render_target_FillEllipse(). d2d1: Fix the bitmap DPI scale for bitmap brushes. d2d1: Implement d2d_d3d_render_target_GetPixelFormat(). include: Add WIC error codes to winerror.h. d2d1: Also infer the alpha mode in d2d_d3d_render_target_CreateBitmapFromWicBitmap(). Hugh McMaster (3): wineconsole: Rearrange user dialog to make room for new controls and improve resource strings. wineconsole: Allow users to enable or disable Insert Mode via the user dialog...
2015 Jul 10
0
Wine release 1.7.47
...t (10): d2d1: Implement d2d_d3d_render_target_DrawGlyphRun(). d2d1: Implement d2d_text_renderer_IsPixelSnappingDisabled(). d2d1: Implement d2d_text_renderer_GetCurrentTransform(). d2d1: Implement d2d_text_renderer_GetPixelsPerDip(). include: Add Direct2D error codes to winerror.h. d2d1: Only allow path geometries to be opened once. d2d1: Implement d2d_geometry_sink_BeginFigure() and d2d_geometry_sink_EndFigure(). d2d1: Implement d2d_path_geometry_GetFigureCount(). d2d1: Implement d2d_path_geometry_GetSegmentCount(). d2d1: Implement d2d_d3d_re...
2015 Oct 30
0
Wine release 1.7.54
...ination parser to handle embedded groups. riched20: Add support for the \shppict destination. Jacek Caban (14): ole32: Pass requested interface IID to CreateInstance in CoCreateInstanceEx. ole32: Call CoCreateInstanceEx from CoCreateInstance instead of the other way around. winerror.h: Added DNS_REQUEST_PENDING error code. windns.h: Added missing DNS_QUERY_* constants. rpcrt4: Moved formatting pipe names to helper functions. rpcrt4: Added support for binding argument in RpcMgmtIsServerListening. rpcrt4: Added RpcMgmtIsServerListening tests. mshtml...
2010 Mar 19
0
Wine release 1.1.41
...dwarf2 stuff. dbghelp: Move the PE debug info to the newly define scheme. dbghelp: Moved the ELF's module information into the new scheme. dbghelp: Move the mach-o information into the modfmt structure. Francois Gouget (2): include: Also define the WSAxxx error codes in winerror.h. server: Don't include winsock.h to avoid creating a dependency on generated headers. Gerald Pfeifer (4): comdlg32: Removed unused parameters from PRINTDLG_WMInitDialogW and PRINTDLG_WMInitDialogA. comdlg32: Removed unused parameters from FILEDLG95_OnWMSize, FILEDLG95_OnWMC...
2006 Jan 26
7
Print Migrator help needed...
Hi, I am trying to migrate print queues from a windows server to a samba share. 1. I ran printmig.exe on the windows server. 2. Backed up the printers on the windows servers to a cab file. 3. Tries to restore the printers to the sambashare by specifying the target as //sambaShare. But I get the following error: 2006:01:25 15:35:38 Access Granted to: \\sambaShare 2006:01:25 15:35:38
2006 Nov 10
0
Wine release 0.9.25
...lude: Don't define the window and control styles if NOWINSTYLES is set. include: The PSDK does not have the A/W variants of MAKEINTATOM() so we should not either. include/objbase.h: Add missing include directives. shell32: Add missing '\n' to Wine trace. uxtheme: winerror.h must not define the E_PROP_*_UNSUPPORTED macros. setupapi: setupapi.h must not define HSTRING_TABLE and the StringTable* prototypes. secur32: sspi.h must not include wtypes.h. Fix ntsecapi.h so it does not depend on winternl.h. include: The PSDK headers don't define WM...
2019 Apr 12
0
Wine release 4.6
...s-compiler flags. Isira Seneviratne (6): po: Update Sinhala translation. progman: Add missing apostrophe to IDS_SAVE_GROUP_AS_s string. cmd: Correct capitalization of "Windows Explorer". start: Correct capitalization of "Windows Explorer". kernel32/winerror: Correct capitalization of "Windows" in ERROR_OLD_WIN_VERSION string. po: Update Sinhala translation. Jacek Caban (14): mfobjects.idl: Add missing MFVideoTransferMatrix entries. mshtml.idl: Add some SVG interfaces declaration. server: Use generic kernel object lis...