vassalengine / vassal

VASSAL, the open-source boardgame engine
https://vassalengine.org
GNU Lesser General Public License v2.1
433 stars 105 forks source link

[Fast Carriers (SPI)] NullPointerException: Cannot invoke "VASSAL.build.module.Map.placeOrMerge(VASSAL.counters.GamePiece, java.awt.Point)" because "this.map" is null #13539

Open uckelman opened 3 months ago

uckelman commented 3 months ago
ABR
Version 3.7.13
Reporter Miltwarden1@gmail.com
Error Log 7336 bytes
Sending a mat to a new map & zone.

Fast Carriers (SPI) v1.1 3.7.13

java.lang.NullPointerException: Cannot invoke "VASSAL.build.module.Map.placeOrMerge(VASSAL.counters.GamePiece, java.awt.Point)" because "this.map" is null
 at VASSAL.counters.SendToLocation.myKeyEvent(SendToLocation.java:600)
 at VASSAL.counters.Decorator.keyEvent(Decorator.java:609)
 at VASSAL.counters.GlobalCommandVisitor.apply(GlobalCommandVisitor.java:170)
 at VASSAL.counters.GlobalCommandVisitor.apply(GlobalCommandVisitor.java:126)