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

Stuck on a blank white window if PowerToys FancyZones is enabled with a specific setting #5392

Open
polak-jan opened this issue May 8, 2024 · 0 comments
Labels
bug Something isn't working Windows Issue applies to Microsoft Windows

Comments

@polak-jan
Copy link

What Operating System(s) are you seeing this problem on?

Windows

Which Wayland compositor or X11 Window manager(s) are you using?

No response

WezTerm version

wezterm 20240203-110809-5046fc22

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

No, and I'll explain why below

Describe the bug

If the PowerToys FancyZones utility is running, and the option "Move newly created windows to their last known zone" is enabled. Wezterm will fail to render the first frame and get stuck in a not responding state forever. Logs show a batch of activity roughly 20 seconds later, but it doesn't seem to advace the state anywhere.
I have tried reinstalling WezTerm (using winget) to make sure I was on the latest version.

To Reproduce

Install the PowerToys package
Enable FancyZones, and the option "Move newly created windows to their last known zone"
Start WezTerm

Configuration

no config

Expected Behavior

No response

Logs

19:12:17.454 DEBUG config > Reloaded configuration! generation=1
19:12:17.525 DEBUG config > Reloaded configuration! generation=2
19:12:17.527 DEBUG wezterm_client::discovery::windows > published gui path as gui-sock-42844
19:12:17.650 DEBUG wezterm_gui::frontend > workspace is default, fixup windows
19:12:17.652 DEBUG wezterm_font::locator::gdi > dwrote couldn't resolve FontAttributes { family: "JetBrains Mono", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: false, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.654 DEBUG wezterm_font::locator::gdi > Got ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "JetBrains Mono", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } from gdi
19:12:17.655 DEBUG wezterm_font::locator::gdi > parsed ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "JetBrains Mono", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } doesn't match FontAttributes { family: "JetBrains Mono", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: false, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.656 DEBUG wezterm_font::locator::gdi > dwrote couldn't resolve FontAttributes { family: "Noto Color Emoji", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: true, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.657 DEBUG wezterm_font::locator::gdi > Got ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "Noto Color Emoji", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } from gdi
19:12:17.658 DEBUG wezterm_font::locator::gdi > parsed ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "Noto Color Emoji", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } doesn't match FontAttributes { family: "Noto Color Emoji", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: true, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.659 DEBUG wezterm_font::locator::gdi > dwrote couldn't resolve FontAttributes { family: "Symbols Nerd Font Mono", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: true, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.660 DEBUG wezterm_font::locator::gdi > Got ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "Symbols Nerd Font Mono", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } from gdi
19:12:17.661 DEBUG wezterm_font::locator::gdi > parsed ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "Symbols Nerd Font Mono", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } doesn't match FontAttributes { family: "Symbols Nerd Font Mono", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: true, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.662 DEBUG wezterm_font::ftwrap > set_char_size computing 16 dpi=96 (pixel height=21.333333333333332)
19:12:17.836 DEBUG wezterm_gui::termwindow > Resized { dimensions: Dimensions { pixel_width: 1042, pixel_height: 738, dpi: 120 }, window_state: (empty), live_resizing: false }
19:12:17.838 DEBUG wezterm_font::locator::gdi > dwrote couldn't resolve FontAttributes { family: "JetBrains Mono", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: false, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.839 DEBUG wezterm_font::locator::gdi > Got ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "JetBrains Mono", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } from gdi
19:12:17.840 DEBUG wezterm_font::locator::gdi > parsed ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "JetBrains Mono", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } doesn't match FontAttributes { family: "JetBrains Mono", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: false, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.841 DEBUG wezterm_font::locator::gdi > dwrote couldn't resolve FontAttributes { family: "Noto Color Emoji", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: true, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.842 DEBUG wezterm_font::locator::gdi > Got ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "Noto Color Emoji", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } from gdi
19:12:17.843 DEBUG wezterm_font::locator::gdi > parsed ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "Noto Color Emoji", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } doesn't match FontAttributes { family: "Noto Color Emoji", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: true, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.844 DEBUG wezterm_font::locator::gdi > dwrote couldn't resolve FontAttributes { family: "Symbols Nerd Font Mono", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: true, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.845 DEBUG wezterm_font::locator::gdi > Got ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "Symbols Nerd Font Mono", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } from gdi
19:12:17.846 DEBUG wezterm_font::locator::gdi > parsed ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "Symbols Nerd Font Mono", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } doesn't match FontAttributes { family: "Symbols Nerd Font Mono", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: true, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.847 DEBUG wezterm_font::ftwrap > set_char_size computing 16 dpi=120 (pixel height=26.666666666666668)
19:12:17.850 DEBUG wezterm_term::screen > resize screen to 80x24 dpi=120
19:12:17.851 DEBUG wezterm_term::screen > resize screen to 80x24 dpi=120
19:12:17.861 DEBUG wezterm_font::locator::gdi > dwrote couldn't resolve FontAttributes { family: "Roboto", weight: FontWeight(700), stretch: Normal, style: Normal, is_fallback: false, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.863 DEBUG wezterm_font::locator::gdi > Got ParsedFont { names: Names { full_name: "Courier New Bold", family: "Courier New", sub_family: Some("Bold"), postscript_name: Some("CourierNewPS-BoldMT"), aliases: [] }, weight: FontWeight(700), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "Roboto", data_len: 805244 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.591796875), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } from gdi
19:12:17.864 DEBUG wezterm_font::locator::gdi > parsed ParsedFont { names: Names { full_name: "Courier New Bold", family: "Courier New", sub_family: Some("Bold"), postscript_name: Some("CourierNewPS-BoldMT"), aliases: [] }, weight: FontWeight(700), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "Roboto", data_len: 805244 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.591796875), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } doesn't match FontAttributes { family: "Roboto", weight: FontWeight(700), stretch: Normal, style: Normal, is_fallback: false, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.865 DEBUG wezterm_font::locator::gdi > dwrote couldn't resolve FontAttributes { family: "JetBrains Mono", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: true, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.866 DEBUG wezterm_font::locator::gdi > Got ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "JetBrains Mono", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } from gdi
19:12:17.867 DEBUG wezterm_font::locator::gdi > parsed ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "JetBrains Mono", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } doesn't match FontAttributes { family: "JetBrains Mono", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: true, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.868 DEBUG wezterm_font::locator::gdi > dwrote couldn't resolve FontAttributes { family: "JetBrains Mono", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: true, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.868 DEBUG wezterm_term::terminalstate::performer > perform CSI(Mode(SetDecPrivateMode(Code(Win32InputMode))))
19:12:17.869 DEBUG wezterm_term::terminalstate::performer > perform CSI(Mode(SetDecPrivateMode(Code(FocusTracking))))
19:12:17.869 DEBUG wezterm_font::locator::gdi > Got ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "JetBrains Mono", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } from gdi
19:12:17.871 DEBUG wezterm_font::locator::gdi > parsed ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "JetBrains Mono", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } doesn't match FontAttributes { family: "JetBrains Mono", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: true, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.872 DEBUG wezterm_font::locator::gdi > dwrote couldn't resolve FontAttributes { family: "Noto Color Emoji", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: true, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.874 DEBUG wezterm_font::locator::gdi > Got ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "Noto Color Emoji", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } from gdi
19:12:17.875 DEBUG wezterm_font::locator::gdi > parsed ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "Noto Color Emoji", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } doesn't match FontAttributes { family: "Noto Color Emoji", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: true, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.876 DEBUG wezterm_font::locator::gdi > dwrote couldn't resolve FontAttributes { family: "Symbols Nerd Font Mono", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: true, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.877 DEBUG wezterm_font::locator::gdi > Got ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "Symbols Nerd Font Mono", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } from gdi
19:12:17.878 DEBUG wezterm_font::locator::gdi > parsed ParsedFont { names: Names { full_name: "Courier New Regular", family: "Courier New", sub_family: Some("Regular"), postscript_name: Some("CourierNewPSMT"), aliases: [] }, weight: FontWeight(400), stretch: Normal, style: Normal, handle: FontDataHandle { source: Memory { name: "Symbols Nerd Font Mono", data_len: 806504 }, index: 0, variation: 0, origin: Gdi, coverage: None }, cap_height: Some(0.5712890625), synthesize_italic: false, synthesize_bold: false, synthesize_dim: false, assume_emoji_presentation: false, pixel_sizes: [4, 6, 7, 8, 8, 12, 12, 14, 15, 16, 17, 17, 18, 20, 20, 20, 22, 23], harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None } doesn't match FontAttributes { family: "Symbols Nerd Font Mono", weight: FontWeight(400), stretch: Normal, style: Normal, is_fallback: true, is_synthetic: false, harfbuzz_features: None, freetype_load_target: None, freetype_render_target: None, freetype_load_flags: None, scale: None, assume_emoji_presentation: None }
19:12:17.879 DEBUG wezterm_font::ftwrap > set_char_size computing 10 dpi=120 (pixel height=16.666666666666668)
19:12:17.881 DEBUG wezterm_gui::termwindow > NeedRepaint
19:12:18.022 DEBUG wezterm_gui::termwindow > Resized { dimensions: Dimensions { pixel_width: 1282, pixel_height: 908, dpi: 120 }, window_state: (empty), live_resizing: false }
19:12:18.023 DEBUG wezterm_term::screen > resize screen to 80x25 dpi=120
19:12:18.025 DEBUG wezterm_term::screen > resize screen to 80x25 dpi=120
19:12:18.049 DEBUG wezterm_gui::termwindow > OpenGL initialized! OpenGL: AMD Radeon RX 6800 4.5.0 Core Profile Context 24.4.1.240409 wezterm version: 20240203-110809-5046fc22
19:12:18.050 DEBUG wezterm_gui::frontend > workspace is default, fixup windows
19:12:18.051 DEBUG wezterm_gui::termwindow > Notification(Any { .. })
19:12:18.053 DEBUG wezterm_term::terminalstate::performer > perform CSI(Mode(ResetDecPrivateMode(Code(ShowCursor))))
19:12:18.054 DEBUG wezterm_term::terminalstate::performer > perform CSI(Edit(EraseInDisplay(EraseDisplay)))
19:12:18.054 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Reset))
19:12:18.055 DEBUG wezterm_term::terminalstate > Reset
19:12:18.056 DEBUG wezterm_term::terminalstate::performer > perform CSI(Cursor(Position { line: OneBased { value: 1 }, col: OneBased { value: 1 } }))
19:12:18.057 DEBUG wezterm_term::terminalstate::performer > perform OperatingSystemCommand(SetIconNameAndWindowTitle("C:\Windows\system32\wsl.EXE"))
19:12:18.057 DEBUG wezterm_term::terminalstate::performer > suppressed SetIconNameAndWindowTitle("C:\Windows\system32\wsl.EXE")
19:12:18.058 DEBUG wezterm_term::terminalstate::performer > perform CSI(Mode(SetDecPrivateMode(Code(ShowCursor))))
19:12:18.071 DEBUG wezterm_gui::termwindow > FocusChanged(true)
19:12:18.079 DEBUG wezterm_gui::termwindow > Notification(Any { .. })
19:12:18.080 DEBUG wezterm_gui::termwindow > Notification(Any { .. })
19:12:18.082 DEBUG wezterm_gui::termwindow > Notification(Any { .. })
19:12:18.083 DEBUG wezterm_gui::termwindow > Notification(Any { .. })
19:12:18.084 DEBUG wezterm_gui::termwindow > Notification(Any { .. })
19:12:18.085 DEBUG wezterm_gui::termwindow > Notification(Any { .. })
19:12:18.086 DEBUG wezterm_gui::termwindow > Notification(Any { .. })
19:12:18.087 DEBUG wezterm_gui::termwindow > Notification(Any { .. })
19:12:18.089 DEBUG wezterm_gui::termwindow > Notification(Any { .. })
19:12:18.096 DEBUG wezterm_gui::termwindow > Resized { dimensions: Dimensions { pixel_width: 2148, pixel_height: 1528, dpi: 120 }, window_state: (empty), live_resizing: false }
19:12:18.097 DEBUG wezterm_term::screen > resize screen to 134x42 dpi=120
19:12:18.098 DEBUG wezterm_term::screen > resize screen to 134x42 dpi=120
19:12:18.099 DEBUG wezterm_gui::termwindow > NeedRepaint
19:12:18.101 DEBUG wezterm_gui::termwindow::render::paint > paint_impl before call_draw elapsed=346.6µs
19:12:18.102 DEBUG wezterm_gui::termwindow::render::paint > paint_impl elapsed=1.1531ms, fps=0
19:12:39.380 DEBUG wezterm_term::terminalstate::performer > perform CSI(Mode(SetDecPrivateMode(Code(BracketedPaste))))
19:12:39.381 DEBUG wezterm_term::terminalstate::performer > perform OperatingSystemCommand(CurrentWorkingDirectory("file://Desktop-JanPola/mnt/c/Users/janpo"))
19:12:39.381 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Foreground(TrueColor(SrgbaTuple(0.33333334, 0.33333334, 0.33333334, 1.0)))))
19:12:39.382 DEBUG wezterm_term::terminalstate > Foreground(TrueColor(SrgbaTuple(0.33333334, 0.33333334, 0.33333334, 1.0)))
19:12:39.383 DEBUG wezterm_term::terminalstate::performer > perform PrintString("Linux Desktop-JanPola 5.15.146.1-microsoft-standard-WSL2 x86_64")
19:12:39.383 DEBUG wezterm_term::terminalstate::performer > perform Control(CarriageReturn)
19:12:39.384 DEBUG wezterm_term::terminalstate::performer > perform Control(LineFeed)
19:12:39.385 DEBUG wezterm_term::terminalstate::performer > perform PrintString(" 19:12:39 up 7 min, 0 users, load average: 0.00, 0.01, 0.00")
19:12:39.385 DEBUG wezterm_term::terminalstate::performer > perform Control(CarriageReturn)
19:12:39.386 DEBUG wezterm_term::terminalstate::performer > perform Control(LineFeed)
19:12:39.396 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Reset))
19:12:39.397 DEBUG wezterm_term::terminalstate > Reset
19:12:39.398 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Foreground(TrueColor(SrgbaTuple(0.6, 0.6, 0.6, 1.0)))))
19:12:39.398 DEBUG wezterm_term::terminalstate > Foreground(TrueColor(SrgbaTuple(0.6, 0.6, 0.6, 1.0)))
19:12:39.399 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Background(TrueColor(SrgbaTuple(0.2, 0.2, 0.2, 1.0)))))
19:12:39.400 DEBUG wezterm_term::terminalstate > Background(TrueColor(SrgbaTuple(0.2, 0.2, 0.2, 1.0)))
19:12:39.401 DEBUG wezterm_term::terminalstate::performer > perform PrintString(" /m/c/U/")
19:12:39.401 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Foreground(TrueColor(SrgbaTuple(1.0, 1.0, 1.0, 1.0)))))
19:12:39.402 DEBUG wezterm_term::terminalstate > Foreground(TrueColor(SrgbaTuple(1.0, 1.0, 1.0, 1.0)))
19:12:39.403 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Intensity(Bold)))
19:12:39.403 DEBUG wezterm_term::terminalstate > Intensity(Bold)
19:12:39.404 DEBUG wezterm_term::terminalstate::performer > perform PrintString("janpo ")
19:12:39.405 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Foreground(TrueColor(SrgbaTuple(0.2, 0.2, 0.2, 1.0)))))
19:12:39.405 DEBUG wezterm_term::terminalstate > Foreground(TrueColor(SrgbaTuple(0.2, 0.2, 0.2, 1.0)))
19:12:39.406 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Background(Default)))
19:12:39.407 DEBUG wezterm_term::terminalstate > Background(Default)
19:12:39.408 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Intensity(Normal)))
19:12:39.408 DEBUG wezterm_term::terminalstate > Intensity(Normal)
19:12:39.409 DEBUG wezterm_term::terminalstate::performer > perform PrintString("\u{e0b0} ")
19:12:39.410 DEBUG wezterm_term::terminalstate::performer > perform CSI(Edit(EraseInLine(EraseToEndOfLine)))
19:12:39.410 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Foreground(TrueColor(SrgbaTuple(0.33333334, 0.33333334, 0.33333334, 1.0)))))
19:12:39.411 DEBUG wezterm_term::terminalstate > Foreground(TrueColor(SrgbaTuple(0.33333334, 0.33333334, 0.33333334, 1.0)))
19:12:39.412 DEBUG wezterm_term::terminalstate::performer > perform PrintString("Wed May 8 19:12:39 2024")
19:12:39.413 DEBUG wezterm_term::terminalstate::performer > perform CSI(Cursor(Position { line: OneBased { value: 3 }, col: OneBased { value: 17 } }))
19:12:39.413 DEBUG wezterm_term::terminalstate::performer > perform OperatingSystemCommand(SetIconNameAndWindowTitle("/m/c/U/janpo"))
19:12:39.426 DEBUG wezterm_term::terminalstate::performer > perform CSI(Sgr(Reset))
19:12:39.427 DEBUG wezterm_term::terminalstate > Reset

Anything else?

image

@polak-jan polak-jan added the bug Something isn't working label May 8, 2024
@wez wez added the Windows Issue applies to Microsoft Windows label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Windows Issue applies to Microsoft Windows
Projects
None yet
Development

No branches or pull requests

2 participants