Open chungwong opened 4 weeks ago
Keeping this open until a fix is verified.
The above error No such file or directory was editing with Vim
I tested it again with gedit and the error is different
09:34:55 [dev] Full rebuild: /examples/hello_world.rs
09:35:03 [dev] Build failed: I/O Error: Text file busy (os error 26)
╭────────────────────────────────────────────────────────────────────────────────────────── /:more ╮
│ App: ━━━━━━━━━━━━━━━━━━━━━━━━━━ ❌ Platform: Desktop Linux │
│ Bundle: ━━━━━━━━━━━━━━━━━━━━━━━━━━ ❌ App features: ["desktop"] │
│ Status: Failed ServerFns at: no server address │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
Problem
With the latest main which is up to 5f34822a66aacf13f3d7d221b93283d273f61ed6, I believe it was introduced by https://github.com/DioxusLabs/dioxus/commit/7ec3453ca36347a22c15634ac60eb6c4127fd57a
Now make a change to examples/hello_world.rs
It crashes at the second you save the change. Note: I made a few changes for logging and the line number is affected. Originally it panics at line 191
Originally I thought there must be some error in the path but it is not the case, the path is valid.