-
Before opening an issue i need to know if its rinf or the dependency causing the problem I have only tested on Linux and Windows, on Linux works as expected but on Windows if its added to the dependency list (no extra code required to trigger) it makes rust code not to load/execute? As soon as i remove the dependency everything works as expected Do someone has any idea how i can know what is causing this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
Hi @rurigk :) It might be a problem related to symbol resolution, but we need more information to be sure. Would you mind sharing the error message from the CLI here? |
Beta Was this translation helpful? Give feedback.
-
@rurigk This discussion was added as an issue. For more information please refer to the links below: |
Beta Was this translation helpful? Give feedback.
After doing some debugging myself, it turned out that Rust
main
was being started properly. The problem is related to Dart isolate port (which is also used byflutter_avif
). I'll investigate.