Game never starts #42
-
I'm pretty sure I've got all the connections set up. I have the new images of the play button and such from the update. The tmp file even refreshes with an image from the game when I run it, but it just never gets going. I'm not sure what step I'm missing. Any help from people who have been able to get this thing running would be super helpful, thank! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Ok, there's an Announcement on the discussions talking about that. But i'll explain a bit more: SO you may be having one of this 2 problems:
Hope it helps! |
Beta Was this translation helpful? Give feedback.
Ok, there's an Announcement on the discussions talking about that.
#34
But i'll explain a bit more:
Yesterday, Marvel Snap made a patch update (the 11.18.1), in this patch, they changed the workflow of the matches (they've removed the 'collect rewards' button) AND they have changed the appearance of the PLAY BUTTON and NEXT BUTTON, is slight, but it's different.
SO you may be having one of this 2 problems:
You have outdated code (you haven't pull the commits from yesterday) and the bot is trying to find the old images on the new version of Marvel Snap.
You have the latest code but you haven't updated Marvel Snap to the 11.18.1 patch so the bot is t…