Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"your 131072x1 screen size is bogus, expect trouble" #100563

Closed
nukoyluoglu opened this issue Jun 19, 2020 · 6 comments
Closed

"your 131072x1 screen size is bogus, expect trouble" #100563

nukoyluoglu opened this issue Jun 19, 2020 · 6 comments
Assignees
Labels
*caused-by-extension Issue identified to be caused by an extension debug Debug viewlet, configurations, breakpoints, adapter issues

Comments

@nukoyluoglu
Copy link

Issue Type: Bug

ctrl-shift-p, "Debug: Start Debugging" leads to this error. I saw that this error was previously mentioned and fixed in a recent update, but the error persists.

VS Code version: Code 1.46.1 (cd9ea64, 2020-06-17T21:13:20.174Z)
OS version: Windows_NT x64 10.0.19041
Remote OS version: Linux x64 4.19.104-microsoft-standard

System Info
Item Value
CPUs Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz (4 x 2594)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled
Load (avg) undefined
Memory (System) 7.88GB (1.95GB free)
Process Argv --folder-uri=vscode-remote://wsl+Ubuntu/home/v-naugur --remote=wsl+Ubuntu
Screen Reader no
VM 0%
Item Value
Remote WSL: Ubuntu
OS Linux x64 4.19.104-microsoft-standard
CPUs Intel(R) Core(TM) i7-5600U CPU @ 2.60GHz (4 x 2593)
Memory (System) 6.10GB (4.98GB free)
VM 0%
Extensions (20)
Extension Author (truncated) Version
regex chr 0.2.0
gitlens eam 10.2.2
vscode-pull-request-github Git 0.17.0
vscode-codemetrics kis 1.24.0
cpptools ms- 0.28.3
vscode-versionlens pfl 1.0.8
java red 0.63.0
vscodeintellicode Vis 1.2.8
application-insights Vis 0.4.2
vscode-java-debug vsc 0.26.0
vscode-java-dependency vsc 0.10.2
vscode-java-pack vsc 0.9.1
vscode-java-test vsc 0.23.0
vscode-maven vsc 0.22.0
code-lens-roundup wad 1.0.0
remote-containers ms- 0.122.1
remote-ssh ms- 0.51.0
remote-ssh-edit ms- 0.51.0
remote-wsl ms- 0.44.3
vscode-remote-extensionpack ms- 0.20.0
@weinand weinand added the debug Debug viewlet, configurations, breakpoints, adapter issues label Jun 19, 2020
sean-mcmanus pushed a commit to microsoft/vscode-cpptools that referenced this issue Jun 23, 2020
…0563 (and microsoft/vscode/issues/75932) (#5669)

* ignore 'screen size is bogus' error; fixes microsoft/vscode#75932; imitiates similar fix for a different extension microsoft/vscode-node-debug/commit/5298920
sean-mcmanus pushed a commit to microsoft/vscode-cpptools that referenced this issue Jun 26, 2020
…0563 (and microsoft/vscode/issues/75932) (#5669)

* ignore 'screen size is bogus' error; fixes microsoft/vscode#75932; imitiates similar fix for a different extension microsoft/vscode-node-debug/commit/5298920
@alirezanet
Copy link

Same problem vscode v1.47.3. any update on this issue?

@nukoyluoglu
Copy link
Author

Same problem vscode v1.47.3. any update on this issue?

@alirezanet The issue was fixed in this insiders release: https://github.com/microsoft/vscode-cpptools/releases/tag/0.29.0-insiders2

@weinand
Copy link
Contributor

weinand commented Jul 28, 2020

@alirezanet what debugger are you using?

@weinand weinand added the info-needed Issue requires more information from poster label Jul 28, 2020
@alirezanet
Copy link

@weinand Dotnet Core.

      "name": ".NET Core Attach",
         "type": "coreclr",
         "request": "attach",
         "processId": "${command:pickProcess}",

@weinand weinand added *caused-by-extension Issue identified to be caused by an extension and removed info-needed Issue requires more information from poster labels Jul 28, 2020
@weinand
Copy link
Contributor

weinand commented Jul 28, 2020

@alirezanet thanks. That debugger is a separate extension (C#). Please file an issue against that.

We have fixed a similar problem with the Node.js debugger (which is built into VS Code). But that fix does not cover the C# debugger.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*caused-by-extension Issue identified to be caused by an extension debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

No branches or pull requests

5 participants
@weinand @isidorn @alirezanet @nukoyluoglu and others