Sargun Vohra
01/05/2025, 1:05 AMcompose.interop.blending
as specified in the documentation, my app crashes on launch with a SIGTRAP:
Crashed Thread: 29 Java: AWT-EventQueue-0
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x00000001937bdbf4
Termination Reason: Namespace SIGNAL, Code 5 Trace/BPT trap: 5
Terminating Process: exc handler [66685]
Application Specific Information:
Must only be used from the main thread
Full crash report in 🧵Sargun Vohra
01/05/2025, 1:05 AMSargun Vohra
01/05/2025, 1:06 AMThread 29 Crashed:: Java: AWT-EventQueue-0
0 AppKit 0x1937bdbf4 -[NSWMWindowCoordinator performTransactionUsingBlock:] + 768
1 AppKit 0x1935ed6a4 -[NSWindow(NSWMWindowManagement) window:didUpdateWithChangedProperties:] + 104
2 WindowManagement 0x2671bcf60 -[_WMWindow performUpdatesUsingBlock:] + 116
3 WindowManagement 0x2671bc3f0 -[_WMWindow setShadowProperties:] + 144
4 AppKit 0x192bddaa0 _NSWindowSetShadowProperties + 692
5 libskiko-macos-arm64.dylib 0x1493fdfc0 Java_org_jetbrains_skiko_redrawer_MetalRedrawer_createMetalDevice + 724
Sargun Vohra
01/05/2025, 1:23 AMfun main() {
System.setProperty("compose.interop.blending", "true")
singleWindowApplication { Box {} }
}
Skaldebane
01/05/2025, 1:26 AMMichael Paus
01/05/2025, 10:06 AMSargun Vohra
01/05/2025, 6:40 PMMichael Paus
01/05/2025, 7:18 PMSargun Vohra
01/05/2025, 7:24 PM