-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Error: Frame states being merged are incompatible #3342
Comments
More detail
|
@smallshen please provide reproducer |
EridaniLauncher-windows-x64-1.0.0.jar.zip |
I think the problem is the native compiler can not recognize the loop in kotlin coroutines. I tested with another jar made with jetpack compose it throws error of
|
I'm also seeing this |
any progress? |
@smallshen I have raised this issue with our dev team, please wait for their response |
#3358 |
Hi @smallshen , thanks for the report. Do you know if the problem reproduces on linux as well ? Having a linux reproducer would simplify the investigations. |
I can confirm this problem exists on Linux, just can't commit to creating a reproducer at this time.
|
@davleopo |
Also it requires java 11+ to run |
@smallshen thanks for the minimum example, I can reproduce the error locally, Ill dig in and get back to you once I have a fix/workaround. |
I will do my best to provide you with the information if you need more |
It should be the problem of kotlin coroutines, not only in jetpack compose, could be anywhere |
@smallshen a fix for this went in some time ago. Can you still reproduce the issue? |
It is solved, which leads to another problem in awt library loading
|
Should I open a new issue? |
Yes, please open another issue and link it here so I can follow that as
well :)
…On Thu, Sep 16, 2021, 3:09 PM xiaoshen ***@***.***> wrote:
Should I open a new issue?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3342 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGUWAJSFRGAQTAEE3W3XGTUCI6GHANCNFSM422DVVNA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Ok, new Issue link |
In compatible with coroutines in Jetpack Compose Desktop when adding "--no-fallback" option for generating native image
Version: graalvm-ce-java11-21.0.0.2
The text was updated successfully, but these errors were encountered: