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
Describe the bug
A ConcurrentModificationException from the ArrayList data structure when running. (Also, the screen is 90% of the time completely white when I try running the project on Windows, but fine and doesn't run into any of these issues on my Mac).
To Reproduce
I'm following the Caves of Zircon tutorial right now, and I'm about halfway through Part 11, so:
Expected behavior
I expect it to run nominally on Windows the same way it runs on Mac (no screen flickering, no exceptions), but it does not.
Screenshots
What the game looks like most of the time:
I try to take a screenshot of the game nominally, but as soon as I get a good frame for a few seconds it reverts back to a white screen.
Desktop (please complete the following information):
OS: Windows 10
Version 19043.2130
Additional context
Let me know if there's any other way I can help (more info, a live debug session, or even guidance on how I can fix this myself and submit the fix to the repository), since I've tried a bunch of different ways to make roguelikes and this is the one I wanna build my first game idea on!
The text was updated successfully, but these errors were encountered:
Describe the bug
A
ConcurrentModificationException
from theArrayList
data structure when running. (Also, the screen is 90% of the time completely white when I try running the project on Windows, but fine and doesn't run into any of these issues on my Mac).To Reproduce
I'm following the Caves of Zircon tutorial right now, and I'm about halfway through Part 11, so:
Expected behavior
I expect it to run nominally on Windows the same way it runs on Mac (no screen flickering, no exceptions), but it does not.
Screenshots
What the game looks like most of the time:
I try to take a screenshot of the game nominally, but as soon as I get a good frame for a few seconds it reverts back to a white screen.
Desktop (please complete the following information):
Additional context
Let me know if there's any other way I can help (more info, a live debug session, or even guidance on how I can fix this myself and submit the fix to the repository), since I've tried a bunch of different ways to make roguelikes and this is the one I wanna build my first game idea on!
The text was updated successfully, but these errors were encountered: