vassalengine / vassal

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

[Arkham Horror LCG] NullPointerException: Cannot invoke "VASSAL.build.module.Map.getEdgeBuffer()" because "map" is null #12869

Open uckelman opened 10 months ago

uckelman commented 10 months ago
ABR
Version 3.7.5
Reporter mi1291@gmail.com
Error Log 32739 bytes
lstarting module afert changing something in editor mode.After restart,  there are no bugs  

Arkham Horror LCG v2.0.4 3.7.5

java.lang.NullPointerException: Cannot invoke "VASSAL.build.module.Map.getEdgeBuffer()" because "map" is null
 at VASSAL.build.module.map.SetupStack.setup(SetupStack.java:274)
 at VASSAL.build.module.map.DrawPile.setup(DrawPile.java:1227)
 at VASSAL.build.module.GameState.setup(GameState.java:553)
 at VASSAL.build.module.GameState$8.actionPerformed(GameState.java:260)
BrentEaston commented 10 months ago

Duplicate of #12044

Supposedly fixed by #12044, but apparently not.