question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to interact with build-error dialog using the mouse on Linux PopOS 20.10 GUI

See original GitHub issue

Issue 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:closed
  • Created 2 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

5reactions
DanTupcommented, Apr 26, 2021

@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)?

1reaction
alvarengacarloscommented, Apr 27, 2021

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. Captura de tela de 2021-04-22 21-46-45

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found