3Snake3 / Sapphirium

This mod adds a lot of additional content.
GNU General Public License v3.0
94 stars 18 forks source link

Placing down 'Armed Ice Cube' causes crash #18

Closed Mac33299 closed 1 year ago

Mac33299 commented 1 year ago

I don't really know why. but my game crashes whenever I placed them down

Crash report:

Mindustry has crashed. How unfortunate. Version: release build 143.1 OS: Windows 10 x64 (amd64) Java Version: 1.8.0_351 Runtime Available Memory: 1796mb Cores: 8 Mods: informatis:1.7, sapphirium:16.0

java.lang.NullPointerException at informatis.ui.windows.BarInfo.getInfo(UnitWindow.java:436) at informatis.ui.windows.UnitWindow.lambda$new$0(UnitWindow.java:77) at arc.Events.lambda$run$2(Events.java:20) at arc.Events.fire(Events.java:36) at mindustry.core.Logic.update(Logic.java:403) at arc.ApplicationCore.update(ApplicationCore.java:37) at mindustry.ClientLauncher.update(ClientLauncher.java:228) at arc.backend.sdl.SdlApplication.listen(SdlApplication.java:204) at arc.backend.sdl.SdlApplication.loop(SdlApplication.java:192) at arc.backend.sdl.SdlApplication.(SdlApplication.java:54) at mindustry.desktop.DesktopLauncher.main(DesktopLauncher.java:39)

3Snake3 commented 1 year ago

Perhaps this is a conflict between mods... Send in addition last_log

I don't really know why. but my game crashes whenever I placed them down

Crash report:

Mindustry has crashed. How unfortunate. Version: release build 143.1 OS: Windows 10 x64 (amd64) Java Version: 1.8.0_351 Runtime Available Memory: 1796mb Cores: 8 Mods: informatis:1.7, sapphirium:16.0

java.lang.NullPointerException at informatis.ui.windows.BarInfo.getInfo(UnitWindow.java:436) at informatis.ui.windows.UnitWindow.lambda$new$0(UnitWindow.java:77) at arc.Events.lambda$run$2(Events.java:20) at arc.Events.fire(Events.java:36) at mindustry.core.Logic.update(Logic.java:403) at arc.ApplicationCore.update(ApplicationCore.java:37) at mindustry.ClientLauncher.update(ClientLauncher.java:228) at arc.backend.sdl.SdlApplication.listen(SdlApplication.java:204) at arc.backend.sdl.SdlApplication.loop(SdlApplication.java:192) at arc.backend.sdl.SdlApplication.(SdlApplication.java:54) at mindustry.desktop.DesktopLauncher.main(DesktopLauncher.java:39)

— Reply to this email directly, view it on GitHub https://github.com/3Snake3/Sapphirium/issues/18, or unsubscribe https://github.com/notifications/unsubscribe-auth/AT7GV3Y2REQCVTIOQ7PIRFLXCXVORANCNFSM6AAAAAAXI7HV6Y . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Mac33299 commented 1 year ago

hmm... that seem to be the case...

3Snake3 commented 1 year ago

hmm... that seem to be the case...

I guess why this is happening. Give me time, I'll try to fix it.

3Snake3 commented 1 year ago

@Mac33299 I reproduced the issue and fixed it successfully