-
Notifications
You must be signed in to change notification settings - Fork 28.1k
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
[flutter_tools] ShaderCompilerException with exit code -1073740791 #107590
Comments
cc @zanderso any clue as to the cause of this crash from impellerc? |
Some google searching indicates that that error code corresponds to corruption of the stack. Unfortunately, we probably won't be able to track that down without the native backtrace. Hopefully someone who experiences the crash will file an issue with logs. |
This now looks like (on beta/3.3.0-0.1.pre):
|
Could this #109627 be related? |
I have this bug on the release 3.3.0 |
@progamax Could you please share |
I'm using VS Code
Unfortunately I don't have any addition information that would be relevant |
Can you try |
We are having the same issue, as a quick solution, we downgraded our flutter :) looking for a real solution here! |
As #111378 was closed, i'm gonna post my error here too so then it can help the team: Everthing was ok when i was using flutter 3.0.5, but after the update, everytime there's an flutter doctor:
flutter build web:
flutter build web -v: tried running on master channel and the error is still here:
|
@darshankawar the same code that on @Lorenzobettega pc ended with an error here everything went ok: my flutter doctor:
Like it's shader related i don't know if it's something caused by our different gpus. We both are using windows 11, and nvidea cards. Mine is the gtx 1650 and his is the gtx 1050 ti. |
@christopherfujino is there any way of avoiding impeller to build on web? |
Re-opening as it sounds like a more robust fix will be needed, on the following recipe CL the issue re-appears: https://flutter-review.googlesource.com/c/recipes/+/34140 |
I believe @jason-simmons found another place where the same fix is needed. The efforts to update CI to test this more robustly have also resulted in some failures. |
Command line argument processing in ImpellerC was also failing when handling non-ASCII characters on Windows. Fixed by flutter/engine#36335 |
Renaming my programming projects folder (from Russian) to English actually helped! Thanks! |
@christopherfujino Looking at the tool crash numbers, would it be helpful to also CP flutter/engine#36335? |
Yes, I think so. I'll open a CP request. |
closing this as fixed. |
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 |
Two affected clients, 8 total reports, all with the same exit code on
beta/3.1.0-9.0.pre
NOTE If you are experiencing this crash, please comment with the full logs from
flutter run --verbose
, as that would help debugging!with command:
flutter run -d chrome
From the stacktrace, this is happening at https://github.com/flutter/flutter/blame/b005a34790add6032dedaadf5842be37b8ae38c6/packages/flutter_tools/lib/src/build_system/targets/shader_compiler.dart#L77
The text was updated successfully, but these errors were encountered: