You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: The game crashes when using an armoured pressurised conduit at a spot between two pressurised conduits and a router.
Steps to reproduce:
Step 1: Set up buildings like this
Step 2: Place an armoured conduit in this spot
Crash logs: > [E] java.lang.ClassCastException: class UAW.content.blocks.UAWBlocksLogistic$5 cannot be cast to class mindustry.world.blocks.distribution.ItemBridge (UAW.content.blocks.UAWBlocksLogistic$5 is in unnamed module of loader mindustry.core.Platform$1 @2a5c7f81; mindustry.world.blocks.distribution.ItemBridge is in unnamed module of loader 'app')
at mindustry.world.blocks.liquid.Conduit.handlePlacementLine(Conduit.java:141)
at mindustry.input.InputHandler.updateLine(InputHandler.java:1306)
at mindustry.input.InputHandler.updateLine(InputHandler.java:1311)
at mindustry.input.DesktopInput.pollInput(DesktopInput.java:545)
at mindustry.input.DesktopInput.update(DesktopInput.java:316)
at mindustry.core.Control.update(Control.java:621)
at arc.ApplicationCore.update(ApplicationCore.java:37)
at mindustry.ClientLauncher.update(ClientLauncher.java:230)
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)
Place an X (no spaces) between the brackets to confirm that you have read the line below.
I have searched the closed and open issues to make sure that this problem has not already been reported.
Platform: Linux
Build: *138.1 Mindustry, 0.8.1 UAW
Issue: The game crashes when using an armoured pressurised conduit at a spot between two pressurised conduits and a router.
Steps to reproduce:
![Steppe 1](https://user-images.githubusercontent.com/73347888/196845645-83fa4192-8512-459f-b91b-8cd42d400e2b.png)
Step 1: Set up buildings like this
Step 2: Place an armoured conduit in this spot
![Steppe 2](https://user-images.githubusercontent.com/73347888/196845674-c2ec9723-1c29-4539-ba56-2c3d06c0c23d.png)
Crash logs: > [E] java.lang.ClassCastException: class UAW.content.blocks.UAWBlocksLogistic$5 cannot be cast to class mindustry.world.blocks.distribution.ItemBridge (UAW.content.blocks.UAWBlocksLogistic$5 is in unnamed module of loader mindustry.core.Platform$1 @2a5c7f81; mindustry.world.blocks.distribution.ItemBridge is in unnamed module of loader 'app')
Place an X (no spaces) between the brackets to confirm that you have read the line below.
The text was updated successfully, but these errors were encountered: