Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Google street view black screen on remote machine gecko browser+but working fine on application server

  • 4 답장
  • 1 이 문제를 만남
  • 40 보기
  • 최종 답변자: raveeshkumar

more options

Hi, I have a Wpf Client Application which opens Gecko Brower in WPF window to open google maps and google street view. WPF Client application hits the service hosted on an application server. Till last month when the proxy was in place, google map and street view were displayed without any issue. Now we have removed the proxy (because of company's some strange policy). Now if we open the WPF application from desktop google street view is not showing, once we drop man icon on google map, it just shows black screen (attachment 1, attachment 2 and attachment 3). Attachment 1---Google map visible Attachment 2---Dropping the man icon( point to be noted that thumbnails are still visible) Attachment 3-- as soon as you drop the man icon, only black screen appears.

But if we open the WPF application from the app server where service are installed, it worked fine and shows google street view without any issue.

Could you please help as what could be problem

Regards Raveesh

Hi, I have a Wpf Client Application which opens Gecko Brower in WPF window to open google maps and google street view. WPF Client application hits the service hosted on an application server. Till last month when the proxy was in place, google map and street view were displayed without any issue. Now we have removed the proxy (because of company's some strange policy). Now if we open the WPF application from desktop google street view is not showing, once we drop man icon on google map, it just shows black screen (attachment 1, attachment 2 and attachment 3). Attachment 1---Google map visible Attachment 2---Dropping the man icon( point to be noted that thumbnails are still visible) Attachment 3-- as soon as you drop the man icon, only black screen appears. But if we open the WPF application from the app server where service are installed, it worked fine and shows google street view without any issue. Could you please help as what could be problem Regards Raveesh
첨부된 스크린샷

모든 댓글 (4)

more options

hi, you could try disabling hardware acceleration in the firefox settings, restart the browser once and see if this can make a difference: Firefox's performance settings

more options

Hi Philipp, Thanks for prompt response, I have tried disabling hardware acceleration as well, but in vain..

At the time of development Firefox used to generate Cert8.db file for processing the request, but now I can see that Firefox is generating Cert9.db file, could this be causing the issue??

If I open same request from Web browser it shows the street view, but when opened via WPF application, it does not show the street view.

I have traced the requests in web developer tools and found that the URL responsible for showing the street view images is: https://geo0.ggpht.com/.......

more options

So if you were to do the same thing but with Chrome maps would you get the same problems? It just sounds from the read of it coding incompatibility and one can't read the other. Trying just using Chrome browser and see if there is anything different when using the map feature.

more options

Hi WestEnd, It works perfectly fine if I open it in any of the browsers. It was working fine in application as well as in the browser before the proxy changes, after proxy changed it stopped working. I have debugged using fiddler and found that url responsible for showing street view images are *. ggpht.com*. I have also bypassed the proxy for this URL and added it into exception list. We have found that we need to set “ntlm” settings in Firefox browser. Any idea, if I should check something in network, which might have caused this.

Appreciate your help

Regard Raveesh