-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blutter_dartvm3.5.2_android_arm64.exe exit status 3221225477 #107
Comments
I have the exact same issue. Have you resolved it? |
try latest commit. if it still does not work, please provide me the binary files. |
The issue still exists, could you please help take a look? |
The issue still exists, could you please help take a look? |
@bangsugar the library you provided isn't officially compiled According to a user in the reFlutter repository, the hash aligns with Shorebird (https://shorebird.dev/) as referenced here: Impact-I/reFlutter#314. And currently they haven't made their dart SDK fork public on which blutter works |
python .\blutter.py \arm64-v8a\ .\output
Dart version: 3.5.2, Snapshot: cda356e9bae476c70de33809fd92e009, Target: android arm64
flags: product no-code_comments no-dwarf_stack_traces_mode dedup_instructions no-tsan no-msan arm64 android compressed-pointers
Traceback (most recent call last):
File "blutter\blutter.py", line 229, in
main(args.indir, args.outdir, args.rebuild, args.vs_sln, args.no_analysis)
File "blutter\blutter.py", line 211, in main
main2(libapp_file, libflutter_file, outdir, rebuild_blutter, create_vs_sln, no_analysis)
File "blutter\blutter.py", line 202, in main2
build_and_run(input)
File "blutter\blutter.py", line 191, in build_and_run
subprocess.run([input.blutter_file, '-i', input.libapp_path, '-o', input.outdir], check=True)
File "\Python\Python310\lib\subprocess.py", line 524, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['blutter\bin\blutter_dartvm3.5.2_android_arm64.exe', '-i', '\arm64-v8a\libapp.so', '-o', '.\output']' returned non-zero exit status 3221225477.
I will run according to the instructions in readme
The text was updated successfully, but these errors were encountered: