PhpStorm Ubuntu 18.041 browsers do not start - phpstorm

I'm using PhpStorm in Ubuntu 18.041 and facing a serious problem.
I've tried several configurations (JavaScript, PHP remote) with Chrome and Firefox but none of them is starting the browser. I do not get any error message, the browser window just do not appear.

The service desk helped me to solve this issue. It seems that the installation was not completed correctly. I started PHPStorm from the shell and it lead me again trough the initial configuration. Since that is is working normally.

Related

Live Server extension is not auto-reloading with WSL2

I'm having an issue with the Live Server extension for VS Code (https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer). I'm using WSL 2 for my programming and I have my GitHub repos saved in the Linux filesystems:
\wsl$\Ubuntu\home\myName\Files\GitHub\CSS-My-Site
The issue is that when I make any changes in my project and save, the web page does not automatically reload the way it's supposed to. Now, when I initially run Live Server it does indeed open up my browser and display my page. It just doesn't update after that, I have to refresh manually.
I'm guessing it has something to do with WSL2 because if I move my project folder to my Windows desktop, Live Server works perfectly. I've tried 3 different projects from within the Linux filesystems and none of them update automatically. I've moved all 3 to my desktop, and they auto-refresh just fine. I've also uninstalled and reinstalled the extension, and reinstalled VS Code as well.
I've gone through a couple of posts but none of them seem to have my specific issue. The 2 most relevant were:
https://learn.microsoft.com/en-us/windows/wsl/troubleshooting
https://github.com/ritwickdey/vscode-live-server/issues/452
I am running Mullvad VPN and also tried turning it off and the issue persisted. My system information is below:
Edition Windows 10 Home
Version 20H2
Installed on ‎11/‎13/‎2020
OS build 19042.630
Experience Windows Feature Experience Pack 120.2212.31.0
It seems WSL doesn't support live reload if the file is in another OS. Please refer the GitHub issue.
The solution is to keep the source and execution in the same place.
I solved my problem just by changing the extension, now I use "Five Server"
I solved it by looking for the local ip of my machine using ifconfig in the terminal, copy the ip, paste it in my browser and then :5500

Chrome crashing when opening image

I have Docker image with google-chrome installed but it crashes when I'm opening one specific image. System Ubuntu 16.04.
I've tried bunch of chrome flags, tried to search for any chrome logs to get detailed info about it, but nothing helped.
I even tried installing Opera and Vivaldi, both of them are running on webkit, but still same problem.
Image is opening on desktops Mac/Win/Ubuntu but not in docker.
Here's the url https://fs17.fex.net/get/653006464135/204309413/519474cb/SOBAKA.jpeg
Have you tried browserless? I've used it for various projects (I'm the maintainer) and haven't had any issues with loading pages/pictures. Your crash might also have to do with the hardware you're running on as well, so that might be worth noting.

React native: The "Google Chrome" application cannot be started

Today i've attempted to start dev environment, as usual and got this alert:
Nothing seems to be changed. One thing I've noticed is that chrome started asking for update today. The error has shown up before i've restarted chrome and updated it. But still, i assume, there were some critical changes introduced and begun breaking things once again. Anyone got/solved it already?
OS X 10.11.6
Chrome 57.0.2987.133
Looks like a Parallels issue, do you have Chrome installed on a Windows VM on your Mac using Parallels?
If so, removing Chrome from Windows to see if the problem still persists might be the first test.
My theory is that RN is trying to launch Chrome but it's locating the one inside of the VM instead of the app on OSX.

Network errors only in chrome browser for selenium tests

I am facing below stack of errors with my selenium tests which are passed yesterday. I am facing issue only when running tests in chrome browser. For rest of the browsers the tests are running perfect. i tried updating the chrome version to latest. And even updated selenium jars to latest versions.
Any fix with out changing the existing framework please?
I tried most of the fixes available in stackoverflow. Still no luck.
My Computer auto updated chrome browser at some point.
So I got the previous version chrome web driver.
I got rid of all the errors in the screenshot and able to run tests succesfully

Inconsistent Extension Behavior on Google Chrome Installs

I have observed inconsistent behavior using the Web Developer extension (Chris Pederick) in Google Chrome on these different machines:
My PC running Windows 7 Home Premium 64-bit
A VirturalBox Virtual Machine (VM) running Ubuntu 12 on my PC
A VM running a updated, fresh install of Windows 7 Home Premium 64-bit on my PC
I have the same version of Google Chrome and Web Developer installed on all these machines. However, for some reason, Web Developer does not work as expected on my PC. It works perfectly on the Ubuntu VM and the Windows VM.
On my PC, about 95% of the time the Custom Tools functions (Validate CSS, Validate HTML, etc.) in Web Developer do nothing when clicked (they should open new tabs to the W3C validators).
I have uninstalled and reinstalled Google Chrome on my PC several times. I have even manually gone through the file system and registry to completely remove all traces of Google Chrome before reinstalling. Nothing I've attempted so far has corrected this problem.
Of course, due to Google's 'field trials', all these machines have slightly different variations (as reported by chrome://version), but I would doubt that is the source of the problem.
Any ideas or suggestions?
OK, here's a possible clue...
It has baffled me why this problem NEVER occurs in my virtual machine (VM); only on the host. Same version of OS, Chrome, and Web Developer installed on both. May have discovered why.
My standard settings for VMs is to use only one CPU. As a test, I changed the VM to use two CPUs. BOOM! I can reproduce the problem on my VM. Change back to one CPU - can not reproduce the problem.
Does this suggest a problem with threading in Chrome?