MinRi2 / MinerTools

A mindustry mod that add many auxiliary utilities.
GNU General Public License v3.0
33 stars 6 forks source link

Crash on every chat message #5

Closed superdinmc closed 1 year ago

superdinmc commented 1 year ago
[E] java.lang.ClassCastException: class mindustry.ui.fragments.ChatFragment$ChatMessage cannot be cast to class java.lang.String (mindustry.ui.fragments.ChatFragment$ChatMessage is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap')
        at MinerTools.ui.tables.floats.ChatTable.resetMessages(ChatTable.java:203)
        at MinerTools.ui.tables.floats.ChatTable.update(ChatTable.java:269)
        at arc.scene.Element.act(Element.java:79)
        at arc.scene.Group.act(Group.java:37)
        at arc.scene.Group.act(Group.java:41)
        at arc.scene.Scene.act(Scene.java:198)
        at arc.scene.Scene.act(Scene.java:143)
        at mindustry.core.UI.update(UI.java:152)
        at arc.ApplicationCore.update(ApplicationCore.java:37)
        at mindustry.ClientLauncher.update(ClientLauncher.java:256)
        at arc.backend.sdl.SdlApplication.listen(SdlApplication.java:205)
        at arc.backend.sdl.SdlApplication.loop(SdlApplication.java:193)
        at arc.backend.sdl.SdlApplication.<init>(SdlApplication.java:54)
        at mindustry.desktop.DesktopLauncher.main(DesktopLauncher.java:58)
MinRi2 commented 1 year ago

I will check it when i am available.