我用gtk4做linux前端+flutter其它前端+rust语言,生成多平台表格,这个错误可能是因为什么?:cargo run ,Running `/home/kingjeeps/target/debug/baota-gtk4` Using GTK version: gtk4 AppStateManager 正在运行... 当前应用状态: AppState { counter: 0, data: [], config: Config { theme: "", language: "", auto_save: false } } 性能统计 - 平均读取: 46.02μs, 平均写入: 0.00μs, 读写比例: 1.0:1 检测到写操作增加,建议使用 Mutex 性能统计 - 平均读取: 0.00μs, 平均写入: 0.00μs, 读写比例: 0.0:1 Running main application with multi-threading support and window management. SHA256 digest: SHA256:b94d27b9934d3e08a52e52d7da7dabfac484efe37a5380ee9088f7ace2efcde9 Loading user: 1: Alice Loading user: 2: Bob Loading user: 3: Alice Loading user: 4: Charlie Loaded 4 users from database Database setup completed successfully Starting Linux GTK4 application... Linux GTK4 application activating... Message system initialized ✓ Added cell at row 0, col 0, text: 'Cell 0-0' ✓ Added cell at row 0, col 1, text: 'Cell 0-1' ✓ Added cell at row 0, col 2, text: 'Cell 0-2' ✓ Added cell at row 0, col 3, text: 'Cell 0-3' ✓ Added cell at row 0, col 4, text: 'Cell 0-4' ✓ Added cell at row 1, col 0, text: 'Cell 1-0' ✓ Added cell at row 1, col 1, text: 'Cell 1-1' ✓ Added cell at row 1, col 2, text: 'Cell 1-2' ✓ Added cell at row 1, col 3, text: 'Cell 1-3' ✓ Added cell at row 1, col 4, text: 'Cell 1-4' ✓ Added cell at row 2, col 0, text: 'Cell 2-0' ✓ Added cell at row 2, col 1, text: 'Cell 2-1' ✓ Added cell at row 2, col 2, text: 'Cell 2-2' ✓ Added cell at row 2, col 3, text: 'Cell 2-3' ✓ Added cell at row 2, col 4, text: 'Cell 2-4' ✓ Added cell at row 3, col 0, text: 'Cell 3-0' ✓ Added cell at row 3, col 1, text: 'Cell 3-1' ✓ Added cell at row 3, col 2, text: 'Cell 3-2' ✓ Added cell at row 3, col 3, text: 'Cell 3-3' ✓ Added cell at row 3, col 4, text: 'Cell 3-4' ✓ Added cell at row 4, col 0, text: 'Cell 4-0' ✓ Added cell at row 4, col 1, text: 'Cell 4-1' ✓ Added cell at row 4, col 2, text: 'Cell 4-2' ✓ Added cell at row 4, col 3, text: 'Cell 4-3' ✓ Added cell at row 4, col 4, text: 'Cell 4-4' (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.372: Theme parser error: <data>:38:21-23: Percentages are not allowed here (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:65:13-21: No property named "position" (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:69:13-16: No property named "top" (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:70:13-17: No property named "left" (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:71:13-18: No property named "right" (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:75:13-19: No property named "bottom" (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:76:13-17: No property named "left" (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:77:13-18: No property named "right" (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:81:13-16: No property named "top" (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:82:13-19: No property named "bottom" (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:83:13-17: No property named "left" (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:87:13-16: No property named "top" (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:88:13-19: No property named "bottom" (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:89:13-18: No property named "right" (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:101:13-28: No property named "backdrop-filter" (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:105:35-40: Percentages are not allowed here (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:109:35-39: Percentages are not allowed here (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:113:35-40: Percentages are not allowed here (baota-gtk4:2706): Gtk-WARNING **: 12:30:59.373: Theme parser error: <data>:117:35-39: Percentages are not allowed here (baota-gtk4:2706): GLib-GObject-CRITICAL **: 12:30:59.373: cannot register existing type 'GdkDisplayManager' (baota-gtk4:2706): GLib-CRITICAL **: 12:30:59.373: g_once_init_leave_pointer: assertion 'result != 0' failed (baota-gtk4:2706): GLib-GObject-CRITICAL **: 12:30:59.373: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed 段错误 (核心已转储)
最新发布