Minecraft-Technocracy / Technocracy

Absolutely excessive tech mod for minecraft
GNU Lesser General Public License v2.1
8 stars 7 forks source link

Multiplayer/Non-Dev-Environment Issues #55

Closed Cydhra closed 4 years ago

Cydhra commented 4 years ago

The following issues occur, when the mod is played on a remote server:

More issues may be discovered later. This issues tracks them.

Pokemonplatin commented 4 years ago

cacd44e fixed the guis

Cydhra commented 4 years ago

Now, when accessing GUIs (confirmed in singleplayer), and switching to the side config tab, the client crashes:

Caused by: kotlin.UninitializedPropertyAccessException: lateinit property containerSlot has not been initialized
    at net.cydhra.technocracy.foundation.client.gui.components.slot.TCSlotIO.setEnabled(TCSlotIO.kt:70) ~[TCSlotIO.class:?]
    at net.cydhra.technocracy.foundation.client.gui.TCGui.mouseClicked(TCGui.kt:202) ~[TCGui.class:?]
    at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:611) ~[GuiScreen.class:?]
    at net.cydhra.technocracy.foundation.client.gui.TCGui.handleMouseInput(TCGui.kt:180) ~[TCGui.class:?]
Pokemonplatin commented 4 years ago

Now, when accessing GUIs (confirmed in singleplayer), and switching to the side config tab, the client crashes:

Caused by: kotlin.UninitializedPropertyAccessException: lateinit property containerSlot has not been initialized
  at net.cydhra.technocracy.foundation.client.gui.components.slot.TCSlotIO.setEnabled(TCSlotIO.kt:70) ~[TCSlotIO.class:?]
  at net.cydhra.technocracy.foundation.client.gui.TCGui.mouseClicked(TCGui.kt:202) ~[TCGui.class:?]
  at net.minecraft.client.gui.GuiScreen.handleMouseInput(GuiScreen.java:611) ~[GuiScreen.class:?]
  at net.cydhra.technocracy.foundation.client.gui.TCGui.handleMouseInput(TCGui.kt:180) ~[TCGui.class:?]

fixed with 72afd9c

Pokemonplatin commented 4 years ago

Multilayered textures now work again b2e160f

Cydhra commented 4 years ago

83bd907 fixed the issue with heat exchangers and f9482ab fixed a server-side issue with many multiblock blocks.

Cydhra commented 4 years ago

All tracked issues resolved. Since the mod is now at least functioning on servers without immediate crashes, further issues shall be reported one by one