unity player chrome error making me crazy - google-chrome

I want to open unity game in my chrome browser but it’s always showing me error that says Unity web Player Needs Your Permission and it’s not playing. I've installed unity player in my PC.
I have already tried all things but still it’s not working.
I don't know how to solve this... help please!

Enter chrome://plugins/ into the URL bar for Chrome. Find the Unity Player Plugin and check the box for Always Allowed.
I imagine you just haven't allowed the plugin to run. When you try and run it, do you see an icon at the right end of the URL bar? If you do, that icon indicates a plugin was blocked. When you click on it, you should be able to decide what to do with it (allow or continue blocking).
You can find some more info here.

Related

Re-enable WebGL without restarting Chrome

When Chrome stops WebGL and gives you the following error (in a yellow banner on top of the screen): "Rats! WebGL hit a snag...", and reloading does not work (WebGL is still not re-enabled), is it possible to re-enable WebGL without restarting Chrome?
Context:
Chrome disables WebGL probably because it requires too many resources: I ask it to display 400,000 billboards on Cesium, for those who know what this is.
I know how I could reduce the resources my app asks for, but actually I am exploring its limits for testing purposes. So I am going to make Chrome disable WebGL a lot of times, and I do not want to restart it everytime it disables WebGL.
My configuration:
Chrome 35.0.1916.114 m
Windows 7 Pro 64 bit.
Solutions explored:
I already tried to open a new Chrome window, it does not work. For the moment all I can do is close all Chrome windows and restart it.
I already tried to put --ignore-gpu-blacklist in the Chrome shortcut (even if I understood this is for Windows XP, right?).
Hope I was clear enough.
Thank you for your help.
I was having the same problem and I just found a solution. It sounds like this didn't work back when this question was posted but, it works now!
Refreshing the page doesn't work. If you clicked a link from a different tab to open the tab the crashed, clicking that link again doesn't work. You have to open a new tab and paste in the URL of the page that you want to reload.
I'm guessing this is due to chrome threading... by opening a brand new tab, you create a new thread instead of using the existing one.
In your application you should properly handle webglcontextlost and webglcontextrestored events. In particular, you should prevent default event action in webglcontextlost handler thus telling the browser that you can restore proper functioning of your app when webglcontextrestored will be fired.

Mystery flash of code displayed on page load

I have a screen full of code that displays for about half a second on loading some pages in chrome.
I managed to grab a screenshot of it.
I think this one is from a google search for the London tube map.
I have disabled chrome extensions and antivirus but it still appears.
Does anyone know what this is?
In this particular instance the code is generated by Bitdefender Traffic Light extension. If the antivirus is installed, the extension seems to be enabled without being displayed in Chrome's list of extensions.
Disabling the antivirus doesn't seem to disable the extension. But you can clearly see it is activated in a google search as each link has a specific icon next to it.
Other extensions might do a similar thing, but in the lower-left part of the screenshot, the code is:
fraud_link = "http://trafficlight.bitdefender.com/info?url={URL}&language=en_US";
Which makes it obvious this extention is causing the code to be displayed.

Can't play Vine/Instagram video's in Chrome webbrowser

I asked this question here: https://webapps.stackexchange.com/questions/45867/cant-play-vine-instagram-videos-in-chrome but it isn't a very populair site form SE so I thought let's ask it here too.
I installed chrome because I have a new laptop. But now when I wan't to play Vine/Instagram video's it doesn't display them. I only get the sound. These video's are .mp4 I guess.
What could be the problem? I've noticed that more people have this problem, but haven't found a solution to this.
I fixed my answer from a user on Web-Applications SE site.
https://webapps.stackexchange.com/a/46108/35759
I had the same problem and was able to use Steve Wingfelder's workaround (numbers added for ease of reading)
Temporary Fix:
Enter “Chrome://flags” in the address bar.
Find an entry that says
“Disable hardware-accelerated video decode.”
Click “Enable”.
Your
videos should now play just fine
Your problem also could be related to plugins. Some found Gokul's suggestion to work:
Type chrome://plugins click on +details find the PepperFlash entry and click Disable.Use only Adobe plugin.
Check your extension causes the trouble.Disable them one by one and check.
I installed about a hundred libraries and plugins to get this working and to my amazement I finally got it working! This is how I did it:
Right click on the Instagram video and select "inspect element"
Copy the video link to clipboard and execute "wget [paste link here]" in a shell.
Upload the video to Youtube and watch it from there.
Remember to set the privacy setting to "Private" to avoid copyright issues when uploading.
Would have saved a lot of my time if I had figured this out right from the start...

Flash object is not working after update of google chrome

Today google chrome updated to last version, before that update the website was working without any problem. It's working on firefox and internet explorer without any problem though.
What's wrong with google chrome ?
http://www.mersin-mezitli-satilik-daire.com/3-boyutlu-sanal-tur-mersin-mezitli-satilik-daire.php?iframe=3&anasayfa=1
This issue may be caused by the dreaded 'Pepper' Flash Player, which has also been breaking Flash content for me in Chrome.
I don't know what the solution is for your broader audience of Chrome visitors, but to fix the problem locally:
In a new tab, go to the URL: chrome://plugins/
Find the entry for 'Flash' and expand [+] Details if not already expanded
Look for the entry where the location of the plugin ends: ...PepperFlash\pepflashplayer.dll and click 'Disable'
You will hopefully have at least one other instance of Flash Player installed (if not, try installing a debug player from Adobe's website), and enable one of these.
I should mention, the Pepper Flash Player seems to regularly re-enable itself, possibly whenever Chome auto-updates itself, and I find myself having to repeat this process every couple of days.

Flash Privacy Popup Dialog is missing "Remember" checkbox

I am trying to get the Privacy Settings Tab to show in our flash/flex4 video chat application we are building. I have 2 systems with latest Flash installed (currently 11.1.102.62). However, the player always shows this (privacy popup question) instead of this (privacy settings tab) when loading the app. The reason i want the settings tab to show is because i need the end user to easily check the "remember" box.
I have tried to call Security.showSettings(SecurityPanel.PRIVACY); before as well as after the getCamera/getMicrophone calls but all that happens is we get 2 popups instead of 1. and still no "remember" option. Actually it doesnt show the privacy tab at all!
Searched tons of forums but have come up empty. I have also searched the adobe docs but all I find is a paragraph stating "if your computer or device doesn't support audio or video recording using Flash Player, you don't need to allow or deny access, and this panel doesn't appear". Which is hardly true since one of the systems we are testing with is a new Macbook Air running latest OSX.
Does anyone have any insight into why this might be happening and how to display the "Privacy Settings" and not the "Privacy pop-up question"?
It seems to be a bug in the current Flash player version. The popup freezes sometimes too.
I've educated users of my application to pre-set their settings.