-
Notifications
You must be signed in to change notification settings - Fork 129
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
Dart VM: Wrong full snapshot version, expected XXX, found YYY #412
Comments
I don't think this issue depends on this software or flutter-elinux. Can you please try the following?
|
rm -r ${FLUTTER_HOME}/bin/cache/ , git clean -xffd, flutter-elinux clean - not helps $ flutter-elinux doctor [✗] Chrome - develop for the web (Cannot find Chrome executable at google-chrome) |
I could not use several last releases. Application builds without errors (arm64+X11) but crashes on start with error:
[FATAL:flutter/runtime/dart_vm_initializer.cc(89)] Error while initializing the Dart VM: Wrong full snapshot version, expected 'f71c76320d35b65f1164dbaa6d95fe09' found 'ee1eb666c76a5cb7746faf39d0b97547'
$flutter-elinux --version
Flutter 3.19.5 • channel [user-branch] • unknown source
Framework • revision 300451adae (5 days ago) • 2024-03-27 21:54:07 -0500
Engine • revision e76c956498
Tools • Dart 3.3.3 • DevTools 2.31.1
last version, that fork for me is:
Flutter 3.16.0 • channel [user-branch] • unknown source
Framework • revision db7ef5bf9f (5 months ago) • 2023-11-15 11:25:44 -0800
Engine • revision 74d16627b9
Tools • Dart 3.2.0 • DevTools 2.28.2
The text was updated successfully, but these errors were encountered: