-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Platforms
Windows
Mod Version
155.2
Issue
Every time I try to check the core database (even from the main menu) while this mod is enabled, the game crashes
Steps to reproduce
- Opens Mindustry with this mod enabled
- Clicks "Database"
- Clicks "Core Database"
- Crashes
(Crash) logs
Mindustry has crashed. How unfortunate.
Version: beta build 155.2 (Built February 11, 2026 20:46 PM)
Date: February 12, 2026 17:15:37 PM
OS: Windows 11 x64 (amd64)
GL Version: OpenGL 4.6.0 / NVIDIA Corporation / NVIDIA GeForce GTX 1650 Ti/PCIe/SSE2 / 4.6.0 NVIDIA 497.09
Java Version: 25.0.1
Runtime Available Memory: 4054mb
Cores: 8
Mods: silent-orchestra:T.01.31, test-utils:69.8, triangles:v2.8.5
java.lang.NullPointerException: Cannot invoke "Object.hashCode()" because "key" is null
at arc.struct.ObjectMap.get(ObjectMap.java:357)
at mindustry.ui.dialogs.DatabaseDialog.sortContents(DatabaseDialog.java:87)
at mindustry.ui.dialogs.DatabaseDialog.lambda$new$0(DatabaseDialog.java:42)
at arc.scene.ui.Dialog$5.shown(Dialog.java:410)
at arc.scene.event.VisibilityListener.handle(VisibilityListener.java:11)
at arc.scene.Element.notify(Element.java:162)
at arc.scene.Element.fire(Element.java:133)
at arc.scene.ui.Dialog.show(Dialog.java:481)
at arc.scene.ui.Dialog.show(Dialog.java:520)
at arc.scene.ui.Dialog.show(Dialog.java:515)
at mindustry.ui.fragments.MenuFragment.lambda$buttons$32(MenuFragment.java:282)
at arc.scene.Element.lambda$clicked$2(Element.java:913)
at arc.scene.Element$4.clicked(Element.java:922)
at arc.scene.event.ClickListener.touchUp(ClickListener.java:77)
at arc.scene.event.InputListener.handle(InputListener.java:31)
at arc.scene.Scene.touchUp(Scene.java:377)
at arc.input.InputMultiplexer.touchUp(InputMultiplexer.java:114)
at arc.input.InputEventQueue.drain(InputEventQueue.java:71)
at arc.backend.sdl.SdlInput.update(SdlInput.java:158)
at arc.backend.sdl.SdlApplication.loop(SdlApplication.java:242)
at arc.backend.sdl.SdlApplication.(SdlApplication.java:60)
at mindustry.desktop.DesktopLauncher.main(DesktopLauncher.java:48)
Submission
- I have updated to the latest release (https://github.com/MEEPofFaith/testing-utilities-java/releases) to make sure my issue has not been fixed.
- I have searched the closed and open issues to make sure that this problem has not already been reported.