sigmaxipi / chromium-for-stadia

Quick hack to get Google Stadia running on unsupported Android devices
155 stars 19 forks source link

Game doesn't load #3

Closed Cheomm88 closed 4 years ago

Cheomm88 commented 4 years ago

I tried the modified apk during this morning and game loaded, i was able to play using 4G... This afternoon games doesnt load with 4G nor wifi.

Using s10+

sigmaxipi commented 4 years ago

What is the error or behavior that you're seeing?

Cheomm88 commented 4 years ago

I enter in website and press play in a game, it loads the Boot screen and takes a long time with the loading circle on the left botton.

Until it appears the error "Open the game again" "Open the game again to play"

El dom., 1 dic. 2019 22:43, SxP notifications@github.com escribió:

What is the error or behavior that you're seeing?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sigmaxipi/chromium-for-stadia/issues/3?email_source=notifications&email_token=AENBFWUVHINOKGHNQJDGXQLQWQ4ZPA5CNFSM4JTIM3T2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFRYBEI#issuecomment-560169105, or unsubscribe https://github.com/notifications/unsubscribe-auth/AENBFWUNTERSR6CNEHCEQMTQWQ4ZPANCNFSM4JTIM3TQ .

sigmaxipi commented 4 years ago

Someone else reported a similar issue: https://www.reddit.com/r/Stadia/comments/e11897/how_to_get_stadia_running_in_android_chrome_on/f8ryxyr/

They were getting an Italian error message. Were you getting a Spanish one? Can you try changing your language settings to English and trying again? This may also be a regional issue.

sigmaxipi commented 4 years ago

I ran into this on one of my devices which was working perfectly this morning. If you're familiar with Chrome dev tools for Android, you can run window.localStorage.clear(). Or go to stadia.google.com and then type javascript:window.localStorage.clear() into the URL bar. That fixed it for me because the wrong video_codec_implementation_by_codec_key was set in the browser.

Cheomm88 commented 4 years ago

Hello, I went to Options, Privacy and delete all data from websites (cookies) now it works!! Thanks!

El lun., 2 dic. 2019 5:11, SxP notifications@github.com escribió:

I ran into this on one of my devices which was working perfectly this morning. If you're familiar with Chrome dev tools for Android, you can run window.localStorage.clear(). Or go to stadia.google.com and then type javascript:window.localStorage.clear() into the URL bar. That fixed it for me because the wrong video_codec_implementation_by_codec_key was set in the browser.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sigmaxipi/chromium-for-stadia/issues/3?email_source=notifications&email_token=AENBFWRUTPLC5H4BWVFZ2Y3QWSKIPA5CNFSM4JTIM3T2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFSHY2Q#issuecomment-560233578, or unsubscribe https://github.com/notifications/unsubscribe-auth/AENBFWXYD6WHXV7RRTYUNBLQWSKIPANCNFSM4JTIM3TQ .

Cheomm88 commented 4 years ago

Hi there, My buddy pass had the same issur and fixed it with the privacy setting on chromium removing all the cookies

El lun., 2 dic. 2019 6:27, Eliseo Martín Mora chopids@gmail.com escribió:

Hello, I went to Options, Privacy and delete all data from websites (cookies) now it works!! Thanks!

El lun., 2 dic. 2019 5:11, SxP notifications@github.com escribió:

I ran into this on one of my devices which was working perfectly this morning. If you're familiar with Chrome dev tools for Android, you can run window.localStorage.clear(). Or go to stadia.google.com and then type javascript:window.localStorage.clear() into the URL bar. That fixed it for me because the wrong video_codec_implementation_by_codec_key was set in the browser.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sigmaxipi/chromium-for-stadia/issues/3?email_source=notifications&email_token=AENBFWRUTPLC5H4BWVFZ2Y3QWSKIPA5CNFSM4JTIM3T2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFSHY2Q#issuecomment-560233578, or unsubscribe https://github.com/notifications/unsubscribe-auth/AENBFWXYD6WHXV7RRTYUNBLQWSKIPANCNFSM4JTIM3TQ .

sigmaxipi commented 4 years ago

Deleting all the data from websites should also clear local storage. I'm glad you got it working.

Cheomm88 commented 4 years ago

I checked that with private mode I am able to play games, looks something realated with local data

sigmaxipi commented 4 years ago

I updated the apk to work around this issue.