[Bug 31968] wPrime 2.09 doesn't start - needs ITextStream get_AtEndOfStream method implementation

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Dec 30 09:57:19 CST 2013


http://bugs.winehq.org/show_bug.cgi?id=31968

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net
            Summary|wPrime 2.09 doesn't start - |wPrime 2.09 doesn't start -
                   |needs ITextStream           |needs ITextStream
                   |                            |get_AtEndOfStream method
                   |                            |implementation

--- Comment #8 from Anastasius Focht <focht at gmx.net> ---
Hello folks,

still present, refining summary to target a specific stub.

--- snip ---
...
0024:fixme:scrrun:filesys_OpenTextFile (0x7e302a40)->(L"wprime.exe" 1 0 0
0x33f808)
...
0024:trace:scrrun:textstream_QueryInterface
(0x146bc0)->({53bad8c1-e718-11cf-893d-00a0c9054228} 0x33f6e8)
0024:trace:scrrun:textstream_AddRef (0x146bc0)->(2)
0024:trace:scrrun:textstream_Release (0x146bc0)->(1)
0024:fixme:scrrun:textstream_get_AtEndOfStream (0x146bc0)->(0x33f7b4): stub
0024:trace:scrrun:textstream_AddRef (0x146bc0)->(2)
0024:trace:scrrun:textstream_QueryInterface
(0x146bc0)->({df0b3d60-548f-101b-8e65-08002b2bd119} 0x33f698)
0024:trace:scrrun:textstream_Release (0x146bc0)->(1)
...
0024:Call KERNEL32.RaiseException(c000008f,00000001,00000002,0033f678)
ret=660d0956
0024:trace:seh:raise_exception code=c000008f flags=1 addr=0x7b83a89f
ip=7b83a89f tid=0024
0024:trace:seh:raise_exception  info[0]=deadcafe
0024:trace:seh:raise_exception  info[1]=deadcafe
0024:trace:seh:raise_exception  eax=7b826921 ebx=7b8ba000 ecx=deadcafe
edx=0033f5d4 esi=0033f678 edi=0033f640
0024:trace:seh:raise_exception  ebp=0033f618 esp=0033f5b4 cs=0023 ds=002b
es=002b fs=0063 gs=006b flags=00000283 
...
0024:Call winex11.drv.SetWindowText(00010088,0014a180 L"Run-time error
'445':\n\nObject doesn't support this action") ret=7ec9f739 
--- snip ---

Before the stub method 'get_AtEndOfStream' can be implemented, 'TextStream'
object needs more flesh (OpenTextFile, ...).

Source:
http://source.winehq.org/git/wine.git/blob/a0a1a5fca54fecc64501356dfdef1f7ff207fb01:/dlls/scrrun/filesystem.c#l212

--- snip ---
212 static HRESULT WINAPI textstream_get_AtEndOfStream(ITextStream *iface,
VARIANT_BOOL *eos)
213 {
214     struct textstream *This = impl_from_ITextStream(iface);
215     FIXME("(%p)->(%p): stub\n", This, eos);
216     return E_NOTIMPL;
217 }
--- snip ---

$ wine --version
wine-1.7.9-209-gb231b4b

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list