Hello, Im having a problem with gecko and an aplication built on PowerBuilder. My application calls some sort of HTML rendering and gecko is downloaded. After downloading, I can browse the menus but not the content in those. I only see a white screen The debug output: a) When I change the view in the menu list i get this err:mshtml:nsChannelBSC_stop_binding RemoveRequest failed: 80004005 b) other output by clicking arround, it is only fixme messages. err:mshtml:nsChannelBSC_stop_binding RemoveRequest failed: 80004005 fixme:shdocvw:ClientSite_GetContainer (0x1dfeb0)->(0x32f940) fixme:shdocvw:InPlaceFrame_SetStatusText (0x1dfeb0)->(0xb7e1365c) fixme:shdocvw:ClOleCommandTarget_Exec (0x1dfeb0)->((null) 25 2 0x32f7f8 (nil)) fixme:shdocvw:ClOleCommandTarget_Exec (0x1dfeb0)->((null) 26 2 0x32f7f8 (nil)) fixme:shdocvw:ClOleCommandTarget_Exec (0x1dfeb0)->((null) 21 2 (nil) (nil)) fixme:shdocvw:ClOleCommandTarget_Exec (0x1dfeb0)->((null) 28 2 0x32fa18 (nil)) fixme:mshtml:HlinkTarget_SetBrowseContext (0x225a080)->((nil)) fixme:mshtml:nsChannel_GetSecurityInfo default action not implemented fixme:mshtml:nsChannel_GetSecurityInfo default action not implemented fixme:urlmon:URLMonikerImpl_BindToObject use running object table fixme:shdocvw:BindStatusCallback_OnProgress status code 11 fixme:shdocvw:ClOleCommandTarget_QueryStatus (0x1dfeb0)->((null) 1 0x32f1e8 (nil)) fixme:shdocvw:ClOleCommandTarget_Exec (0x1dfeb0)->((null) 25 2 0x32f1f0 (nil)) fixme:shdocvw:ClOleCommandTarget_Exec (0x1dfeb0)->((null) 26 2 0x32f1f0 (nil)) fixme:shdocvw:ClientSite_GetContainer (0x1dfeb0)->(0x32f280) fixme:shdocvw:ClOleCommandTarget_Exec (0x1dfeb0)->({000214d1-0000-0000-c000-000000000046} 37 0 0x32f2d0 (nil)) fixme:shdocvw:ClOleCommandTarget_Exec (0x1dfeb0)->({000214d1-0000-0000-c000-000000000046} 84 0 (nil) 0x32f350) fixme:mshtml:nsChannel_GetSecurityInfo default action not implemented fixme:mshtml:nsChannel_GetSecurityInfo default action not implemented fixme:mshtml:nsChannel_GetSecurityInfo default action not implemented fixme:mshtml:nsChannel_GetSecurityInfo default action not implemented fixme:mshtml:nsChannel_GetSecurityInfo default action not implemented fixme:shdocvw:ClOleCommandTarget_Exec (0x1dfeb0)->((null) 29 2 0x32f748 (nil)) fixme:shdocvw:DocHostUIHandler_GetDropTarget (0x1dfeb0) fixme:shdocvw:ClOleCommandTarget_Exec (0x1dfeb0)->({000214d1-0000-0000-c000-000000000046} 84 0 (nil) 0x32f6e0) fixme:mshtml:nsChannel_GetSecurityInfo default action not implemented fixme:mshtml:nsChannel_GetSecurityInfo default action not implemented fixme:mshtml:nsChannel_GetSecurityInfo default action not implemented Any Idea what could be the problem?
xekhz wrote:> Hello, > Im having a problem with gecko and an aplication built on PowerBuilder. > > My application calls some sort of HTML rendering and gecko is downloaded. > After downloading, I can browse the menus but not the content in those. I only see a white screenWine version?
vitamin wrote:> > xekhz wrote: > > Hello, > > Im having a problem with gecko and an aplication built on PowerBuilder. > > > > My application calls some sort of HTML rendering and gecko is downloaded. > > After downloading, I can browse the menus but not the content in those. I only see a white screen > > Wine version?wine --version wine-1.1.17 Im using debian unstable but the wine .deb packages came from deb http://www.lamaresh.net/apt lenny
On Fri, Mar 27, 2009 at 11:27 AM, xekhz <wineforum-user at winehq.org> wrote:> > vitamin wrote: >> >> xekhz wrote: >> > Hello, >> > Im having a problem with gecko and an aplication built on PowerBuilder. >> > >> > My application calls some sort of HTML rendering and gecko is downloaded. >> > After downloading, I can browse the menus but not the content in those. I only see a white screen >> >> Wine version? > > > wine --version > wine-1.1.17Does "wine iexplore.exe http://www.winehq.org/" work? -- -Austin
austin987 wrote:> On Fri, Mar 27, 2009 at 11:27 AM, xekhz <wineforum-user at winehq.org> wrote: > > > > > vitamin wrote: > > > > > > > > xekhz wrote: > > > > > > > Hello, > > > > Im having a problem with gecko and an aplication built on PowerBuilder. > > > > > > > > My application calls some sort of HTML rendering and gecko is downloaded. > > > > After downloading, I can browse the menus but not the content in those. I only see a white screen > > > > > > > > > > Wine version? > > > > > > > > > wine --version > > wine-1.1.17 > > > > Does "wine iexplore.exe http://www.winehq.org/" work? > > > -- > -AustinYes, it works
austin987 wrote:> On Fri, Mar 27, 2009 at 11:55 AM, xekhz <wineforum-user at winehq.org> wrote: > > > > > austin987 wrote: > > > > > On Fri, Mar 27, 2009 at 11:27 AM, xekhz <wineforum-user at winehq.org> wrote: > > > > > > > > > > > > > > vitamin wrote: > > > > > > > > > > > > > > > > > > xekhz wrote: > > > > > > > > > > > > > > > > Hello, > > > > > > Im having a problem with gecko and an aplication built on PowerBuilder. > > > > > > > > > > > > My application calls some sort of HTML rendering and gecko is downloaded. > > > > > > After downloading, I can browse the menus but not the content in those. I only see a white screen > > > > > > > > > > > > > > > > > > > > > > Wine version? > > > > > > > > > > > > > > > > > > > > > > wine --version > > > > wine-1.1.17 > > > > > > > > > > > > > > Does "wine iexplore.exe http://www.winehq.org/" work? > > > > > > > > > -- > > > -Austin > > > > > > > > > Yes, it works > > > > > > > > > > > > To see if it's a bug in gecko, try: > $ wget kegel.com/wine/winetricks > $ sh winetricks ie6 > > -- > -AustinI can see the text but there are no images displayed.
austin987 wrote:> On Fri, Mar 27, 2009 at 12:18 PM, xekhz <wineforum-user at winehq.org> wrote: > > > > > austin987 wrote: > > > > > On Fri, Mar 27, 2009 at 11:55 AM, xekhz <wineforum-user at winehq.org> wrote: > > > > > > > > > > > > > > austin987 wrote: > > > > > > > > > > > > > On Fri, Mar 27, 2009 at 11:27 AM, xekhz <wineforum-user at winehq.org> wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > vitamin wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > xekhz wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Hello, > > > > > > > > Im having a problem with gecko and an aplication built on PowerBuilder. > > > > > > > > > > > > > > > > My application calls some sort of HTML rendering and gecko is downloaded. > > > > > > > > After downloading, I can browse the menus but not the content in those. I only see a white screen > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Wine version? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > wine --version > > > > > > wine-1.1.17 > > > > > > > > > > > > > > > > > > > > > > > > > > > > Does "wine iexplore.exe http://www.winehq.org/" work? > > > > > > > > > > > > > > > -- > > > > > -Austin > > > > > > > > > > > > > > > > > > > > > > Yes, it works > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > To see if it's a bug in gecko, try: > > > $ wget kegel.com/wine/winetricks > > > $ sh winetricks ie6 > > > > > > -- > > > -Austin > > > > > > > > > > > I can see the text but there are no images displayed. > > > > > > > > > > > > > > > > As a guess, try native gdiplus. 'winetricks gdiplus'. > > -- > -AustinAfter intalling gdiplus images are still not displayed and I get this error err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1