Skip to content
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

Open
xlccccc opened this issue Sep 25, 2024 · 5 comments
Open

blutter_dartvm3.5.2_android_arm64.exe exit status 3221225477 #107

xlccccc opened this issue Sep 25, 2024 · 5 comments

Comments

@xlccccc
Copy link

xlccccc commented Sep 25, 2024

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

Windows
Install git and python 3
Install latest Visual Studio with "Desktop development with C++" and "C++ CMake tools"
Install required libraries (libcapstone and libicu4c)
python scripts\init_env_win.py
Start "x64 Native Tools Command Prompt"
@bangsugar
Copy link

I have the exact same issue. Have you resolved it?

@worawit
Copy link
Owner

worawit commented Nov 10, 2024

try latest commit.

if it still does not work, please provide me the binary files.

@bangsugar
Copy link

bangsugar commented Nov 13, 2024

The issue still exists, could you please help take a look?

image

libapp.zip

libflutter.zip

@bangsugar
Copy link

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?

@AbhiTheModder
Copy link
Contributor

@bangsugar the library you provided isn't officially compiled
IMG_20241114_153609_254

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
Screenshot_2024-11-14-15-36-45-406_com android chrome
ref. https://docs.shorebird.dev/architecture/#dart-langsdk-the-dart-sdk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants