Unable to interact with build-error dialog using the mouse on Linux PopOS 20.10 GUI
See original GitHub issueIssue Type: Bug
I’m using Linux PopOS 20.10. Amd Ryzen 5 3500U. 16 gigs of Ram and SSD 120 gigas.
I ran the following code:
File: Car.dart
class Car {
String name = ‘car’;
}
File: main.dart
import ‘Car.dart’;
class App {
void main () {
Car car = new Car ();
}
}
App app = new App ();
app.main ();
It then issues an error message and crashes the entire graphical interface. To get back to work I have to kill all user processes.
Extension version: 3.21.1 VS Code version: Code 1.55.2 (3c4e3df9e89829dce27b7b5c24508306b151f30d, 2021-04-13T09:37:02.931Z) OS version: Linux x64 5.11.0-7612-generic
System Info
Item | Value |
---|---|
CPUs | AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx (8 x 1400) |
GPU Status | 2d_canvas: enabled gpu_compositing: enabled multiple_raster_threads: enabled_on oop_rasterization: disabled_off opengl: enabled_on protected_video_decode: unavailable_off rasterization: disabled_software skia_renderer: enabled_on video_decode: disabled_software vulkan: disabled_off webgl: enabled webgl2: enabled |
Load (avg) | 1, 1, 1 |
Memory (System) | 13.66GB (7.46GB free) |
Process Argv | –no-sandbox --unity-launch --crash-reporter-id c22a40c4-6e3b-429f-b572-5a83f4d43433 |
Screen Reader | no |
VM | 0% |
DESKTOP_SESSION | pop |
XDG_CURRENT_DESKTOP | Unity |
XDG_SESSION_DESKTOP | pop |
XDG_SESSION_TYPE | x11 |
A/B Experiments
vsliv368:30146709
vsreu685:30147344
python383cf:30185419
pythonvspyt678:30270856
pythonvspyt602:30291499
vspor879:30202332
vspor708:30202333
vspor363:30204092
vstry914:30276682
pythonvsdeb440:30248342
pythonvsded773:30248341
pythonvspyt875:30259475
pythonvsnew554cf:30291488
pythontb:30283811
vspre833:30267464
pythonptprofiler:30281270
vshan820:30276952
vscorecescf:30290706
pythondataviewer:30285071
vscus158cf:30286554
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
How To Fix The Mouse Problem On Ubuntu Linux *SOLVED ...
If you've never used a Linux -based operating system, Ubuntu is a great entry-level Linux distribution that's user-friendly.
Read more >Very strange behaviour of mouse / not able to click certain ...
Have you tried interacting with the UI using the keyboard instead to see if you get the same behavior? For example, when you...
Read more >I just installed pop!os and random freezes keep happening.I ...
Type the command "killall -3 gnome-shell" to kill and restart the gnome shell. Move back to the GUI by pressing Ctrl+Alt+F1 and login...
Read more >Mouse left click stops working - Unix & Linux Stack Exchange
I have a Dell Inspiron 15 7559. The left click stops working once in a while when I was using Ubuntu 16.04. After...
Read more >Mouse cursor gets stuck in "drag and drop" mode
If the popup of this textfield shows up, the cursor is reset. ... changing to another terminal using Alt+Ctrl+NR does not work quite...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@alvarengacarlos no, it should not - sorry I was looking at the screenshot above which says “Build errors exist in your project” which is normal for this error.
Can you reliably reproduce this? If so, could you try using Start -> Run Without Debugging to see whether that makes a difference (eg. does it only crash in debug mode)?
I’m the one who asks for parrots. I have just discovered that it is not blocking the graphical interface as a whole. It is just locking the mouse functions. When I click on run it displays the error message and locks the mouse, that is, I can’t click on anything anymore. However with the keys on the keyboard I can navigate through the options on the error screen. Also during the bug I can navigate between the programs that are open on the computer, however I can’t use the mouse until the error screen in VScode is closed. To close I use the keys on the keyboard. But I thank you for your attention and I apologize again for the mistake.