Re: Rude hack fixes Run Time Error 445:Object Doesn't Support This Action

2007-07-08 Thread Jacek Caban
Hi David, David Anderson wrote: > What if the above simply returned S_OK with a FIXME instead > of E_NOTIMPL??? Would that be an acceptable hack for the official > source? Sure, that'd be fine in this case. Feel free to send a patch. Thanks, Jacek

re: Rude hack fixes Run Time Error 445:Object Doesn't Support This Action

2007-07-07 Thread Dan Kegel
Dave wrote: The following rudely changed function: static HRESULT WINAPI WebBrowser_put_RegisterAsBrowser(... works around wine bug 5183. For me. The app I use to run the test is a VB app written by a friend Can you throw together a minimal test in VB and attach it with source and binary to b

Rude hack fixes Run Time Error 445:Object Doesn't Support This Action

2007-07-07 Thread David Anderson
ally supposed to do nor any idea how to even find out.I really don't want a web browser running out of VB anyway :-) Note that a couple years ago the app in question worked. But stopped with Run-time error "445":Object doesn't support this action (oleaut32) at some p

Re: Run-time error 445

2006-10-23 Thread Mike McCormack
David Anderson wrote: An app (apparently Visual Basic) fails with Run-time error '445' Object doesn't support this action Please report your bug to bugs.winehq.org, not wine-devel. You'll have better luck getting help if your application is available for download. Mike

Re: Run-time error 445

2006-10-23 Thread Eric Pouech
David Anderson wrote: An app (apparently Visual Basic) fails with Run-time error '445' Object doesn't support this action in a message box. I click OK (the only choice) and the app dies. A winedbg breakpoint on MessageBoxA does not trigger.On one occasion I got a breakpo

Re: Run-time error 445

2006-10-23 Thread Mike Hearn
I usually do a +msgbox,+ole,+olerelay trace to get a basic idea of what's going on here, moving up to +relay if necessary. If it's Visual Basic stuff most likely you can see what's going on by monitoring OLE Automation. Good luck! -mike

Run-time error 445

2006-10-23 Thread David Anderson
An app (apparently Visual Basic) fails with Run-time error '445' Object doesn't support this action in a message box. I click OK (the only choice) and the app dies. A winedbg breakpoint on MessageBoxA does not trigger.On one occasion I got a breakpoint to work and a tr