search for: dwsize

Displaying 20 results from an estimated 25 matches for "dwsize".

Did you mean: wsize
2004 Feb 29
0
[RESEND] Mixer + Joystick problems with a game. Anybody willing to debug?
...und buffer 0x4535a7a8 > err:dsound:DSOUND_MixOne underrun on sound buffer 0x471bbfa0 > err:dsound:DSOUND_MixOne underrun on sound buffer 0x4534ff20 > fixme:dinput:JoystickAImpl_SetProperty (this=0x47d00090,<guid- > 0x0004>,0x4081fa78) > fixme:dinput:JoystickAImpl_SetProperty ph.dwSize = 24, ph.dwHeaderSize > =16, ph.dwObj = 258, ph.dwHow= 2 > fixme:dinput:JoystickAImpl_SetProperty proprange(-100,100) > fixme:dinput:JoystickAImpl_SetProperty (this=0x47d00090,<guid- > 0x0004>,0x4081fa78) > fixme:dinput:JoystickAImpl_SetProperty ph.dwSize = 24, ph.dwHeaderSize...
2010 Jun 26
1
Problem in "porting" a function on windows to linux?
...m a specific Shared object and ..., but because I'm new to linux, I don't know how this should be done, this is my function: Code: //This function return True if log policy is set in registry and False otherwise int isLogEnabled() { HKEY hKey; LONG lRes; DWORD dwType, dwSize = 0; int retVal = 0; if((RegOpenKeyEx(HKEY_LOCAL_MACHINE, "SOFTWARE\\MyCorp", 0, KEY_ALL_ACCESS, &hKey)) == ERROR_SUCCESS) { lRes = RegQueryValueEx(hKey, "SpecialMode", 0, &dwType, NULL, &dwSize ); if(lRes == ERROR_SUCCESS)...
2017 Jan 06
1
[PATCH 5/5] win_utf8_io: Avoid forbidden functions when building for WinRT/UWP
...pifamily.h so it won't work in older MSVS and MinGW. > CONSOLE_SCREEN_BUFFER_INFO csbi; > HANDLE hOut = GetStdHandle(STD_OUTPUT_HANDLE); > if(hOut != INVALID_HANDLE_VALUE && hOut != NULL) > if (GetConsoleScreenBufferInfo(hOut, &csbi) != 0) > width = csbi.dwSize.X; > +#endif > return width; > } > @@ -176,6 +179,7 @@ int win_get_console_width(void) > static int wprint_console(FILE *stream, const wchar_t *text, size_t len) > { > +#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) Again, doesn't work with older MSVS and MinGW....
2017 Apr 20
0
Wine release 2.0.1
...ple. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 2.0.1 (total 47): 14897 DirectDraw games (Jojo's Fashion Show 2: Las Cruces demo, The Chosen: Well of Souls) try to lock surface with invalid dwSize 14939 Black & White: DXTC to ARGB converter not implemented 17495 Open dialog crashes if the desktop folder is at a Unicode path that cannot be represented in the current locale 18477 Need For Speed Most Wanted crashes after accepting video settings changes 19888 Venom Codename: Out...
2001 Dec 11
0
VirtualProtect and app crash: what's your interpretation?
...bp-4] 00760D8D cmp ds:dword_75D734, 2 00760D94 mov [ebp-14h], eax ; ; If (*(long *)75D734) != 2 then skip the call to ; VirtualProtect ; 00760D97 jnz short loc_760DC4 ; ; Push arguments to VirtualProtect( ; LPVOID lpAddress, ; SIZE_T dwSize, ; DWORD flNewProtect, ; PDWORD lpflOldProtect) ; 00760D99 lea eax, [ebp-8] ; ; lpflOldProtect is a local variable ; 00760D9C push eax ; ; flNewProtect = 4 = PAGE_READWRITE ; 00760D9D push 4 ; ; dwSize = size of region to protect = a l...
2008 Jun 01
1
Joystick Axis not working
...tions invalid joystick axis type: "Hat0X" err:dinput:setup_dinput_options invalid joystick axis type: "Hat0Y" trace:dinput:IDirectInputAImpl_AddRef (0x1359c8) incrementing from 1 trace:dinput:_dump_DIDATAFORMAT Dumping DIDATAFORMAT structure: trace:dinput:_dump_DIDATAFORMAT - dwSize: 24 trace:dinput:_dump_DIDATAFORMAT - dwObjsize: 16 trace:dinput:_dump_DIDATAFORMAT - dwFlags: 0x00000001 (DIDF_ABSAXIS) trace:dinput:_dump_DIDATAFORMAT - dwDataSize: 272 trace:dinput:_dump_DIDATAFORMAT - dwNumObjs: 15 trace:dinput:_dump_DIDATAFORMAT - Object 0: trace:dinput:_dump_DIDATAF...
2009 Mar 06
3
Explorer - DirectX and ActiveX
...nd=0x10080 wParam 00000001 lParam 00000000 fixme:dpa:DPA_LoadStream phDpa=0x5d7c248 loadProc=0x8aba1c pStream=0x217cf58 lParam=217cf20 fixme:dpa:DPA_LoadStream dwSize=0 dwData2=0 dwItems=0 fixme:dpa:DPA_LoadStream new hDpa=0x217ce90, errorcode=80004005 fixme:toolbar:TOOLBAR_U...
2017 Jan 06
8
[PATCH 0/5] Allow multiple targets to be disabled
Hi, This patchet allows a few targets to be disabled when unrequired. The rational is coming from VLC's contrib buildsystem, so far we use make -C to select only some subparts of the available targets. It would be easier and cleaner to use autoconf to do so IMHO. There's an additional patch which fixes the build when building for WinRT/UWP platform, upstreamed from VLC. We have a couple
2005 Dec 30
1
Internet Explorer 6 crashes after upgrading to Wine 0.9.4
...OP not implemented fixme:toolbar:TOOLBAR_CheckStyle [0x10032] TBSTYLE_REGISTERDROP not implemented fixme:toolbar:TOOLBAR_Unkwn464 hwnd=0x10036 wParam 00000001 lParam 00000000 fixme:dpa:DPA_LoadStream phDpa=0x7fb0d8d0 loadProc=0x7117d6c0 pStream=0x7fde5ca8 lParam=7fde5d00 fixme:dpa:DPA_LoadStream dwSize=0 dwData2=0 dwItems=0 fixme:dpa:DPA_LoadStream new hDpa=0x7fde60a8, errorcode=80004005 fixme:toolbar:TOOLBAR_Unkwn45D hwnd=0x10050, wParam=0x00000000, size.cx=1280, size.cy=1020 stub! fixme:shell:NTSHChangeNotifyRegister (0x10050,0x00008003,0x0c02b7ff,0x0000c070,0x00000001,0x7fb0ded4):semi stub....
2007 Aug 04
1
couple of IE 6 issues
...GISTERDROP not implemented fixme:toolbar:TOOLBAR_CheckStyle [0x10034] TBSTYLE_REGISTERDROP not implemented fixme:toolbar:TOOLBAR_Unkwn464 hwnd=0x10038 wParam 00000001 lParam 00000000 fixme:dpa:DPA_LoadStream phDpa=0x33d648 loadProc=0x79ba1c pStream=0x17bca8 lParam=17b928 fixme:dpa:DPA_LoadStream dwSize=0 dwData2=0 dwItems=0 fixme:dpa:DPA_LoadStream new hDpa=0x17b8d0, errorcode=80004005 fixme:toolbar:TOOLBAR_Unkwn45D hwnd=0x1004e, wParam=0x00000000, size.cx=1920, size.cy=1196 stub! fixme:shell:NTSHChangeNotifyRegister (0x1004e,0x00008003,0x0c02b7ff,0x0000c074,0x00000001,0x33dc4c):semi stub. fixm...
2001 Nov 07
1
WG: Re: Wine and the serial port [LONG]
...verlappedIO) times out). This is what happens in our trace: ------------------------------------- [07.11.2001 14:04.30,739 Thread 0x08085e28 Process 0x080673b0 Module 1127] SerialDevice(PHYSICAL_SERVICES\Devices\TWINSAFE)::Write() HDEVICE hDevice = 0x4040ee00 LPBYTE lpBuffer = 0x42c75cfc DWORD dwSize = 26 Bytes ULONG ulTimeout = 2000 Milliseconds [07.11.2001 14:04.30,741 Thread 0x08085e28 Process 0x080673b0 Module 1127] SerialDevice(PHYSICAL_SERVICES\Devices\TWINSAFE)::PortWrite [07.11.2001 14:04.30,742 Thread 0x08085e28 Process 0x080673b0 Module 1127] About to call WriteFile ( 26 Bytes) [0...
2005 Aug 08
1
Wine (latest) - Keyboard not functioning
...a Mouse device (0x6bb65938) 92. trace:dinput:SysMouseAImpl_Unacquire (this=0x6bb65938) 93. trace:dinput:SysMouseAImpl_SetDataFormat (this=0x6bb65938,0x497ab0) 94. trace:dinput:_dump_DIDATAFORMAT Dumping DIDATAFORMAT structure: 95. trace:dinput:_dump_DIDATAFORMAT - dwSize: 24 96. trace:dinput:_dump_DIDATAFORMAT - dwObjsize: 16 97. trace:dinput:_dump_DIDATAFORMAT - dwFlags: 0x00000002 (DIDF_RELAXIS) 98. trace:dinput:_dump_DIDATAFORMAT - dwDataSize: 16 99. trace:dinput:_dump_DIDATAFORMAT - dwNumObjs: 7 100. trace:dinput:_d...
2018 Jun 26
0
Wine release 3.0.2
...d stub. ucrtbase: Add _timespec{32,64}_get implementation. Sebastian Lackner (2): ntdll: Throw exception if invalid handle is passed to NtClose and debugger enabled. advapi32/tests: Add basic tests for BuildSecurityDescriptor. Stefan Dösinger (2): ddraw: Fix D3DEXECUTEDATA.dwSize handling. ddraw: Don't read past the end of the executebuffer. Stefan Leichter (2): advapi32: Silence the fixme in EventActivityIdControl. include: Fix declaration of SelectDeviceDlg. Tim Wanders (1): setupapi: Return CR_NO_SUCH_DEVNODE from CM_Get_Parent stub. Zebedi...
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
...ze, cbSizeHeader); + HRESULT hr; + RAWINPUT *raw; + int i; - return 0; -} + if(!mouse_init) return -1; + + if(pData == NULL) + { + *pcbSize = sizeof(RAWINPUT); + return 0; + } + + raw = pData; + raw->header.dwType = RIM_TYPEMOUSE; + raw->header.dwSize = sizeof(RAWINPUT); + raw->header.hDevice = MOUSE_DEVICE_HANDLE; + raw->header.wParam = RIM_INPUT; + + hr = m_mouse->lpVtbl->GetDeviceState(m_mouse, sizeof(DIMOUSESTATE2), (LPVOID)&mouse_state); + if(FAILED(hr)) + { + TRACE("Re-acquiring input.\n"); +...
2017 Feb 03
0
Wine release 2.1
...te list. ---------------------------------------------------------------- Bugs fixed in 2.1 (total 62): 12714 SimCity 2000: crashes when saving or opening a file. 14897 DirectDraw games (Jojo's Fashion Show 2: Las Cruces demo, The Chosen: Well of Souls) try to lock surface with invalid dwSize 17923 No music in X-COM: UFO Defense 18631 regedit gives wrong error when renaming keys 20026 Metal Fatigue crashes on file enumeration (Game saves, skirmish maps) 23547 Railroad Tycoon 2: Platinum (Steam) crashes when setting resolution to 800x600 24112 Xara Designer Pro 6 demo cras...
2008 Jul 27
1
Star Sonata
...fixme:d3d:debug_d3dformat Unrecognized 909201985 (as fourcc: AR16) WINED3DFORMAT! err:d3d:CheckTextureCapability Unhandled format=unrecognized fixme:dinput:IDirectInput8AImpl_EnumDevicesBySemantics (this=0x1f052f8,(null),0xa2093c,0x48e780,0xa20920,0000): stub fixme:dinput:_dump_diactionformatA diaf.dwSize = 328 fixme:dinput:_dump_diactionformatA diaf.dwActionSize = 40 fixme:dinput:_dump_diactionformatA diaf.dwDataSize = 124 fixme:dinput:_dump_diactionformatA diaf.dwNumActions = 31 fixme:dinput:_dump_diactionformatA diaf.rgoAction = 0x5805b8 fixme:dinput:_dump_diactionformatA diaf.rgoAction[0]: fixme...
2009 Mar 15
11
Grand prix legends recognize only two joystick axis
...trace:dinput:IDirectInputAImpl_AddRef (0x139588) incrementing from 1 trace:dinput:_dump_DIDATAFORMAT Dumping DIDATAFORMAT structure: trace:dinput:_dump_DIDATAFORMAT - dwSize: 24 trace:dinput:_dump_DIDATAFORMAT - dwObjsize: 16 trace:dinput:_dump_DIDATAFORMAT - dwFlags: 0x00000001 (DIDF_ABSAXIS)...
2014 Dec 12
0
Wine release 1.7.33
...ws2_32/tests: Add SO_BSP_STATE tests. ws2_32: Filter unset bits when argument is smaller than 32 bits. ws2_32: Implement getsockopt(SO_BSP_STATE). winmm: Handle NULL parameter in joyGetPos/joyGetPosEx. winmm: Allow calling joyReleaseCapture multiple times. winmm: The dwSize paramater of JOYINFOEX must be set correctly. winmm: Allow any period value for setJoyCapture. winmm: Handle invalid threshold values in joySetThreshold. winmm/tests: Add joystick tests. Erich Hoover (1): ddraw: Fix inverted logic for enumerating secondary devices. Fran?oi...
2011 Mar 31
2
Atlantica Online
...l_SetVolumePan (0x31d8730,0x31d86a0): stub fixme:imm:ImmReleaseContext (0x40106, 0x13ec70): stub fixme:xinput:XInputGetState (0 0x133378e4) fixme:dinput:IDirectInput8AImpl_EnumDevicesBySemantics (this=0x15fd20,(null),0x13337788,0xceca30,0x133376fc,0000): stub fixme:dinput:_dump_diactionformatA diaf.dwSize = 328 fixme:dinput:_dump_diactionformatA diaf.dwActionSize = 40 fixme:dinput:_dump_diactionformatA diaf.dwDataSize = 84 fixme:dinput:_dump_diactionformatA diaf.dwNumActions = 21 fixme:dinput:_dump_diactionformatA diaf.rgoAction = 0x133364e0 fixme:dinput:_dump_diactionformatA diaf.guidActionMap = {0...
2013 Dec 06
0
Wine release 1.7.8
...surface_map(). wined3d: Get rid of surface_set_dirty(). ddraw: Only reset the device when creating an exclusive mode front buffer in ddraw_surface_create_texture(). ddraw: Don't bother checking for DDSD_CAPS in CreateSurface(). ddraw: Don't set the pixelformat's dwSize field in CreateSurface(). ddraw: Don't bother unsetting DDSCAPS2_MIPMAPSUBLEVEL in CreateSurface(). ddraw: Don't bother setting *surface to NULL in CreateSurface(). ddraw: Move the TEXTUREMANAGE validation from CreateSurface() to ddraw_surface_create_texture(). ddraw...