Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Units in Edit Mode Causes Concurrent Modification Exception (1.9.0.0.10538) #3536

Closed
ron-murhammer opened this issue Jul 10, 2018 · 1 comment
Labels
Problem A problem, bug, defect - something to fix

Comments

@ron-murhammer
Copy link
Member

@RoiEXLab I get this error when trying to add units to a territory in edit mode and it appears related to the tile changes:

Error: java.util.ConcurrentModificationException
java.util.ConcurrentModificationException
	at java.util.ArrayList$Itr.checkForComodification(Unknown Source)
	at java.util.ArrayList$Itr.next(Unknown Source)
	at games.strategy.triplea.ui.screen.Tile.draw(Tile.java:91)
	at games.strategy.triplea.ui.screen.Tile.drawImage(Tile.java:76)
	at games.strategy.triplea.ui.MapPanel.lambda$drawTiles$6(MapPanel.java:578)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
@ron-murhammer ron-murhammer added Problem A problem, bug, defect - something to fix Release Blocker labels Jul 10, 2018
@RoiEXLab RoiEXLab removed their assignment Jul 10, 2018
@RoiEXLab
Copy link
Member

#3538

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Problem A problem, bug, defect - something to fix
Projects
None yet
Development

No branches or pull requests

2 participants