vassalengine / vassal

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

[Twilight Struggle 3.1] NullPointerException: Cannot invoke "VASSAL.counters.GamePiece.getShape()" because "piece" is null #13516

Open uckelman opened 3 months ago

uckelman commented 3 months ago
ABR
Version 3.7.13
Reporter alecrespi78@gmail.com
Error Log 13628 bytes
Twilight Struggle Module v 3.2, using Vassal 3.7.13 (Windows x64).
The error came up while hovering cards in US hand (before showing the zoomed card).

Twilight Struggle 3.1 v3.2 3.7.13

java.lang.NullPointerException: Cannot invoke "VASSAL.counters.GamePiece.getShape()" because "piece" is null
 at VASSAL.build.module.map.CounterDetailViewer.getBounds(CounterDetailViewer.java:814)
 at VASSAL.build.module.map.CounterDetailViewer.fixBounds(CounterDetailViewer.java:663)
 at VASSAL.build.module.map.CounterDetailViewer.drawGraphics(CounterDetailViewer.java:375)
 at ca.mkiefte.CardZoomer.drawGraphics(CardZoomer.java:53)