Aw snap Chromium error even after clearing cache Ubuntu - html

I have a website http://kounj.web44.net whick works fine in all browsers.This week i noticed that my site would throw an "Aw,Snap " error on Chromium(Ubuntu 14.04 LTS 32bit).
I deleted every user but the problem remains.In other browser is working fine.Any ideas
Note.The problem appeared after upgrading my chromium browser to the latest version
UPDATE:
The problem was caused by a script for flare app and was resolved by removing the script

Not the users
Try restoring chrome to its default. This can be done in the settings options

Related

VS2017 Chrome Browser Debugger "Object reference not set to the instance of an object"

I am having trouble debugging my web project using the Chrome Browser. I can only use IE to do my debugging. I did some "googling" to resolve this problem, and came across a few Microsoft threads that said to update to the latest version of VS2017, which I did. I use version 15.9.13 and Visual Studio 2017 tells me I am "up to date" when I check for further updates.
When I first updated VS 2017, it started working, and I could debug using Chrome (finally!). But now it has stopped working again.
I saw in other threads where people suggested deleting the .vs folder, which I did, but had no luck with that.
Google Chrome is up to date at Version 75.0.3770.100
I debug and run my application as "Administrator" so that shouldn't be the problem either. I also close all browsers before running the debugger, so Chrome isn't running elsewhere when I try to debug.
Is there any explanation why Chrome cannot launch when using debugger? I would really like to use Chrome because of it's superior "dev tools" and inspection tools. Any suggestions? Was sad to have it working only one day.
Having configured the same environment like yours(VS version and Chrome version) but can't reproduce the issue.I would think if something is broken in VS or maybe third-party extension is the causes this issue.
Please try:
VS repair and a reinstall of Chrome(don't forget to backup the bookmarks)
Uninstall or disable third-party vs extensions, this won't take effect until restart vs
Navigate to %LocalAppData%\Microsoft\VisualStudio\15.xxx directory, delete all ComponentModelCache folders in all 15.xxx folders.
Open your project in vs, changed the target browser from Chrome to IE. Then F5 and wait until it is finish. Stop it and change the browser back to Chrome. After that the error disappeared.
Also, create a new asp.net web app and debug it with Chrome browser to check if the issue persists. Hope it helps.

Error launching vschrome_diag when Visual Studio 2017 starts debug on Chrome

From today, when I start debug of a web application on Chrome this error appear.
Then I click on OK and this other error appear
In the last day, I've update neither Visual Studio or Chrome.
Removing the C:\Users...\AppData\Local\Temp\vschrome_diag file worked for me.
Solved. It was enough to uninstall Chrome, restart the PC and then reinstall Chrome.

Chrome crashes all the time

I updated my windows 8.1 to windows 10 recently. Everything is fine except for Chrome. Chrome opens and crashes. How many times I reinstall, the problem remains the same. Do I need to wait for chrome update or is there a solution for this problem? Thanks.
run "cmd" as Administrator (search "cmd", right mouse-click, run as Administrator)
type "netsh.exe winsock reset", then reboot computer
After the reboot chrome started to work for me again. I found that in some forum and i just tried it out, since running in windows 8 compatibility modus did not work for me. Neither Chrome Canary (unstable chrome), which was constantly crashing.
Good luck.
I have been facing the same issue from past few days(almost a month). Following helped me to get my chrome work well...
Close chrome.
Open Windows Explorer and go to following folder path: %USERPROFILE%\AppData\Local\Google\Chrome\User Data
Delete the file named “Local State” in that path
Also rename a folder named "Default" to "Default.old"
Thats it your chrome works well.
Happy browsing.
List item
You can find more details in the follwing link. http://www.kitwall.com/wallalert/45d3hx4u6xwh22ckvxz35ayw5/=014ggvbnq6j5x

Neo4j browser not working in Google Chrome

Have not been able to use Chrome (Version 42.0.2311.90 (64-bit)) as a neo4j browser client after upgrading to the latest XCode / Command Tools in MacOS Yosemite 10.10.3 . Safari is working fine though. Is there an easy way to pinpoint to the actual problem? I'm using Neo4j 2.2.1
The following is a screenshot from the JavaScript console showing the errors:
mostly load resource errors and an uncaught error failing to instatiate module neo4jApp .
It works fine under Safari. It also works in a Chrome Incognito Window. Partially resetting settings is a trial and error exercise. While resetting all chrome settings finally solved the initial problem, I wonder if there is a better way and not having to lose all other user settings in Chrome.
I encountered the same exact issue today with Chromium 43.0.2357.81 (64-bit) and Neo4j 2.2.1. Clearing the cache and refreshing http://localhost:7474/browser/ wasn't working for me (javascript errors). What did work for me, was going to http://localhost:7474/webadmin/ which asked me to re-authenticate. After logging in, the Neo4j browser site loaded.

Unable to install extensions, themes in Google Chrome on Ubuntu 12.10

I am using Ubuntu 12.10. When I try to install themes, extensions for Google Chrome browser from Chrome Web Store it shows the following error:
Could not install package:
'UTILITY_PROCESS_CRASHED_WHILE_TRYING_TO_INSTALL'.
Could not install package because a utility process crashed.
Try restarting Chrome and trying again.
I don't know what to do. And I can't find a proper solution.
This is an unidentified bug in Chrome that made a lot of noise.
Since Chrome developers could not obtain feedback about this bug in time, they marked it as WontFix. So simply waiting for a new version will most probably not help.
Closing for lack of actionable input on the bug.
If someone runs into this, please open a new bug!
You (yes, you, 007!) can actually help everyone running into this bug. Create an issue at crbug.com, mentioning the old issue #401655 and following the debug steps outlined in that issue report, esp. this comment.
That said, the bug is correlated with the kernel version used. Ubuntu 12.10 is no longer supported since 2014-05-16. You probably should move to 14.04 LTS release where this bug is not present.
But if you can't do that for whatever reason, and/or are willing to help Chrome development team, please investigate and make a bug report! And add a comment afterwards pointing to the bug you make.
Thank you for helping us help you help us all.
-- GLaDOS, Portal
version 46.0.2490.80
Fixed utility_process_crashed_while_trying_to_install issue as below:
modify the crx suffix to zip, e.g foo.crx->foo.zip
unzip the foo.zip to one folder, c:\chrome\foo
open chrome://extensions/
enable Developer Mode
"load unzipped extensions" and open c:\chrome\foo
foo.crx loaded successfully.
As crx is zip file and only htm, json, js files included, it's chrome bug and
hope this workaround will help you to avoid uninstall/install/upgrade pain :)
It is a bug in chrome, please downgrade your chrome browser or please wait for new version.