search for: datacache

Displaying 12 results from an estimated 12 matches for "datacache".

Did you mean: data_cache
2001 Oct 19
0
IAdviseSink_QueryInterface (datacache)
Hi all, I'm working on an nt40 program under Wine. It works well using the Microsoft's OLE32, but we *absolutely* need it to work without it. I'm using the 2001-07-31 release of wine, and the program crashes little after starting, inside the DataCache_GetAdvise function (in datacache.c), on the instruction: IAdviseSink_QueryInterface(this->sinkInterface, &IID_IAdviseSink, (void**)ppAdvSink); I tried to find out the problem, but the source is really hard to read, since it uses macros defined ar...
2017 Dec 15
0
Wine release 3.0-rc2
...02 crashes after deleting the last torrent and exiting 43953 Regression in Spellforce 2: message boxes about fatal dx9 errors appear on map loading 44010 Armel support 44130 Possible access to unintended variable in "dlls/comctl32/imagelist.c" line 299 44147 regression in ole2 datacache 44148 DX Library: Multiple PlaySoundMem() calls don't work when using XAudio2 44153 ShellExecute crash when opening explorer.exe 44171 PTHREAD_STACK_MIN breaks build on GNU hurd ---------------------------------------------------------------- Changes since 3.0-rc1: Akihiro Sagawa (2...
2017 Nov 11
0
Wine release 2.21
...d3d11/tests: Add test for stream output components. wined3d: Invalidate pixel shader only when rasterization is toggled. Lauri Kenttä (1): po: Update Finnish translation. Marcus Meissner (4): user32/tests: Check GetClipboardFormatName length. ole32: Clipboard format in the datacache is with trailing \0. ieframe/tests: Avoid crash on missing IID_IWebBrowser2 interface. oleaut32/tests: Fixed 64-bit crash on tmarshal test. Martin Storsjo (1): msvcrt: Back up and restore the FPU state in setjmp/longjmp on ARM. Matteo Bruni (2): d3dx10: Remove redundant he...
2008 Jun 23
4
Ubuntu, Counterstrike Source, crashes after loading a game
...3a0000- 3f4000 Deferred filesystem_steam > PE 400000- 41c000 Deferred hl2 > PE cf50000- cf64000 Deferred inputsystem > PE d1d0000- d2ce000 Deferred datamodel > PE d3e0000- d41d000 Deferred dmserializers > PE d420000- d445000 Export datacache > PE d560000- d615000 Deferred materialsystem > PE d620000- d636000 Deferred valve_avi > PE d640000- d710000 Deferred vguimatsurface > PE d710000- d785000 Deferred vgui2 > PE d790000- d7a4000 Deferred steam_api > PE d9d0000- d9f9000 Deferre...
2018 Apr 13
0
Wine release 3.6
...ction. ole32: Add support for loading enhmetafiles from presentation and contents streams to data cache. ole32: Add support for loading dibs from presentation streams to data cache. ole32: Add support for loading wmf from contents streams to data cache. ole32: Reset CLSID of datacache so that automatic entry is re-created on load. ole32/tests: Add tests for loading from presentation streams to data cache. Stefan Dösinger (2): ddraw: Fix D3DEXECUTEDATA.dwSize handling. ddraw: Don't read past the end of the executebuffer. Sven Hesse (8): d3d11: Implem...
2016 Jul 08
0
Wine release 1.9.14
...ole32: Standardize COM aggregation for the FreeThreadedMarshaler. gdi32: Use wine_dbgstr_rect() to trace a RECT. user32/tests: Use wine_dbgstr_rect() to print RECTs. ole32: Avoid casts from the IMultiQI iface to the COM object. ole32: Standardize COM aggregation for the DataCache. riched20/tests: Use wine_dbgstr_rect() to print RECTs. wineps.drv: Use wine_dbgstr_rect() to print a RECT. gdi32: Remove a redundant NULL check before HeapFree(). winetest: Remove redundant NULL checks before heap_free(). quartz: Remove redundant NULL checks before Co...
2017 May 26
0
Wine release 2.9
...eview pop-up menu. regedit: Use a separate pop-up menu for the 'Computer' root node. regedit/tests: Add tests for importing Windows 3.1 registry data. Huw D. M. Davies (11): ole32: Add a helper to copy FORMATETC structures. ole32: Use the helper function to copy the datacache's FORMATETC. ole32: Use the helper function to copy the clipboard's FORMATETC. ole32: Set the advise flags in CreateEntry(). ole32: Don't cache the BITMAPFILEHEADER. ole32: Fix up the dib's resolution on loading. ole32: OleUninitialize() does not releas...
2008 Jan 25
0
Wine release 0.9.54
...es for consistency. winedbg: Fixed bt all so that current process/thread isn't lost. winedbg: Workaround broken minidumps with invalid 32->64 address conversion. winedbg: Added a way to support differently selector information depending on current target. ole32: Fixed datacache object so that we can retrieve meaningful information. msvcrt: symbol undecoration: Now correctly parsing the template forms. msvcrt: symbol undecoration: Handling of void in template parameters' list. msvcrt: symbol undecoration: Added support for cointerface. msvcrt: s...
2015 Mar 20
0
Wine release 1.7.39
...e/tests: Another test for cluster metrics and inline objects. scrrun: Preserve pairs order during dictionary lifetime. scrrun: Added stub IEnumVARIANT for dictionary. scrrun: Implement IEnumVARIANT support for dictionary. wmvcore: Return S_OK from WMCreateReader. ole32/datacache: Handle stream Stat() failure (PVS-Studio). mstask: Added IEnumWorkItems stub. ole32: Fix error handling in GetTimeOfLastChange() for item moniker (PVS-Studio). ole32: Improve error handling in GetClassFile() (PVS-Studio). ole32: Cleanup QI for IEnumMoniker. avifil32:...
2010 Dec 24
0
Wine release 1.3.10
...mshtml: COM cleanup for the IOleDocumentView iface. mshtml: COM cleanup for the IOleInPlaceActiveObject iface. mshtml: COM cleanup for the IViewObjectEx iface. mshtml: COM cleanup for the IOleInPlaceObjectWindowless iface. ole32: Use ifaces instead of vtbl pointers in DataCache. ole32: Standardize the COM usage in defaulthandler.c. Nikolay Sivov (8): oleaut32/varformat: Fix day string representation format output. oleaut32/tests: Test return value without macros. oleaut32: Basic parameter validation tests for some GetTypeInfo* methods. oleau...
2010 Nov 12
0
Wine release 1.3.7
...Simplify a condition in IWineD3DSurfaceImpl_LoadTexture(). wined3d: Rename the IWineD3DSurfaceImpl "Flags" field to "flags". wined3d: Rename the wined3d_format "Flags" field to "flags". Huw Davies (6): ole32/tests: Add tests to exercise the datacache's IDataObject::GetData. ole32: Add a stub advise sink object to the data cache. ole32: Rename cache entry parameters from 'This' - it leads to too much confusion with the data cache itself, which is the real COM object. ole32: Re-order some functions. ole32: Remo...
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...dll16/Makefile > :info:build ../../tools/makedep -C. -S../.. -T../.. > :info:build config.status: creating dlls/ole32/Makefile > :info:build ../../tools/makedep -C. -S../.. -T../.. antimoniker.c bindctx.c classmoniker.c clipboard.c comcat.c compobj.c compositemoniker.c datacache.c defaulthandler.c dictionary.c enumx.c errorinfo.c filelockbytes.c filemoniker.c ftmarshal.c git.c hglobalstream.c ifs.c itemmoniker.c marshal.c memlockbytes.c moniker.c ole2.c ole2impl.c ole2stubs.c ole32_main.c oleobj.c oleproxy.c pointermoniker.c regsvr.c rpc.c stg_prop.c stg_stream.c storage32...