Hello, thanks for great project to help building desktop application using flutter,
There is problem when hover build windows completed, I find program file in the project directory
....\go\build\output\windows\xxxx.exe
When I change directory name from windows to chinese charactors name, the program xxxx.exe is not running when you click it,back to english directory name,it works again,It is also happend when there are chinese charactors path name,like c:\娓│\windows\xxxx.exe.
I don't know why? Please help me to check out what is going wrong.
I don't have any issue on linux.
Could you share the error (the one outputed by the terminal)?
What command are you using?
Hover build ...
Hover run...
Thanks for your contribution.
As I metioned before,I used "hover build windows" to build windows application,I have no idea hover build on linux or mac os,and next step,trying to change directory name from English name "windows" to Chinese name likes "娓│",and then double click program file inside directory,application is not running,when change back to English name "windows",application works again.There is no special error when doing command "hover build windows".
Thanks,
Can you change your folder to a Chinese one and start the application using 'hover run'?
This way we will get a error in the terminal.
Ok, It is good idea, I have follow what you said,and got error reported on command screen.
位 hover run
hover: Using engine from cache
hover: Cleaning the build directory
hover: Bundling flutter app
hover: Checking available release on Github
hover: The core library 'go-flutter' has an update available. (v0.30.0 -> 0.34.1)
hover: To update 'go-flutter' in this project run: $ hover upgrade
hover: Failed to retrieve the organization name: open android/app/src/main/AndroidManifest.xml: The system cannot find the path specified.
hover: Compiling 'go-flutter' and plugins
iyoyo_downloader/go/cmd
hover: Successfully compiled
hover: Build finished, starting app...
hover: Running downloader in debug mode
embedder.cc (674): 'FlutterEngineInitialize' returned 'kInvalidArguments'. Not running in AOT mode but could not resolve the kernel binary.go-flutter: engine.Run() returned result code 2 (invalid arguments)
hover: App 'downloader' exited with error: exit status 1
Either this (go-flutter) code or this (engine) is the source of the issue.
Hi @pchampio ! Is there any issue on flutter/flutter? I just want to leave a subscribe for good news 馃槃
Overall, notice users to change to English path is the only workaround in this situation, am I right 馃槙 ?
Overall, notice users to change to English path is the only workaround in this situation, am I right confused ?
Yes, as I cannot reproduce this issue on linux, I don't plan on working on this, sorry.
Hi @pchampio ! Is there any issue on flutter/flutter? I just want to leave a subscribe for good news.
As I don't want to create unnecessary issue, I haven't create an issue on their bug tracker.
This is very likely fixed now.
Awesome, Thanks!