gecko not displaying html

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

gecko not displaying html

Post by xekhz »

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?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: gecko not displaying html

Post by vitamin »

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?
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

Re: gecko not displaying html

Post by xekhz »

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
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

gecko not displaying html

Post by austin987 »

On Fri, Mar 27, 2009 at 11:27 AM, xekhz <[email protected]> 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
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

Re: gecko not displaying html

Post by xekhz »

austin987 wrote:On Fri, Mar 27, 2009 at 11:27 AM, xekhz <[email protected]> wrote:
vitamin wrote:
xekhz wrote: Wine version?
wine --version
wine-1.1.17
Does "wine iexplore.exe http://www.winehq.org/" work?


--
-Austin
Yes, it works
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

gecko not displaying html

Post by austin987 »

On Fri, Mar 27, 2009 at 11:55 AM, xekhz <[email protected]> wrote:
austin987 wrote:
On Fri, Mar 27, 2009 at 11:27 AM, xekhz <[email protected]> wrote:
vitamin wrote:
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
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

Re: gecko not displaying html

Post by xekhz »

austin987 wrote:On Fri, Mar 27, 2009 at 11:55 AM, xekhz <[email protected]> wrote:
austin987 wrote:
On Fri, Mar 27, 2009 at 11:27 AM, xekhz <[email protected]> wrote:
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.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

gecko not displaying html

Post by austin987 »

On Fri, Mar 27, 2009 at 12:18 PM, xekhz <[email protected]> wrote:
austin987 wrote:
On Fri, Mar 27, 2009 at 11:55 AM, xekhz <[email protected]> wrote:
austin987 wrote:
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'.

--
-Austin
xekhz
Level 3
Level 3
Posts: 53
Joined: Fri Mar 14, 2008 11:37 am

Re: gecko not displaying html

Post by xekhz »

austin987 wrote:On Fri, Mar 27, 2009 at 12:18 PM, xekhz <[email protected]> wrote:
austin987 wrote:
On Fri, Mar 27, 2009 at 11:55 AM, xekhz <[email protected]> wrote:
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'.

--
-Austin





After 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
Locked