Description
Hola folks!
Not sure what's changed in recent updates here that is affecting this, but something about the game loop appears to be exiting early with my setup. Currently running from latest main, with the attached config & log (with DEBUG logging enabled).
It looks like with the screen_record enabled: true flag set, it's encountering some sort of error and just aborting/exiting without any log to indicate why?
Basically I can start up the bot and it will nearly always immediately quit either after starting the search and before hitting accept, or just mid-game at some point.
Extra / Additional Info
exit-early.zip
Running:
- Windows 11
- Python 3.12.8
- LDPlayer 9.1.26.3(64)
I've just reverted enabled: false for the screen_record setting and currently running through, will comment on this issue if it "resolves" it.
When enabled: true, it was a consistent behaviour over the last couple days.
Description
Hola folks!
Not sure what's changed in recent updates here that is affecting this, but something about the game loop appears to be exiting early with my setup. Currently running from latest
main, with the attached config & log (withDEBUGlogging enabled).It looks like with the
screen_recordenabled: trueflag set, it's encountering some sort of error and just aborting/exiting without any log to indicate why?Basically I can start up the bot and it will nearly always immediately quit either after starting the search and before hitting accept, or just mid-game at some point.
Extra / Additional Info
exit-early.zip
Running:
I've just reverted
enabled: falsefor thescreen_recordsetting and currently running through, will comment on this issue if it "resolves" it.When
enabled: true, it was a consistent behaviour over the last couple days.