Reset

Trying to find out why my rank reset to 1 and I lost all my campaign/skulls/saves etc…any ideas?

Happened to me too yesterday. Just got the “welcome to blitz tutorial” message…but when im playing online it shows my actual rank. and in the menus it says rank 1 :frowning:
And i have 2345448234235 unread campaign logs for some reason, even after i scrolled through all of them

It fixed itself nevermind sorry

> 2533274798637713;2:
> And i have 2345448234235 unread campaign logs for some reason, even after i scrolled through all of them

Hahaha me too.

> 2533274817051955;4:
> > 2533274798637713;2:
> > And i have 2345448234235 unread campaign logs for some reason, even after i scrolled through all of them
>
> Hahaha me too.

I think you mean 4,294,967,295 unread logs, give or take a couple ten. They use an unsigned 32 bit integer to store the number of unread logs. If you happen to read more unread logs than what is shown, instead of staying at 0, it loops around and displays the highest number 32 bits can display. I guess they never figured there would be more unread logs, than what was displayed as unread.

Glad to hear your issue is resolved OP, feel free to open a new topic if you need help with anything else