3
18
Fork
You've already forked LibreDJ
6

inserting @@ panics #154

Open
opened 2025年11月22日 03:05:06 +01:00 by obsoleszenz · 0 comments
2025年11月22日T00:20:03.040398Z INFO libbackend::jack: buffer size changed to 1024 frames 
2025年11月22日T00:20:03.041168Z DEBUG libbackend::backend: to_audio_dispatcher_thread started 
2025年11月22日T00:20:03.041218Z DEBUG libbackend::backend: from_audio_dispatcher_thread started 
2025年11月22日T00:20:03.041449Z DEBUG libbackend::library::worker: library_command=Refresh { clear_images: true } 
2025年11月22日T00:20:03.100461Z DEBUG libbackend::backend: Received library event. library_event=ClearImages 
2025年11月22日T00:20:03.111927Z DEBUG gui::app: backend_event=ClearImages 
2025年11月22日T00:20:03.116854Z DEBUG gui::key_handling: event = WindowFocused(true) 
2025年11月22日T00:20:03.299434Z DEBUG gui::key_handling: event = PointerMoved([313.4 564.8]) 
2025年11月22日T00:20:03.516158Z DEBUG gui::key_handling: event = PointerButton { pos: [313.4 564.8], button: Primary, pressed: true, modifiers: Modifiers::NONE } 
2025年11月22日T00:20:03.682837Z DEBUG gui::key_handling: event = PointerButton { pos: [313.4 564.8], button: Primary, pressed: false, modifiers: Modifiers::NONE } 
2025年11月22日T00:20:04.167430Z DEBUG gui::key_handling: event = Key { key: Escape, physical_key: Some(Escape), pressed: true, repeat: false, modifiers: Modifiers::NONE, text: None } 
map=escape 
2025年11月22日T00:20:04.167459Z DEBUG libbackend::backend: on_key: key_event=LCDJKeyEvent { combination: Single(Esc), kind: Press } 
2025年11月22日T00:20:04.167468Z DEBUG libbackend::backend: on_key combination=Single(Esc) kind=Press 
2025年11月22日T00:20:04.252732Z DEBUG gui::key_handling: event = Key { key: Escape, physical_key: Some(Escape), pressed: false, repeat: false, modifiers: Modifiers::NONE, text: None } 
map=escape 
2025年11月22日T00:20:04.252770Z DEBUG libbackend::backend: on_key: key_event=LCDJKeyEvent { combination: Single(Esc), kind: Release } 
2025年11月22日T00:20:04.252782Z DEBUG libbackend::state::popups::main_menu: Hello! event=LCDJKeyEvent { combination: Single(Esc), kind: Release } 
2025年11月22日T00:20:04.602291Z DEBUG gui::key_handling: event = Key { key: N, physical_key: Some(N), pressed: true, repeat: false, modifiers: Modifiers::NONE, text: Some("n") } 
map=n 
2025年11月22日T00:20:04.602327Z DEBUG libbackend::backend: on_key: key_event=LCDJKeyEvent { combination: Single(Char('n')), kind: Press } 
2025年11月22日T00:20:04.602333Z DEBUG libbackend::state::popups::main_menu: Hello! event=LCDJKeyEvent { combination: Single(Char('n')), kind: Press } 
2025年11月22日T00:20:04.602338Z DEBUG gui::key_handling: event = Text("n") 
2025年11月22日T00:20:04.670602Z DEBUG gui::key_handling: event = Key { key: N, physical_key: Some(N), pressed: false, repeat: false, modifiers: Modifiers::NONE, text: Some("n") } 
map=n 
2025年11月22日T00:20:04.670630Z DEBUG libbackend::backend: on_key: key_event=LCDJKeyEvent { combination: Single(Char('n')), kind: Release } 
key=Single(Char('n')) 
2025年11月22日T00:20:05.170654Z DEBUG gui::key_handling: event = Key { key: A, physical_key: Some(A), pressed: true, repeat: false, modifiers: Modifiers::NONE, text: Some("ä") } 
map=a 
2025年11月22日T00:20:05.170677Z DEBUG libbackend::backend: on_key: key_event=LCDJKeyEvent { combination: Single(Char('ä')), kind: Press } 
key=Single(Char('ä')) 
2025年11月22日T00:20:05.170689Z DEBUG gui::key_handling: event = Text("ä") 
2025年11月22日T00:20:05.237047Z DEBUG gui::key_handling: event = Key { key: A, physical_key: Some(A), pressed: false, repeat: false, modifiers: Modifiers::NONE, text: Some("ä") } 
map=a 
2025年11月22日T00:20:05.237073Z DEBUG libbackend::backend: on_key: key_event=LCDJKeyEvent { combination: Single(Char('ä')), kind: Release } 
key=Single(Char('ä')) 
2025年11月22日T00:20:05.338053Z DEBUG gui::key_handling: event = Key { key: A, physical_key: Some(A), pressed: true, repeat: false, modifiers: Modifiers::NONE, text: Some("ä") } 
map=a 
2025年11月22日T00:20:05.338085Z DEBUG libbackend::backend: on_key: key_event=LCDJKeyEvent { combination: Single(Char('ä')), kind: Press } 
key=Single(Char('ä')) 
 
thread 'main' (139856) panicked at crates/libbackend/src/state/text_input.rs:21:24: 
assertion failed: self.is_char_boundary(idx) 
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace 
``` 2025年11月22日T00:20:03.040398Z INFO libbackend::jack: buffer size changed to 1024 frames 2025年11月22日T00:20:03.041168Z DEBUG libbackend::backend: to_audio_dispatcher_thread started 2025年11月22日T00:20:03.041218Z DEBUG libbackend::backend: from_audio_dispatcher_thread started 2025年11月22日T00:20:03.041449Z DEBUG libbackend::library::worker: library_command=Refresh { clear_images: true } 2025年11月22日T00:20:03.100461Z DEBUG libbackend::backend: Received library event. library_event=ClearImages 2025年11月22日T00:20:03.111927Z DEBUG gui::app: backend_event=ClearImages 2025年11月22日T00:20:03.116854Z DEBUG gui::key_handling: event = WindowFocused(true) 2025年11月22日T00:20:03.299434Z DEBUG gui::key_handling: event = PointerMoved([313.4 564.8]) 2025年11月22日T00:20:03.516158Z DEBUG gui::key_handling: event = PointerButton { pos: [313.4 564.8], button: Primary, pressed: true, modifiers: Modifiers::NONE } 2025年11月22日T00:20:03.682837Z DEBUG gui::key_handling: event = PointerButton { pos: [313.4 564.8], button: Primary, pressed: false, modifiers: Modifiers::NONE } 2025年11月22日T00:20:04.167430Z DEBUG gui::key_handling: event = Key { key: Escape, physical_key: Some(Escape), pressed: true, repeat: false, modifiers: Modifiers::NONE, text: None } map=escape 2025年11月22日T00:20:04.167459Z DEBUG libbackend::backend: on_key: key_event=LCDJKeyEvent { combination: Single(Esc), kind: Press } 2025年11月22日T00:20:04.167468Z DEBUG libbackend::backend: on_key combination=Single(Esc) kind=Press 2025年11月22日T00:20:04.252732Z DEBUG gui::key_handling: event = Key { key: Escape, physical_key: Some(Escape), pressed: false, repeat: false, modifiers: Modifiers::NONE, text: None } map=escape 2025年11月22日T00:20:04.252770Z DEBUG libbackend::backend: on_key: key_event=LCDJKeyEvent { combination: Single(Esc), kind: Release } 2025年11月22日T00:20:04.252782Z DEBUG libbackend::state::popups::main_menu: Hello! event=LCDJKeyEvent { combination: Single(Esc), kind: Release } 2025年11月22日T00:20:04.602291Z DEBUG gui::key_handling: event = Key { key: N, physical_key: Some(N), pressed: true, repeat: false, modifiers: Modifiers::NONE, text: Some("n") } map=n 2025年11月22日T00:20:04.602327Z DEBUG libbackend::backend: on_key: key_event=LCDJKeyEvent { combination: Single(Char('n')), kind: Press } 2025年11月22日T00:20:04.602333Z DEBUG libbackend::state::popups::main_menu: Hello! event=LCDJKeyEvent { combination: Single(Char('n')), kind: Press } 2025年11月22日T00:20:04.602338Z DEBUG gui::key_handling: event = Text("n") 2025年11月22日T00:20:04.670602Z DEBUG gui::key_handling: event = Key { key: N, physical_key: Some(N), pressed: false, repeat: false, modifiers: Modifiers::NONE, text: Some("n") } map=n 2025年11月22日T00:20:04.670630Z DEBUG libbackend::backend: on_key: key_event=LCDJKeyEvent { combination: Single(Char('n')), kind: Release } key=Single(Char('n')) 2025年11月22日T00:20:05.170654Z DEBUG gui::key_handling: event = Key { key: A, physical_key: Some(A), pressed: true, repeat: false, modifiers: Modifiers::NONE, text: Some("ä") } map=a 2025年11月22日T00:20:05.170677Z DEBUG libbackend::backend: on_key: key_event=LCDJKeyEvent { combination: Single(Char('ä')), kind: Press } key=Single(Char('ä')) 2025年11月22日T00:20:05.170689Z DEBUG gui::key_handling: event = Text("ä") 2025年11月22日T00:20:05.237047Z DEBUG gui::key_handling: event = Key { key: A, physical_key: Some(A), pressed: false, repeat: false, modifiers: Modifiers::NONE, text: Some("ä") } map=a 2025年11月22日T00:20:05.237073Z DEBUG libbackend::backend: on_key: key_event=LCDJKeyEvent { combination: Single(Char('ä')), kind: Release } key=Single(Char('ä')) 2025年11月22日T00:20:05.338053Z DEBUG gui::key_handling: event = Key { key: A, physical_key: Some(A), pressed: true, repeat: false, modifiers: Modifiers::NONE, text: Some("ä") } map=a 2025年11月22日T00:20:05.338085Z DEBUG libbackend::backend: on_key: key_event=LCDJKeyEvent { combination: Single(Char('ä')), kind: Press } key=Single(Char('ä')) thread 'main' (139856) panicked at crates/libbackend/src/state/text_input.rs:21:24: assertion failed: self.is_char_boundary(idx) note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace ```
Sign in to join this conversation.
No Branch/Tag specified
main
overhaul_libplayer_process_slice
fix_pitch_riding
fixup_seek
feat_better_seek
fix_requested_bigger_frame
fix_player_unreachable
feat_better_vinyl_emulation
rewrite_jogwheel
fix_220
feat_denonsc2000_improvements
fix_self_heal_on_library_worker_crash
fix_multi_deck_relative_tempo_drift
feat_bpm_leader
fix_lofty_crash
update_lofty
better_libplayer_tests
feat_jump_to_next_prev_section
fix_loop_spinback
cleanup_libplayer
fix_alloc_in_denonsc2000
update_egui
cleanup_sample_loading_in_backend
refactor_backend
fix_keybindings_en_us_pitch
fix_library_thread_dying
fix_selector
feat_edit_cover
feat_fps_counter
fix_waveform
fix_close_window
feat_deck_type
feat_ci
v0.6
feat_binding_env
fix_sample_loader
fix_use_no_denormals
fix_formatting
feat_gui_sections
fix_popup_disable
fix_resolve_home
string_cmd
feat_new_playlist
fix_waveform_rendering_pixels
rebranding
fix_small_window_crash
feat_visualize_loop
feat_better_waveform_rendering
fix_mark_played
feat_cover_images
fix_resample_waveform
fix_denon_sc2000_clone_deck
fix_played_marker
feat_mark_played
fix_loop_alignment
resampler_zone
fix_panic_in_get_sample_or_zero
fix_key_handling
feat_better_waveforms
fix_gui_key_event
improve_error_handling
fix_nix_build
remove_tui
improve_edit_metadata
refactor_multiplex_rtrb
feat_gui_edit_metadata
gui_deck_indicator_reposition
fix_keybindings_en_us
fix_gui_deck_overgrowing
gui_deck_indicator
fix_gui_waveform_overview
fix_gui_library
improve_egui_popups2
wgpu_storage_buffer
refactor_units
v0.8.0
v0.7.2
v0.7.1
v0.7.0
v0.6.1
v0.6.0
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.0
v0.3.0
v0.2.0
v0.1.0
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
OpenDJLab/LibreDJ#154
Reference in a new issue
OpenDJLab/LibreDJ
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?