GB18030
3 hours agoNew Rookie
Daily Challenge refresh causes game logic error - sh_items.gnut #770
Hi everyone,
Wanted to report a bug I encountered yesterday during the daily challenge reset window.
What happened: At the exact moment the daily challenges refreshed, I opened the challenges tab to check the new tasks. The game immediately threw the following error and crashed / became unresponsive:
There was a problem processing game logic. Please try again. ------ sh_items.gnut #770 [UI] The index "0" does not exist
Steps to reproduce:
- Be in-game at the daily challenge reset time
- Open the daily challenges tab at the exact moment of reset
- The UI attempts to read challenge index 0 before the list is populated
- Error triggers immediately
My guess on the cause: The UI is trying to access index[0] of the challenge array before the server has finished pushing the new challenge data. This looks like a race condition between the server-side reset and the client-side UI render.