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
I'm on Linux, and I noticed some save patterns seem to break the script. Result is that the game shows the "Will close soon" message, but nothing ever happens.
I'm on Linux, and I noticed some save patterns seem to break the script. Result is that the game shows the "Will close soon" message, but nothing ever happens.
Patterns that break:
python auto.py "test/A*"
python auto.py "test/*"
python auto.py "*"
Pattern that works:
python auto.py "A*"
The text was updated successfully, but these errors were encountered: