Skip to content

App not starting. #870

@nicopace

Description

@nicopace

MacBook Pro
Chip Apple M4 Pro
Memory 48 GB
macOS version 15.5 (24F74)

As it was failing, I ran it from the commandline, and this is the output:

MacOS RUST_BACKTRACE=full ./Hyprnote

thread 'main' panicked at /Users/runner/work/hyprnote/hyprnote/plugins/notification/src/lib.rs:60:55:
Cannot start a runtime from within a runtime. This happens because a function (like `block_on`) attempted to block the current thread while the thread is being used to drive asynchronous tasks.
stack backtrace:
   0:        0x103009ac8 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h217270392019d164
   1:        0x10302db30 - core::fmt::write::he22fcab56bd3ec61
   2:        0x103004a48 - std::io::Write::write_fmt::hb32eaafcfd249a19
   3:        0x10300997c - std::sys::backtrace::BacktraceLock::print::h115149c0b879e5c3
   4:        0x10300aea4 - std::panicking::default_hook::{{closure}}::h5c3a234feebd11a5
   5:        0x10300ace0 - std::panicking::default_hook::ha0b223ccc4379930
   6:        0x10300ba10 - std::panicking::rust_panic_with_hook::h203f96c93e7ac62d
   7:        0x10300b578 - std::panicking::begin_panic_handler::{{closure}}::hcc8f653f753c0254
   8:        0x103009f7c - std::sys::backtrace::__rust_end_short_backtrace::h911de07218b69a6c
   9:        0x10300b258 - _rust_begin_unwind
  10:        0x10309d6a0 - core::panicking::panic_fmt::h6a4014bec58fba4f
  11:        0x100e95bf0 - tokio::runtime::context::runtime::enter_runtime::h1bdbde5391a1091c
  12:        0x100fddf40 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h78c48680f4db0891
  13:        0x101018c2c - <tauri::plugin::TauriPlugin<R,C> as tauri::plugin::Plugin<R>>::initialize::hf1cbbeceec7ff3dd
  14:        0x10100a694 - tauri::plugin::initialize::h653dda95ac66a07b
  15:        0x100f3a894 - tauri::manager::AppManager<R>::initialize_plugins::h30467a291c38446d
  16:        0x1011ae74c - tauri::app::Builder<R>::build::h9f4a1a0ac8ec2c7f
  17:        0x100bd9468 - hyprnote_desktop_lib::main::{{closure}}::hf9dbba1951ac55f8
  18:        0x100bb1c10 - tokio::runtime::park::CachedParkThread::block_on::hd35c7e7027ae8188
  19:        0x100e97734 - tokio::runtime::runtime::Runtime::block_on::h150f8664aea4c891
  20:        0x100bd85ec - hyprnote_desktop_lib::main::hccea3c8a46d9a769
  21:        0x1008e0b68 - std::sys::backtrace::__rust_begin_short_backtrace::ha7b6fd68574e2c9d
  22:        0x1008e0b50 - std::rt::lang_start::{{closure}}::hfd921775026342f0
  23:        0x102ffdde0 - std::rt::lang_start_internal::h95cf27b851151b9c
  24:        0x1008e0bc4 - _main

Metadata

Metadata

Assignees

No one assigned

    Labels

    f/coreRelated to core exp.(note-taking, recording, transcribing, enhancing)

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions