search for: e_notimpl

Displaying 19 results from an estimated 19 matches for "e_notimpl".

2015 Jul 10
0
Wine release 1.7.47
...the extraneous IUnknown from DMSignPostTrack. dmcompos: Use the generic IPersistStream for DMSignPostTrack. dmcompos: Mark IPersistStream_Save of DMSignPostTrack as a stub. dmband: Add missing TRACE to QI. dmusic: Remove old and ugly COM macros. dmstyle: Implement the E_NOTIMPL methods of IDirectMusicTrack8. dmstyle/tests: Add some basic DirectMusicTrack8 tests. dmstyle: COM cleanup for IDirectMusicTrack8 of DMMuteTrack. dmstyle: Remove the extraneous IUnknown from DMMuteTrack. dmstyle: Use the generic IPersistStream for DMMuteTrack. dmstyle:...
2010 Jul 31
2
getElementsByName
...RESULT WINAPI HTMLDocument3_getElementsByName(IHTMLDocument3 *iface, BSTR v, IHTMLElementCollection **ppelColl) { HTMLDocument *This = HTMLDOC3_THIS(iface); FIXME("(%p)->(%s %p)\n", This, debugstr_w(v), ppelColl); return E_NOTIMPL; } I'm trying to use an application that has an embedded IE browser component and unfortunately the html that's rendered in there makes heavy use of the dreaded getElementsByName method. Can someone please for the love of Hercules implement this method in wine. Thanks you very much.
2016 Sep 16
0
Wine release 1.9.19
...SULT functions. advapi32: Use variable of correct type to store LSTATUS result. dinput: Use variable of correct type to store HRESULT value. joy.cpl: Use variable of correct type to store LSTATUS value. user32: Fix definition of DeregisterShellHookWindow. dxva2: Return E_NOTIMPL from GetPhysicalMonitorsFromIDirect3DDevice9 stub. include: Fix declaration of DwmDefWindowProc. shlwapi: Return E_NOTIMPL for unknown types in StrRetToBuf{A,W}. uxtheme: Return E_NOTIMPL in HRESULT stub functions. taskschd: Do not return ERROR_* constant in HRESULT function...
2017 Dec 29
0
Wine release 3.0-rc4
...volume.c" line 263 44218 Black displaying of all Wine stuffs with FreeBSD ---------------------------------------------------------------- Changes since 3.0-rc3: Alex Henrie (4): msvcrt: Don't include MSVC 10.0+ math functions in SOs for older DLLs. ddraw/tests: Recognise E_NOTIMPL returned from UpdateOverlay() on VMware as broken. user32/tests: Fix OemKeyScan failures with input method editors. user32/tests: Recognize undefined characters in OemKeyScan tests. Alexandre Julliard (7): ntdll: Round the pthread stack size to a page boundary. kernel32/tes...
2017 Jun 08
2
[MS] Partial PDB (/DEBUG:FASTLINK) parsing support in LLVM
Hi Zach (or anyone else who may have a clue), I'm currently investigating making use of LLVM for PDB parsing for with a view to supporting partial PDBs as produced by /DEBUG:FASTLINK as the VS DIA SDK hasn't been updated to handle them. I know this is probably low on your priority list but since /DEBUG:FASTLINK is now the implied default for VS2017 I figure it's a good time to take a
2019 Nov 25
0
Wine release 4.0.3
...p) fails to run with Wine-Mono (mscoree:get_runtime Unrecognized version L"v4.0.20926") 28196 Test Drive Unlimited: Water is always rendered on top of everything. 31350 Multiple .NET 3.x WPF applications crash in Vista/Win7 mode due to dwmapi.DwmGetTransportAttributes stub returning E_NOTIMPL (T-Online Mediencenter Assistent, Valil.Chess, Zwift 1.0) 38182 King of Dragon Pass: can't change audio volume level 38421 Windows Media Player 9 & 10: mp3 sound plays too fast 38423 Python 3.5.x exe installer fails with Access denied error 39129 Cygwin's dash.exe crashes du...
2002 Oct 14
1
Winword 2000
With wine 20020904 and Office 2000 Professional, everything works fine but one thing: Word can't save. :-( This make all working functions unavailable. When clicking Save button, get this (and a popup windows that says: "Disk is full or too many open files!"): I hope somebody has fixed it and can help, thanks indeed. Imre Veres fixme:mpr:WNetGetUniversalNameW (L"C:\\My
2015 Jun 26
0
Wine release 1.7.46
...o a DMUS_OBJECTDESC. dmime: Use the generic DMObject implementation for DMGraph. dmime/tests: Add IPersistStream tests for DM*Track. dmstyle/tests: Add IPersistStream tests for DM*Track. dmband: IsParamSupported method doesn't crashes on NULL. dmband: Implement the E_NOTIMPL methods of IDirectMusicTrack8. dmband/tests: Add some basic IDirectMusicTrack8 tests. dmcompos: IsParamSupported of DMChordMapTrack doesn't crashes on NULL. dmcompos: Implement the E_NOTIMPL methods of IDirectMusicTrack8. dmcompos/tests: Add some basic IDirectMusicTrack8...
2019 May 10
0
Wine release 4.8
...being a stub (Ruijie Supplicant Su1xDriver.sys, nProtect GameGuard/Tachyon Kernel Control Driver) 31101 ScoobyRom v0.6.x-0.8.x (.NET 4.0 app) fails to start with Wine-Mono 31350 Multiple .NET 3.x WPF applications crash in Vista/Win7 mode due to dwmapi.DwmGetTransportAttributes stub returning E_NOTIMPL (T-Online Mediencenter Assistent, Valil.Chess, Zwift 1.0) 34372 Multiple applications need AllocateAndGetTcpExTableFromStack (cross compiled dbus, spamMonitor) 37359 planetside 2 no mouseclicks registered 37540 Multiple games and applications wrapped with Enigma v4 and GG DRM schemes cras...
2018 Aug 31
0
Wine release 3.15
...not change version in uninstaller.exe 45365 Multiple .NET XNA 3.x/4.x games using Microsoft.Xna.Framework.Media classes crash due to IWMPCore3::newMedia stub 45366 A.R.E.S. Extinction Agenda 1.x (.NET 2.0, XNA 3.1 game) crashes during intro ('quartz' BasicAudio_put_Volume must return E_NOTIMPL if audio renderer filter not present) 45468 Phase Shift: tails on sustain notes not visible unless GLSL is disabled 45475 XM6 Type G: Can't type a specific symbol key on Japanese keyboard. 45478 World of Warcraft: graphical artifacts since 8.0 (BfA) 45506 Waves Central: Plugins don&...
2009 Jun 05
0
Wine release 1.1.23
...): kernel32/nls: Add missing translations for lth.nls. winedbg: Add Lithuanian translation. kernel32/nls: Switch to UTF-8 encoding for lth.nls. Austin English (1): user32: Downgrade a FIXME to a WARN. Austin Lund (2): riched20: If DataObjectImpl_EnumFormatEtc returns E_NOTIMPL then ensure that returned pointers are nulled. riched20/test: Added a test for TxDraw. Ben Klein (1): mountmgr.sys: Add tracking of fixed harddisk devices. Chris Robinson (3): wined3d: Prevent erroneous FIXMEs on newer cards. wined3d: Decrement fbo_entry_count when one is...
2020 Aug 28
0
Wine release 5.16
...tThread() on x86_64. ntdll: Support AVX context in fault exceptions on Linux i386. ntdll: Restore AVX registers in NtSetContextThread() on i386. ntdll: Also save unwind info for rbp in call_consolidate_callback() on x64. wmc: Add Null facility. kernel32: Add string for E_NOTIMPL error. Piotr Caban (2): msvcrt: Fix acosf implementation when returning Pi or Pi/2. msvcrt: Optimize memmove implementation. Robert Wilhelm (3): vbscript: Implement Split. vbscript: Implement IsArray. vbscript: Support arrays in TypeName. Shawn M. Chapla (6):...
2014 Jun 27
0
Wine release 1.7.21
...le') 36757 Microsoft Visual Studio 2005 Express reports 'object does not support this action' during project creation (needs IFileSystem::GetDriveName method impl) 36766 Jane Doe View build 140615 endlessly reports 'OLE Error 80004001' (JSGlobal_CollectGarbage stub returns E_NOTIMPL) 36768 valgrind shows a couple invalid reads in windowscodecs/tests/tiffformat.c 36782 valgrind shows a leak in kernel32/tests/thread.c 36784 valgrind shows a leak in kernel32/tests/thread.c 36790 ACDSee v17.0 needs unimplemented function msvcr110.dll.__crtInitializeCriticalSectionEx -...
2012 Dec 21
0
Wine release 1.5.20
...PPTV needs unimplemented atl100.dll.AtlModuleAddTermFunc 32405 Children of the Nile (& Demo): mouse buggy 32406 dsound randomly crashes when SetCooperativeLevel fails 32408 Evolve client (.NET 4.0 app) fails on startup due to WindowsCodecs PngDecoder_Frame_GetThumbnail() stub returning E_NOTIMPL instead of WINCODEC_ERR_CODECNOTHUMBNAIL 32410 Circuitmaker 2000 schematic hangs when editing text strings 32420 KZ ComputerZal needs IPHLPAPI.DLL.GetExtendedUdpTable 32422 comctl32: Bold text in treeview redrawn as plain underlined when mouse hovers over 32423 Installer of Qvod 5.5 cra...
2010 Feb 19
0
Wine release 1.1.39
...cmd: Added cmd.exe tests. mshtml: Forward IHTMLCommentElement::get_text to IHTMLElement::get_outerHTML. mshtml: Added IHTMLStyle::get_borderRightColor implementation. mshtml: Added IHTMLStyle::get_border*Color implementation. mshtml: Added tests showing that we should return E_NOTIMPL in DeleteMemberByName. mshtml: Ensure that gecko event listener is attached in attach_event. urlmon: Added CreateUri stub implementation. mshtml: Added DOCHOST_DOCCANNAVIGATE tests. mshtml: Added IViewObject::SetAdvise implementation. mshtml: Added IViewObject::SetSink...
2020 Jul 03
0
Wine release 5.12
...ectmanipulation: Fake success from IDirectManipulationContent::SetContentRect. directmanipulation: Fake success from IDirectManipulationViewPort2::SetViewPortRect. Anton Baskanov (2): qasf/dmowrapper: Don't crash in ::Stop when DMO wrapper is not initialized. amstream: Return E_NOTIMPL from AMAudioStream::QueryInterface. Biswapriyo Nath (1): ntdll/unix: Use Pc instead of Rip in signal_arm64. Brendan Shanks (7): api-ms-win-core-namedpipe-ansi-l1-1-0: Add stub dll. winevulkan: Don't initialize the Vulkan driver in DllMain(). include: Add d3dkmdt.h....
2019 Nov 29
0
Wine release 4.21
...9;SQLGetInstalledDrivers' doesn't handle NULL 'sizeout') 48114 wine: could not open working directory L"unix\\home\\tod\\", starting in the Windows directory. 48140 Archicad 22 needs missing SHCreateDataObject from shell32 48157 SetThreadDescription() return value E_NOTIMPL crashes StarCitizen 48170 start.exe: /min no longer works 48176 cannot select drawn line in excel2003 sheet (for removal) 48178 upgrade to "version 4 stable" made EXCEL2003 unusable (even after re-installing/purging wine and EXCEL) 48188 wine fails to load, "kernelbase.dl...
2011 Aug 26
0
Wine release 1.3.27
...border metrics. Per Johansson (1): winemenubuilder: Use start.exe to open URLs to respect URL handlers in registry. Piotr Caban (22): include: Added IHTMLAttributeCollection definition. mshtml: Added nsIDOMNamedNodeMap interface. mshtml: DeleteMemberByDispID should return E_NOTIMPL. mshtml: Populate dynamic properties table in get_dynamic_data. mshtml: Make sure dynamic properties are initialized in Dispatch functions. mshtml/tests: Added dynamic properties accessing tests. mshtml: Remove no longer needed get_attr_from_nselem function. msvcp90: A...
2008 Nov 07
0
Wine release 1.1.8
...depth_blt(). wined3d: Handle lack of NPOT support for depth blts. wined3d: Handle projected cube textures. dxgi: Add some stubs for IDXGIAdapter. dxgi: Add some stubs for IDXGISwapChain. d3d10: Add a test to show d3d10 devices implement IDXGIDevice. d3dx8: Return E_NOTIMPL from ID3DXMatrixStack stubs. d3dx8: Correct some ID3DXMatrixStack prototypes. d3dx8: Initialize the matrix stack in D3DXCreateMatrixStack(). d3dx8: Implement ID3DXMatrixStack_Push() and ID3DXMatrixStack_Pop(). d3dx8: Make expect_mat a bit more useable. d3dx8: Add a few...