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
Build Date: 2024-03-29T10:27:39.922754800
Today: 2024-03-30
Origin Project: MegaMek
Java Vendor: Eclipse Adoptium
Java Version: 11.0.20.1
Platform: Windows 11 10.0 (amd64)
System Locale: en_US
Total memory available to MegaMek: 2 GB
Description
Load a simple map with a VTOL and hit the lower elevation button. The following illegal cast exception appears and prevents the VTOL from lowering elevation. The VTOL is able to raise elevation.
16:22:35,998 ERROR [megamek.MegaMek] {AWT-EventQueue-0}
megamek.MegaMek.lambda$main$0(MegaMek.java:63) - Uncaught Exception Detected
java.lang.ClassCastException: class megamek.common.VTOL cannot be cast to class megamek.common.IAero (megamek.common.VTOL and megamek.common.IAero are in unnamed module of loader 'app')
at megamek.client.ui.swing.MovementDisplay.actionPerformed(MovementDisplay.java:5026)
at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
at java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
at java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
at java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
at java.desktop/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:279)
at java.desktop/java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:297)
at java.desktop/java.awt.Component.processMouseEvent(Component.java:6635)
Environment
Build Date: 2024-03-29T10:27:39.922754800
Today: 2024-03-30
Origin Project: MegaMek
Java Vendor: Eclipse Adoptium
Java Version: 11.0.20.1
Platform: Windows 11 10.0 (amd64)
System Locale: en_US
Total memory available to MegaMek: 2 GB
Description
Load a simple map with a VTOL and hit the lower elevation button. The following illegal cast exception appears and prevents the VTOL from lowering elevation. The VTOL is able to raise elevation.
Files
megamek.log
The text was updated successfully, but these errors were encountered: