0.13 markdown editor example spawns transparent window

Hello when i try to run the markdown examle i just get a transparent window on my wm.
The clock example is working just fine.

this is the cargo.toml

[package]
name = "founteneditorial"
version = "0.1.0"
edition = "2021"
[dependencies]

iced = { version = "0.13", features = ["markdown", "highlighter", "debug"] } 


open = "5.3"

ok so if i add a tracing subsciber i just get the error:
2025-02-09T05:53:10.893191Z ERROR iced_winit::program: Error Outdated when presenting surface.
2025-02-09T05:53:10.893347Z ERROR iced_winit::program: Error Outdated when presenting surface.
2025-02-09T05:53:10.893502Z ERROR iced_winit::program: Error Outdated when presenting surface.
2025-02-09T05:53:10.893658Z ERROR iced_winit::program: Error Outdated when presenting surface.
2025-02-09T05:53:10.893813Z ERROR iced_winit::program: Error Outdated when presenting surface.
2025-02-09T05:53:10.893968Z ERROR iced_winit::program: Error Outdated when presenting surface.
2025-02-09T05:53:10.894123Z ERROR iced_winit::program: Error Outdated when presenting surface.
2025-02-09T05:53:10.894279Z ERROR iced_winit::program: Error Outdated when presenting surface.
2025-02-09T05:53:10.894434Z ERROR iced_winit::program: Error Outdated when presenting surface.
2025-02-09T05:53:10.894589Z ERROR iced_winit::program: Error Outdated when presenting surface.
2025-02-09T05:53:10.894745Z ERROR iced_winit::program: Error Outdated when presenting surface.
2025-02-09T05:53:10.894900Z ERROR iced_winit::program: Error Outdated when presenting surface.
2025-02-09T05:53:10.895055Z ERROR iced_winit::program: Error Outdated when presenting surface.
2025-02-09T05:53:10.895211Z ERROR iced_winit::program: Error Outdated when presenting surface.
2025-02-09T05:53:10.895375Z ERROR iced_winit::program: Error Outdated when presenting surface.
2025-02-09T05:53:10.895532Z ERROR iced_winit::program: Error Outdated when presenting surface.
2025-02-09T05:53:10.895687Z ERROR iced_winit::program: Error Outdated when presenting surface.
2025-02-09T05:53:10.895843Z ERROR iced_winit::program: Error Outdated when presenting surface.
Over and over

Ok seems that if i close the console . the program appears and is working.
This is a bit weird and inconvenient to me.