search for: wine_server_call

Displaying 4 results from an estimated 4 matches for "wine_server_call".

2002 Jan 01
2
Regression in wine-20011226 ?
...second one is a Nokia Logo Manager. It was not too useful for other wine problems but it at least ran. Now it crashes in exactly the same place as the first prog so I think it's a common problem. When started using winedbg, it shows a page fault on read acces to 0x48 from 0x400ccfd9. It's wine_server_call+0x21 in libntdll.so, crashing instruction is movl 0x40(%esi),%edx. ESI is 0x8, which forms the page fault address. Could somebody look at it ? The first program is of a high importance for me... With regards, Pavel Troller
2001 Mar 14
0
Wine Weekly News #86 (2001 Week 11)
...'m not suggesting keeping the current socket stuff, just reusing the structures. So basically instead of passing the address of the stack arguments (which is really ugly IMO) to your ioctl, you pass one of the server request structures. This allows your changes to be localized to wine_server_call and doesn't require changing any of the routines that make server calls. Obviously you'd need some more changes for a few calls like ReadFile/WriteFile, but most operations could switch to your mechanism without needing any change. You simply cannot require people to recompile a...
2019 Jun 21
0
Wine release 4.11
...t: Build with msvcrt. propsys: Build with msvcrt. pstorec: Build with msvcrt. makefiles: Support mixing Unix and msvcrt headers in a single module. winecrt0: Build with msvcrt. winecrt0: Provide our own setjmp/longjmp functions for exception handling. ntdll: Make wine_server_call() cdecl. ntdll: Make the standard C functions available for importing. kernelbase: Build with msvcrt. qmgr: Build with msvcrt. qmgrprxy: Build with msvcrt. query: Build with msvcrt. qwave: Build with msvcrt. rasapi32: Build with msvcrt. rasdlg: Build...
2007 Aug 24
0
Wine release 0.9.44
...11: Move setting of the initial wm hints to a separate function. winex11: Don't set the cursor on the desktop window since it's managed by another process. winex11: Don't select for StructureNotify events on unmanaged windows. ntdll: Return an error instead of dying in wine_server_call if the input buffer is invalid. user32/tests: Use flush_events more consistently in the message tests. user32/tests: Allow WM_MOUSEACTIVATE in the mouse hover test for compatibility with X11 focus policy. winex11: Switch windows to managed mode in SetWindowPos instead of at creati...