Hello i'm new to tauri and just sarted building my app. I encounter 2 errors :
- "[vite] Pre-transform error: Failed to load url / (resolved id: /). Does the file exist?"
That doesn't seems to block anything tho i still wonder what's going on. But it's the the main point of my post...
And :
- "F libc : Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 27226 (ThreadPoolForeg), pid 27044 (.menu_front.app)"
For this one every times it happens my build just crash with the app. And for the past week it represented 2/3 of the times i built but i'm at the point where it almost always crash and i can't do anything about it.
My set up + some (maybe?) usefull info:
- Tauri-Vite-React on Windows connected to a Samsung A52S
- I'm using bun for some reasons but npm give me the same result
- A common error that happen before the crash is "bionic/libc/bionic/bionic_allocator.cpp:118: alloc CHECK 'page->free_block_list != nullptr' failed"
- Another error that happen sometimes : "chromium: [ERROR:directory_reader_posix.cc(43)] opendir /data/user/0/com.menu_front.app/cache/WebView/Crashpad/attachments/some-file-name No such file or directory
*Something that don't appear as error but seems to be : - thread '<unnamed>' panicked at C:[...].cargo\registry\src\index.crates.io-6f17d22bba15001f\wry-0.47.2\src\android\binding.rs:109:42:
already mutably borrowed: BorrowError"
5 times before "fatal runtime error: failed to initiate panic"
I'm, for the moment, only using the vite part conection a local api so i didn't touched the src-tauri at all. All the lib i installed are : Mantine (UI), React Router and Tanstack (API calls).
Sorry if it's unclear or if you lack information but thanks you anyways if you took time to read this.