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

Problem running the app #127097

Closed
therasuldev opened this issue May 18, 2023 · 7 comments
Closed

Problem running the app #127097

therasuldev opened this issue May 18, 2023 · 7 comments
Labels
r: solved Issue is closed as solved

Comments

@therasuldev
Copy link

therasuldev commented May 18, 2023

Launching lib/main.dart on sdk gphone arm64 in debug mode...
main.dart:1
Unhandled exception:
Unexpected Kernel SDK Version 7a6514d137 (expected 1618a77599).
#0      BinaryBuilder._readAndVerifySdkHash (package:kernel/binary/ast_from_binary.dart:657:7)
#1      BinaryBuilder.readComponent.<anonymous closure> (package:kernel/binary/ast_from_binary.dart:689:7)
#2      Timeline.timeSync (dart:developer/timeline.dart:166:22)
#3      BinaryBuilder.readComponent (package:kernel/binary/ast_from_binary.dart:673:21)
#4      _InitializationFromSdkSummary._prepareSummary (package:front_end/src/fasta/incremental_compiler.dart:2488:12)
#5      _InitializationFromUri.initialize (package:front_end/src/fasta/incremental_compiler.dart:2562:23)
<asynchronous suspension>
#6      IncrementalCompiler._ensurePlatformAndInitialize (package:front_end/src/fasta/incremental_compiler.dart:1423:25)
<asynchronous suspension>
#7      IncrementalCompiler.computeDelta.<anonymous closure> (package:front_end/src/fasta/incremental_compiler.dart:312:11)
<asynchronous suspension>
#8      IncrementalCompiler.compile (package:vm/incremental_compiler.dart:75:50)
<asynchronous suspension>
#9      FrontendCompiler.compile (package:frontend_server/frontend_server.dart:595:11)
<asynchronous suspension>
#10     listenAndCompile.<anonymous closure> (package:frontend_server/frontend_server.dart:1308:11)
<asynchronous suspension>

2
the Dart compiler exited unexpectedly.
Exited (1)
@therasuldev therasuldev changed the title I cannot run my project Problem running the app May 18, 2023
@darshankawar darshankawar added the in triage Presently being triaged by the triage team label May 18, 2023
@darshankawar
Copy link
Member

@therasuldev
Can you take a look at this comment and see if it helps in your case ?

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 18, 2023
@therasuldev
Copy link
Author

@therasuldev Can you take a look at this comment and see if it helps in your case ?

Sadly, no. I decided format mac ((

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 19, 2023
@darshankawar
Copy link
Member

Not an ideal solution that, but does that resolved the issue ?

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 19, 2023
@mkustermann
Copy link
Member

/cc @jensjoha

@jensjoha
Copy link
Contributor

7a6514d137 is dart 3.0.0.
1618a77599 is dart 3.0.1.
So it seems that the code running is from dart 3.0.1, but that the platform it was asked to use was from 3.0.0.
Could the flutter upgrade have been interrupted somehow? (so that it didn't delete the old platform and didn't download a new platform for instance)

@therasuldev
Copy link
Author

Not an ideal solution that, but does that resolved the issue ?

yes,

@github-actions github-actions bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 25, 2023
@darshankawar darshankawar added r: solved Issue is closed as solved and removed in triage Presently being triaged by the triage team labels May 26, 2023
@github-actions
Copy link

github-actions bot commented Jun 9, 2023

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
r: solved Issue is closed as solved
Projects
None yet
Development

No branches or pull requests

4 participants