theapache64 / stackzy

💻 A cross-platform desktop application to identify libraries used inside an android application. Made possible by Compose Desktop ⚡

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.UnsupportedOperationExceptionjava.awt.Taskbar.checkFeatureSupport:-1

theapache64 opened this issue · comments

Stacktrace

java.lang.UnsupportedOperationException: The ICON_IMAGE feature is not supported on the current platform!
        at java.awt.Taskbar.checkFeatureSupport(Unknown:-1)
        at java.awt.Taskbar.setIconImage(Unknown:-1)
        at com.theapache64.stackzy.ui.feature.MainActivity.onCreate(MainActivity.kt:29)
        at com.theapache64.cyclone.core.Application.startActivity(Application.kt:11)
        at com.theapache64.stackzy.App.onCreate(App.kt:31)
        at com.theapache64.stackzy.AppKt.main(App.kt:47)
        at com.theapache64.stackzy.AppKt.main(App.kt:-1)

Other details

image