question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Crashes AS AF Beta 2 on open (Linux)

See original GitHub issue

When opening the Playground in Android Studio Arctic Fox Beta 2, I see a black window for a short time and then Studio crashes with the following message:

Shader compilation error
------------------------
   1	noperspective in float4 vinCircleEdge_Stage0;noperspective in half4 vinColor_Stage0;out half4 sk_FragColor;
   2	void main() {half4 outputColor_Stage0;half4 outputCoverage_Stage0;{ // Stage 0, CircleGeometryProcessor
   3	float4 circleEdge;circleEdge = vinCircleEdge_Stage0;outputColor_Stage0 = vinColor_Stage0;float d = length(circleEdge.xy);half distanceToOuterEdge = half(circleEdge.z * (1.0 - d));half edgeAlpha = saturate(distanceToOuterEdge);outputCoverage_Stage0 = half4(edgeAlpha);}{ // Xfer Processor: Porter Duff
   4	sk_FragColor = outputColor_Stage0 * outputCoverage_Stage0;}}
Errors:
error: 3: floating-point value is too large: 1.0
1 error

free(): invalid pointer
Aborted (core dumped)

I’m on Linux, but figured that since there’s no system requirements mentioned in the README, this should be fine.

Some Studio/system information:

Android Studio Arctic Fox | 2020.3.1 Beta 2
Build #AI-203.7717.56.2031.7375522, built on May 19, 2021
Runtime version: 11.0.10+0-b96-7249189 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Linux 5.11.0-7614-generic
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 8
Registry: ide.instant.shutdown=false, external.system.auto.import.disabled=true
Non-Bundled Plugins: com.c5inco.modifiers, io.kanro.idea.plugin.protobuf, org.toml.lang, org.jetbrains.kotlin, com.developerphil.adbidea, org.jetbrains.compose.desktop.ide, com.nbadal.ktlint, org.intellij.plugins.markdown
Current Desktop: pop:GNOME

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
sindrenmcommented, Jun 29, 2021

Version 0.1.8 works perfectly fine in IDEA! Thanks a ton for the update. Feel free to close this issue. 🙂

0reactions
c5incocommented, Jun 23, 2021

I just updated the plugin to 0.1.8 which uses Compose Desktop 0.4.0, so let me know if that fixes things for you!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Crashes on Ubuntu 18.04 bionic Beta 2 · Issue #3853 - GitHub
I adapted the AppRun script from the Ubuntu Touch launch script which included a line like that. koreader/platform/ubuntu-touch/koreader.sh.
Read more >
Portal 2 Linux Beta won't start; Crashes on startup
As the title says, the Portal 2 Linux Beta crashes on startup. Attempting to run the executable directly gives me this: ./portal2_linux: error...
Read more >
EA15 beta 2 (1501) Crashes when opening example ...
I was able to track it down to something to do with the EA_Navigator plugin and EA 1501. When i disabled the navigator,...
Read more >
Chrome Beta 92 Linux crashes on startup inside docker instance
Issue 1228625: Chrome Beta 92 Linux crashes on startup inside docker instance. This issue has been migrated to Launch, see link in final...
Read more >
[Crash] Linux Editor crashes at opening - Unity Forum
Yesterday I went to open a project, the Unity splash screen hits, i see two progress bars load quick, then it disappears without...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found